Skip to content

Commit 86f850d

Browse files
authored
feat(ft): added kdl support (#430)
Add support for [KDL](https://kdl.dev/) files.
1 parent c9fafb8 commit 86f850d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ local L = setmetatable({
101101
jsonc = { M.cxx_l },
102102
jsonnet = { M.cxx_l, M.cxx_b },
103103
julia = { M.hash, '#=%s=#' },
104+
kdl = { M.cxx_l, M.cxx_b },
104105
kotlin = { M.cxx_l, M.cxx_b },
105106
lean = { M.dash, M.lean_b },
106107
lean3 = { M.dash, M.lean_b },

0 commit comments

Comments
 (0)