Skip to content

Commit 8e9d281

Browse files
committed
Add solidity
1 parent 4e6433d commit 8e9d281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

constants/commentOperators.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ var CommentOperators = map[string]string{
2626
".asm": ";", // Assembly
2727
".html": "<!--", // HTML (Opening Comment)
2828
".css": "/*", // CSS (Opening Comment)
29+
".sol": "//", // Solidity
2930
}

0 commit comments

Comments
 (0)