Prerequisites
Description
[Description of the issue]
Steps to Reproduce

- Open SCSS file
- Write a function, add a space after the name as shown
@function testFunction ($x, $y, $z) {
}
Expected behavior: The space doesn't impact the token.
Actual behavior: The token changes when there's a space.
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
Originally from @whaaaley in microsoft/vscode#144125