diff --git a/Syntaxes/SCSS.tmLanguage b/Syntaxes/SCSS.tmLanguage
index d365907..571ac44 100644
--- a/Syntaxes/SCSS.tmLanguage
+++ b/Syntaxes/SCSS.tmLanguage
@@ -1739,13 +1739,13 @@
1
name
- punctuation.definition.entity.scss
+ punctuation.definition.entity.css
match
(\.)[a-zA-Z0-9_-]+
name
- entity.other.attribute-name.class.scss
+ entity.other.attribute-name.class.css
selector_entities
@@ -1761,13 +1761,13 @@
1
name
- punctuationctuation.definition.entity.scss
+ punctuationctuation.definition.entity.css
match
(#)[a-zA-Z][a-zA-Z0-9_-]*
name
- entity.other.attribute-name.id.scss
+ entity.other.attribute-name.id.css
selector_pseudo_class
@@ -1776,13 +1776,13 @@
1
name
- punctuation.definition.entity.scss
+ punctuation.definition.entity.css
match
(:)\b(link|visited|hover|active|focus|target|lang|disabled|enabled|checked|indeterminate|root|nth-child()|nth-last-child()|nth-of-type()|nth-last-of-type()|first-child|last-child|first-of-type|last-of-type|only-child|only-of-type|empty|not|valid|invalid)(\([0-9A-Za-z]*\))?
name
- entity.other.attribute-name.pseudo-class.scss
+ entity.other.attribute-name.pseudo-class.css
selector_pseudo_element
@@ -1791,13 +1791,13 @@
1
name
- punctuation.definition.entity.scss
+ punctuation.definition.entity.css
match
(:+)\b(after|before|first-letter|first-line|selection)\b
name
- entity.other.attribute-name.pseudo-element.scss
+ entity.other.attribute-name.pseudo-element.css
selector_placeholder