mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 05:55:11 +00:00
| .. | ||
| dist | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
Fork of microsoft/vscode-textmate
Changes make in this fork:
- Change all
asyncoperations tosync;onigLiboption now required to be resolved instead of a promise. - Use
tsupto bundle the lib, ship as a single file ES module. - Remove debug flags and some other unnecessary exports.
- Convert
EncodedTokenAttributesfrom namespace to class, rename toEncodedTokenMetadata - Support RegExp literals in grammar object (#3)