lite-xl/data/plugins
jgmdev b0c005a5ac syntax: remove pattern re-ordering on optimization
* 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-29 22:11:14 -04:00
..
autocomplete.lua Update autocomplete with changes needed for latest LSP plugin. 2022-02-03 15:01:39 -04:00
autoreload.lua Use dmon events in reload plugin 2021-10-08 23:15:25 +02:00
contextmenu.lua Travel by contextMenu using keyboard 2022-01-29 16:23:00 +02:00
detectindent.lua Re-enabled comment cache. 2022-03-22 10:35:44 -04:00
drawwhitespace.lua Added in the ability to specify a color for whitespace. 2021-11-23 18:42:01 -05:00
language_c.lua language_c/cpp: fixes and improvements 2022-03-29 16:16:12 -04:00
language_cpp.lua language_c/cpp: fixes and improvements 2022-03-29 16:16:12 -04:00
language_css.lua fallback to toggle-line-comment and vice versa if needed 2021-12-26 15:05:27 +08:00
language_html.lua fallback to toggle-line-comment and vice versa if needed 2021-12-26 15:05:27 +08:00
language_js.lua fallback to toggle-line-comment and vice versa if needed 2021-12-26 15:05:27 +08:00
language_lua.lua fallback to toggle-line-comment and vice versa if needed 2021-12-26 15:05:27 +08:00
language_md.lua syntax: remove pattern re-ordering on optimization 2022-03-29 22:11:14 -04:00
language_python.lua Apply again cd10497b49 2021-11-23 22:24:03 +01:00
language_xml.lua fallback to toggle-line-comment and vice versa if needed 2021-12-26 15:05:27 +08:00
lineguide.lua Added an exclusion for lineguide in the commandview. 2021-12-20 08:43:48 +01:00
macro.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
projectsearch.lua Plugin projectsearch: set command view text to current document selection. 2022-02-13 01:31:58 -04:00
quote.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
reflow.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
scale.lua plugin scale: replace non existing font.set_size with font.copy 2022-03-05 19:03:33 -04:00
tabularize.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
toolbarview.lua Update toolbarview.lua 2021-12-30 11:12:24 +09:00
treeview.lua treeview: add proper predicate for delete command 2022-03-20 01:58:39 -04:00
trimwhitespace.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
workspace.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00