about summary refs log tree commit diff stats
path: root/subx.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-20 11:08:18 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-20 11:08:18 -0700
commit9272b6cec9a8b0dff32c5f694e59ed8c706965e4 (patch)
treeb39ae2c1481de9016a55e20464054eadf7830fef /subx.vim
parentd9d9ab813cd533353fc273ca7780833c562f7e7a (diff)
downloadmu-9272b6cec9a8b0dff32c5f694e59ed8c706965e4.tar.gz
5681
Diffstat (limited to 'subx.vim')
-rw-r--r--subx.vim2
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