zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
47.98k stars 2.83k forks source link

Syntax recognition toml array table name #12186

Open Angelk90 opened 4 months ago

Angelk90 commented 4 months ago

Check for existing issues

Describe the feature

As you can see on zed the name of the table is the same color as the key, even if the theme changes it remains the same color, however on vscode the color is different to highlight it better.

See the build wording.

Another problem is the double bracket on vscode is highlighted in a different color on zed it doesn't happen.

Vscode:

Screenshot 2024-05-23 alle 10 13 50 Screenshot 2024-05-23 alle 10 17 46

Zed:

Screenshot 2024-05-23 alle 10 13 58 Screenshot 2024-05-23 alle 10 17 54

If applicable, add mockups / screenshots to help present your vision of the feature

No response

Angelk90 commented 4 months ago

@JosephTLyons : Do you think it can be resolved somehow?