Skip to content

Commit ca4821e

Browse files
committed
Adjust comment for "settings.exclude_syntax_patterns"
1 parent f338a64 commit ca4821e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Package/PackageDev.sublime-settings

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@
3030
// settings file for this to take effect.
3131
"settings.show_quick_edit_icon": true,
3232

33-
// List of patterns for syntax not to be displayed in completions.
34-
// Each theme containing one of the list's strings is hidden.
33+
// List of patterns for syntax definitions that will not be offered in completions.
34+
// The syntaxes resource paths are fnmatch'ed (`*` matches everything, including slashes)
35+
// against these patterns.
3536
"settings.exclude_syntax_patterns": [
3637
"*.tmLanguage",
37-
"Packages/zzz A File Icon zzz/**"
38+
"Packages/zzz A File Icon zzz/*"
3839
],
3940

4041
// Whether or not to keep the scope suffix in the suggested test scopes

0 commit comments

Comments
 (0)