Add helix-syntax as a wrapper around tree-sitter parsers.

This commit is contained in:
Blaž Hrastnik 2020-09-09 14:41:12 +09:00
parent 563e094916
commit 7eac12a4bb
27 changed files with 417 additions and 0 deletions

View file

@ -2,4 +2,5 @@
members = [
"helix-core",
"helix-term",
"helix-syntax",
]