aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-10-22open_ext: fixed bug when opening a new document.jgmdev
2021-10-21fix open_ext.luatakase1121
2021-10-21fix skipping output if fc-match exits earlytakase1121
2021-10-21add config.fontconfig.prefixtakase1121
2021-10-08Merge pull request #76 from dflock/patch-5Francesco
Add syntax highlighting for .ini files
2021-10-08Add syntax highlighting for .ini filesDuncan Lock
2021-10-08Add syntax highlighting for nginx config files.Duncan Lock
2021-10-08Fix language_sh to recognize 0 bash variableFrancesco Abbate
2021-10-01`language_make`: Use correct syntax typeGuldoman
2021-09-29Update smallclock.lua versiontandy1000
Fixes error on plugin load
2021-09-18Add more comments for texcompileFrancesco Abbate
2021-09-18Add some comments in texcompileFrancesco Abbate
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-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-10Create language_R.luagjirokastrelbasanit34
Create the R scripting language syntax formatting
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-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-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