From 6c3f82a662f82e5f994c7328a9c3c9b0688be38f Mon Sep 17 00:00:00 2001 From: Will Price Date: Tue, 17 Feb 2015 14:41:35 +0000 Subject: [PATCH] Highlight ARM comments correctly --- syntax/gas.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/gas.vim b/syntax/gas.vim index a588d02..c936716 100644 --- a/syntax/gas.vim +++ b/syntax/gas.vim @@ -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