Skip to content

Commit

Permalink
optimized label coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Meiser-Knosowski committed Mar 23, 2018
1 parent 8b4a861 commit 4d4813e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syntax/rapid.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
" Vim syntax file
" Language: ABB Rapid Command
" Maintainer: Patrick Meiser-Knosowski <knosowski@graeff.de>
" Version: 1.5.4
" Last Change: 02. Jan 2018
" Version: 1.5.5
" Last Change: 23. Mar 2018
" Credits:
"
" Suggestions of improvement are very welcome. Please email me!
Expand Down Expand Up @@ -128,7 +128,7 @@ else
highlight default link rapidRepeat Repeat
" Label
syn keyword rapidLabel GOTO
syn match rapidLabel /\c\v^\s*\a\w*\:\ze([^=]|$)/
syn match rapidLabel /\c\v^\s*\a\w*\:\ze([^=]|$)/ contains=rapidConditional,rapidOperator
highlight default link rapidLabel Label
" Keyword
syn keyword rapidKeyword AccSet ActEventBuffer ActUnit Add AliasIO AliasIOReset BitClear BitSet BookErrNo
Expand Down

0 comments on commit 4d4813e

Please sign in to comment.