Skip to content

Commit

Permalink
Add some symbol definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Jan 4, 2025
1 parent 6d27ea6 commit 6ba343d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Symbol List - Utility.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>scope</key>
<string>entity.other.utility-name.css.tailwind</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<string>1</string>
<key>showInIndexedSymbolList</key>
<integer>1</integer>
</dict>
</dict>
</plist>
13 changes: 13 additions & 0 deletions Symbol List - Variants.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>scope</key>
<string>entity.other.variant-name.css.tailwind</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<string>1</string>
</dict>
</dict>
</plist>

0 comments on commit 6ba343d

Please sign in to comment.