Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-17 | add gitdiff highlight plugin | cukmekerb | |
2021-08-17 | Merge pull request #45 from lite-xl/2.0 | Francesco | |
2.0 Merge | |||
2021-08-17 | Merge branch 'master' into 2.0 | Adam | |
2021-08-17 | Updated mod-version and made things 2.0 instead of 2.00. | Adam Harrison | |
2021-08-17 | Namespaced plugin configs. | Adam Harrison | |
2021-08-17 | Updated all lua plugins to be compatible with 2.0. | Adam Harrison | |
2021-08-17 | Removed check, as scale plugin is in the core. | Adam Harrison | |
2021-08-17 | Removed scale plugin, and fixed scalestatus plugin to match master lite-xl core. | Adam Harrison | |
2021-08-17 | Removed lineguide from plugins folder. | Adam Harrison | |
2021-08-16 | Merge pull request #48 from liquidev/language-toml | Adam | |
Added TOML syntax | |||
2021-08-16 | Merge branch 'master' into language-toml | Adam | |
2021-08-16 | Merge pull request #52 from Timofffee/master | Francesco | |
Add plugin `linenumbers` | |||
2021-08-16 | Add plugin | Timofffee | |
2021-08-10 | Merge pull request #50 from StunxFS/fix-language-v | Francesco | |
language_v: fix `pub` and `none` | |||
2021-08-06 | language_v: fix `pub` and `none` | StunxFS | |
2021-08-06 | Add syntax of Lobster language | Francesco Abbate | |
2021-08-04 | Merge pull request #49 from Mustafa-Asaad-iq/patch-1 | Cukmekerb | |
2021-08-03 | add support to .scss fils | Mustafa | |
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 | |||
2021-07-31 | lfautoinsert: add handlebars block helpers | cukmekerb | |
2021-07-23 | autosave.lua: pass self and remove unused variable | cukmekerb | |
2021-07-20 | added missing keywords to language_zig | lqdev | |
2021-07-20 | language_toml added | lqdev | |
2021-07-15 | Merge pull request #47 from B14CK313/master | Francesco | |
Fixed smallclock plugin eating cpu | |||
2021-07-14 | Fixed smallclock plugin eating cpu | B14CK313 | |
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 | |||
2021-07-11 | Merge pull request #44 from TheKing0x9/master | Francesco | |
added smallclock plugin | |||
2021-07-11 | Merge pull request #42 from liquidev/language-zig | Francesco | |
Zig syntax improvements | |||
2021-07-07 | Merge pull request #43 from jgmdev/language-yaml | Jefferson González | |
Added Language yaml | |||
2021-07-07 | Added yaml language to README | jgmdev | |
2021-07-07 | Added language yaml | jgmdev | |
2021-07-06 | Merge pull request #41 from lite-xl/language-ts | Takase | |
add language_ts | |||
2021-07-05 | minimap plugin no longer crashes lite-xl and now renders tab indentation | cukmekerb | |
2021-07-02 | added smallclock plugin | Aayush Kashyap | |
2021-06-24 | Merge pull request #40 from lite-xl/remove-nagbar | Adam | |
remove nagbar because it is integrated in lite-xl | |||
2021-06-24 | Merge pull request #39 from lite-xl/language_tsx | Adam | |
add language_tsx to README | |||
2021-06-24 | Merge pull request #31 from adamharrison/Minimap | Adam | |
Minimap Plugin | |||
2021-06-24 | Add syntax file for tcl language | Francesco Abbate | |
2021-06-23 | style | lqdev | |
2021-06-23 | zig language improvements | lqdev | |
2021-06-21 | add language_ts | takase1121 | |
2021-06-21 | remove nagbar because it is integrated in lite-xl | takase1121 | |
2021-06-21 | add language_tsx to README | takase1121 | |
2021-06-20 | [navigate] Make it work on master and fixed elements removal issue. | jgmdev | |
2021-06-17 | Merge pull request #33 from jgmdev/language-po | Francesco | |
Added language_po | |||
2021-06-17 | Merge pull request #36 from ajalexei/master | Francesco | |
pdfview.lua: bugfix -- handle correctly filenames with spaces | |||
2021-06-17 | Merge branch 'lite-xl:master' into master | ajalexei | |
2021-06-17 | plugins/pdfview.lua: | Alexei Andreanov | |
1. bugfix: screen pdffile with "" to handle spaces (and the like) in the absolute file name correctly | |||
2021-06-15 | Merge pull request #32 from adamharrison/EphemeralTabs | Francesco | |
Added in the ability to have ephemeral tabs. | |||
2021-06-15 | Merge pull request #35 from ajalexei/master | Francesco | |
Added syntax highlighting for BibTeX files, PDF preview for LaTeX files, compilation of LaTeX files into PDF | |||
2021-06-15 | Uploaded files | ajalexei | |
added language_bib.lua, pdfview.lua, texcompile.lua | |||
2021-06-15 | Updated README.md | ajalexei | |
added language_bib, pdfview and texcompile plugins to the table |