indentation
This commit is contained in:
parent
c24e442cad
commit
c0a2bc0b25
@ -20,33 +20,33 @@ if version >= 508 || !exists("did_armv4_syntax_inits")
|
|||||||
|
|
||||||
so <sfile>:p:h/include/arm_base_syntax.vim
|
so <sfile>:p:h/include/arm_base_syntax.vim
|
||||||
|
|
||||||
HiLink armv4Instr armv4Instructions
|
HiLink armv4Instr armv4Instructions
|
||||||
HiLink armv4InstrCond armv4Instructions
|
HiLink armv4InstrCond armv4Instructions
|
||||||
HiLink armv4InstrNoCond armv4Instructions
|
HiLink armv4InstrNoCond armv4Instructions
|
||||||
HiLink armv4LDR armv4Instructions
|
HiLink armv4LDR armv4Instructions
|
||||||
HiLink armv4STR armv4Instructions
|
HiLink armv4STR armv4Instructions
|
||||||
HiLink armv4Stack armv4Instructions
|
HiLink armv4Stack armv4Instructions
|
||||||
HiLink armv4SWP armv4Instructions
|
HiLink armv4SWP armv4Instructions
|
||||||
|
|
||||||
HiLink armNumericOp armOperator
|
HiLink armNumericOp armOperator
|
||||||
HiLink armRelative armOperator
|
HiLink armRelative armOperator
|
||||||
|
|
||||||
" Link to standard syn groups so the 'colorschemes' work
|
" Link to standard syn groups so the 'colorschemes' work
|
||||||
HiLink armOperator Operator
|
HiLink armOperator Operator
|
||||||
HiLink armNumber Number
|
HiLink armNumber Number
|
||||||
HiLink armComment Comment
|
HiLink armComment Comment
|
||||||
HiLink armString String
|
HiLink armString String
|
||||||
|
|
||||||
HiLink armIdentifier Label
|
HiLink armIdentifier Label
|
||||||
HiLink armLabel Label
|
HiLink armLabel Label
|
||||||
HiLink gasDirective PreProc
|
HiLink gasDirective PreProc
|
||||||
HiLink armDirective PreProc
|
HiLink armDirective PreProc
|
||||||
HiLink armCPreProc Identifier
|
HiLink armCPreProc Identifier
|
||||||
|
|
||||||
HiLink armRegister Type
|
HiLink armRegister Type
|
||||||
HiLink armv4Instructions Function
|
HiLink armv4Instructions Function
|
||||||
|
|
||||||
HiLink armTodo Todo
|
HiLink armTodo Todo
|
||||||
delcommand HiLink
|
delcommand HiLink
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -33,21 +33,21 @@ if version >= 508 || !exists("did_armv5_syntax_inits")
|
|||||||
HiLink armRelative armOperator
|
HiLink armRelative armOperator
|
||||||
|
|
||||||
" Link to standard syn groups so the 'colorschemes' work
|
" Link to standard syn groups so the 'colorschemes' work
|
||||||
HiLink armOperator Operator
|
HiLink armOperator Operator
|
||||||
HiLink armNumber Number
|
HiLink armNumber Number
|
||||||
HiLink armComment Comment
|
HiLink armComment Comment
|
||||||
HiLink armString String
|
HiLink armString String
|
||||||
|
|
||||||
HiLink armIdentifier Label
|
HiLink armIdentifier Label
|
||||||
HiLink armLabel Label
|
HiLink armLabel Label
|
||||||
HiLink gasDirective PreProc
|
HiLink gasDirective PreProc
|
||||||
HiLink armDirective PreProc
|
HiLink armDirective PreProc
|
||||||
HiLink armCPreProc Identifier
|
HiLink armCPreProc Identifier
|
||||||
|
|
||||||
HiLink armRegister Type
|
HiLink armRegister Type
|
||||||
HiLink armv5Instructions Function
|
HiLink armv5Instructions Function
|
||||||
|
|
||||||
HiLink armTodo Todo
|
HiLink armTodo Todo
|
||||||
delcommand HiLink
|
delcommand HiLink
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user