mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
Merge cf408f9125 into bc8a81d359
This commit is contained in:
@@ -190,7 +190,7 @@ if !has_key(g:polyglot_is_disabled, 'nftables')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if !has_key(g:polyglot_is_disabled, 'just')
|
if !has_key(g:polyglot_is_disabled, 'just')
|
||||||
au BufNewFile,BufRead *.just,justfile setf just
|
au BufNewFile,BufRead *.just,\cjustfile setf just
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !has_key(g:polyglot_is_disabled, 'sway')
|
if !has_key(g:polyglot_is_disabled, 'sway')
|
||||||
|
|||||||
@@ -269,7 +269,7 @@ let s:globs = {
|
|||||||
\ 'jsp': '*.jsp',
|
\ 'jsp': '*.jsp',
|
||||||
\ 'jst': '*.ejs,*.ect,*.ejs.t,*.jst',
|
\ 'jst': '*.ejs,*.ect,*.ejs.t,*.jst',
|
||||||
\ 'julia': '*.jl',
|
\ 'julia': '*.jl',
|
||||||
\ 'just': '*.just,justfile',
|
\ 'just': '*.just,\cjustfile',
|
||||||
\ 'kconfig': 'Kconfig,Kconfig.debug,Kconfig.*',
|
\ 'kconfig': 'Kconfig,Kconfig.debug,Kconfig.*',
|
||||||
\ 'kivy': '*.kv',
|
\ 'kivy': '*.kv',
|
||||||
\ 'kix': '*.kix',
|
\ 'kix': '*.kix',
|
||||||
|
|||||||
@@ -5502,7 +5502,7 @@ remote: NoahTheDuke/vim-just
|
|||||||
filetypes:
|
filetypes:
|
||||||
- name: just
|
- name: just
|
||||||
patterns:
|
patterns:
|
||||||
- pattern: 'justfile,*.just'
|
- pattern: '\cjustfile,*.just'
|
||||||
description: 'Just a task runner (https://github.com/casey/just)'
|
description: 'Just a task runner (https://github.com/casey/just)'
|
||||||
---
|
---
|
||||||
name: nftables
|
name: nftables
|
||||||
|
|||||||
Reference in New Issue
Block a user