We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30b7f2 commit 0600ae9Copy full SHA for 0600ae9
lua/Comment/ft.lua
@@ -140,6 +140,7 @@ local L = setmetatable({
140
proto = { M.cxx_l, M.cxx_b },
141
quarto = { M.html, M.html },
142
r = { M.hash }, -- R doesn't have block comments
143
+ rhai = { M.cxx_l, M.cxx_b },
144
racket = { M.lisp_l, M.lisp_b },
145
rasi = { M.cxx_l, M.cxx_b },
146
readline = { M.hash },
0 commit comments