From d54fe983349280285a12fe964dec350010389c3e Mon Sep 17 00:00:00 2001 From: Ika Date: Mon, 30 Sep 2019 20:10:37 +0800 Subject: [PATCH 1/2] docs: add Markdown parser --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 62a24a87..7dd7e0d0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,6 +38,7 @@ Parsers for these languages are fairly complete: * [Java](https://github.com/tree-sitter/tree-sitter-java) * [JavaScript](https://github.com/tree-sitter/tree-sitter-javascript) * [Lua](https://github.com/Azganoth/tree-sitter-lua) +* [Markdown](https://github.com/ikatyang/tree-sitter-markdown) * [OCaml](https://github.com/tree-sitter/tree-sitter-ocaml) * [PHP](https://github.com/tree-sitter/tree-sitter-php) * [Python](https://github.com/tree-sitter/tree-sitter-python) From 825a816ee70a3cdaff4bce706ddcbd47cc7c6b1b Mon Sep 17 00:00:00 2001 From: Ika Date: Fri, 4 Oct 2019 20:38:01 +0800 Subject: [PATCH 2/2] docs: add Vue parser --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 7dd7e0d0..5bd0a4ab 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,6 +48,7 @@ Parsers for these languages are fairly complete: * [TOML](https://github.com/ikatyang/tree-sitter-toml) * [TypeScript](https://github.com/tree-sitter/tree-sitter-typescript) * [Verilog](https://github.com/tree-sitter/tree-sitter-verilog) +* [Vue](https://github.com/ikatyang/tree-sitter-vue) * [YAML](https://github.com/ikatyang/tree-sitter-yaml) Parsers for these languages are in development: