We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b07924 commit 3329711Copy full SHA for 3329711
1 file changed
grammars/lcb.cson
@@ -23,7 +23,7 @@
23
'include': '#repeat-block'
24
}
25
{
26
- 'match': '\\s*(next|end)\\s*repeat\\b'
+ 'match': '\\s*(next|exit|end)\\s*repeat\\b'
27
'name': 'keyword.control.repeat.lcb'
28
29
0 commit comments