aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-11-27Don't select text when dragging in the minimap.Joshua Minor
2021-11-27config.plugins.minimap.highlight_alignJoshua Minor
2021-11-27Switch to MiniMap:line_highlight_color()Joshua Minor
2021-11-27Minimap supports per-line highlight colors, with adjustable gutter_width and ↵Joshua Minor
highlight_width.
2021-11-26Merge branch 'fix_openselected' of https://github.com/jminor/lite-pluginscukmekerb
2021-11-23Merge pull request #94 from JobinsJC/devAdam
Add syntax highlighting for Julia
2021-11-23Merge pull request #92 from Guldoman/named_languagesAdam
Add names to language plugins
2021-11-23Merge pull request #93 from jminor/gitstatus_enhancementsAdam
Git status enhancements
2021-11-23Merge pull request #81 from takase1121/smoothcaretAdam
add smoothcaret.lua
2021-11-23Thanks GuldomanJobinsJC
2021-11-23Add Macro SupportJobinsJC
2021-11-23Add Julia supportJobinsJC
2021-11-23Delete formatter.luaNightwing
2021-11-22Add support for Rust,C,J++,Javascript,JSON,Objective-C/Protobuf,C#JobinsJC
2021-11-21Guard against nil response.Joshua Minor
2021-11-21Removed redundant --stat option.Joshua Minor
2021-11-21Switched to TreeView:color_for_item(abs_path)Joshua Minor
2021-11-21Huge performance improvement using yield instread of proc:wait()Joshua Minor
2021-11-21Color every parent folder of each changed file.Joshua Minor
2021-11-21Double check that TreeView has the color override feature.Joshua Minor
2021-11-21Add support for submodules & per-file color in the treeview based on git status.Joshua Minor
2021-11-21Add names to language pluginsGuldoman
2021-11-18Fixed openselected so it works on macOS.Joshua Minor
Trim whitespace from ends of selected text. Quote the selected text before sending to the shell, in case there are spaces, quotes, etc.
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-27add smoothcaret.luatakase1121
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-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