From c68c4ad72f58014e4c303f1c8f982e503404f481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 2 Apr 2022 11:39:21 +0200 Subject: [PATCH] Update README.md Closes #32. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2a0134..c22b20f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Elixir grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter). +Ready for production. Currently used by GitHub itself for source code highlighting and code navigation. + ## Development See [the docs](./docs/index.md) for more details.