fix some coprocessor stuff

This commit is contained in:
ARM9
2015-07-24 21:24:31 +02:00
parent 6dc0a6ef28
commit 7934b63d57
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -33,6 +33,8 @@ so <sfile>:p:h/arm_directives.vim
" Registers
syn match armRegister "R\%(1[0-5]\|[0-9]\)"
syn match armRegister "C\%(1[0-5]\|[0-9]\)"
syn match armRegister "P\%(1[0-5]\|[0-9]\)"
syn keyword armRegister FP SP LR PC SPSR CPSR CPSR_c CPSR_cxsf BP
syn match armRegister "A[1-3]"
syn match armRegister "V[1-8]"