mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Compare commits
3 Commits
4f98015a0c
...
9e3d8ace08
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e3d8ace08 | ||
|
|
692e359ad9 | ||
|
|
cf408f9125 |
@@ -2,9 +2,7 @@ This is my top-starred repository on Github, so I've decided to put this ad here
|
|||||||
|
|
||||||
If you work for big corp and seek consulting, please visit following repository: https://github.com/sheerun/consultation
|
If you work for big corp and seek consulting, please visit following repository: https://github.com/sheerun/consultation
|
||||||
|
|
||||||

|
](https://github.com/sheerun/vim-polyglot/actions) []()
|
|
||||||
|
|
||||||
A collection of language packs for Vim.
|
A collection of language packs for Vim.
|
||||||
|
|
||||||
|
|||||||
@@ -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