Skip to content

Commit ff840d9

Browse files
authored
Merge pull request #14 from jabraham17/fix-format-strings
Fix syntax highlight bug with %'S and %"S
2 parents db875b0 + d689538 commit ff840d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: syntaxes/chapel.tmLanguage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"name": "constant.other.placeholder.chapel"
172172
},
173173
{
174-
"match": "(%(@|\\+|0|<|>|\\^)*(\\*|[0-9]+)?(\\.[0-9]*)?[dxXobjh'\"]?[eE]?([niurmzsSc]|([{](.S|\\*S|.S.)[}])|(/.*/)|([{]/.*/[a-zA-Z]+[}]))?)",
174+
"match": "(%(@|\\+|0|<|>|\\^)*(\\*|[0-9]+)?(\\.[0-9]*)?(?:[dxXobjh]|(?:[\\\\]?['\"][S]))?[eE]?([niurmzsSc]|([{](.S|\\*S|.S.)[}])|(/.*/)|([{]/.*/[a-zA-Z]+[}]))?)",
175175
"name": "constant.other.placeholder.chapel"
176176
},
177177
{

0 commit comments

Comments
 (0)