aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-21Add names to language pluginsGuldoman
2021-11-18Merge pull request #89 from lite-xl/revert-88-masterTakase
Revert "Fix: Indentguide plugin crashing lite-xl"
2021-11-18Revert "Update indentguide.lua (#88)"Takase
This reverts commit 25044338105d71939335ed0868202475fefb5e85.
2021-11-18Update indentguide.lua (#88)Nightwing
2021-11-17Add syntax highlighting for /etc/fstab files (#84)Duncan Lock
* Add syntax highlighting for fstab files * Add fstab to README
2021-11-17Add syntax highlighting for ssh & sshd config files (#85)Duncan Lock
2021-11-17Added missing namespace to spellcheck.files config (#86)B14CK313
This entry was missed in #46 which broke the plugin
2021-11-15Fix language_sh with $ string interpolation and '#'Francesco Abbate
When an expansion like "${#arr[@]}" is met the par after # was interpreted as a comment. Move the pattern for dollar/brace expansion befor the pattern for comments to avoid the problem.
2021-11-10add statusclock plugin (#82)Juliardi
2021-10-24project scan rate workaroundcukmekerb
2021-10-24fix open_ext.lua once and for allTakase
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-08Merge pull request #75 from dflock/patch-4Francesco
Add syntax highlighting for nginx config files.
2021-10-08Added ini to readmeDuncan Lock
2021-10-08Added nginx to readmeDuncan Lock
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-01Merge pull request #74 from Guldoman/fix_lang_make_varFrancesco
`language_make`: Use correct syntax type
2021-10-01`language_make`: Use correct syntax typeGuldoman
2021-09-29Merge pull request #73 from tandy-1000/patch-1Francesco
Update smallclock.lua version
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-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