~otheb/o-vim

aed716797b8a59a824c04cf77b0a14524bb48578 — Olie Ayre 4 years ago 0bfe018 master
Fixed type matching
1 files changed, 2 insertions(+), 2 deletions(-)

M syntax/oa.vim
M syntax/oa.vim => syntax/oa.vim +2 -2
@@ 48,7 48,7 @@ syntax keyword Identifier tof tod top toB send pull free aget aset adel alget
syntax keyword Identifier alset arot ajoin exit abort

" types
syntax keyword Type a nextgroup=Type
syntax keyword Type i8 i16 i32 i64 u8 u16 u32 u64 f d p B
syntax match Type "\v(([iu](8|16|32|64))|[fdpB])+"
syntax match Type "\va(([iu](8|16|32|64))|[fdpB])"

let b:current_syntax = "oa"