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

Commit 2e2ffbb

Browse files
committed
Use tree-sitter compatible selectors for scope blacklist
1 parent 420fa44 commit 2e2ffbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"title": "Scope Blacklist",
227227
"description": "Suggestions will not be shown when the cursor is inside the following comma-delimited scope(s).",
228228
"type": "string",
229-
"default": ".source.go .comment, .source.go .constant.numeric, .source.go .string.quoted",
229+
"default": ".source.go .comment, go source_file comment, .source.go .constant.numeric, go source_file int_literal, .source.go .string.quoted, go source_file block interpreted_string_literal",
230230
"order": 1
231231
},
232232
"suppressBuiltinAutocompleteProvider": {

0 commit comments

Comments
 (0)