aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2022-06-20Syntax highlighting for intel x86 assembly (#107)a
2022-06-14Fixed wrong icon on opened directoryDheisom Gomes
2022-06-13Improve language_htaccess highlightingKatrina Grace
2022-06-13Create language_htaccess.luaKatrina Grace
2022-06-12language_v: fmt fileBen Larisch
2022-06-12language_v: handle multiline raw stringsBen
2022-06-12language_v: fmt tablesBen Larisch
2022-06-12language_v: add syntax support for raw stringsBen Larisch
2022-06-12Merge pull request #99 from benwalksaway/go_generic_func_syntaxGuldoman
2022-06-12language_go: function pattern: match only spacesBen
2022-06-12language_go: mv func keyword to original lineBen Larisch
2022-06-12language_v: add missing table to filesBen Larisch
2022-06-12language_go: fmt fileBen Larisch
2022-06-12language_go: add syntax support for Go generic functionsBen Larisch
2022-06-11Change to regex for language_php SQL stringsKatrina Grace
2022-06-11Add support for SQL strings to language_phpKatrina Grace
2022-06-06Add `align_carets` (#89)Guldoman
2022-06-03Add more `bracketmatch` styles (#81)Guldoman
2022-05-20Merge pull request #92 from StunxFS/lang_vGuldoman
2022-05-20Update language_v.luaStunxFS
2022-05-20Update language_rivet.luaStunxFS
2022-05-12Merge pull request #72 from Guldoman/PR_highlight_indentguideGuldoman
2022-05-01Update language_rivet.luaStunxFS
2022-04-30`selectionhighlight`: Don't draw box around the selectionGuldoman
2022-04-30`selectionhighlight`: Draw frame after drawing line bodyGuldoman
2022-04-25Rename `indentguide` variablesGuldoman
2022-04-25Allow customizing `indentguide` highlight colorGuldoman
2022-04-24Add multicursor support to `indentguide`Guldoman
2022-04-24Make `indentguide` highlight the current blockGuldoman
2022-04-22fixStunxFS
2022-04-22Delete language_glaz.luaStunxFS
2022-04-19Align `language_cpp` plugin with the one from lite-xl/lite-xljgmdev
2022-04-04[language_glaz] add keyword \`vec\`StunxFS
2022-04-01typingspeed: added typingspeed plugin (#47)B14CK313
2022-03-22update `language_glaz`StunxFS
2022-03-18Improve `smoothcaret` plugin (#46)Guldoman
2022-03-18minimap: don't show on non DocView'sjgmdev
2022-03-16fix pattern for `glaz.proj` filesStunxFS
2022-03-16add `language_glaz.lua`StunxFS
2022-03-15language_php: added block_comment declarationjgmdev
2022-03-10language_php: improved uppercase constants matchingjgmdev
2022-03-07nonicons: don't perform drawing if TreeView is not visible.jgmdev
2022-03-06select_colorscheme: fix trying to load empty color scheme.jgmdev
2022-03-04Merge pull request #38 from jgmdev/language_diffJefferson González
2022-03-03ghmarkdown: changed default shortcut to not conflict with bracketmatch.jgmdev
2022-03-03bracketmatch: implemented selection from #21 thanks to @mart-on-windowsjgmdev
2022-03-03language_diff: be more specific on the header formatjgmdev
2022-03-03language_diff: following @Guldoman feedback simplified regex and match the na...jgmdev
2022-03-03language_diff: removed unnecesary matching of words.jgmdev
2022-03-03Added language_diffjgmdev