Skip to content

Commit

Permalink
Merge pull request #13 from disneystreaming/dfrancoeur/grammar
Browse files Browse the repository at this point in the history
Update Smithy grammar
  • Loading branch information
daddykotex authored Aug 24, 2022
2 parents 82a2a09 + eb7abd7 commit 67e4267
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 @@ -72,7 +72,7 @@
]
},
"reserved": {
"match": "\\b(service|operation|resource|structure|list|metadata|namespace|use|map|union|string|integer|set|blob|boolean|string|byte|short|integer|long|float|double|bigInteger|bigDecimal|timestamp|document)\\b",
"match": "\\b(service|operation|resource|structure|list|metadata|namespace|use|map|union|string|integer|set|blob|boolean|string|byte|short|integer|long|float|double|bigInteger|bigDecimal|timestamp|document|enum|intEnum|with|for)\\b",
"name": "keyword.control.reserved"
},
"builtin": {
Expand Down

0 comments on commit 67e4267

Please sign in to comment.