Skip to content

Commit 684cb8a

Browse files
authored
feat(ft): added jq support (#411)
Comment string for jq language: <https://jqlang.github.io/jq/>
1 parent fd48776 commit 684cb8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ local L = setmetatable({
9696
java = { M.cxx_l, M.cxx_b },
9797
javascript = { M.cxx_l, M.cxx_b },
9898
javascriptreact = { M.cxx_l, M.cxx_b },
99+
jq = { M.hash },
99100
jsonc = { M.cxx_l },
100101
jsonnet = { M.cxx_l, M.cxx_b },
101102
julia = { M.hash, '#=%s=#' },

0 commit comments

Comments
 (0)