diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-20 11:08:18 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-20 11:08:18 -0700 |
commit | 9272b6cec9a8b0dff32c5f694e59ed8c706965e4 (patch) | |
tree | b39ae2c1481de9016a55e20464054eadf7830fef | |
parent | d9d9ab813cd533353fc273ca7780833c562f7e7a (diff) | |
download | mu-9272b6cec9a8b0dff32c5f694e59ed8c706965e4.tar.gz |
5681
-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 |