mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
fix: #896 broke some of the default highlights
This commit is contained in:
parent
82ff5b0ab6
commit
cdc2107bca
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ comment = "sirocco"
|
||||||
constant = "white"
|
constant = "white"
|
||||||
"constant.builtin" = "white"
|
"constant.builtin" = "white"
|
||||||
string = "silver"
|
string = "silver"
|
||||||
number = "chamois"
|
"constant.numeric" = "chamois"
|
||||||
escape = "honey"
|
"constant.character.escape" = "honey"
|
||||||
# used for lifetimes
|
# used for lifetimes
|
||||||
label = "honey"
|
label = "honey"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue