Skip to content

Commit

Permalink
Merge pull request #14 from jabraham17/fix-format-strings
Browse files Browse the repository at this point in the history
Fix syntax highlight bug with %'S and %"S
  • Loading branch information
jabraham17 authored Jun 11, 2024
2 parents db875b0 + d689538 commit ff840d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/chapel.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"name": "constant.other.placeholder.chapel"
},
{
"match": "(%(@|\\+|0|<|>|\\^)*(\\*|[0-9]+)?(\\.[0-9]*)?[dxXobjh'\"]?[eE]?([niurmzsSc]|([{](.S|\\*S|.S.)[}])|(/.*/)|([{]/.*/[a-zA-Z]+[}]))?)",
"match": "(%(@|\\+|0|<|>|\\^)*(\\*|[0-9]+)?(\\.[0-9]*)?(?:[dxXobjh]|(?:[\\\\]?['\"][S]))?[eE]?([niurmzsSc]|([{](.S|\\*S|.S.)[}])|(/.*/)|([{]/.*/[a-zA-Z]+[}]))?)",
"name": "constant.other.placeholder.chapel"
},
{
Expand Down

0 comments on commit ff840d9

Please sign in to comment.