EvgeniyPeshkov / syntax-highlighter

Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
https://marketplace.visualstudio.com/items?itemName=evgeniypeshkov.syntax-highlighter
MIT License
210 stars 43 forks source link

[Rust] () as punctuation instead of type in <> #5

Closed Geobert closed 5 years ago

Geobert commented 5 years ago

image

Here, () is a type (it's between <>) and coloured as punctuation

EvgeniyPeshkov commented 5 years ago

This is easy, it's done. image May I ask you to post code itself alongside screenshot. At least for short examples. Or link to source file for long ones. It'll save a lot of time.

Geobert commented 5 years ago

Ok, let me update the other issues for you! :D