Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix 'grammar is in an endless loop' on vscode
Using the json file with vscode, the following error appears: [4] - Grammar is in an endless loop - Grammar is not advancing, nor is it pushing/popping The 'why' for this error is documented here in [1]. I found out it was because of the 'number' pattern thanks to the repo grammar-debug [2]; I basically did a 'bisect', removing one by one each include in the koka.JSON-tmLanguage file. [1]: microsoft/vscode-textmate#9 [2]: https://github.com/alexandrudima/grammar-debug
- Loading branch information