Skip to content

Commit

Permalink
feat: add dart support (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
genesistms committed Oct 13, 2022
1 parent 87bf859 commit db34d8d
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 @@ -48,6 +48,7 @@ local L = setmetatable({
cs = { M.cxx_l, M.cxx_b },
css = { M.cxx_b, M.cxx_b },
cuda = { M.cxx_l, M.cxx_b },
dart = { M.cxx_l, M.cxx_b },
dhall = { M.dash, M.haskell_b },
dot = { M.cxx_l, M.cxx_b },
eelixir = { M.html, M.html },
Expand Down

0 comments on commit db34d8d

Please sign in to comment.