Highlight ARM comments correctly

This commit is contained in:
Will Price 2015-02-17 14:41:35 +00:00
parent f988bf850a
commit 6c3f82a662
1 changed files with 1 additions and 0 deletions

View File

@ -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