mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
add missing lua goto keyword
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"match": "\\b(break|do|else|for|if|elseif|return|then|repeat|while|until|end|function|local|in)\\b",
|
||||
"match": "\\b(break|do|else|for|if|elseif|goto|return|then|repeat|while|until|end|function|local|in)\\b",
|
||||
"name": "keyword.control.lua"
|
||||
},
|
||||
{
|
||||
@@ -189,4 +189,4 @@
|
||||
"scopeName": "source.lua",
|
||||
"uuid": "93E017CC-6F27-11D9-90EB-000D93589AF7",
|
||||
"version": "https://github.com/textmate/lua.tmbundle/commit/609fe340f40b31f4189dabbb38f885b58cf0dd26"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user