Improve matching for constant tokens
This commit is contained in:
parent
63ce7cd407
commit
1b6721170a
6 changed files with 44 additions and 16 deletions
|
@ -186,7 +186,7 @@ impl ZedSyntaxToken {
|
|||
ZedSyntaxToken::Boolean => vec!["constant.language"],
|
||||
ZedSyntaxToken::Comment => vec!["comment"],
|
||||
ZedSyntaxToken::CommentDoc => vec!["comment.block.documentation"],
|
||||
ZedSyntaxToken::Constant => vec!["constant.character"],
|
||||
ZedSyntaxToken::Constant => vec!["constant.language", "constant.character"],
|
||||
ZedSyntaxToken::Constructor => {
|
||||
vec!["entity.name.function.definition.special.constructor"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue