Skip to content

Commit

Permalink
make sure %? is syntax highlighted
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Oct 15, 2024
1 parent d45c90d commit 21a0f70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syntaxes/chapel.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@
},
"string_format": {
"patterns": [
{
"match": "(%\\?)",
"name": "constant.other.placeholder.chapel"
},
{
"match": "(%[{]([#]+|[#]*[.][#]+)[}])",
"name": "constant.other.placeholder.chapel"
Expand Down

0 comments on commit 21a0f70

Please sign in to comment.