Skip to content

Commit

Permalink
Fix indended end enum syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Feb 11, 2022
1 parent 7240096 commit e1f8154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/brightscript.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
"end": "\r?\n"
}
],
"end": "(?i)[ \\t]?(end[ \\t]*enum)",
"end": "(?i)[ \\t]*(end[ \\t]*enum)",
"endCaptures": {
"1": {
"name": "storage.type.enum.brs"
Expand Down

0 comments on commit e1f8154

Please sign in to comment.