Add CSS parser to the list in the docs

This commit is contained in:
Max Brunsfeld 2018-10-30 09:36:45 -07:00 committed by GitHub
parent 8f526e6c98
commit dc6d659fcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ Parsers for these languages are fairly complete:
* [Bash](https://github.com/tree-sitter/tree-sitter-bash)
* [C](https://github.com/tree-sitter/tree-sitter-c)
* [C++](https://github.com/tree-sitter/tree-sitter-cpp)
* [CSS](https://github.com/tree-sitter/tree-sitter-css)
* [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)