Skip to content

Commit 2381fcd

Browse files
author
Janos Wortmann
committed
Fixes.
1 parent bfab6d0 commit 2381fcd

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

Brackets Dark.tmTheme

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<key>name</key>
190190
<string>Tag start/end</string>
191191
<key>scope</key>
192-
<string>punctuation.definition.tag.begin, punctuation.definition.tag.end</string>
192+
<string>punctuation.definition.tag.begin, punctuation.definition.tag.end, punctuation.definition.tag.html</string>
193193
<key>settings</key>
194194
<dict>
195195
<key>foreground</key>
@@ -211,7 +211,7 @@
211211
<key>name</key>
212212
<string>CSS selector</string>
213213
<key>scope</key>
214-
<string>meta.selector.css, meta.selector.css entity.other.attribute-name.class.css, meta.selector.css entity.other.attribute-name.id.css, meta.selector.css meta.attribute-selector.css entity.other.attribute-name.attribute.css, meta.selector.css meta.attribute-selector.css string.unquoted.attribute-value.css</string>
214+
<string>meta.selector.css entity.name.tag.css, meta.selector.css entity.other.attribute-name.class.css, meta.selector.css entity.other.attribute-name.id.css, meta.selector.css meta.attribute-selector.css entity.other.attribute-name.attribute.css, meta.selector.css meta.attribute-selector.css string.unquoted.attribute-value.css</string>
215215
<key>settings</key>
216216
<dict>
217217
<key>foreground</key>
@@ -240,6 +240,17 @@
240240
<string>#dddddd</string>
241241
</dict>
242242
</dict>
243+
<dict>
244+
<key>name</key>
245+
<string>CSS at-rule</string>
246+
<key>scope</key>
247+
<string>keyword.control.at-rule</string>
248+
<key>settings</key>
249+
<dict>
250+
<key>foreground</key>
251+
<string>#b77fdb</string>
252+
</dict>
253+
</dict>
243254
<dict>
244255
<key>name</key>
245256
<string>CSS property-name</string>

Brackets Light.tmTheme

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<key>name</key>
190190
<string>Tag start/end</string>
191191
<key>scope</key>
192-
<string>punctuation.definition.tag.begin, punctuation.definition.tag.end</string>
192+
<string>punctuation.definition.tag.begin, punctuation.definition.tag.end, punctuation.definition.tag.html</string>
193193
<key>settings</key>
194194
<dict>
195195
<key>foreground</key>
@@ -211,7 +211,7 @@
211211
<key>name</key>
212212
<string>CSS selector</string>
213213
<key>scope</key>
214-
<string>meta.selector.css, meta.selector.css entity.other.attribute-name.class.css, meta.selector.css entity.other.attribute-name.id.css, meta.selector.css meta.attribute-selector.css entity.other.attribute-name.attribute.css, meta.selector.css meta.attribute-selector.css string.unquoted.attribute-value.css</string>
214+
<string>meta.selector.css entity.name.tag.css, meta.selector.css entity.other.attribute-name.class.css, meta.selector.css entity.other.attribute-name.id.css, meta.selector.css meta.attribute-selector.css entity.other.attribute-name.attribute.css, meta.selector.css meta.attribute-selector.css string.unquoted.attribute-value.css</string>
215215
<key>settings</key>
216216
<dict>
217217
<key>foreground</key>
@@ -240,6 +240,17 @@
240240
<string>#535353</string>
241241
</dict>
242242
</dict>
243+
<dict>
244+
<key>name</key>
245+
<string>CSS at-rule</string>
246+
<key>scope</key>
247+
<string>keyword.control.at-rule</string>
248+
<key>settings</key>
249+
<dict>
250+
<key>foreground</key>
251+
<string>#8757ad</string>
252+
</dict>
253+
</dict>
243254
<dict>
244255
<key>name</key>
245256
<string>CSS property-name</string>

0 commit comments

Comments
 (0)