1
0
Fork 0
mirror of https://github.com/Reuh/language-candran.git synced 2025-10-27 12:19:30 +00:00

Merge pull request #27 from rm-code/goto

Add goto to the list of control keywords
This commit is contained in:
Jorge Garrido 2016-06-14 12:53:25 +02:00 committed by GitHub
commit 7cc63b79a2

View file

@ -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'
}
{