aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-15Map ruby syntax to Gemfile and Gemfile.lock (#133)2.0Sathish Manohar
* Map ruby syntax to Gemfile and Gemfile.lock * make syntax match to target end of file name
2022-10-14Add `language_erb` to READMEGuldoman
2022-10-14Add 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-04Merge pull request #128 from FarRealm/temp-latexGuldoman
Added support for LaTex package and class syntax highlighting
2022-10-04Added support for LaTex package and class syntax highlightingRaffaele Orabona
2022-09-16Update `language_rivet.lua` (#125)StunxFS
2022-09-10Add syntax highlighting to JSX tags (#118)Dheisom Gomes
* Add syntax highlighting to JSX tags * Added "from" keyword
2022-09-09`language_assembly_x86`: Add nameGuldoman
2022-08-03Merge pull request #121 from ArtemisX64/patch-1Guldoman
Update nonicons.lua
2022-08-03Update nonicons.luaArtemisX64
Add Zig support to nonicons
2022-07-11`autoinsert`: remove duplicate `Doc:get_char` callGuldoman
2022-07-11`autoinsert`: avoid deleting wrong charactersGuldoman
2022-07-11Link to `2.0` branch for `console` pluginGuldoman
2022-07-08Merge pull request #115 from StunxFS/masterGuldoman
Update language_rivet.lua
2022-07-08Update language_rivet.luaStunxFS
2022-06-27`language_crystal`: remove file as we're linking to an external repoGuldoman
2022-06-27Fixed 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-25Merge pull request #112 from lite-xl/reorganize-ciGuldoman
[CI] Reorganize README.md
2022-06-25Reorganize README.mdGuldoman
2022-06-25Merge pull request #110 from cfuendesign/patch-1Guldoman
Corrected wrong term: ss -> gif
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-24Corrected wrong term: ss -> gifJuan 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-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