Compare commits

...

2 Commits

Author SHA1 Message Date
Mihai Galos
9e3d8ace08 Merge cf408f9125 into 692e359ad9 2024-11-29 08:59:30 +00:00
Mihai Galos
cf408f9125 Match filenames case-insenstively 2021-10-10 20:45:10 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -190,7 +190,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')

View File

@@ -269,7 +269,7 @@ let s:globs = {
\ 'jsp': '*.jsp',
\ 'jst': '*.ejs,*.ect,*.ejs.t,*.jst',
\ 'julia': '*.jl',
\ 'just': '*.just,justfile',
\ 'just': '*.just,\cjustfile',
\ 'kconfig': 'Kconfig,Kconfig.debug,Kconfig.*',
\ 'kivy': '*.kv',
\ 'kix': '*.kix',

View File

@@ -5502,7 +5502,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