Skip to content

Commit

Permalink
Remove unneeded \@<!
Browse files Browse the repository at this point in the history
  • Loading branch information
kchmck committed Jul 19, 2011
1 parent 19ac1c7 commit 9dac84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/coffee.vim
Expand Up @@ -107,7 +107,7 @@ syn match coffeeAssign /\%(++\|--\)\s*\%(@\|@\?\I\)\%(\i\|::\|\.\|?\|\[.\+\]\)*/
\ contains=@coffeeIdentifier,coffeeAssignSymbols,
\ coffeeAssignBrackets
" A normal assignment, or a post-increment or post-decrement assignment
syn match coffeeAssign /\%(@\|@\?\I\)\%(\i\|::\|\.\|?\|\[.\+\]\)*\%(++\|--\|\s*\%(and\|or\|&&\|||\|?\|+\|-\|\/\|\*\|%\|<<\|>>\|>>>\|&\||\|\^\)\?=\@<!==\@!>\@!\)/
syn match coffeeAssign /\%(@\|@\?\I\)\%(\i\|::\|\.\|?\|\[.\+\]\)*\%(++\|--\|\s*\%(and\|or\|&&\|||\|?\|+\|-\|\/\|\*\|%\|<<\|>>\|>>>\|&\||\|\^\)\?==\@!>\@!\)/
\ contains=@coffeeIdentifier,coffeeAssignSymbols,
\ coffeeAssignBrackets
hi def link coffeeAssign Identifier
Expand Down

0 comments on commit 9dac84f

Please sign in to comment.