Skip to content

Commit

Permalink
fix #31 comments in multiline include params
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Nov 14, 2018
1 parent fa78cb1 commit 4a89090
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Syntaxes/SCSS.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ contexts:
scope: punctuation.definition.group.begin.scss
push:
- meta_scope: meta.function.parameters.scss
- include: comment-block
- include: comment-line
- include: scss-variables
- include: scss-functions
- include: scss-operators
Expand Down
6 changes: 6 additions & 0 deletions Tests/syntax_test_scss.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,12 @@
// ^ string.unquoted
// ^ - string

@include firefox-message(
".header", /*a comment*/
test // this should also be a comment
);



/*
Mixin Directives
Expand Down

0 comments on commit 4a89090

Please sign in to comment.