aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-08-16Add pluginTimofffee
2021-08-06language_v: fix `pub` and `none`StunxFS
2021-08-06Add syntax of Lobster languageFrancesco Abbate
2021-08-03add support to .scss filsMustafa
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-31lfautoinsert: add handlebars block helperscukmekerb
2021-07-23autosave.lua: pass self and remove unused variablecukmekerb
2021-07-20added missing keywords to language_ziglqdev
2021-07-14Fixed smallclock plugin eating cpuB14CK313
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-11Merge pull request #44 from TheKing0x9/masterFrancesco
added smallclock plugin
2021-07-11Merge pull request #42 from liquidev/language-zigFrancesco
Zig syntax improvements
2021-07-07Added language yamljgmdev
2021-07-06Merge pull request #41 from lite-xl/language-tsTakase
add language_ts
2021-07-05minimap plugin no longer crashes lite-xl and now renders tab indentationcukmekerb
2021-07-02added smallclock pluginAayush Kashyap
2021-06-24Merge pull request #31 from adamharrison/MinimapAdam
Minimap Plugin
2021-06-24Add syntax file for tcl languageFrancesco Abbate
2021-06-23stylelqdev
2021-06-23zig language improvementslqdev
2021-06-21add language_tstakase1121
2021-06-20[navigate] Make it work on master and fixed elements removal issue.jgmdev
2021-06-17Merge pull request #33 from jgmdev/language-poFrancesco
Added language_po
2021-06-17Merge branch 'lite-xl:master' into masterajalexei
2021-06-17plugins/pdfview.lua:Alexei Andreanov
1. bugfix: screen pdffile with "" to handle spaces (and the like) in the absolute file name correctly
2021-06-15Merge pull request #32 from adamharrison/EphemeralTabsFrancesco
Added in the ability to have ephemeral tabs.
2021-06-15Uploaded filesajalexei
added language_bib.lua, pdfview.lua, texcompile.lua
2021-06-14Added language_pojgmdev
2021-06-14Merge pull request #29 from jgmdev/lfautoinsert-languagesJefferson González
[lfautoinsert] Added map elements for specific languages
2021-06-13Added in the ability to have ephemeral tabs.Adam Harrison
2021-06-12Minimap plugin; this is expected in editors these days.Adam Harrison
2021-06-11Merge pull request #30 from jgmdev/selectionhighlight-improvementJefferson González
[selectionhighlight] added option to not highlight empty spaces.
2021-06-11Removed configuration to enable selecting empty spaces.jgmdev
2021-06-08[selectionhighlight] added option to not highlight empty spaces.jgmdev
2021-06-08[lfautoinsert] Added support to adding map elements for specific languages.jgmdev
2021-06-08[navigate] Remove not needed system.window_has_focus() check.jgmdev
2021-06-07Merge pull request #25 from adamharrison/RegexReplacementFrancesco
Regex Replacement Plugin
2021-06-07Merge pull request #26 from jgmdev/navigate-pluginFrancesco
Added navigate plugin
2021-06-07Added TSX syntax highlighting.H
2021-06-07Added navigate plugin.jgmdev
2021-06-05Added in regex replacement plugin. Allows for each preview of stuff.Adam Harrison
2021-06-03Add autosaveonfocuslostFerdinand Prantl
Automatically saves files that were changed when the main window loses focus by switching to another application.
2021-06-01Merge pull request #22 from ChildishGiant/vlangFrancesco
Add language_v
2021-06-01Updated cache font sizesjgmdev
2021-06-01Add language_vAllie
2021-05-31Fix scale plugin to work with latest lite-xl font.jgmdev
2021-05-31Fix div by zero error in scale pluginFrancesco Abbate
Simply avoid division by zero adjusting the scroll position when scrollable size is equal to the view's size. Related to issue: https://github.com/franko/lite-xl/issues/88
2021-05-22Fixed typo.Adam Harrison
2021-05-22Add new tag modversionFrancesco Abbate
2021-05-19Changed scale behaviourChristopher Kleine
The scale was behaving weird. It went from 100 -> 110 -> 121 -> 109 -> 98 One had to use ctrl+0 get it back to 100 This is fixed in this commit. It uses an indicator to change the scale.
2021-05-16Added in the restoretabs plugin to restore recently closed tabs.Adam Harrison
2021-05-16fixed bug in js/css comment patten in lfautoinsertcukmekerb