Skip to content

Commit a7c826d

Browse files
authored
feat: add solidity support (#178)
Solidity docs: docs.soliditylang.org/en/latest/layout-of-source-files.html#comments
1 parent 4086630 commit a7c826d

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
@@ -78,6 +78,7 @@ local L = {
7878
scala = { M.cxx_l, M.cxx_b },
7979
scheme = { M.lisp_l, M.lisp_b },
8080
sh = { M.hash },
81+
solidity = { M.cxx_l, M.cxx_b },
8182
sql = { M.dash, M.cxx_b },
8283
stata = { M.cxx_l, M.cxx_b },
8384
svelte = { M.html, M.html },

0 commit comments

Comments
 (0)