mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
Match filenames case-insenstively
This commit is contained in:
@@ -267,7 +267,7 @@ let s:globs = {
|
||||
\ 'jsp': '*.jsp',
|
||||
\ 'jst': '*.ejs,*.ect,*.jst',
|
||||
\ 'julia': '*.jl',
|
||||
\ 'just': '*.just,justfile',
|
||||
\ 'just': '*.just,\cjustfile',
|
||||
\ 'kconfig': 'Kconfig,Kconfig.debug,Kconfig.*',
|
||||
\ 'kivy': '*.kv',
|
||||
\ 'kix': '*.kix',
|
||||
|
||||
Reference in New Issue
Block a user