Skip to content

Commit

Permalink
fix bug with %'S and %"S
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Jun 11, 2024
1 parent db875b0 commit d689538
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 d689538

Please sign in to comment.