mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
Improve HTML highlighting (#10503)
This commit is contained in:
parent
8924691c5d
commit
97f683b336
1 changed files with 5 additions and 0 deletions
|
@ -4,15 +4,19 @@ constant = "purple"
|
||||||
"constant.numeric" = "orange"
|
"constant.numeric" = "orange"
|
||||||
"constant.builtin" = "orange"
|
"constant.builtin" = "orange"
|
||||||
variable = "red"
|
variable = "red"
|
||||||
|
attribute = "brown"
|
||||||
comment = "light-gray"
|
comment = "light-gray"
|
||||||
special = "purple"
|
special = "purple"
|
||||||
|
"punctuation" = "red"
|
||||||
"punctuation.bracket" = "purple"
|
"punctuation.bracket" = "purple"
|
||||||
|
"punctuation.delimiter" = "white"
|
||||||
keyword = "purple"
|
keyword = "purple"
|
||||||
function = "blue"
|
function = "blue"
|
||||||
label = "orange"
|
label = "orange"
|
||||||
type = "orange"
|
type = "orange"
|
||||||
constructor = "orange"
|
constructor = "orange"
|
||||||
namespace = "orange"
|
namespace = "orange"
|
||||||
|
tag = "red"
|
||||||
|
|
||||||
# User Interface
|
# User Interface
|
||||||
"ui.background" = { bg = "bg", fg = "gray" }
|
"ui.background" = { bg = "bg", fg = "gray" }
|
||||||
|
@ -79,6 +83,7 @@ pink = "#EE64AE"
|
||||||
selection = "#353747"
|
selection = "#353747"
|
||||||
green = "#27D796"
|
green = "#27D796"
|
||||||
orange = "#FAB795"
|
orange = "#FAB795"
|
||||||
|
brown = "#F09383"
|
||||||
purple = "#B877DB"
|
purple = "#B877DB"
|
||||||
red = "#E95678"
|
red = "#E95678"
|
||||||
blue = "#25B2BC"
|
blue = "#25B2BC"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue