Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-15 | Map ruby syntax to Gemfile and Gemfile.lock (#133)2.0 | Sathish Manohar | |
* Map ruby syntax to Gemfile and Gemfile.lock * make syntax match to target end of file name | |||
2022-10-14 | Add `language_erb` to README | Guldoman | |
2022-10-14 | Add language plugin for ERB files (#131) | 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-04 | Merge pull request #128 from FarRealm/temp-latex | Guldoman | |
Added support for LaTex package and class syntax highlighting | |||
2022-10-04 | Added support for LaTex package and class syntax highlighting | Raffaele Orabona | |
2022-09-16 | Update `language_rivet.lua` (#125) | StunxFS | |
2022-09-10 | Add syntax highlighting to JSX tags (#118) | Dheisom Gomes | |
* Add syntax highlighting to JSX tags * Added "from" keyword | |||
2022-09-09 | `language_assembly_x86`: Add name | Guldoman | |
2022-08-03 | Merge pull request #121 from ArtemisX64/patch-1 | Guldoman | |
Update nonicons.lua | |||
2022-08-03 | Update nonicons.lua | ArtemisX64 | |
Add Zig support to nonicons | |||
2022-07-11 | `autoinsert`: remove duplicate `Doc:get_char` call | Guldoman | |
2022-07-11 | `autoinsert`: avoid deleting wrong characters | Guldoman | |
2022-07-11 | Link to `2.0` branch for `console` plugin | Guldoman | |
2022-07-08 | Merge pull request #115 from StunxFS/master | Guldoman | |
Update language_rivet.lua | |||
2022-07-08 | Update language_rivet.lua | StunxFS | |
2022-06-27 | `language_crystal`: remove file as we're linking to an external repo | Guldoman | |
2022-06-27 | Fixed Crystal Plugin Link (#113) | Tamnac | |
* Fixed Crystal Plugin Link * Update README.md Co-authored-by: Guldoman <giulio.lettieri@gmail.com> Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2022-06-25 | Merge pull request #112 from lite-xl/reorganize-ci | Guldoman | |
[CI] Reorganize README.md | |||
2022-06-25 | Reorganize README.md | Guldoman | |
2022-06-25 | Merge pull request #110 from cfuendesign/patch-1 | Guldoman | |
Corrected wrong term: ss -> gif | |||
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-24 | Corrected wrong term: ss -> gif | Juan Castillo | |
A gif of the motiontrail plugin is linked on line 147, but it is referred to as a "screenshot". https://github.com/lite-xl/lite-xl-plugins/blob/a46a62608edd0ef50a8494e5c9502d94b8a145dc/README.md?plain=1#L147 This was corrected. | |||
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 |