CSS.sublime-settings (401B)
1 { 2 // Set to true to disable default completions. 3 "disable_default_completions": false, 4 5 // Controls what scopes default completions will be provided in. 6 // Can be a list of strings which are joined before matching. 7 "default_completions_selector": "source.css - meta.selector.css", 8 9 // Default separators except `-` 10 "word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?", 11 }