diff options
-rw-r--r-- | subx.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subx.vim b/subx.vim index 13990b31..d63f3548 100644 --- a/subx.vim +++ b/subx.vim @@ -65,4 +65,6 @@ syntax match subxMinorFunction "^_[^ ]*\(:\)\@=" | highlight subxMinorFunction c " other internal labels starting with '$' syntax match subxLabel "^\$[^ ]*\(:\)\@=" | highlight link subxLabel Constant +syntax keyword subxControl break loop | highlight link subxControl Constant + let &cpo = s:save_cpo |