aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2020-06-13Updated lfautoinsert to handle trailing text properlyrxi
2020-06-13Changed lfautoinsert's map config namerxi
2020-06-08Updated plugins/language_sh.lua with header patternsrxi
Resolves #45
2020-06-07Add support for Meson build languageFrancesco Abbate
2020-06-07Added mouse-wheel support and limits to `scale` pluginrxi
Resolves #50
2020-06-07Add support for # as one-line comment for PHPesprimo
See: https://www.php.net/manual/en/language.basic-syntax.comments.php
2020-06-06Fixed openfilelocation.luabbsamurai
2020-06-03`scale` plugin fixesrxi
2020-06-03Added `config.scale_mode` to scale pluginrxi
2020-06-03Fixed `scale` plugin for non-default initial SCALErxi
2020-06-03Added `scale` pluginrxi
2020-06-01Create language_make.luaPedro Alves
2020-05-31Updated plugins for 1.06 releaserxi
2020-05-31Add syntax for D languageGuillaume Piolat
2020-05-30Updated lfautoinsertrxi
2020-05-29Merge branch 'master' of https://github.com/rxi/lite-pluginsrxi
2020-05-29Added `motiontrail` pluginrxi
2020-05-26Create language_tex.lua636f6d6d656e740a
2020-05-26Updated `workspace` plugin to handle unsaved doc/non-doc viewsrxi
2020-05-26Removed the "mistake detector" feature and the style changes in glsl and ↵Alexandre Lhuillier
hlsl syntax highlighters
2020-05-25Added language_glsl and language_hlsl plugin files, and their links in README.mdAlexandre Lhuillier
2020-05-24Reduced memory usage on `bigclock` pluginrxi
2020-05-24Added `ghmarkdown` pluginrxi
2020-05-24Updates for v1.05rxi
2020-05-24Added `bigclock` pluginrxi
2020-05-24Create language_gdscript.luaMarco
2020-05-24Added setting of `core.redraw` in inanimate pluginrxi
Fixes #43
2020-05-22Added HTML tag support to `lfautoinsert`rxi
2020-05-22Add default path for words file on windowsJean-Sébastien Nadeau
Path is the exe dir.
2020-05-22Merge branch 'master' of https://github.com/rxi/lite-pluginsrxi
2020-05-22Changed `openselected` to use `start` instead of `explorer` on windowsrxi
2020-05-21Add language_fennel plugin for Fennel code.Phil Hagelberg
2020-05-21Changed `openfilelocation` and `openselected` to use system.execrxi
Should resolve issue of command prompt briefly showing when these plugins are used
2020-05-20Fixed pattern on colorpreview so that, eg. `#define` doesn't matchrxi
2020-05-20Merge pull request #36 from liqube/masterrxi
Support #fff format in colorpreview plugin
2020-05-19Made bracketmatch plugin update on document changerxi
2020-05-18Merge branch 'master' of https://github.com/rxi/lite-pluginsrxi
2020-05-18Added plugins/markers.luarxi
Resolves #27
2020-05-18 support #fff css formatLiqube
2020-05-18 whoopsLiqube
2020-05-18 csv basic syntaxLiqube
2020-05-18 minorLiqube
2020-05-18 cleanup indentationLiqube
2020-05-18 handle lower and upper symbols add symbols fix labelsLiqube
2020-05-17fixed indentationLiqube
2020-05-17added language syntax for windows batch filesLiqube
2020-05-16Added ./plugins/centerdoc.luarxi
2020-05-16Merge branch 'master' of https://github.com/rxi/lite-pluginsrxi
2020-05-16Added plugin `exec`rxi
2020-05-16Copy file locationHari KT