Update arm_syntax_base.vim so labels can be properly highlighted if ending with a $

See issue #4
This commit is contained in:
Jonathan Plotner 2018-08-25 16:31:47 -07:00 committed by GitHub
parent 8035b3f00f
commit 9e9a05706d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
setlocal iskeyword +=.,_
setlocal iskeyword +=.,_,\$
syn keyword armTodo contained todo fixme danger note notice bug author date