Jefferson González
Jefferson González
This change improves the responsiveness of this [readme](https://github.com/lite-xl/lite-xl-plugins/blob/master/README.md) but there is something really wrong with long lines since even loading the file and saving takes some time.... ```diff diff --git...
Note: After some profiling one of the performance degraders is detectindent which is also using the tokenizer at startup with the same syntax of the document which seems too much...
As an update to this issue, the problem was really apparent on luajit. But, after some discussion with Guldoman the circular weak ref used by the co-routine on Highlighter is...
> May I ask you to adapt this fix for master-2.0 branch ? I may publish a 2.0.6 release with some minor fixes. Sorry that I haven't done anything on...
> I may do some investigations to see if for the master-2.0 branch with luajit there is a real coroutine leak. Let me know how your testing goes
Simplified  But thinking now, maybe can at some point add config options to opt in/out of coloring subfields and all variables
IME support was merged in https://github.com/lite-xl/lite-xl/pull/991 and should be available on 2.1.0, if the issue persist with newer lite-xl please open a new issue describing any problems.
I believe this is already fixed on the #998 PR which from a basic `improve get scale` PR turned into a `add fractional scaling support and other fixes`... In the...
> I think we could enable the lazy mode by default. What problems would this cause? We could add a `force` parameter to `Highlighter:get_line` (and `Highlighter:each_token`) to force real tokenization...
> My main gripes are: > > * This basically duplicates `build.yml` in `release.yml`. > Hopefully it's simple enough to integrate one in the other. > > * The additional...