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] async/await not coloured correctly #28

Closed hack3ric closed 4 years ago

hack3ric commented 5 years ago
屏幕快照 2019-07-08 上午9 39 12

In this picture, async block is coloured as struct constructor (just as Metadata does), and .await is coloured as struct field.

EvgeniyPeshkov commented 5 years ago

Hello @hackerer1c , Could you kindly provide source code. It's better to include surrounding context, at least the whole function.