Skip to content

Commit a2a1b8d

Browse files
authored
Merge pull request #267 from sylr/fix-master
Fix languages.json broken since 5ceb901
2 parents 3ef2ee0 + ff39ce2 commit a2a1b8d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

languages.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@
4949
""
5050
],
5151
"multi_line": [],
52-
"quotes": ["'"]
52+
"quotes": [
53+
{
54+
"end": "'",
55+
"start": "'"
56+
}
57+
]
5358
},
5459
"ASP": {
5560
"complexitychecks": [

processor/constants.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)