This commit is contained in:
Kartik Agaram 2020-10-31 20:37:36 -07:00
parent 77687ba944
commit 84a7745224
1 changed files with 1 additions and 1 deletions

2
mu.vim
View File

@ -51,7 +51,7 @@ syntax match muAssign "<-"
highlight link muAssign SpecialChar
" common keywords
syntax match muControl "^return\>\| return\>"
syntax match muControl "\<return\>\|\<return-if[^ ]*\>"
syntax match muControl "\<jump\>\|\<jump-if[^ ]*"
syntax match muControl "\<break\>\|\<break-if[^ ]*"
syntax match muControl "\<loop\>\|\<loop-if[^ ]*"