mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 00:51:33 +00:00
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:
@@ -557,6 +557,7 @@ local extension = {
|
||||
jov = 'jovial',
|
||||
jovial = 'jovial',
|
||||
properties = 'jproperties',
|
||||
jq = 'jq',
|
||||
slnf = 'json',
|
||||
json = 'json',
|
||||
jsonp = 'json',
|
||||
|
||||
Reference in New Issue
Block a user