This website requires JavaScript.
Explore
Help
Sign In
opdavies
/
opdavies.nvim
Archived
Watch
1
Star
0
Fork
You've already forked opdavies.nvim
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-01-07
. You can view files and clone it, but cannot push or open issues or pull requests.
80fc14d063
opdavies.nvim
/
after
/
plugin
/
filetype.lua
8 lines
98 B
Lua
Raw
Normal View
History
Unescape
Escape
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.
2024-04-07 00:09:37 +00:00
vim.filetype
.
add
{
extension
=
{
Add PHP filetype for inc and module extensions
2024-04-07 10:50:57 +00:00
inc
=
"
php
"
,
module
=
"
php
"
,
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.
2024-04-07 00:09:37 +00:00
theme
=
"
php
"
,
}
,
}
Reference in a new issue
Copy permalink