Files
deb-lite-xl/data/core
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
..
2022-03-10 22:29:33 -04:00
2022-03-28 22:36:49 -04:00
2021-12-15 16:50:38 -05:00
2021-12-25 12:57:00 +08:00
2021-12-22 10:53:53 +08:00
2021-04-21 09:48:30 +02:00
2021-04-21 09:48:30 +02:00
2021-12-21 02:20:31 +05:00
2022-01-12 00:07:53 +01:00
2019-12-28 11:17:56 +00:00
2021-12-21 17:38:25 +08:00
2021-04-12 19:05:30 +02:00