Merge pull request #453 from ikatyang/docs/add-markdown-parser
docs: add Markdown and Vue parser
This commit is contained in:
commit
6b322c5c28
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
@ -47,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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue