diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-10-18 16:07:12 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-10-18 16:07:12 +0200 |
commit | ae882e85f81869dbf81b5c888c337aa4481fc8c3 (patch) | |
tree | 0b9ad026b7927b1a6941b315504a65057e8281b1 /indent | |
parent | aec5e42bdbdb24bc816ae7a56ace189246c74097 (diff) | |
download | vim-polyglot-ae882e85f81869dbf81b5c888c337aa4481fc8c3.tar.gz vim-polyglot-ae882e85f81869dbf81b5c888c337aa4481fc8c3.zip |
Update
Diffstat (limited to 'indent')
-rw-r--r-- | indent/stylus.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/stylus.vim b/indent/stylus.vim index eb958f04..7e089605 100644 --- a/indent/stylus.vim +++ b/indent/stylus.vim @@ -119,7 +119,7 @@ function! GetStylusIndent() " if group !~? 'css.*' && line =~? ')\s*$' " match user functions " return increase - if group =~? '\v^%(cssTagName|cssClassName|cssIdentifier|cssSelectorOp|cssSelectorOp2|cssBraces|cssAttributeSelector|cssPseudoClass|cssPseudoClassId|stylusId|stylusClass)$' + if group =~? '\v^%(cssTagName|cssClassName|cssIdentifier|cssSelectorOp|cssSelectorOp2|cssBraces|cssAttributeSelector|cssPseudo|stylusId|stylusClass)$' return increase elseif (group == 'stylusUserFunction') && (indent(lnum) == '0') " mixin definition return increase |