Skip to content

Commit 2c26a00

Browse files
authored
feat: add cuda support (#170)
Co-authored-by: horst5000 <thomas.bolemann@mercedes-benz.com>
1 parent 3c69bab commit 2c26a00

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
@@ -31,6 +31,7 @@ local L = {
3131
cpp = { M.cxx_l, M.cxx_b },
3232
cs = { M.cxx_l, M.cxx_b },
3333
css = { M.cxx_b, M.cxx_b },
34+
cuda = { M.cxx_l, M.cxx_b },
3435
dhall = { M.dash, M.haskell_b },
3536
dot = { M.cxx_l, M.cxx_b },
3637
eelixir = { M.html, M.html },

0 commit comments

Comments
 (0)