aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2022-11-23settings: ask before clearing font cachejgmdev
Also check if font cache is already building and alert the user.
2022-11-17profiler: rephrased parts of the readmejgmdev
2022-11-17Add Profiler Plugin (#155)Jefferson González
2022-11-15settings: support global force scrollbar status on newly opened Viewsjgmdev
2022-11-15settings: apply force_scrollbar_status on the flyjgmdev
Also added additional flag to support applying the status bar force state globally and not only to document views.
2022-11-15settings: added force_scrollbar_statusjgmdev
Also adjusted ignore dirs default value to current from master.
2022-11-15language_php: better match class type inline varsjgmdev
Use proper block_comment thanks to lite-xl/lite-xl#1202
2022-11-15language_rust: better lifetime syntax support (#152)Ben
2022-11-14Merge pull request #153 from StunxFS/2.1Guldoman
Update language_rivet.lua
2022-11-14Update language_rivet.luaStunxFS
2022-11-11language_php: added backticks supportjgmdev
2022-11-11language_php: fix highlighting outside of markdown code tagsjgmdev
2022-11-10language_php: add missing yield keywordjgmdev
2022-11-08add nelua support to lfautoinsert (#150)Cukmekerb
2022-11-04Added extra file extensions to language_sh.lua (#145)Techie Guy
2022-11-03language_php: applied changes from #108jgmdev
2022-11-03settings: added new option keep_newline_whitespacejgmdev
2022-11-02macmodkeys: added missing paramsjgmdev
2022-11-02Add workaround for sorted `Doc:get_selection` issue (#141)Guldoman
2022-11-02Use new `command.add` syntax (#136)Guldoman
2022-11-01Changed minimap to accomodate new API.2.1Adam Harrison
2022-10-27language_php: fix strings not getting terminatedjgmdev
The issue can be triggered with code like the following: `'"'.strlen("test:").'"';` would cause the string end to not be found. The additional pattern on this commit allows properly terminating the string by not matching the last closing character.
2022-10-25minimap: check docview has minimap scrolljgmdev
2022-10-25minimap: fixed small mistakejgmdev
2022-10-25Minimap Rework with Scrollbar (#134)Adam
* Changed minimap to use Guldo's new scrollbar. * Minimap fixes to use new scrollbar. * Minor cleanup. * Preempt this hitting other views inheriting from DocView. * Adjusted percentage code. * ?? * Fixed up calculation, and scrolling. * Fixed clicking on thumb doing something, and fixed offset not being taken into account. * Changed offset when clicking off. * Ensured that we don't drag when we're not actually inside the thumb on click, and ensured that thumbd doesn't highlight unelss we're actually inside it. * Fixing small little changes. * Changed it so that we don't initate a drag when drag-hovering.
2022-10-21language_meson: added meson_options.txt and fixed meson.build patterjgmdev
2022-10-15indentguide: do not apply on CommandView and allow toggling it.jgmdev
2022-10-15Map ruby syntax to Gemfile and Gemfile.lock (#132)Sathish Manohar
2022-10-14Add language plugin for ERB files (#130)Sathish Manohar
* Add language plugin for ERB files erb files typically has filename.html.erb extension they contain html markup and embedded ruby code this file should properly syntax highlight both html and ruby parts * merge html/htm in filetype check
2022-10-05ipc: add different methods of opening directoriesjgmdev
2022-10-04Added support for LaTex package and class syntax highlightingRaffaele Orabona
2022-10-02Update list of Fennel keywords to everything covered by 1.2.0 (#126)Phil Hagelberg
Also include a little snippet comment to regenerate them in the future.
2022-10-02add inter-process communication (ipc) plugin (#127)Jefferson González
* adds single instance support and basic file dragging from instance to instance
2022-09-16regexreplacepreview: drop deprecated call to commandview set textjgmdev
2022-09-16spellcheck: updated config spec to support file typejgmdev
2022-09-16Update `language_rivet.lua` (#125)StunxFS
2022-09-16nonicons: support dynamic scalingjgmdev
2022-09-15settings: added support for file and directory optionsjgmdev
2022-09-10Merge pull request #114 from Guldoman/PR_primary_selectionJefferson González
Add `primary_selection`
2022-09-10Add syntax highlighting to JSX tags (#118)Dheisom Gomes
* Add syntax highlighting to JSX tags * Added "from" keyword
2022-09-10Merge pull request #120 from AqilCont/2.1Jefferson González
rainbowparens.lua: Added an option for number of parens
2022-09-10Syntax highlighter for the MiniScript programming language (#124)ThaCuber
* Syntax highlighter for the Miniscript language * Update README.md
2022-09-09`language_assembly_x86`: Add nameGuldoman
2022-09-05settings: reapply user project and init settings after load, also added ↵jgmdev
clear font cache button
2022-08-22removed linecopypaste as it is now part of corejgmdev
2022-08-11settings: revert to default fonts on load errorjgmdev
2022-08-11settings: handle font loading errorjgmdev
2022-08-03Update nonicons.lua 2.1ArtemisX64
Add Zig support in nonicons,lua
2022-07-25Added an option for number of parensAqil Contractor
2022-07-15fixed some minor mistakesjgmdev