Skip to content

Commit

Permalink
feat(ft): added cue support (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-029894 authored Jun 9, 2024
1 parent d30371f commit e30b7f2
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 @@ -59,6 +59,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 },
cue = { M.cxx_l },
dart = { M.cxx_l, M.cxx_b },
dhall = { M.dash, M.haskell_b },
dnsmasq = { M.hash },
Expand Down

0 comments on commit e30b7f2

Please sign in to comment.