forked from aniani/vim
patch 9.0.1103: jq files are not recognized
Problem: jq files are not recognized. Solution: Add detection of Jq files. (David McDonald, closes #11743)
This commit is contained in:
committed by
Bram Moolenaar
parent
a7fbaa43b7
commit
b9a1edfc54
@@ -996,6 +996,9 @@ au BufNewFile,BufRead *.jgr setf jgraph
|
||||
" Jovial
|
||||
au BufNewFile,BufRead *.jov,*.j73,*.jovial setf jovial
|
||||
|
||||
" Jq
|
||||
au BufNewFile,BufRead *.jq setf jq
|
||||
|
||||
" JSON5
|
||||
au BufNewFile,BufRead *.json5 setf json5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user