aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-05Merge branch 'master' into immersive-titleAdam
2021-12-05Merge pull request #83 from Guldoman/extend_selection_lineAdam
Add `extend_selection_line`
2021-12-05Merge pull request #91 from Guldoman/indent_convertAdam
Add `indent_convert`
2021-12-05Merge pull request #100 from jminor/minimap_highlightAdam
Minimap highlights selection & caret position
2021-12-05Merge pull request #95 from lite-xl/opacityAdam
Opacity Modification Plugin
2021-12-05Merge pull request #96 from Nightwing13/devAdam
Updated Julia Syntax
2021-12-05Merge pull request #103 from Guldoman/force_syntaxAdam
Add `force_syntax`
2021-12-03FinallyNightwing
2021-12-03Improved Julia syntaxNightwing
2021-12-03Merge branch 'lite-xl:master' into devNightwing
2021-12-02Plugin open_ext: fix utf8 validation on empty file.jgmdev
2021-12-01`force_syntax`: Provide empty header to `syntax.get`Guldoman
2021-12-01Add `force_syntax`Guldoman
2021-11-28Merge pull request #101 from JobinsJC/dev1Adam
Added Initial scala support
2021-11-29Fixed FormattingNightwing
2021-11-29Added Initial scala supportNightwing
2021-11-27Allow customization of minimap selection & caret colors.Joshua Minor
2021-11-27Highlight the cursor and selection in minimap.Joshua Minor
2021-11-27Merge branch 'master' of https://github.com/lite-xl/lite-pluginscukmekerb
2021-11-27Don't select text when dragging in the minimap.Joshua Minor
2021-11-27Merge pull request #99 from jminor/fix_minimap_scrollingCukmekerb
2021-11-27Don't select text when dragging in the minimap.Joshua Minor
2021-11-28More improvementsJobinsJC
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-25Minor fixJobinsJC
2021-11-25Added nothing literalJobinsJC
2021-11-25Updates Julia SyntaxJobinsJC
2021-11-25Minor bug fixJobinsJC
2021-11-25Minor bug fixJobinsJC
2021-11-25Minor fixJobinsJC
2021-11-25Julia Syntax UpdatedJobinsJC
2021-11-23Merge pull request #94 from JobinsJC/devAdam
Add syntax highlighting for Julia
2021-11-23Commit on behalf of @mart-on-windows.Adam Harrison
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-23Update ReadmeJobinsJC
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-21`indent_convert`: Use compatible `null` in patternsGuldoman
As LuaJIT uses patterns from Lua 5.1, we have to use `%z` instead of `\0`.
2021-11-21Huge performance improvement using yield instread of proc:wait()Joshua Minor