Things to do: - [ ] Refine the grammar itself to support everything the TextMate one does (where possible; injections may be out of our control for now) - [ ] Fix up all the scopes to match the existing ones as closely as reasonable (or use this as a chance to start fresh?) - [ ] Set up CI to prebuild the parser with [`prebuild`](https://www.npmjs.com/package/prebuild) and upload to GitHub on each release. Needed for users without access to build tools. - [ ] Lock down the parser version when the above is settled - [ ] Remove `private: true` from `package.json` and add said dependencies when ready - [ ] Merge the TS biber support while we're at it Please comment with any other concerns that should be addressed before merging
Things to do:
prebuildand upload to GitHub on each release. Needed for users without access to build tools.private: truefrompackage.jsonand add said dependencies when readyPlease comment with any other concerns that should be addressed before merging