Skip to content

Commit 779fabd

Browse files
committed
Simplify package structure
1 parent 575b918 commit 779fabd

8 files changed

+2
-10
lines changed
File renamed without changes.

Completions/CSS-Properties.sublime-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scope": "source.postcss - meta.property-list - support.function.name.postcss.library - variable.other.root",
2+
"scope": "source.postcss - source.postcss meta.property-list - source.postcss support.function.name.postcss.library - source.postcss variable.other.root - source.postcss comment - source.postcss string",
33

44
"completions": [
55
"color: ",

Completions/CSS-Property-Values.sublime-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scope": "source.postcss meta.property-list.css.postcss - variable.other",
2+
"scope": "source.postcss meta.property-list.css.postcss - source.postcss comment - source.postcss string - source.postcss variable.other",
33

44
"completions": [
55
"absolute",

Preferences/Goto Symbol in Project.tmPreferences renamed to Indexed Symbol List.tmPreferences

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>name</key>
6-
<string>Goto Symbol in Project</string>
75
<key>scope</key>
86
<string>entity.name.tag.css.postcss.symbol, entity.other.attribute-name, comment.tag.postcss</string>
97
<key>settings</key>
@@ -13,7 +11,5 @@
1311
<key>showInIndexedSymbolList</key>
1412
<integer>1</integer>
1513
</dict>
16-
<key>uuid</key>
17-
<string>71B52B90-82BB-11E2-9E96-0800200C9A66</string>
1814
</dict>
1915
</plist>
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>name</key>
6-
<string>Goto Symbol</string>
75
<key>scope</key>
86
<string>support.function.name.postcss.no-completions</string>
97
<key>settings</key>
108
<dict>
119
<key>showInSymbolList</key>
1210
<integer>1</integer>
1311
</dict>
14-
<key>uuid</key>
15-
<string>E746B4D0-D93D-11E3-9C1A-0800200C9A66</string>
1612
</dict>
1713
</plist>

0 commit comments

Comments
 (0)