aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-12-26 18:36:51 +0100
committerGitHub <noreply@github.com>2022-12-26 18:36:51 +0100
commitfe5665be3b49c4ebc1257de8b9c6ed81254fd762 (patch)
tree5efabd6b874e1ddefc6797f958b4d245afdbc4b8 /runtime/lua
parent738427d4984f13ce5e7cda9cda2face9559ee7e7 (diff)
downloadrneovim-fe5665be3b49c4ebc1257de8b9c6ed81254fd762.tar.gz
rneovim-fe5665be3b49c4ebc1257de8b9c6ed81254fd762.tar.bz2
rneovim-fe5665be3b49c4ebc1257de8b9c6ed81254fd762.zip
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) https://github.com/vim/vim/commit/b9a1edfc5434f2a3ac50b1a178d3c85aa417b798 Co-authored-by: David McDonald <dgmcdona@uno.edu>
Diffstat (limited to 'runtime/lua')
-rw-r--r--runtime/lua/vim/filetype.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 9952af821e..fb7bf53007 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -557,6 +557,7 @@ local extension = {
jov = 'jovial',
jovial = 'jovial',
properties = 'jproperties',
+ jq = 'jq',
slnf = 'json',
json = 'json',
jsonp = 'json',