Skip to content

Commit

Permalink
#111 Change scope back to css for ids, classes and pseudo-classes to …
Browse files Browse the repository at this point in the history
…fix Solarized theme.
  • Loading branch information
stephenway committed Oct 27, 2012
1 parent 66b2b14 commit 058680f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Syntaxes/SCSS.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -1739,13 +1739,13 @@
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.entity.scss</string>
<string>punctuation.definition.entity.css</string>
</dict>
</dict>
<key>match</key>
<string>(\.)[a-zA-Z0-9_-]+</string>
<key>name</key>
<string>entity.other.attribute-name.class.scss</string>
<string>entity.other.attribute-name.class.css</string>
</dict>
<key>selector_entities</key>
<dict>
Expand All @@ -1761,13 +1761,13 @@
<key>1</key>
<dict>
<key>name</key>
<string>punctuationctuation.definition.entity.scss</string>
<string>punctuationctuation.definition.entity.css</string>
</dict>
</dict>
<key>match</key>
<string>(#)[a-zA-Z][a-zA-Z0-9_-]*</string>
<key>name</key>
<string>entity.other.attribute-name.id.scss</string>
<string>entity.other.attribute-name.id.css</string>
</dict>
<key>selector_pseudo_class</key>
<dict>
Expand All @@ -1776,13 +1776,13 @@
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.entity.scss</string>
<string>punctuation.definition.entity.css</string>
</dict>
</dict>
<key>match</key>
<string>(:)\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]*\))?</string>
<key>name</key>
<string>entity.other.attribute-name.pseudo-class.scss</string>
<string>entity.other.attribute-name.pseudo-class.css</string>
</dict>
<key>selector_pseudo_element</key>
<dict>
Expand All @@ -1791,13 +1791,13 @@
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.entity.scss</string>
<string>punctuation.definition.entity.css</string>
</dict>
</dict>
<key>match</key>
<string>(:+)\b(after|before|first-letter|first-line|selection)\b</string>
<key>name</key>
<string>entity.other.attribute-name.pseudo-element.scss</string>
<string>entity.other.attribute-name.pseudo-element.css</string>
</dict>
<key>selector_placeholder</key>
<dict>
Expand Down

0 comments on commit 058680f

Please sign in to comment.