Merge pull request #26350 from wgrriffel/add-missing-goto-keyword

Lua syntax extension is missing 'goto' keyword
This commit is contained in:
Martin Aeschlimann 2017-05-11 10:43:37 +02:00 committed by GitHub
commit f1dfc88828

View file

@ -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"
}
}