Skip to content

Commit ffdaa22

Browse files
committed
[scss] update grammar (atom/language-sass@63b3aa0)
1 parent 202a6db commit ffdaa22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/scss/syntaxes/scss.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,9 +1665,9 @@
16651665
]
16661666
},
16671667
"variables": {
1668-
"match": "\\$[A-Za-z0-9_-]+\\b",
1668+
"match": "(\\$|\\-\\-)[A-Za-z0-9_-]+\\b",
16691669
"name": "variable.scss"
16701670
}
16711671
},
1672-
"version": "https://github.com/atom/language-sass/commit/0c650090de8e0a72088232cb62aedd45df29a036"
1672+
"version": "https://github.com/atom/language-sass/commit/63b3aa0ed8f25b80a109c110bdfbd9950bd0df27"
16731673
}

0 commit comments

Comments
 (0)