From dc6d659fcf3ed37a23771dfc4d9389e386c273ba Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 30 Oct 2018 09:36:45 -0700 Subject: [PATCH] Add CSS parser to the list in the docs --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 8123876f..0a64e1dc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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)