Skip to content

Commit

Permalink
Fixed minor mixin highlighting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokaltog authored and tpope committed Jun 21, 2010
1 parent d8fd096 commit 30405bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/sass.vim
Expand Up @@ -29,7 +29,7 @@ syn match sassFunction "\<\%(unquote\|quote\)\>(\@=" contained
syn match sassFunction "\<\%(percentage\|round\|ceil\|floor\|abs\)\>(\@=" contained
syn match sassFunction "\<\%(type-of\|unit\|unitless\|comparable\)\>(\@=" contained

syn match sassMixinName "\w\+" contained nextgroup=sassCssAttribute
syn match sassMixinName "[[:alnum:]_-]\+" contained nextgroup=sassCssAttribute
syn match sassMixin "^=" nextgroup=sassMixinName
syn match sassMixin "^@mixin" nextgroup=sassMixinName skipwhite
syn match sassMixing "^\s\+\zs+" nextgroup=sassMixinName
Expand Down

0 comments on commit 30405bd

Please sign in to comment.