fix(filetypes): add extension mappings for systemd-like files
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
axaml = "xml",
|
||||
container = "systemd",
|
||||
volume = "systemd",
|
||||
network = "systemd",
|
||||
pod = "systemd",
|
||||
kube = "systemd",
|
||||
},
|
||||
pattern = {
|
||||
[".*/%.codex/rules/.*%.rules"] = "starlark",
|
||||
|
||||
Reference in New Issue
Block a user