summaryrefslogtreecommitdiffstats
path: root/indent
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-10-18 16:07:12 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-10-18 16:07:12 +0200
commitae882e85f81869dbf81b5c888c337aa4481fc8c3 (patch)
tree0b9ad026b7927b1a6941b315504a65057e8281b1 /indent
parentaec5e42bdbdb24bc816ae7a56ace189246c74097 (diff)
downloadvim-polyglot-ae882e85f81869dbf81b5c888c337aa4481fc8c3.tar.gz
vim-polyglot-ae882e85f81869dbf81b5c888c337aa4481fc8c3.zip
Update
Diffstat (limited to 'indent')
-rw-r--r--indent/stylus.vim2
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