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.
R
1 parent 40f5587 commit cc87c89Copy full SHA for cc87c89
lua/Comment/ft.lua
@@ -68,6 +68,7 @@ local L = {
68
purescript = { M.dash, M.haskell_b },
69
python = { M.hash }, -- Python doesn't have block comments
70
php = { M.cxx_l, M.cxx_b },
71
+ r = { M.hash }, -- R doesn't have block comments
72
readline = { M.hash },
73
ruby = { M.hash },
74
rust = { M.cxx_l, M.cxx_b },
0 commit comments