From 9e9a05706d35b695a0ff50ff841979f2a40e426f Mon Sep 17 00:00:00 2001 From: Jonathan Plotner Date: Sat, 25 Aug 2018 16:31:47 -0700 Subject: [PATCH] Update arm_syntax_base.vim so labels can be properly highlighted if ending with a $ See issue #4 --- syntax/include/arm_base_syntax.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/include/arm_base_syntax.vim b/syntax/include/arm_base_syntax.vim index 8041179..c14995e 100644 --- a/syntax/include/arm_base_syntax.vim +++ b/syntax/include/arm_base_syntax.vim @@ -1,5 +1,5 @@ -setlocal iskeyword +=.,_ +setlocal iskeyword +=.,_,\$ syn keyword armTodo contained todo fixme danger note notice bug author date