mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-16 07:23:48 -05:00
Fix detection of conf files, closes #569
This commit is contained in:
@@ -376,6 +376,10 @@ call TestExtension("html", "template.html", "{{ item.href }}")
|
||||
call TestExtension("gitignore", ".gitignore", "")
|
||||
|
||||
" .xml
|
||||
|
||||
call TestExtension("xml", ".fglrxrc", "")
|
||||
call TestExtension("xml", "fglrxrc", "")
|
||||
|
||||
" .conf
|
||||
call TestExtension("conf", "foo.conf", "")
|
||||
call TestExtension("conf", "config", "")
|
||||
call TestExtension("conf", "auto.master", "")
|
||||
|
||||
Reference in New Issue
Block a user