mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +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.builtin" = "white"
|
||||
string = "silver"
|
||||
number = "chamois"
|
||||
escape = "honey"
|
||||
"constant.numeric" = "chamois"
|
||||
"constant.character.escape" = "honey"
|
||||
# used for lifetimes
|
||||
label = "honey"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue