Skip to content

Commit cac5454

Browse files
committed
Include commas highlighting in container condition
1 parent 12efc86 commit cac5454

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/vscode-css/grammars/css.cson

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,9 @@
828828
'begin': '\\G'
829829
'end': '(?=\\s*[{;])'
830830
'patterns': [
831+
{
832+
'include': '#commas'
833+
}
831834
{
832835
'include': '#comment-block'
833836
}

syntaxes/css.tmLanguage.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,9 @@
840840
"begin": "\\G",
841841
"end": "(?=\\s*[{;])",
842842
"patterns": [
843+
{
844+
"include": "#commas"
845+
},
843846
{
844847
"include": "#comment-block"
845848
},

0 commit comments

Comments
 (0)