Merge pull request #5 from Plotnus/patch-1

labels are properly highlighted if starting/ending with the $ character.
This commit is contained in:
ARM9 2018-08-26 15:09:45 +02:00 committed by GitHub
commit 304b469e44
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