This commit is contained in:
Kartik Agaram 2019-09-20 11:08:18 -07:00
parent d9d9ab813c
commit 9272b6cec9
1 changed files with 2 additions and 0 deletions

View File

@ -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