Make theme parsing more lenient (#7154)
This PR improves the theme parsing to be a bit more lenient, allowing things like comments and trailing commas in theme files. Release Notes: - N/A
This commit is contained in:
parent
7cb97e57f9
commit
8c8a5ad275
5 changed files with 5 additions and 2 deletions
|
@ -27,7 +27,7 @@ schemars.workspace = true
|
|||
serde.workspace = true
|
||||
serde_derive.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_json_lenient = {version = "0.1", features = ["preserve_order", "raw_value"] }
|
||||
serde_json_lenient.workspace = true
|
||||
smallvec.workspace = true
|
||||
toml.workspace = true
|
||||
tree-sitter-json = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue