helix-mods/helix-core
Michael Davis c1f677ff75 rename tree_sitter_library in LanguageConfig to 'grammar'
This is not strictly speaking necessary. tree_sitter_library was used by
just one grammar: llvm-mir-yaml, which uses the yaml grammar. This will
make the language more consistent, though. Each language can explicitly
say that they use Some(grammar), defaulting when None to the grammar that
has a grammar_id matching the language's language_id.
2022-03-10 17:31:57 +09:00
..
src rename tree_sitter_library in LanguageConfig to 'grammar' 2022-03-10 17:31:57 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml migrate helix-syntax crate into helix-core and helix-term 2022-03-10 17:31:57 +09:00