Skip to content

Commit

Permalink
add test markers
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Dec 17, 2021
1 parent 8a4436b commit d2deb97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/syntax_test_sass.sass
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* SYNTAX TEST "Packages/Sass/Syntaxes/Sass.sublime-syntax" */

// https://sass-lang.com/documentation/file.INDENTED_SYNTAX.html
// This comment will not appear in the CSS output.
Expand Down Expand Up @@ -709,7 +711,7 @@ p
// ^^^^ constant.numeric
top: steps(1, var(--end))
/* ^^^ support.function.var.css */
/* ^^^ support.function.var.css */

top: blenda(red 50% hsl)
// ^^^^^^ support.function.color.css
Expand Down
2 changes: 2 additions & 0 deletions Tests/syntax_test_scss.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* SYNTAX TEST "Packages/Sass/Syntaxes/SCSS.sublime-syntax" */

/*
Correctly differentiate between properties and selectors,
especially with pseudo-stuff because of the :
Expand Down

0 comments on commit d2deb97

Please sign in to comment.