Skip to content

Commit

Permalink
correctly pop @document in sass
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Nov 26, 2018
1 parent 859ec19 commit 2f83ea5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Syntaxes/Sass.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,6 @@ contexts:
- meta_scope: meta.function-call.sass
- match: '\s*(?=$)'
pop: true
- match: '\s*(?=[\{])'
pop: true
- match: '\('
scope: punctuation.definition.group.begin.sass
push:
Expand Down Expand Up @@ -857,8 +855,6 @@ contexts:
- meta_scope: meta.at-rule.css
- match: '\s*(?=$)'
pop: true
- match: '\s*(?=[\{])'
pop: true
- match: '(url)(\()'
captures:
1: meta.function-call.css support.function.url.css
Expand Down Expand Up @@ -903,7 +899,7 @@ contexts:
2: punctuation.definition.keyword.css
push:
- meta_scope: meta.at-rule.document.css
- match: '(?=[\{])'
- match: '(?=$)'
pop: true
- include: comment-block
- include: comment-line
Expand Down

0 comments on commit 2f83ea5

Please sign in to comment.