Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-25 | Added 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-20 | Syntax 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-20 | Merge pull request #109 from DMClVG/patch-2 | Guldoman | |
Added missing * to console plugin in README | |||
2022-06-20 | Added missing * to console plugin in README | a | |
2022-06-17 | Merge pull request #105 from anthonyaxenov/patch-1 | Guldoman | |
Added language_env plugin | |||
2022-06-15 | Added language_env plugin | Anthony Axenov | |
2022-06-14 | `nonicons`: link to invariable font download | Guldoman | |
2022-06-14 | Fixed wrong icon on opened directory | Dheisom Gomes | |
2022-06-13 | Merge pull request #102 from KatrinaKitten/language_htaccess | Guldoman | |
Add language_htaccess | |||
2022-06-13 | Improve language_htaccess highlighting | Katrina 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-13 | Add language_htaccess to readme | Katrina Grace | |
2022-06-13 | Create language_htaccess.lua | Katrina Grace | |
2022-06-12 | Merge pull request #101 from benwalksaway/add_raw_string_support | Guldoman | |
language_v: add syntax support for raw strings | |||
2022-06-12 | language_v: fmt file | Ben Larisch | |
2022-06-12 | language_v: handle multiline raw strings | Ben | |
Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2022-06-12 | language_v: fmt tables | Ben Larisch | |
2022-06-12 | language_v: add syntax support for raw strings | Ben Larisch | |
2022-06-12 | Merge pull request #99 from benwalksaway/go_generic_func_syntax | Guldoman | |
language_go: add syntax support for Go generic functions | |||
2022-06-12 | language_go: function pattern: match only spaces | Ben | |
Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2022-06-12 | Merge pull request #100 from benwalksaway/fix_v_supported_files | Guldoman | |
language_v: add missing table to files | |||
2022-06-12 | language_go: mv func keyword to original line | Ben Larisch | |
2022-06-12 | language_v: add missing table to files | Ben Larisch | |
2022-06-12 | language_go: fmt file | Ben Larisch | |
2022-06-12 | language_go: add syntax support for Go generic functions | Ben Larisch | |
2022-06-12 | Merge pull request #98 from KatrinaKitten/master | Guldoman | |
Add support for SQL strings to language_php | |||
2022-06-11 | Change to regex for language_php SQL strings | Katrina Grace | |
2022-06-11 | Add support for SQL strings to language_php | Katrina Grace | |
2022-06-06 | Add `align_carets` (#89) | Guldoman | |
2022-06-03 | Add more `bracketmatch` styles (#81) | Guldoman | |
* `bracketmatch`: Don't consider comments * `bracketmatch`: Add new styles * `bracketmatch`: Add "frame" style | |||
2022-05-27 | Merge pull request #80 from lite-xl/reorganize-ci | Takase | |
[CI] Reorganize README.md | |||
2022-05-20 | Reorganize README.md | Guldoman | |
2022-05-20 | Merge pull request #92 from StunxFS/lang_v | Guldoman | |
update `language_v.lua` | |||
2022-05-20 | Update language_v.lua | StunxFS | |
2022-05-20 | Merge pull request #91 from StunxFS/update_rivet | Guldoman | |
update `language_rivet.lua` | |||
2022-05-20 | Update language_rivet.lua | StunxFS | |
2022-05-12 | Merge pull request #72 from Guldoman/PR_highlight_indentguide | Guldoman | |
Highlight current block in `indentguide` | |||
2022-05-01 | Merge pull request #84 from StunxFS/rivet | Guldoman | |
update `language_rivet.lua` | |||
2022-05-01 | Update language_rivet.lua | StunxFS | |
2022-04-30 | `selectionhighlight`: Don't draw box around the selection | Guldoman | |
2022-04-30 | `selectionhighlight`: Draw frame after drawing line body | Guldoman | |
Before, if a line was highlighted, all the frames it contained were invisible. | |||
2022-04-30 | Merge pull request #79 from sheetcoder/sheet-fixes | Guldoman | |
A plugin for generating dummy lorem ipsum text | |||
2022-04-29 | A plugin for generating dummy lorem ipsum text | sheetcoder | |
2022-04-25 | Merge pull request #68 from lite-xl/reorganize-ci | Guldoman | |
[CI] Reorganize README.md | |||
2022-04-25 | Reorganize README.md | Guldoman | |
2022-04-25 | Merge pull request #70 from FilBot3/language-containerfile | Guldoman | |
language_containerfile for Containerfiles and Dockerfiles | |||
2022-04-25 | Update README.md | FilBot3 | |
Added requested asterisk to denote repository rather than standalone file. | |||
2022-04-25 | Rename `indentguide` variables | Guldoman | |
2022-04-25 | Allow customizing `indentguide` highlight color | Guldoman | |
2022-04-24 | Add multicursor support to `indentguide` | Guldoman | |
2022-04-24 | Make `indentguide` highlight the current block | Guldoman | |