Skip to content

Commit

Permalink
Merge pull request #24 from disneystreaming/dfrancoeur/23-trait-highl…
Browse files Browse the repository at this point in the history
…ights

Support fully qualified name in traits
  • Loading branch information
daddykotex authored Jul 19, 2023
2 parents e7f4c79 + c98399d commit a74213a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smithy.tmGrammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
]
},
"traits": {
"match": "@([\\w]+)\\b",
"match": "@([\\w\\.#]+)\\b",
"name": "support.function"
},
"camelcase": {
Expand Down

0 comments on commit a74213a

Please sign in to comment.