Skip to content

Commit

Permalink
feat(ft): add ron support (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosauter committed Aug 1, 2023
1 parent abaf59f commit 2e4916e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Expand Up @@ -120,6 +120,7 @@ local L = setmetatable({
rego = { M.hash },
remind = { M.hash },
robot = { M.hash }, -- Robotframework doesn't have block comments
ron = { M.cxx_l, M.cxx_b },
ruby = { M.hash },
rust = { M.cxx_l, M.cxx_b },
scala = { M.cxx_l, M.cxx_b },
Expand Down

0 comments on commit 2e4916e

Please sign in to comment.