Emit unique highlights for each syntax token
This commit is contained in:
parent
efd1db1b09
commit
60eae3e50a
15 changed files with 1969 additions and 221 deletions
|
@ -28,7 +28,7 @@ struct FamilyMetadata {
|
|||
pub themes: Vec<ThemeMetadata>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[derive(Debug, Clone, Copy, Deserialize)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum ThemeAppearanceJson {
|
||||
Light,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue