aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/language_md.lua
AgeCommit message (Collapse)Author
2022-07-13[chore]: Delete useless $NCarrezDev
follow up on Guldoman's comment
2022-07-06[chore]: Update syntaxNCarrezDev
Harmonizing the syntax files Now inline comment are a single string instead of a table of strings. -(language_c): Removed whitespaces breaking indent -(language_html): Removed trailing whitespace
2022-06-28`language_md`: Limit inline math mode to the current lineGuldoman
2022-06-23renderer fonts: additions and improvementsjgmdev
* Allow passing font options to renderer.font:copy(). * Added renderer.font:get_path() * Reintroduced set_size() for more faster font size changes * Swapped copy wiht set_size on scale plugin for better performance * Use code_font:copy() instead of renderer.font.load() on language_md to properly match user font now that font options are supported on copy. * Added new changes to renderer docs
2022-06-10`language_md`: Add math delimitersGuldoman
2022-05-31plugins: dropped --lite-xl version tagjgmdev
2022-04-03Bumping version numbers.Adam Harrison
2022-03-30language_md: remove extra empty linejgmdev
2022-03-29syntax: remove pattern re-ordering on optimizationjgmdev
* Introduces a flag that syntax writers can turn off named space_handling, turning it off means that your syntax will take care of handling the excessive amount of spaces that can slow down the tokenizer. * Adds another pattern at the end of every single table that also improves tokenizer performance by matching words that weren't match by any of the synxtax patterns. * Modifies language_md to turn off the provided space_handling and do its own since it has rules that require a space at the beginning, also handles long consecutives amount of dashes used in tables that degrade performance. * This changes where discussed in collaboration with @Guldoman and @takase1121 thanks to all!
2022-03-28language_md: parenthesis support to numbered bulletsjgmdev
2022-03-13language_md: some more improvementsjgmdev
* handle images with links * handle escaping of * and ` * support coloring a heading custom id * reverted from regex to lua patterns
2022-03-05language_md: removed scale adjustment code that was needed because of a bug ↵jgmdev
on scale plugin.
2022-03-04language_md: improvements consolidating #814 and #840jgmdev
2021-12-03Improved Markdown syntax highlighterNightwing
2021-11-21Add names to language pluginsGuldoman
2021-09-16Syntax.Adam Harrison
2021-09-16Markdown subsyntax highlighting.Adam Harrison
2021-08-172.0 changelog and modversion updates.Adam Harrison
2021-05-05Introduce new plugin versioning tag mod-versionFrancesco Abbate
New plugins should use the version tag: -- mod-version: 1 The old version tag "-- lite-xl 1.16" will be considerer equivalent to mod-version 1.
2021-04-06Add plugin verification by version tagFrancesco Abbate
2020-05-11Added double-backtick support to language_md pluginrxi
Resolves #80
2020-04-27Fixed multiple links on one line in markdown syntaxrxi
2020-03-07Moved .c, .lua and .md language syntaxes from core.syntax to pluginsrxi