Skip to content

Commit

Permalink
feat(ft): added kdl support (#430)
Browse files Browse the repository at this point in the history
Add support for [KDL](https://kdl.dev/) files.
  • Loading branch information
LudoPinelli authored Jun 9, 2024
1 parent c9fafb8 commit 86f850d
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 @@ -101,6 +101,7 @@ local L = setmetatable({
jsonc = { M.cxx_l },
jsonnet = { M.cxx_l, M.cxx_b },
julia = { M.hash, '#=%s=#' },
kdl = { M.cxx_l, M.cxx_b },
kotlin = { M.cxx_l, M.cxx_b },
lean = { M.dash, M.lean_b },
lean3 = { M.dash, M.lean_b },
Expand Down

0 comments on commit 86f850d

Please sign in to comment.