mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-16 23:43:41 -05:00
Fix detecting of some filetypes, closes #579
This commit is contained in:
@@ -385,3 +385,6 @@ call TestExtension("xml", "fglrxrc", "")
|
||||
call TestExtension("conf", "foo.conf", "")
|
||||
call TestExtension("conf", "config", "")
|
||||
call TestExtension("conf", "auto.master", "")
|
||||
|
||||
" https://github.com/sheerun/vim-polyglot/issues/579
|
||||
call TestExtension("dart", "reminders.dart", "")
|
||||
|
||||
Reference in New Issue
Block a user