Skip to content

Commit f937c13

Browse files
committed
Change scope to source.postcss #6
1 parent 27e37df commit f937c13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Preferences/Comments.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>name</key>
66
<string>Comments</string>
77
<key>scope</key>
8-
<string>source.sass, source.scss</string>
8+
<string>source.postcss</string>
99
<key>settings</key>
1010
<dict>
1111
<key>shellVariables</key>

Preferences/Goto Symbol in Project.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>name</key>
66
<string>Goto Symbol in Project</string>
77
<key>scope</key>
8-
<string>entity.name.tag.css.sass.symbol, entity.other.attribute-name, comment.tag.sass</string>
8+
<string>entity.name.tag.css.postcss.symbol, entity.other.attribute-name, comment.tag.postcss</string>
99
<key>settings</key>
1010
<dict>
1111
<key>showInSymbolList</key>

Preferences/Goto Symbol.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>name</key>
66
<string>Goto Symbol</string>
77
<key>scope</key>
8-
<string>support.function.name.sass.no-completions</string>
8+
<string>support.function.name.postcss.no-completions</string>
99
<key>settings</key>
1010
<dict>
1111
<key>showInSymbolList</key>

Syntaxes/PostCSS.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
</dict>
568568
</dict>
569569
<key>scopeName</key>
570-
<string>source.scss</string>
570+
<string>source.postcss</string>
571571
<key>uuid</key>
572572
<string>90DAEA60-88AA-11E2-9E96-0800200C9A66</string>
573573
</dict>

0 commit comments

Comments
 (0)