Age | Commit message (Collapse) | Author |
|
Extend language_v syntax
|
|
|
|
|
|
|
|
|
|
2.0 Merge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added TOML syntax
|
|
|
|
Add plugin `linenumbers`
|
|
|
|
language_v: fix `pub` and `none`
|
|
|
|
|
|
|
|
I don't have much to say all I did was add 10 characters I hope I didn't spoil anything because I'm not know anything at lua 😅
But the problem has been fixed for me, I hope it works for you
|
|
|
|
|
|
|
|
|
|
Fixed smallclock plugin eating cpu
|
|
The plugin uses coroutines but did not yield a value, thus the coroutine
was called way more often than necessary
Fixed it by simply yielding 1, so it only gets called once per second
|
|
added smallclock plugin
|
|
Zig syntax improvements
|
|
Added Language yaml
|
|
|
|
|
|
add language_ts
|
|
|
|
|
|
remove nagbar because it is integrated in lite-xl
|
|
add language_tsx to README
|
|
Minimap Plugin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added language_po
|
|
pdfview.lua: bugfix -- handle correctly filenames with spaces
|
|
|
|
1. bugfix: screen pdffile with "" to handle spaces (and the like) in the absolute file name correctly
|