aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-10Add syntax highlighting to JSX tags (#118)Dheisom Gomes
* Add syntax highlighting to JSX tags * Added "from" keyword
2022-09-10Add syntax highlighting to JSX tags (#118)Dheisom Gomes
* Add syntax highlighting to JSX tags * Added "from" keyword
2022-09-10Merge pull request #120 from AqilCont/2.1Jefferson González
rainbowparens.lua: Added an option for number of parens
2022-09-10Syntax highlighter for the MiniScript programming language (#124)ThaCuber
* Syntax highlighter for the Miniscript language * Update README.md
2022-09-09`language_assembly_x86`: Add nameGuldoman
2022-09-09`language_assembly_x86`: Add nameGuldoman
2022-09-05settings: reapply user project and init settings after load, also added ↵jgmdev
clear font cache button
2022-08-22removed linecopypaste as it is now part of corejgmdev
2022-08-11settings: revert to default fonts on load errorjgmdev
2022-08-11settings: handle font loading errorjgmdev
2022-08-03Merge pull request #122 from ArtemisX64/patch-2Guldoman
Update nonicons.lua 2.1
2022-08-03Merge pull request #121 from ArtemisX64/patch-1Guldoman
Update nonicons.lua
2022-08-03Update nonicons.lua 2.1ArtemisX64
Add Zig support in nonicons,lua
2022-08-03Update nonicons.luaArtemisX64
Add Zig support to nonicons
2022-07-25Added an option for number of parensAqil Contractor
2022-07-15fixed some minor mistakesjgmdev
2022-07-15Use new `StatusView:add_item` syntax (#117)Guldoman
2022-07-11`autoinsert`: remove duplicate `Doc:get_char` callGuldoman
2022-07-11`autoinsert`: avoid deleting wrong charactersGuldoman
2022-07-11`autoinsert`: remove initial refactoring code added by mistakeGuldoman
2022-07-11`autoinsert`: avoid deleting wrong charactersGuldoman
2022-07-11Link to `2.0` branch for `console` pluginGuldoman
2022-07-08Update language_rivet.luaStunxFS
2022-07-08Merge pull request #115 from StunxFS/masterGuldoman
Update language_rivet.lua
2022-07-08Update language_rivet.luaStunxFS
2022-06-29Add `primary_selection`Guldoman
2022-06-27`language_crystal`: remove file as we're linking to an external repoGuldoman
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-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-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-25Corrected 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-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-24settings: error if widgets not found with url to repojgmdev
2022-06-23settings: fixed default font handlingjgmdev
2022-06-22settings: set about title font as reference of big_fontjgmdev
2022-06-22settings: dont make toolbarview a requirementjgmdev
2022-06-20Added missing * to console plugin in READMEa
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-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-20settings: added ability to configure text and code fontsjgmdev
2022-06-17settings: fix theme loading on MacOSX when fd's have been exceededjgmdev
2022-06-17Added language_env pluginAnthony Axenov
2022-06-17Merge pull request #105 from anthonyaxenov/patch-1Guldoman
Added language_env plugin