aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-25Added language_ignore plugin (#111)Anthony Axenov
* Added language_ignore plugin I made simple syntax highlighting plugin for ignore-files. More info in my repo: https://github.com/anthonyaxenov/lite-xl-ignore-syntax * Fixed asterisk after the language_ignore plugin Co-authored-by: Guldoman <giulio.lettieri@gmail.com> Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2022-06-20Syntax highlighting for intel x86 assembly (#107)a
* Assembly x86 syntax highlighting * Little fixes * Highlight other hex pattern e.g. deadbeef123h * Add use64 to symbols * Include $ as an operator * Remove broken symbols Never seen them used anyway? * Made some bits more consistent Hex & binary notation with uppercase letters now too * Formatted * Removed duplicate | in pattern * `language_assembly_x86`: simplify extension pattern * Fixed broken symbols Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2022-06-20Merge pull request #109 from DMClVG/patch-2Guldoman
Added missing * to console plugin in README
2022-06-20Added missing * to console plugin in READMEa
2022-06-17Merge pull request #105 from anthonyaxenov/patch-1Guldoman
Added language_env plugin
2022-06-15Added language_env pluginAnthony Axenov
2022-06-14`nonicons`: link to invariable font downloadGuldoman
2022-06-14Fixed wrong icon on opened directoryDheisom Gomes
2022-06-13Merge pull request #102 from KatrinaKitten/language_htaccessGuldoman
Add language_htaccess
2022-06-13Improve language_htaccess highlightingKatrina Grace
- Add IPV6 highlighting, fix IPV4 clobbering long numbers - Add numbers, operators, emails - Expand keywords list to include everything shown on https://www.askapache.com/htaccess/ - Make literals list entries match in both lower and title case - Greatly reduce regex priority, since it was creating a lot of false positives (still a lot of false negatives though) - Only highlight `.htaccess`, not `something.htaccess` - Various other small tweaks and fixes
2022-06-13Add language_htaccess to readmeKatrina Grace
2022-06-13Create language_htaccess.luaKatrina Grace
2022-06-12Merge pull request #101 from benwalksaway/add_raw_string_supportGuldoman
language_v: add syntax support for raw strings
2022-06-12language_v: fmt fileBen Larisch
2022-06-12language_v: handle multiline raw stringsBen
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
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
language_go: add syntax support for Go generic functions
2022-06-12language_go: function pattern: match only spacesBen
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2022-06-12Merge pull request #100 from benwalksaway/fix_v_supported_filesGuldoman
language_v: add missing table to files
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-12Merge pull request #98 from KatrinaKitten/masterGuldoman
Add support for SQL strings to language_php
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
* `bracketmatch`: Don't consider comments * `bracketmatch`: Add new styles * `bracketmatch`: Add "frame" style
2022-05-27Merge pull request #80 from lite-xl/reorganize-ciTakase
[CI] Reorganize README.md
2022-05-20Reorganize README.mdGuldoman
2022-05-20Merge pull request #92 from StunxFS/lang_vGuldoman
update `language_v.lua`
2022-05-20Update language_v.luaStunxFS
2022-05-20Merge pull request #91 from StunxFS/update_rivetGuldoman
update `language_rivet.lua`
2022-05-20Update language_rivet.luaStunxFS
2022-05-12Merge pull request #72 from Guldoman/PR_highlight_indentguideGuldoman
Highlight current block in `indentguide`
2022-05-01Merge pull request #84 from StunxFS/rivetGuldoman
update `language_rivet.lua`
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
Before, if a line was highlighted, all the frames it contained were invisible.
2022-04-30Merge pull request #79 from sheetcoder/sheet-fixesGuldoman
A plugin for generating dummy lorem ipsum text
2022-04-29A plugin for generating dummy lorem ipsum textsheetcoder
2022-04-25Merge pull request #68 from lite-xl/reorganize-ciGuldoman
[CI] Reorganize README.md
2022-04-25Reorganize README.mdGuldoman
2022-04-25Merge pull request #70 from FilBot3/language-containerfileGuldoman
language_containerfile for Containerfiles and Dockerfiles
2022-04-25Update README.mdFilBot3
Added requested asterisk to denote repository rather than standalone file.
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