tree-sitter-typescript
tree-sitter-typescript copied to clipboard
Update tree-sitter-javascript
Just updates the tree-sitter-javascript git reference so that typescript users can take advantage of the ts-JS additions and features
Checklist:
- [ ] All tests pass in CI.
- [x] There are sufficient tests for the new fix/feature.
- [x] Grammar rules have not been renamed unless absolutely necessary.
- [x] The conflicts section hasn't grown too much.
- [x] The parser size hasn't grown too much (check the value of STATE_COUNT in src/parser.c). typescript STATE_COUNT 4208 => 4225 tsx STATE_COUNT 4452 => 4469
Screenshot:

Locally, I did need to copy the injections.scm from tree-sitter-javascript into my neovim's typescript queries folder. idk if that'll be required once I stop using ts-JS and ts-TS from git