Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

functions do not have the correct tokens with space after the function name #289

Open
1 task
alexr00 opened this issue Mar 1, 2022 · 0 comments
Open
1 task

Comments

@alexr00
Copy link

alexr00 commented Mar 1, 2022

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

image

  1. Open SCSS file
  2. 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant