Skip to content

Commit db34d8d

Browse files
authored
feat: add dart support (#261)
1 parent 87bf859 commit db34d8d

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
@@ -48,6 +48,7 @@ local L = setmetatable({
4848
cs = { M.cxx_l, M.cxx_b },
4949
css = { M.cxx_b, M.cxx_b },
5050
cuda = { M.cxx_l, M.cxx_b },
51+
dart = { M.cxx_l, M.cxx_b },
5152
dhall = { M.dash, M.haskell_b },
5253
dot = { M.cxx_l, M.cxx_b },
5354
eelixir = { M.html, M.html },

0 commit comments

Comments
 (0)