mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
[lua] "goto" missing in Lua syntax highlighting #942
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
</dict>
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>\b(break|do|else|for|if|elseif|return|then|repeat|while|until|end|function|local|in)\b</string>
|
||||
<string>\b(break|do|else|for|if|elseif|goto|return|then|repeat|while|until|end|function|local|in)\b</string>
|
||||
<key>name</key>
|
||||
<string>keyword.control.lua</string>
|
||||
</dict>
|
||||
|
||||
Reference in New Issue
Block a user