mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-16 22:15:01 +03:00
Added keyword3 for color schemes. Some minor improvements in color schemes and syntax definitions.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user