docs: Declare Java parser to be fairly complete
This commit is contained in:
parent
f2b13721d9
commit
eb0d9af577
2 changed files with 2 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ Parsers for these languages are fairly complete:
|
|||
* [ERB / EJS](https://github.com/tree-sitter/tree-sitter-embedded-template)
|
||||
* [Go](https://github.com/tree-sitter/tree-sitter-go)
|
||||
* [HTML](https://github.com/tree-sitter/tree-sitter-html)
|
||||
* [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)
|
||||
* [OCaml](https://github.com/tree-sitter/tree-sitter-ocaml)
|
||||
|
|
@ -50,7 +51,6 @@ Parsers for these languages are in development:
|
|||
* [Agda](https://github.com/tree-sitter/tree-sitter-agda)
|
||||
* [C-sharp](https://github.com/tree-sitter/tree-sitter-c-sharp)
|
||||
* [Haskell](https://github.com/tree-sitter/tree-sitter-haskell)
|
||||
* [Java](https://github.com/tree-sitter/tree-sitter-java)
|
||||
* [Julia](https://github.com/tree-sitter/tree-sitter-julia)
|
||||
* [Scala](https://github.com/tree-sitter/tree-sitter-scala)
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ permalink: playground
|
|||
<option value="cpp">C++</option>
|
||||
<option value="go">Go</option>
|
||||
<option value="html">HTML</option>
|
||||
<option value="java">Java</option>
|
||||
<option value="javascript" selected="selected">JavaScript</option>
|
||||
<option value="python">Python</option>
|
||||
<option value="ruby">Ruby</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue