mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Add hjson, closes #659
Co-authored-by: SebastienElet <sebastien@elet.fr>
This commit is contained in:
@@ -168,6 +168,10 @@ let did_load_filetypes = 1
|
||||
|
||||
" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'hjson')
|
||||
au BufNewFile,BufRead *.hjson setf hjson
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'gleam')
|
||||
au BufNewFile,BufRead *.gleam setf gleam
|
||||
endif
|
||||
|
||||
@@ -224,6 +224,7 @@ let s:globs = {
|
||||
\ 'hex': '*.hex,*.h32',
|
||||
\ 'hgcommit': 'hg-editor-*.txt',
|
||||
\ 'hive': '*.q,*.hql,*.ql',
|
||||
\ 'hjson': '*.hjson',
|
||||
\ 'hog': '*.hog,snort.conf,vision.conf',
|
||||
\ 'hollywood': '*.hws',
|
||||
\ 'hostconf': '',
|
||||
|
||||
Reference in New Issue
Block a user