Skip to content

Commit 197f6d3

Browse files
committed
Fix false comment being detected in multiline string in go
1 parent 5b597c0 commit 197f6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@
673673
"Go": {
674674
"line_comment": ["//"],
675675
"multi_line_comments": [["/*", "*/"]],
676-
"quotes": [["\\\"", "\\\""]],
676+
"quotes": [["\\\"", "\\\""], ["`", "`"]],
677677
"extensions": ["go"]
678678
},
679679
"Gohtml": {

0 commit comments

Comments
 (0)