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