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-plus/helix-loader/src
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
3 years ago
..
config.rs override nested arrays when merging TOML (#2145) 3 years ago
grammar.rs Add support for local language configuration (#1249) 3 years ago
lib.rs override nested arrays when merging TOML (#2145) 3 years ago