microsoft / vscode-css

CSS Textmate grammar for syntax highlighting
Other
15 stars 11 forks source link

Missing ending bracket textmate rule for css highlighting #27

Open Nikita0x opened 6 months ago

Nikita0x commented 6 months ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

  1. Write nested CSS rule
  2. Via command palette enable "Developer: Inspect Editor Tokens and Scopes"
  3. Try to browser the textmate for the closing curly brace.

Expected outcome: TextMate rule for ending bracket exists (i.e punctuation.section.property-list.end.bracket.curly.css). Ending bracket can be customized.

Actual outcome: TextMate rule for ending bracket does not exist (i.e punctuation.section.property-list.end.bracket.curly.css). Ending bracket cannot be customized.

Screenshots are attached example1 example2 example3

VSCodeTriageBot commented 6 months ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.87.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!