Skip to content

Commit

Permalink
Adjust completion selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Oct 12, 2024
1 parent e945bc4 commit 2b024c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Syntaxes/SCSS.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// Controls what scopes default completions will be provided in.
// Can be a list of strings which are joined before matching.
"default_completions_selector": "source.scss",
"default_completions_selector": "source.scss - source.scss comment - source.scss meta.embedded - source.scss source - source.scss text",

// Default separators except `-`
"word_separators": "/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?",
Expand Down
2 changes: 1 addition & 1 deletion Syntaxes/Sass.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// Controls what scopes default completions will be provided in.
// Can be a list of strings which are joined before matching.
"default_completions_selector": "source.sass",
"default_completions_selector": "source.sass - source.sass comment - source.sass meta.embedded - source.sass source - source.sass text",

// Default separators except `-`
"word_separators": "/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?",
Expand Down

0 comments on commit 2b024c2

Please sign in to comment.