aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-09Added Angelscript language pluginMelissa Geels
2020-05-09Changed `colorpreview` to show no preview rather than a dimmed one on selectrxi
2020-05-09language_sh updatesrxi
2020-05-08Added external plugin `console`rxi
2020-05-08Added backtick support to language_sh pluginrxi
2020-05-08language_sh plugin improvementsrxi
2020-05-07Changed selectionhighlight plugin to use doc.lines arrayrxi
2020-05-06More lfautoinsert tweaksrxi
2020-05-06lfautoinsert plugin improvementsrxi
2020-05-05Added plugins `gitstatus` and `lfautoinsert`rxi
2020-05-02Added plugin `detectindent.lua`rxi
2020-05-02Added `unboundedscroll` pluginrxi
2020-05-01Changed all plugins that do underlines to use 1*SCALE instead of divider sizerxi
2020-05-01Added `hidestatus` pluginrxi
2020-04-30Added plugin `colorpreview`rxi
2020-04-30Made link-to-screenshots more uniformrxi
2020-04-30Changed selectionhighlight plugin to draw box instead of filled rectanglerxi
2020-04-29Made `sort` plugin automatically select to line edgesrxi
2020-04-29Merge branch 'master' of https://github.com/rxi/lite-pluginsrxi
2020-04-29Added `drawwhitespace` pluginrxi
2020-04-29Added `selectionhighlight` pluginrxi
2020-04-28Merge pull request #18 from drmargarido/linter_gorxi
Added link to linters plugins.
2020-04-28Added link to linters plugins.drmargarido
2020-04-27Made `sort` plugin ignore trailing/leading empty-linesrxi
2020-04-27Added `language_sh` pluginrxi
2020-04-27Updated spellcheck plugin: fixed active word checkrxi
2020-04-27Made spellcheck plugin put caret at *end* of word when selectingrxi
2020-04-26Added asterisk after plugins which don't link directly to raw filerxi
2020-04-26Merge pull request #17 from lordadamson/patch-1rxi
Plugin for C++ files syntax highlighting
2020-04-25Made sure that the cpp plugin is loaded after the c pluginlordadamson
The plugin loaded last takes precedence. So that would make sure the .h files would be highlighted as C++ files.
2020-04-25Added the language_cpp plugin to the README.mdlordadamson
2020-04-25Plugin for C++ files syntax highlightinglordadamson
2020-04-25Fixed indentguide plugin to work with hard tabsrxi
2020-04-25Updated spellcheck pluginrxi
* Improved delayed-highlight of active word * Added "replace" command * Added "add-to-dictionary" command
2020-04-23Moved all plugins to `plugins` dirrxi
2020-04-23Added plugin `eval`rxi
2020-04-23Merge branch 'master' of https://github.com/rxi/lite-pluginsrxi
2020-04-23Simplified spellcheck dictionary loadingrxi
2020-04-23Added plugin `bracketmatch`rxi
2020-04-23Merge pull request #9 from drmargarido/todo_treerxi
Implemented a todo annotations viewer plugin.
2020-04-22Registered todo tree viewer plugin.drmargarido
2020-04-22Added log output when spellcheck dictionary has finished loadingrxi
2020-04-22Added plugin `spellcheck`rxi
2020-04-20Merge branch 'master' of https://github.com/rxi/lite-pluginsrxi
2020-04-20Added link to theme16 pluginrxi
2020-04-19Merge pull request #13 from p410n3/masterrxi
Added syntax for PHP
2020-04-18Added PHP Syntax plugin to the ReadmePhillip L
2020-04-18Syntax highlighting for PHPPhillip L
I hope I did not miss anything obvious, but works decent for the files I just tested. I highlight $ as a operator because I like having only the $ in front of my variables highlighted
2020-04-18Added `indentguide` pluginrxi
2020-04-18Removed redundant config check in autowrap pluginrxi