Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 72f7550

Browse files
committed
Prevents completions from showing in CSS scopes
1 parent cdffdfd commit 72f7550

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎AngularJS-sublime-package.sublime-settings

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
// defines a list of scopes that will should be avoided
104104
// such as no completions within double quotes
105105
"attribute_avoided_scopes": [
106-
"string.quoted.double.html"
106+
"string.quoted.double.html",
107+
"source.css"
107108
],
108109

109110
// defines what scopes component completions reside in

0 commit comments

Comments
 (0)