@shikijs/vscode-textmate
v10.0.2
Published
Shiki's fork of `vscode-textmate`
Downloads
16,098,137
Readme
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)
