Skip to content

Commit

Permalink
feat(ft): added jq support (#411)
Browse files Browse the repository at this point in the history
Comment string for jq language: <https://jqlang.github.io/jq/>
  • Loading branch information
lluccia committed Jun 9, 2024
1 parent fd48776 commit 684cb8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ local L = setmetatable({
java = { M.cxx_l, M.cxx_b },
javascript = { M.cxx_l, M.cxx_b },
javascriptreact = { M.cxx_l, M.cxx_b },
jq = { M.hash },
jsonc = { M.cxx_l },
jsonnet = { M.cxx_l, M.cxx_b },
julia = { M.hash, '#=%s=#' },
Expand Down

0 comments on commit 684cb8a

Please sign in to comment.