Add 'cfg' extension to 'ini-file' filetype
'cfg' is another common file extension for ini like files. My use case is about http://www.buildout.org/ config files.
This commit is contained in:
parent
032219b119
commit
fb37a8ec38
|
@ -1,4 +1,4 @@
|
|||
hook global BufCreate .*\.(repo|service|target|socket|ini) %{
|
||||
hook global BufCreate .*\.(repo|service|target|socket|ini|cfg) %{
|
||||
set buffer filetype ini-file
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user