summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKiyan Yazdani <yazdani.kiyan@protonmail.com>2020-06-15 18:28:10 +0200
committerGitHub <noreply@github.com>2020-06-15 18:28:10 +0200
commitdd7e67ddb4d9459d6f786a88a41655833bdd9d16 (patch)
treeb053b1d3858047bcbf3229115437cd8dc5c7267e /README.md
parent91d0c60a982678fe533bdbda4f04dd5da0bd1390 (diff)
parenta600be80b68803c949d43e384c847315f5ab4155 (diff)
Merge pull request #79 from steelsojka/feat/typescript-queries
feat(queries): add typescript and javascript queries
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 95bb5ae9..6a45ebee 100644
--- a/README.md
+++ b/README.md
@@ -159,8 +159,8 @@ List of currently supported languages:
- [x] cpp (maintained by @theHamsta, extends C queries)
- [ ] rust
- [x] python (maintained by @theHamsta)
-- [ ] javascript
-- [ ] typescript
+- [x] javascript (maintained by @steelsojka)
+- [x] typescript (maintained by @steelsojka)
- [ ] tsx
- [ ] json
- [x] html (maintained by @TravonteD)