Skip to content

Commit

Permalink
fix #57 add selectors symbol list
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Jan 20, 2019
1 parent 82fc39f commit 1195db9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Preferences/Symbol List.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>name</key>
<string>Symbol List</string>
<key>scope</key>
<string>source.scss meta.selector, source.sass meta.selector</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<integer>1</integer>
<key>symbolTransformation</key>
<string>s/(.*?)/$1/</string>
<key>showInIndexedSymbolList</key>
<integer>1</integer>
<key>symbolIndexTransformation</key>
<string>/[#.]([A-Za-z0-9_~]+)/$1/;</string>
</dict>
</dict>
</plist>

0 comments on commit 1195db9

Please sign in to comment.