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

C++ keywords int 、long、... are overwritten #32

Closed chinalufei closed 5 years ago

chinalufei commented 5 years ago

image image I want to configure the color of keywords。

EvgeniyPeshkov commented 5 years ago

Hello @chinalufei , {Syntax Highlighter} colorizes all types (fundamental like int or custom like SomeClass) the same way. In my opinion this provides clean, neat and calm syntax highlighting. Please, refer this answer for example.