From 007a663c785334a34e9b1207a00c2470caa2832b Mon Sep 17 00:00:00 2001 From: ARM9 Date: Wed, 14 Oct 2015 17:02:35 +0200 Subject: [PATCH] Fix gas directive highlighting --- syntax/include/arm_base_syntax.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syntax/include/arm_base_syntax.vim b/syntax/include/arm_base_syntax.vim index eb3a73f..b721d5a 100644 --- a/syntax/include/arm_base_syntax.vim +++ b/syntax/include/arm_base_syntax.vim @@ -1,4 +1,6 @@ +setlocal iskeyword +=.,_ + syn keyword armTodo contained todo fixme danger note notice bug author date syn match armNumericOp "[+-/*%<>=&|^!]"