atishay / vscode-allautocomplete

Autocomplete from open files for VSCode
MIT License
105 stars 25 forks source link

Update package.json. Change whitespace regex. #7

Closed stableowl closed 7 years ago

stableowl commented 7 years ago

Change default AllAutocomplete.whitespace to "[^\w-_]+". In default you beautiful plugin don't see css variables starting with dash (example: --main-color: black) and python variables with undersope (example: default_naming_for_python).