Skip to content

Commit e30b7f2

Browse files
authored
feat(ft): added cue support (#462)
1 parent d30371f commit e30b7f2

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
@@ -59,6 +59,7 @@ local L = setmetatable({
5959
cs = { M.cxx_l, M.cxx_b },
6060
css = { M.cxx_b, M.cxx_b },
6161
cuda = { M.cxx_l, M.cxx_b },
62+
cue = { M.cxx_l },
6263
dart = { M.cxx_l, M.cxx_b },
6364
dhall = { M.dash, M.haskell_b },
6465
dnsmasq = { M.hash },

0 commit comments

Comments
 (0)