Skip to content

Commit

Permalink
Update preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Mar 9, 2024
1 parent 11535a2 commit 42edb4c
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Preferences/Comments.tmPreferences
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.sass, source.scss</string>
<key>settings</key>
Expand Down
10 changes: 9 additions & 1 deletion Preferences/Fold.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.less</string>
<string>source.scss</string>
<key>settings</key>
<dict>
<key>foldScopes</key>
Expand Down Expand Up @@ -39,6 +39,14 @@
<key>excludeTrailingNewlines</key>
<false/>
</dict>
<dict>
<key>begin</key>
<string>punctuation.section.interpolation.begin</string>
<key>end</key>
<string>punctuation.section.interpolation.end</string>
<key>excludeTrailingNewlines</key>
<false/>
</dict>
</array>
</dict>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Preferences/Indexed Reference List.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<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
source.scss variable.other - source.scss variable punctuation.definition.variable - meta.declaration.identifier
</string>
<key>settings</key>
<dict>
Expand Down
5 changes: 3 additions & 2 deletions Preferences/Indexed Symbol List.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<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 meta.declaration.identifier variable.other - source.scss variable punctuation.definition.variable,
source.scss meta.function.parameters variable.parameter - source.scss variable punctuation.definition.variable,
source.scss entity.name.mixin,
source.scss entity.other.custom-property
</string>
<key>settings</key>
Expand Down
16 changes: 16 additions & 0 deletions Preferences/Symbol List - Functions.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 entity.name.function</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<integer>1</integer>
<key>symbolTransformation</key>
<string>
s/^/@function /;
</string>
</dict>
</dict>
</plist>
16 changes: 16 additions & 0 deletions Preferences/Symbol List - Mixins.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 entity.name.mixin</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<integer>1</integer>
<key>symbolTransformation</key>
<string>
s/^/@mixin /;
</string>
</dict>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Preferences/Symbol List - Variables.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>meta.declaration.identifier.scss variable.other</string>
<string>source.scss meta.declaration.identifier variable.other</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
Expand Down

0 comments on commit 42edb4c

Please sign in to comment.