Skip to content

Commit

Permalink
Update to latest syntax file (#822)
Browse files Browse the repository at this point in the history
Update syntax file

Co-authored-by: JohnnyMorganz <[email protected]>
  • Loading branch information
github-actions[bot] and JohnnyMorganz authored Nov 9, 2024
1 parent d4bbb67 commit a555830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editors/code/syntaxes/Luau.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@
},
{
"match": "->",
"name": "keyword.operator.type.luau"
"name": "keyword.operator.type.function.luau"
},
{
"match": "\\b(false)\\b",
Expand Down Expand Up @@ -678,12 +678,12 @@
"end": "(>)",
"beginCaptures": {
"1": {
"name": "keyword.operator.type.luau"
"name": "punctuation.definition.typeparameters.begin.luau"
}
},
"endCaptures": {
"1": {
"name": "keyword.operator.type.luau"
"name": "punctuation.definition.typeparameters.end.luau"
}
},
"patterns": [
Expand Down

0 comments on commit a555830

Please sign in to comment.