aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-05-19Changed scale behaviourChristopher Kleine
The scale was behaving weird. It went from 100 -> 110 -> 121 -> 109 -> 98 One had to use ctrl+0 get it back to 100 This is fixed in this commit. It uses an indicator to change the scale.
2021-05-16Added in the restoretabs plugin to restore recently closed tabs.Adam Harrison
2021-05-16fixed bug in js/css comment patten in lfautoinsertcukmekerb
2021-05-14Merge pull request #13 from jgmdev/language-php-improvementsFrancesco
[language_php] overall improvements.
2021-05-14Update C++ Language fileJan200101
See https://github.com/franko/lite-xl/pull/182#issuecomment-841378446
2021-05-14[language_php] overall improvements.jgmdev
2021-05-13added js/css multiline /* comments */cukmekerb
2021-05-08add language file for ziglangJan200101
2021-05-01Changed text token, because of liquid syntax.Adam Harrison
2021-05-01Small syntax fix.Adam Harrison
2021-05-01Added in liquid syntax highlighting.Adam Harrison
2021-05-01Greatly expanded keyword listing.Adam Harrison
2021-05-01Added in perl as a syntax highlight.Adam Harrison
2021-04-24Added JSX and Ruby syntax highlighting.Adam Harrison
2021-04-21Add missing lite-xl version tagsFrancesco Abbate
Partially address issue #155
2021-04-21Add themeselect plugin to change on filenameFrancesco Abbate
In response to github issue https://github.com/franko/lite-xl/issues/149
2021-04-21Merge branch 'lite-xl-1.16'Francesco Abbate
2021-04-16Use a simpler pattern for language_shFrancesco Abbate
2021-04-10Fix meson pluginFrancesco Abbate
2021-04-10Add memory usage pluginFrancesco Abbate
Original implementation from AqilCont: https://github.com/franko/lite-xl/pull/108
2021-04-09Completed verification and tagging of pluginsFrancesco Abbate
2021-04-09Verify and version-tag more pluginsFrancesco Abbate
2021-04-09Use doc.filename field to decide if autosaveFrancesco Abbate
Related to pull request: https://github.com/franko/lite-plugins/pull/5 Changes rebased in lite-xl-1.16 to make them visible for the next lite-xl release.
2021-04-09fixed autosave coroutine issuecukmekerb
2021-04-09added autosave plugincukmekerb
2021-04-08More validated pluginsFrancesco Abbate
2021-04-08Add version tag in all language pluginsFrancesco Abbate
2021-04-08Initial verification and plugin taggingFrancesco Abbate
2021-03-30Fix problem with language_sh pluginFrancesco Abbate
The previous pattern can match incorrectly very long sequences
2021-03-30Merge remote-tracking branch 'rxi/master'Francesco Abbate
2021-03-23Add primative dart syntax highlighting rule. Update readme.James Perih
2021-03-21Add syntax highlighting for sass.Aqil Contractor
2021-03-20Fix drawwhitespace plugin for subpixel positioningFrancesco Abbate
2021-03-18Remove needless keywordsHalil
2021-03-18Add import and from keywordsHalil
2021-03-18Add MoonScript language supportHalil
2021-03-18Add MoonScript language supportHalil
2021-03-14Merge branch 'master' into lqdev-plugin-patchesFrancesco
2021-03-14Merge pull request #1 from B14CK313/patch-1Francesco
Fixed font scale not working
2021-03-14Remove obsolete pluginsFrancesco Abbate
2021-03-13Merge remote-tracking branch 'rxi/master'Francesco Abbate
2021-03-12updated lineguide to work with Lite XLliquidev
2021-03-12updated indentguide with Lite XL supportliquidev
2021-02-24Merge pull request #115 from franko/objective-crxi
Add plugin for Objective C language
2021-02-24Merge pull request #121 from chekoopa/cv-confirmrxi
add CloseConfirmX
2021-02-12Added missing keywords and contextual keywords for C# 9Jojo
2021-02-11add closeconfirmxMikhail Chekan
2021-01-22Fixed font scale not workingB14CK313
The scale plugin still used the pre 1.13 path to font files, instead of the DATADIR variable
2021-01-09Merge remote-tracking branch 'franko/master'Francesco Abbate
2021-01-09Add plugin for Objective C languageFrancesco Abbate