Skip to content

Commit 3329711

Browse files
committed
Correctly keyword-highlight "exit repeat"
1 parent 3b07924 commit 3329711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grammars/lcb.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'include': '#repeat-block'
2424
}
2525
{
26-
'match': '\\s*(next|end)\\s*repeat\\b'
26+
'match': '\\s*(next|exit|end)\\s*repeat\\b'
2727
'name': 'keyword.control.repeat.lcb'
2828
}
2929
{

0 commit comments

Comments
 (0)