vim-patch:9.0.1103: jq files are not recognized (#21545)

Problem:    jq files are not recognized.
Solution:   Add detection of Jq files. (David McDonald, closes vim/vim#11743)

b9a1edfc54

Co-authored-by: David McDonald <dgmcdona@uno.edu>
This commit is contained in:
Christian Clason
2022-12-26 18:36:51 +01:00
committed by GitHub
parent 738427d498
commit fe5665be3b
2 changed files with 2 additions and 0 deletions

View File

@@ -557,6 +557,7 @@ local extension = {
jov = 'jovial',
jovial = 'jovial',
properties = 'jproperties',
jq = 'jq',
slnf = 'json',
json = 'json',
jsonp = 'json',