Changelog
1.1.2 (2023-12-28)
Tag comments and strings as isolating for the purpose of bidirectional text.
Changelog
0.15.3 (2022-03-28)
Properly parse braced initializer lists in assignment expressions.
The parser now includes syntax highlighting information in its node types.
9081cc7 (Mark version 0.16.0)
Changelog
0.15.2 (2022-01-24)
Allow more explicit operator names, stop treating the 'operator' keyword as part of the operator name token.
Allow comment after simple preprocessor directives.
Support friend declarations in template declarations.
Improve the parsing of some ambiguous cases in struct/enum/class specifiers.
Changelog
0.15.1 (2022-01-21)
Regenerate with @lezer/generator 0.15.3 to fix a problem with parsing macros.