Improve matching for constructor tokens

This commit is contained in:
Marshall Bowers 2023-12-08 11:34:39 -05:00
parent 6634a5e9f6
commit 6f064cfc36
12 changed files with 249 additions and 1 deletions

View file

@ -108,6 +108,13 @@ pub fn ayu() -> UserThemeFamily {
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x55b4d4ff).into()),
..Default::default()
},
),
(
"embedded".into(),
UserHighlightStyle {
@ -397,6 +404,13 @@ pub fn ayu() -> UserThemeFamily {
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x5ccfe6ff).into()),
..Default::default()
},
),
(
"embedded".into(),
UserHighlightStyle {
@ -686,6 +700,13 @@ pub fn ayu() -> UserThemeFamily {
..Default::default()
},
),
(
"constructor".into(),
UserHighlightStyle {
color: Some(rgba(0x39bae6ff).into()),
..Default::default()
},
),
(
"embedded".into(),
UserHighlightStyle {