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

[All] Missing refresh? #19

Closed Geobert closed 5 years ago

Geobert commented 5 years ago

I'm using auto formatter on save and sometime I got this kind of artefacts:

image (look at get_connection bottom right of the screenshot) And this one happened when I refactored the name of a variable

EvgeniyPeshkov commented 5 years ago

Hello @Geobert , You are right. I've also noticed similar behavior, as well as some other users. To be precise, the root cause of this is multi-line edit. I'll address this bug as soon as I can. Thank you.

EvgeniyPeshkov commented 5 years ago

This bug is fixed in the latest version.