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.
690e61ee5e
opdavies.nvim
/
plugin
/
filetype.lua
9 lines
119 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
"
,
Make `.install` files use the `php` filetype.
2024-05-22 07:13:05 +00:00
install
=
"
php
"
,
Add PHP filetype for inc and module extensions
2024-04-07 10:50:57 +00:00
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