You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/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
2 years ago
..
src override nested arrays when merging TOML (#2145) 2 years ago
Cargo.toml Add support for local language configuration (#1249) 2 years ago
build.rs migrate grammar fetching/building code into helix-loader crate 2 years ago