Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-25 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-07-25 | Update `lite-xl/lite-xl-lsp-servers` version (#467) | github-actions[bot] | |
Co-authored-by: Github Actions <> | |||
2024-07-22 | Merge pull request #462 from Guldoman/PR_fix_java_regex | Takase | |
fix: avoid `language_java` catastrophic backtracking | |||
2024-07-22 | fix: avoid `language_java` catastrophic backtracking | Guldoman | |
2024-07-20 | Add pattern for Kotlin test methods. (#431) | PerilousBooklet | |
* Added pattern for test methods. * Fixed test method pattern. * Plugin version bump. | |||
2024-07-20 | Add syntax highlighting for Java constants and class names when creating ↵ | PerilousBooklet | |
objects. (#385) * Added pattern for java constants. * Added regex pattern for java constants in language_java. * Updated constants pattern. * Fixed class name pattern and tidied up some things. * Fixed redundant pattern. * Updated single-line comment pattern. * Bumped language_java version. * Updated some patterns. * Updated class name for object instance syntax. * Removed limit on number of spaces before/after the = . * Fixed previous commit. | |||
2024-07-19 | Update keyhud version (#456) | Martino Ferrari | |
* Update keyhud version * Update manifest.json | |||
2024-07-19 | update language_toml (#458) | Gaspartcho | |
2024-07-11 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-07-11 | added keyhud plugin (#454) | Martino Ferrari | |
* added keyhud plugin * Update manifest.json fixed typo * fixed missing comma * Update manifest.json * Update manifest.json | |||
2024-07-10 | Update language.json (#452) | Gaspartcho | |
* Update language_json.lua * Update manifest.json | |||
2024-07-10 | Update nerdicons (#451) | Gaspartcho | |
* Update nerdicons.lua * Update nerdicons.lua * Bumped the version in manifest.json | |||
2024-07-04 | Add Nim string interpolation syntax highlighting (#448) | carrexxii | |
* Add Nim string interpolation syntax highlighting * Use frontier matches * Bump version number for language_nim | |||
2024-06-25 | Fix tetris mod_version (#447) | DazFather | |
* Fix tetris mod_version * Update manifest.json upsie Co-authored-by: Jefferson González <jgmdev@gmail.com> --------- Co-authored-by: Jefferson González <jgmdev@gmail.com> | |||
2024-06-25 | Fix codeplus mod_version (#446) | DazFather | |
2024-06-24 | Update `adamharrison/lite-xl-terminal` version (#445) | github-actions[bot] | |
Co-authored-by: Github Actions <> | |||
2024-06-24 | chore(ci): update `actions/checkout` version | Guldoman | |
2024-06-09 | updates gitblame remote URL to point to the commit with the correct version ↵ | Juliardi | |
(#442) * updates gitblame remote URL to point to the commit with the correct version * bumps gitblame version to 0.2.1 | |||
2024-05-27 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-05-27 | Add `language_bend` (#440) | Rohan Vashisht | |
* Create language_bend.lua * Update manifest.json * Update language_bend.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2024-05-26 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-05-26 | chore: fix URL for `lsp_json` additional patches | Guldoman | |
2024-05-23 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-05-23 | Update lite-xl/lite-xl-lsp-servers version (#438) | github-actions[bot] | |
Co-authored-by: Github Actions <> | |||
2024-05-23 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-05-23 | Update lite-xl/lite-xl-lsp version (#437) | github-actions[bot] | |
Co-authored-by: Github Actions <> | |||
2024-05-12 | Updated terminal to the appropriate hash. | Adam Harrison | |
2024-05-12 | Updated manifest.json. (#436) | github-actions[bot] | |
Co-authored-by: Github Actions <> | |||
2024-05-12 | Changed containerfile version. | Adam Harrison | |
2024-05-01 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-05-01 | Fixed Buzz programming language description. (#433) | PerilousBooklet | |
2024-04-25 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-04-25 | Fix `language_groovy` description | Guldoman | |
2024-04-21 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-04-21 | Merge branch 'master' of github.com:lite-xl/lite-xl-plugins | Adam Harrison | |
2024-04-21 | Made only a local init, no remotes. | Adam Harrison | |
2024-04-21 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-04-21 | Removed names from README.md. | Adam Harrison | |
2024-04-21 | Reenabled CI. | Adam Harrison | |
2024-04-21 | Disabled CI for now, and restored README. | Adam Harrison | |
2024-04-21 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-04-21 | Manually updated README...? | Adam Harrison | |
2024-04-21 | Add `tree_sitter` (#427) | xwii | |
2024-04-20 | Also check remotes. | Adam Harrison | |
2024-04-21 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-04-20 | Added in remotes, and changed ownership of lite-xl-ide. (#428) | Adam | |
2024-04-20 | [CI] Updated README.md and manifest.json. | Github Actions | |
2024-04-20 | Add Kotlin syntax highlighting support. (#406) | PerilousBooklet | |
* WIP: added basic syntax highlighting for Kotlin. * WIP: added a few more patterns. * Fixed overcomplicated single-line comment pattern. * Fixed source syntax docs address. * Realigned single-line comment pattern. * Added .. and ..< operators and new FIX. * WIP: working on range operator patterns. * Some more adjustments. * Removed comment. * Fixed double dots left-adiacent to number being colored as number and fixed lambda color. * Update plugins/language_kotlin.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Updated to use raw strings in the annotations and this patterns. * Added block_comment. * Fixed types indentation. * Achieved perfection.. * Added patterns for $ after var and let function * Added elvis operator. * Added pattern. * Fixed elvis operator. * Achieved true perfection. * Added entry to meta-languages package. * Bumped meta_languages version. * Bumped meta_languages version and added second _. * Update plugins/language_kotlin.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Updated the range operator pattern. * Update plugins/language_kotlin.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update plugins/language_kotlin.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update plugins/language_kotlin.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Fixed last patterns and tidied up a bit. --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2024-04-20 | Add import pattern for Groovy. (#425) | PerilousBooklet | |
* Added import pattern. * Fixed spacing. * Bumped version. * Fix versions. * Fixed meta_languages version. | |||
2024-04-20 | [CI] Updated README.md and manifest.json. | Github Actions | |