aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-09-14Improve the texcompile plugin to work on windowsFrancesco Abbate
Borrow code from the rxi/console implementation to reliably run commands on windows. Ideally should be based on the new reproc library but this has to be done. Problems of the current implementation: - the output of the commands is ignored including warning and error messages - the exit code of the command process is ignored As a modification from the previous version of the plugin we no longer use environment variables but we rely on "config" variables.
2021-09-11Merge pull request #69 from edelvalle/masterCukmekerb
Fix typo in file name `langauge_rescript.lua`
2021-09-11Merge branch 'master' of https://github.com/lite-xl/lite-pluginscukmekerb
2021-09-11make minimap displace DocViewcukmekerb
2021-09-11Fix typo in file name `langauge_rescript.lua`Eddy Ernesto del Valle Pino
2021-09-10updated the Java keyword listmsrocka
taken from https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.9 (e.g. `then` is not a keyword in Java) I also added the context restricted keywords `var`, `record` etc. to the list; see https://en.wikipedia.org/wiki/List_of_Java_keywords
2021-09-06Add syntax for ReScriptEddy Ernesto del Valle Pino
2021-09-02Improved language_php pluginjgmdev
* Removed language_phps.lua * Merged language_phps to language_php to simplify installation * Allow php syntax coloring inside <style> and <script> tags
2021-08-31Update linenumbers.luaNikolai Sinyov
Updated mod-version and made things 2.0 instead of 2.00.
2021-08-31Bump lobster language mod-versionFrancesco Abbate
2021-08-29`linecopypaste`: Fix cutting last lineGuldoman
2021-08-28bump minimap version tagcukmekerb
2021-08-28Update bigclock.luaAlexander Balyshyn
2021-08-25`selectionhighlight`: Only call `get_text` when neededGuldoman
This avoids calling `get_text` on a potentially big selection.
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-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-21move fontconfig.lua into pluginstakase1121
2021-08-19Also fixed markers to add width.Adam Harrison
2021-08-19Fixed issues with 2.0.Adam Harrison
2021-08-18Extend language_v syntaxBenjamin Stigsen
2021-08-18use process api for gitstatus.luacukmekerb
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 branch 'master' into language-tomlAdam
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-20language_toml addedlqdev
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