mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 03:23:51 -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
|
||||
|
||||

|
||||
|
||||
[](https://github.com/sheerun/vim-polyglot/actions) []()
|
||||

|
||||
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')
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user