Skip to content

Commit

Permalink
[vscode] Highlight resource<byte[]>.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Apr 4, 2024
1 parent ddbcebb commit 705daf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/vscode/syntaxes/fusion.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@
]
},
"resource-expression": {
"begin": "\\b(resource)\\s*(<)\\s*(byte)\\s*([)\\s*(])\\s*(>)\\s*(\\()",
"begin": "\\b(resource)\\s*(<)\\s*(byte)\\s*(\\[)\\s*(\\])\\s*(>)\\s*(\\()",
"beginCaptures": {
"1": {
"name": "keyword.other.resource.fu"
Expand Down

0 comments on commit 705daf5

Please sign in to comment.