diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 00000000..72d781d7 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-tactile diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..7ebc768b --- /dev/null +++ b/docs/index.md @@ -0,0 +1,6 @@ +Tree-sitter is a library for parsing source code. It aims to be: + +* **General** enough to parse any programming language +* **Dependency-free** and written in pure C so that it can be embedded in any application +* **Fast** and incremental so that it can be used in a text editor +* **Robust** enough to provide useful results even in the presence of syntax errors