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
Frojdholm f7c27b604f
Ignore SendErrors when handling grammars (#2641)
When handling grammars, fetching and building is done in a thread
pool.  Results are communicated over channels and the receiving
channel is closed on first error. This causes subsequent sends to
fail causing a mess in stderr. This ignores all SendErrors causing
only the first error to be printed.
2 years ago
..
config.rs Only merge top-level array when merging `languages.toml` (#2215) 2 years ago
grammar.rs Ignore SendErrors when handling grammars (#2641) 2 years ago
lib.rs Only merge top-level array when merging `languages.toml` (#2215) 2 years ago