Set *.theme
files as the PHP filetype
This wasn't working with vim-polyglot enabled, as per https://github.com/neovim/neovim/issues/23522, so I'm removing at - as least temporarily.
This commit is contained in:
parent
ef439aefd1
commit
305bb400b5
2 changed files with 5 additions and 1 deletions
5
after/plugin/filetype.lua
Normal file
5
after/plugin/filetype.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
vim.filetype.add {
|
||||
extension = {
|
||||
theme = "php",
|
||||
},
|
||||
}
|
Reference in a new issue