Skip to content

Commit 0278938

Browse files
authored
Merge pull request #19 from jabraham17/syntax-highlight-gen-conversion
Make sure %? is syntax highlighted
2 parents c4c4779 + 21a0f70 commit 0278938

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: syntaxes/chapel.tmLanguage.json

+4
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@
166166
},
167167
"string_format": {
168168
"patterns": [
169+
{
170+
"match": "(%\\?)",
171+
"name": "constant.other.placeholder.chapel"
172+
},
169173
{
170174
"match": "(%[{]([#]+|[#]*[.][#]+)[}])",
171175
"name": "constant.other.placeholder.chapel"

0 commit comments

Comments
 (0)