Skip to content

Commit 0600ae9

Browse files
committed
feat: Add support for rhaiscript
1 parent e30b7f2 commit 0600ae9

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
@@ -140,6 +140,7 @@ local L = setmetatable({
140140
proto = { M.cxx_l, M.cxx_b },
141141
quarto = { M.html, M.html },
142142
r = { M.hash }, -- R doesn't have block comments
143+
rhai = { M.cxx_l, M.cxx_b },
143144
racket = { M.lisp_l, M.lisp_b },
144145
rasi = { M.cxx_l, M.cxx_b },
145146
readline = { M.hash },

0 commit comments

Comments
 (0)