aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-30`dragdropselected`: Avoid accidental dragsGuldoman
Also only remove the selection after the drag ends
2021-08-30Merge pull request #61 from MrAnyx/patch-1Francesco
Feat: Added pony plugin for lite editor
2021-08-30Fix: Added astericsRobin
2021-08-30Feat: Added pony plugin for lite editorRobin
Added Pony language plugin for the lite and lite-xl editor
2021-08-30Merge pull request #60 from Guldoman/linecopypaste_last_lineFrancesco
`linecopypaste`: Fix cutting last line
2021-08-29`linecopypaste`: Fix cutting last lineGuldoman
2021-08-28bump minimap version tagcukmekerb
2021-08-28Merge pull request #59 from limpid-kzonix/patch-1Francesco
Update bigclock.lua
2021-08-28Update bigclock.luaAlexander Balyshyn
2021-08-25Merge pull request #58 from Guldoman/selectionhighlight_optFrancesco
`selectionhighlight`: Only call `get_text` when needed
2021-08-25`selectionhighlight`: Only call `get_text` when neededGuldoman
This avoids calling `get_text` on a potentially big selection.
2021-08-24Merge pull request #57 from mundusnine/patch-1Francesco
Adds Kinc plugin
2021-08-24Fix for pr mergemundusnine
Fixed github path to project(renamed it because lua doesn't like `-` and prefers `_` for table field names). Specify depends for build commands. Fix readme to use the one from master
2021-08-23Update README.mdmundusnine
2021-08-23Merge pull request #55 from eugenpt/masterFrancesco
+lite-xl-vibe plugin with kind of vim bindings
2021-08-23Merge pull request #56 from Guldoman/lfautoindent_newfileFrancesco
`lfautoinsert`: Avoid touching new files
2021-08-23`lfautoinsert`: Avoid touching new filesGuldoman
Files that have been just created and not yet saved don't have a filename, so we can't match it to a file ending.
2021-08-22oh, right, the asterisk for pluginsep
2021-08-22+lite-xl-vibe by epep
2021-08-22Merge pull request #51 from lite-xl/fontconfigFrancesco
add fontconfig plugin
2021-08-21fix indentationstakase1121
2021-08-21refactor fontconfig APItakase1121
2021-08-21update modversiontakase1121
2021-08-21update version number to 2.00takase1121
2021-08-21add fontconfig.lua to READMEtakase1121
2021-08-21move fontconfig.lua into pluginstakase1121
2021-08-21add fontconfig plugintakase1121
2021-08-19Also fixed markers to add width.Adam Harrison
2021-08-19Fixed issues with 2.0.Adam Harrison
2021-08-18Merge pull request #54 from BenStigsen/patch-1Francesco
Extend language_v syntax
2021-08-18Extend language_v syntaxBenjamin Stigsen
2021-08-18make gitstatus.lua italiccukmekerb
2021-08-18use process api for gitstatus.luacukmekerb
2021-08-17add gitdiff highlight plugincukmekerb
2021-08-17Merge pull request #45 from lite-xl/2.0Francesco
2.0 Merge
2021-08-17Merge branch 'master' into 2.0Adam
2021-08-17Updated mod-version and made things 2.0 instead of 2.00.Adam Harrison
2021-08-17Namespaced plugin configs.Adam Harrison
2021-08-17Updated all lua plugins to be compatible with 2.0.Adam Harrison
2021-08-17Removed check, as scale plugin is in the core.Adam Harrison
2021-08-17Removed scale plugin, and fixed scalestatus plugin to match master lite-xl core.Adam Harrison
2021-08-17Removed lineguide from plugins folder.Adam Harrison
2021-08-16Merge pull request #48 from liquidev/language-tomlAdam
Added TOML syntax
2021-08-16Merge branch 'master' into language-tomlAdam
2021-08-16Merge pull request #52 from Timofffee/masterFrancesco
Add plugin `linenumbers`
2021-08-16Add pluginTimofffee
2021-08-10Merge pull request #50 from StunxFS/fix-language-vFrancesco
language_v: fix `pub` and `none`
2021-08-06language_v: fix `pub` and `none`StunxFS
2021-08-06Add syntax of Lobster languageFrancesco Abbate
2021-08-04Merge pull request #49 from Mustafa-Asaad-iq/patch-1Cukmekerb