Use YAML ft for phpstan.neon and phpstan.neon.dist
This commit is contained in:
parent
b96be1a667
commit
d180f46e9c
1 changed files with 2 additions and 0 deletions
|
@ -3,11 +3,13 @@ vim.filetype.add {
|
||||||
inc = "php",
|
inc = "php",
|
||||||
install = "php",
|
install = "php",
|
||||||
module = "php",
|
module = "php",
|
||||||
|
neon = "yaml",
|
||||||
pcss = "scss",
|
pcss = "scss",
|
||||||
theme = "php",
|
theme = "php",
|
||||||
},
|
},
|
||||||
|
|
||||||
filename = {
|
filename = {
|
||||||
["composer.lock"] = "json",
|
["composer.lock"] = "json",
|
||||||
|
["phpstan.neon.dist"] = "yaml",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue