feat(queries): add typescript and javascript queries

This commit is contained in:
Steven Sojka 2020-06-12 07:41:20 -05:00
parent ca438b7b2e
commit ac8ae3b1c7
5 changed files with 479 additions and 2 deletions

View file

@ -159,8 +159,8 @@ List of currently supported languages:
- [ ] cpp
- [ ] 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)