Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-23 | Merge pull request #94 from JobinsJC/dev | Adam | |
Add syntax highlighting for Julia | |||
2021-11-23 | Merge pull request #92 from Guldoman/named_languages | Adam | |
Add names to language plugins | |||
2021-11-23 | Merge pull request #93 from jminor/gitstatus_enhancements | Adam | |
Git status enhancements | |||
2021-11-23 | Merge pull request #81 from takase1121/smoothcaret | Adam | |
add smoothcaret.lua | |||
2021-11-23 | Thanks Guldoman | JobinsJC | |
2021-11-23 | Add Macro Support | JobinsJC | |
2021-11-23 | Add Julia support | JobinsJC | |
2021-11-23 | Delete formatter.lua | Nightwing | |
2021-11-22 | Add support for Rust,C,J++,Javascript,JSON,Objective-C/Protobuf,C# | JobinsJC | |
2021-11-21 | Guard against nil response. | Joshua Minor | |
2021-11-21 | Removed redundant --stat option. | Joshua Minor | |
2021-11-21 | Switched to TreeView:color_for_item(abs_path) | Joshua Minor | |
2021-11-21 | Huge performance improvement using yield instread of proc:wait() | Joshua Minor | |
2021-11-21 | Color every parent folder of each changed file. | Joshua Minor | |
2021-11-21 | Double check that TreeView has the color override feature. | Joshua Minor | |
2021-11-21 | Add support for submodules & per-file color in the treeview based on git status. | Joshua Minor | |
2021-11-21 | Add names to language plugins | Guldoman | |
2021-11-18 | Revert "Update indentguide.lua (#88)" | Takase | |
This reverts commit 25044338105d71939335ed0868202475fefb5e85. | |||
2021-11-18 | Update indentguide.lua (#88) | Nightwing | |
2021-11-17 | Add syntax highlighting for /etc/fstab files (#84) | Duncan Lock | |
* Add syntax highlighting for fstab files * Add fstab to README | |||
2021-11-17 | Add syntax highlighting for ssh & sshd config files (#85) | Duncan Lock | |
2021-11-17 | Added missing namespace to spellcheck.files config (#86) | B14CK313 | |
This entry was missed in #46 which broke the plugin | |||
2021-11-15 | Fix 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-10 | add statusclock plugin (#82) | Juliardi | |
2021-10-27 | add smoothcaret.lua | takase1121 | |
2021-10-24 | project scan rate workaround | cukmekerb | |
2021-10-24 | fix open_ext.lua once and for all | Takase | |
2021-10-22 | open_ext: fixed bug when opening a new document. | jgmdev | |
2021-10-21 | fix open_ext.lua | takase1121 | |
2021-10-21 | fix skipping output if fc-match exits early | takase1121 | |
2021-10-21 | add config.fontconfig.prefix | takase1121 | |
2021-10-08 | Merge pull request #76 from dflock/patch-5 | Francesco | |
Add syntax highlighting for .ini files | |||
2021-10-08 | Add syntax highlighting for .ini files | Duncan Lock | |
2021-10-08 | Add syntax highlighting for nginx config files. | Duncan Lock | |
2021-10-08 | Fix language_sh to recognize 0 bash variable | Francesco Abbate | |
2021-10-01 | `language_make`: Use correct syntax type | Guldoman | |
2021-09-29 | Update smallclock.lua version | tandy1000 | |
Fixes error on plugin load | |||
2021-09-18 | Add more comments for texcompile | Francesco Abbate | |
2021-09-18 | Add some comments in texcompile | Francesco Abbate | |
2021-09-18 | Adapt texcompile to use the console plugin | Francesco Abbate | |
2021-09-17 | Merge pull request #62 from Guldoman/dragdropselected_impr | Francesco | |
`dragdropselected`: Improvements | |||
2021-09-17 | Merge pull request #64 from takase1121/open_ext | Francesco | |
add open_ext.lua | |||
2021-09-17 | Merge pull request #70 from lite-xl/improve-tex-syntax | Francesco | |
Attempt to improve tex syntax highlighting | |||
2021-09-15 | Merge pull request #72 from gjirokastrelbasanit34/master | Francesco | |
Add R scripting language syntax support | |||
2021-09-15 | Merge pull request #65 from hasithsen/patch-1 | Francesco | |
Bring cursor to the new line's end after wrapping | |||
2021-09-14 | `dragdropselected`: Allow scrollbar dragging when there is a selection | Guldoman | |
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-14 | Improve the texcompile plugin to work on windows | Francesco 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-14 | Attempt to improve tex syntax highlighting | Francesco Abbate | |
In theory we could have a sub-syntax for the math mode but this is difficult to achieve. | |||
2021-09-11 | Merge pull request #69 from edelvalle/master | Cukmekerb | |
Fix typo in file name `langauge_rescript.lua` | |||
2021-09-11 | Merge branch 'master' of https://github.com/lite-xl/lite-plugins | cukmekerb | |