remove # comment

This commit is contained in:
ARM9 2015-07-15 19:59:45 +02:00
parent 9b1daaa845
commit c5bc0c15de

View File

@ -17,7 +17,7 @@ syn match armNumber "[#\$]\?0b[01]\+\>"
syn match armNumber "\d*\.\d\+\>" syn match armNumber "\d*\.\d\+\>"
" Comments " Comments
syn region armComment start="//\|@\|#" end="$" contains=armTodo syn region armComment start="//\|@" end="$" contains=armTodo
" syn region armComment start="^#\|//\|@" end="$" contains=armTodo " syn region armComment start="^#\|//\|@" end="$" contains=armTodo
syn region armComment start="/\*" end="\*/" contains=armTodo syn region armComment start="/\*" end="\*/" contains=armTodo