Add hjson, closes #659

Co-authored-by: SebastienElet <sebastien@elet.fr>
This commit is contained in:
Adam Stankiewicz
2021-01-03 14:14:59 +01:00
parent 09f31c433a
commit 7bde552a46
6 changed files with 111 additions and 1 deletions

View File

@@ -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