Skip to content

2.17.1

Compare
Choose a tag to compare
@Witiko Witiko released this 03 Oct 13:27
· 2069 commits to main since this release
8ca83f5

Fixes:

  • Add debugExtensions and debugExtensionsFileName Lua options for debugging user-defined syntax extensions. (#191, #192)
    • Add a third optional argument to the reader->insert_pattern() method and increment user_extension_api_version to 2. This change is fully backwards-compatible with the user_extension_api_version of 1. (658fbbe)
    • Fix typos in example code for user-defined syntax extensions. (7c6de52, d3195f7)

Documentation:

  • Move contentBlocksLanguageMap option to the file and directory names section of the technical documentation. (dd564f2)