More specific loop keyword high-lighting
This commit is contained in:
parent
b22ca8cd67
commit
aff11eefce
2 changed files with 12 additions and 5 deletions
|
|
@ -28,13 +28,13 @@ in
|
|||
/* ^ keyword */
|
||||
|
||||
for i := 12 to 27 do 42;
|
||||
/* <- keyword */
|
||||
/* ^ keyword */
|
||||
/* ^ keyword */
|
||||
/* <- keyword.repeat */
|
||||
/* ^ keyword.repeat */
|
||||
/* ^ keyword.repeat */
|
||||
|
||||
while 12 do break
|
||||
/* <- keyword */
|
||||
/* ^ keyword */
|
||||
/* <- keyword.repeat */
|
||||
/* ^ keyword.repeat */
|
||||
/* ^ keyword */
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue