Highlight ARM comments correctly
This commit is contained in:
parent
f988bf850a
commit
6c3f82a662
|
|
@ -83,6 +83,7 @@ syn match gasLocalLabel /\d\{1,2\}[:fb]/
|
|||
syn match gasOperator /[+-/*=|&~<>]\|<=\|>=\|<>/
|
||||
syn region gasComment start=/\/\*/ end=/\*\//
|
||||
syn region gasCommentSingle start=/#/ end=/$/
|
||||
syn region gasCommentSingle start=/@/ end=/$/
|
||||
|
||||
" ARM specific directives
|
||||
syn keyword gasDirectiveStoreARM .2byte .4byte .8byte
|
||||
|
|
|
|||
Loading…
Reference in New Issue