aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-18Adapt texcompile to use the console pluginFrancesco Abbate
2021-09-17Merge pull request #62 from Guldoman/dragdropselected_imprFrancesco
`dragdropselected`: Improvements
2021-09-17Merge pull request #64 from takase1121/open_extFrancesco
add open_ext.lua
2021-09-17Merge pull request #70 from lite-xl/improve-tex-syntaxFrancesco
Attempt to improve tex syntax highlighting
2021-09-15Merge pull request #72 from gjirokastrelbasanit34/masterFrancesco
Add R scripting language syntax support
2021-09-15Merge pull request #65 from hasithsen/patch-1Francesco
Bring cursor to the new line's end after wrapping
2021-09-15Merge pull request #71 from lite-xl/tex-compile-fixFrancesco
Improve the texcompile plugin to work on windows
2021-09-14`dragdropselected`: Allow scrollbar dragging when there is a selectionGuldoman
When dragging the scrollbar from the same vertical position of a line in a selection, we would ignore the scrollbar drag and instead drag the selection.
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-14Attempt to improve tex syntax highlightingFrancesco Abbate
In theory we could have a sub-syntax for the math mode but this is difficult to achieve.
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-10Update README.mdgjirokastrelbasanit34
2021-09-10Update README.mdgjirokastrelbasanit34
2021-09-10Create language_R.luagjirokastrelbasanit34
Create the R scripting language syntax formatting
2021-09-10Merge pull request #68 from msrocka/masterFrancesco
updated the Java keyword list
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-06Merge pull request #67 from edelvalle/masterFrancesco
Add syntax for ReScript
2021-09-06Add syntax for ReScriptEddy Ernesto del Valle Pino
2021-09-02Merge pull request #66 from jgmdev/php-improvementsJefferson González
Improved language_php plugin
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-09-02Merge pull request #63 from sprainbrains/masterAdam
Updated linenumbers.lua to 2.0 mod-version
2021-09-02fix bug caused by file truncationtakase1121
2021-09-02remove unused codetakase1121
2021-09-01Bring cursor to the new line's end after wrappingHasith
After bringing the last word to a newline, add command to move the cursor to the new line's end. This positions the cursor for continuing at the last character typed.
2021-08-31add open_ext.luatakase1121
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-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