add missing lua goto keyword

This commit is contained in:
Wagner Riffel 2017-05-10 02:23:38 -03:00
parent 93e42a5e46
commit 44495cb309

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