rust: Extract runtime language detection into separate crate
This patch adds a new `tree-sitter-loader` crate, which holds the CLI's logic for finding and building local grammar definitions at runtime. This allows other command-line tools to use this logic too!
This commit is contained in:
parent
162ce789bc
commit
66c30648c2
14 changed files with 117 additions and 62 deletions
|
|
@ -1,7 +1,6 @@
|
|||
pub mod config;
|
||||
pub mod generate;
|
||||
pub mod highlight;
|
||||
pub mod loader;
|
||||
pub mod logger;
|
||||
pub mod parse;
|
||||
pub mod query;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue