Update arm_syntax_base.vim so labels can be properly highlighted if ending with a $
See issue #4
This commit is contained in:
parent
8035b3f00f
commit
9e9a05706d
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
setlocal iskeyword +=.,_
|
setlocal iskeyword +=.,_,\$
|
||||||
|
|
||||||
syn keyword armTodo contained todo fixme danger note notice bug author date
|
syn keyword armTodo contained todo fixme danger note notice bug author date
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user