Skip to content

Commit

Permalink
index variables, functions, references
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Feb 26, 2024
1 parent 540197c commit 0ec4b3d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Preferences/Indexed Reference List.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>
source.scss meta.at-rule.import meta.function-call.arguments entity.other.layer,
source.scss variable.other - source.scss variable.other punctuation.definition.variable - meta.declaration.identifier
</string>
<key>settings</key>
<dict>
<key>showInIndexedReferenceList</key>
<integer>1</integer>
</dict>
</dict>
</plist>
16 changes: 16 additions & 0 deletions Preferences/Indexed Symbol List.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>
source.scss meta.declaration.identifier variable.other - source.scss variable.other punctuation.definition.variable,
source.scss meta.function.parameters.scss variable.parameter - source.scss variable.parameter punctuation.definition.variable,
source.scss entity.other.custom-property
</string>
<key>settings</key>
<dict>
<key>showInIndexedSymbolList</key>
<integer>1</integer>
</dict>
</dict>
</plist>

0 comments on commit 0ec4b3d

Please sign in to comment.