fix regex of armv6 VFP/NEON registers

This commit is contained in:
Ricky Gong 2015-10-17 12:32:41 +08:00
parent 007a663c78
commit b1e3217e60

View File

@ -2,7 +2,7 @@
so <sfile>:p:h/armv5_base_syntax.vim
" VFP/NEON registers
syn match armv6Register "[SD]\%(3[01]\|[12]\?[0-9]\)"
syn match armv6Register "[SD]\%(3[01]\|[12]\?[0-9]\)\>"
syn match armv6Register "Q\%(1[0-5]\|[0-9]\)"
"