Added keyword3 for color schemes. Some minor improvements in color schemes and syntax definitions.

This commit is contained in:
Martín Lucas Golini
2023-04-05 15:50:50 -03:00
parent 7425b77f9e
commit 2d3661e1b9
6 changed files with 30 additions and 9 deletions

View File

@@ -176,6 +176,7 @@ static std::string semanticTokenTypeToSyntaxType( const std::string& type,
case SemanticTokenTypes::TypeParameter:
return "keyword2";
case SemanticTokenTypes::Parameter:
return "keyword3";
case SemanticTokenTypes::Variable:
return "symbol";
case SemanticTokenTypes::Property: