Skip to content

Commit 78ab4e9

Browse files
authored
feat: add jsonnet support (#186)
Jsonnet docs: https://jsonnet.org/ref/spec.html
1 parent ee88c6b commit 78ab4e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ local L = {
6060
javascript = { M.cxx_l, M.cxx_b },
6161
javascriptreact = { M.cxx_l, M.cxx_b },
6262
jsonc = { M.cxx_l },
63+
jsonnet = { M.cxx_l, M.cxx_b },
6364
julia = { M.hash, '#=%s=#' },
6465
kotlin = { M.cxx_l, M.cxx_b },
6566
lidris = { M.dash, M.haskell_b },

0 commit comments

Comments
 (0)