Skip to content

Commit

Permalink
Change unquoted context to entity.name.type.fsh
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-thompson committed Sep 18, 2023
1 parent 5e42892 commit 2cfbbc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syntaxes/fsh.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"end": "((\"(?:\\\\.|[^\\\\\"])*\")|([^\"][^\\s,]+))\\s+(?!,)",
"endCaptures": {
"2": {
"name": "string.quoted.double.final.fsh"
"name": "string.quoted.double.fsh"
},
"3": {
"name": "entity.name.path.final.fsh"
"name": "entity.name.type.fsh"
}
},
"patterns": [
Expand All @@ -71,7 +71,7 @@
"match": "([^\\s,]+)\\s*(,)\\s*",
"captures": {
"1": {
"name": "entity.name.path.fsh"
"name": "entity.name.type.fsh"
},
"2": {
"name": "keyword.tokens.fsh"
Expand Down

0 comments on commit 2cfbbc3

Please sign in to comment.