Skip to content

Commit

Permalink
Limit CSS prefix to embedded cases
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed Jan 25, 2017
1 parent d5ae1ed commit 55a7054
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 19 additions & 0 deletions Preferences/Symbol List: Selector Embedded.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Symbol List: Selector Embedded</string>
<key>scope</key>
<string>* source.css meta.selector, * source.css meta.at-rule.media</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<integer>1</integer>
<key>symbolTransformation</key>
<string>s/^\s*/CSS: /; s/\s+/ /g</string>
</dict>
<key>uuid</key>
<string>729A1696-8A3F-49D4-9128-E6AA20179A56</string>
</dict>
</plist>
2 changes: 0 additions & 2 deletions Preferences/Symbol list.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<dict>
<key>showInSymbolList</key>
<integer>1</integer>
<key>symbolTransformation</key>
<string>s/^\s*/CSS: /; s/\s+/ /g</string>
</dict>
<key>uuid</key>
<string>17B2DD5B-D2EA-4DC5-9C7D-B09B505156C5</string>
Expand Down

0 comments on commit 55a7054

Please sign in to comment.