Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-14 | Add `language_erb` to README | Guldoman | |
2022-07-11 | Link to `2.0` branch for `console` plugin | 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 | 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 | Added missing * to console plugin in README | a | |
2022-06-15 | Added language_env plugin | Anthony Axenov | |
2022-06-14 | `nonicons`: link to invariable font download | Guldoman | |
2022-06-13 | Add language_htaccess to readme | Katrina Grace | |
2022-06-06 | Add `align_carets` (#89) | Guldoman | |
2022-05-20 | Reorganize README.md | Guldoman | |
2022-04-29 | A plugin for generating dummy lorem ipsum text | sheetcoder | |
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-24 | docs: resolve merge conflict, bring in latest changes | TorchedSammy | |
2022-04-24 | docs: add my plugins | TorchedSammy | |
2022-04-23 | Update README.md | FilBot3 | |
2022-04-23 | Add how to request plugins | Guldoman | |
2022-04-22 | Reorganize README.md | Guldoman | |
2022-04-22 | Add plugin install instructions | Guldoman | |
2022-04-22 | Add files via upload | StunxFS | |
2022-04-21 | Merge pull request #56 from devPnal/support-autohotkey | Adam | |
Add `language_autohotkey.lua` | |||
2022-04-14 | Update README.md | Gabriel Alves Cunha | |
Add an explanation for newbies on how to add these plugins. | |||
2022-04-04 | Reorganize README.md | Guldoman | |
2022-04-02 | Update README.md | devPnal | |
2022-04-02 | Modified README | devPnal | |
2022-04-01 | Added lsp and widget to README | jgmdev | |
2022-04-01 | add treeview-menu-extender plugin (#36) | Juliardi | |
2022-04-01 | typingspeed: added typingspeed plugin (#47) | B14CK313 | |
This plugin displays your current typing speed in characters per minute and words per minute in the status bar. I tried to keep the logic very simple, so instead of using real accurate values, it counts characters/words in the current minute and adds the value of the previous minute multiplied by the percentage needed to 'complete' the current minute (so it basically always displays the value for one minute, but the part of it that falls into the last minute uses the average): ``` words_last * (1 - (t.sec) / 60) + words ``` This should give fairly good results without the need for complicated code or falling back to 0 after every minute. | |||
2022-03-24 | Reorganize README.md | adamharrison | |
2022-03-16 | add `language_glaz.lua` | StunxFS | |
2022-03-08 | Made a plugin (#42) | Tha Cuber | |
* Update README.md | |||
2022-03-04 | Reorganize README.md | jgmdev | |
2022-03-03 | readme: added language_diff | jgmdev | |
2022-02-16 | Added language_pkgbuild | jgmdev | |
2022-01-26 | add plugin select_colorscheme | AlexSol | |
2022-01-20 | Reorganize README.md | Guldoman | |
2022-01-19 | Update README.md | AKDev | |
Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2022-01-18 | add langauge_nelua | AKDev | |
2022-01-17 | small fixes | Ash-Coder-or-Not | |
2022-01-17 | adding gemtext highlighting plugin | Ash-Coder-or-Not | |
2021-12-30 | Reorganize README.md | Guldoman | |
2021-12-30 | Rename `sass` and `scala` language plugins to follow the standard | Guldoman | |
2021-12-30 | Remove integrated plugins | Guldoman | |
2021-12-27 | Add link to rxi/lite-plugins repo | Guldoman | |
2021-12-23 | Merge pull request #6 from Tamnac/master | Adam | |
Add Crystal Language support |