Skip to content

Commit cc87c89

Browse files
authored
feat: add R suppport (#165)
1 parent 40f5587 commit cc87c89

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
@@ -68,6 +68,7 @@ local L = {
6868
purescript = { M.dash, M.haskell_b },
6969
python = { M.hash }, -- Python doesn't have block comments
7070
php = { M.cxx_l, M.cxx_b },
71+
r = { M.hash }, -- R doesn't have block comments
7172
readline = { M.hash },
7273
ruby = { M.hash },
7374
rust = { M.cxx_l, M.cxx_b },

0 commit comments

Comments
 (0)