mirror of
https://github.com/Reuh/language-candran.git
synced 2025-10-28 04:39:31 +00:00
Merge pull request #27 from rm-code/goto
Add goto to the list of control keywords
This commit is contained in:
commit
7cc63b79a2
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
'match': '\\b(and|or|not|break|do|else|for|if|elseif|return|then|repeat|while|until|end|function|local|in)\\b'
|
'match': '\\b(and|or|not|break|do|else|for|if|elseif|return|then|repeat|while|until|end|function|local|in|goto)\\b'
|
||||||
'name': 'keyword.control.lua'
|
'name': 'keyword.control.lua'
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue