Skip to content

Commit b6962a9

Browse files
committed
Merge branch 'st4152'
2 parents ff1d72b + 133c989 commit b6962a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PostCSS.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ contexts:
132132
- meta_scope: meta.at-rule.apply.postcss
133133
- match: '{{custom_ident_begin}}'
134134
push: custom-property-variable-content
135-
- match: \.
135+
- match: \.|{{ident_begin}}
136136
scope: punctuation.definition.entity.css
137137
push: selector-class-identifier-content
138138
- include: values

tests/syntax_test.postcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ $(tag) > .$(cls) > #$(id) : $(pseudo) [$(attr)=$(value)] { $(prop): $(value); gr
267267
// ^ punctuation.definition.entity.css
268268
// ^^^^^^^^^ variable.other.postcss
269269
// ^ punctuation.definition.variable.postcss
270-
// ^^^^^^^^ support.constant.property-value.css
270+
// ^^^^^^^^ entity.other.attribute-name.class.css
271271
// ^ punctuation.terminator.rule.css
272272
}
273273

0 commit comments

Comments
 (0)