Skip to content

Commit

Permalink
feat: add solidity support (#178)
Browse files Browse the repository at this point in the history
Solidity docs: docs.soliditylang.org/en/latest/layout-of-source-files.html#comments
  • Loading branch information
alefbragin committed Jul 12, 2022
1 parent 4086630 commit a7c826d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Expand Up @@ -78,6 +78,7 @@ local L = {
scala = { M.cxx_l, M.cxx_b },
scheme = { M.lisp_l, M.lisp_b },
sh = { M.hash },
solidity = { M.cxx_l, M.cxx_b },
sql = { M.dash, M.cxx_b },
stata = { M.cxx_l, M.cxx_b },
svelte = { M.html, M.html },
Expand Down

0 comments on commit a7c826d

Please sign in to comment.