helix-mirror/helix-loader
Michael Davis c8cfd0b1a0
override nested arrays when merging TOML (#2145)
We merge the elements of arrays for the top-level array. For
`languages.toml`, this is the array of languages. For any nested
arrays, we simply take the `right` array as-is instead of using
the union of `left` and `right`.

closes #1000
2022-04-20 10:43:09 +09:00
..
src override nested arrays when merging TOML (#2145) 2022-04-20 10:43:09 +09:00
build.rs migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
Cargo.toml Add support for local language configuration (#1249) 2022-04-18 12:10:51 +09:00