mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 12:33:51 -05:00
Match filenames case-insenstively
This commit is contained in:
@@ -186,7 +186,7 @@ if !has_key(g:polyglot_is_disabled, 'nftables')
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'just')
|
||||
au BufNewFile,BufRead *.just,justfile setf just
|
||||
au BufNewFile,BufRead *.just,\cjustfile setf just
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'sway')
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -5510,7 +5510,7 @@ remote: NoahTheDuke/vim-just
|
||||
filetypes:
|
||||
- name: just
|
||||
patterns:
|
||||
- pattern: 'justfile,*.just'
|
||||
- pattern: '\cjustfile,*.just'
|
||||
description: 'Just a task runner (https://github.com/casey/just)'
|
||||
---
|
||||
name: nftables
|
||||
|
||||
Reference in New Issue
Block a user