Skip to content

Commit

Permalink
Merge pull request #19 from jabraham17/syntax-highlight-gen-conversion
Browse files Browse the repository at this point in the history
Make sure %? is syntax highlighted
  • Loading branch information
jabraham17 authored Oct 15, 2024
2 parents c4c4779 + 21a0f70 commit 0278938
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 0278938

Please sign in to comment.