aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
AgeCommit message (Collapse)Author
2024-10-20Added ptm (#493)PerilousBooklet
2024-10-20Simplify `minimap` (#284)Guldoman
* Simplify `minimap` * Remove `MiniMap:_get_thumb_rect_normal` workaround * Fix `minimap` drawing float precision * Improve `minimap` highlight drawing location * Fixed `minimap` toggling * Remove `minimap` workaround to keep caret visible This is now handled in `DocView` directly. * Use `common.splice` to manage `minimap` cache * Add `docview` param to `MiniMap:line_highlight_color` This will allow overrides to target a specific `DocView`. The parameter is added last to keep compatibility with the previous system.
2024-10-19Updated manifest.json. (#494)github-actions[bot]
Co-authored-by: Github Actions <>
2024-10-16Updated manifest.json. (#492)github-actions[bot]
Co-authored-by: Github Actions <>
2024-10-11Updated manifest.json. (#491)github-actions[bot]
Co-authored-by: Github Actions <>
2024-10-10Update language_clojure.lua (#490)Rohan Vashisht
* Update language_clojure.lua * Update language_clojure.lua * Update manifest.json
2024-10-01Updated manifest.json. (#480)github-actions[bot]
Co-authored-by: Github Actions <>
2024-10-01Updated manifest.json. (#481)github-actions[bot]
Co-authored-by: Github Actions <>
2024-10-01Updated todotreeview to most recent version. (#474)Daniel Margarido
2024-09-30Allow width override in `indentguide`. (#485)Adam
* Allowed for width override for quetta. * Added in config to table. * Bumped indentguide version. * Changed indentguide to return an object, and to have a method for computing width.
2024-09-17Added lsp_d. (#482)PerilousBooklet
2024-09-09Added Quetta (#476)Adam
* Added in Quetta. * Bumped version. * Updated quetta. * Updated PR and changed description to match convention.
2024-09-09Bumped meta plugin.Adam Harrison
2024-09-08Add language kdl (#477)Tamnac
* Add language_kdl * [CI] Updated README.md and manifest.json. * Add language_kdl to manifest * [CI] Updated README.md and manifest.json. --------- Co-authored-by: Github Actions <>
2024-07-31update `tree_sitter` (#468)xwii
* update `tree_sitter` * bump `tree_sitter` version
2024-07-26Add `language_awk` (#461)Samuel
* Add `language_awk` * Update manifest.json to include language awk * Remove "case" from `language_awk.lua` I forgot to delete this when copying the symbols, I left it in place because it was used as reference for how the "=" should be spaced. * Update `language_awk`, remove new line from pattern * Update manifest.json, fix id for `language_awk` * Simplify sheabang pattern in `language_awk` * Update pattern in `language_awk` * Update pattern in `language_awk` * Update pattern in `language_awk` * Update pattern in `language_awk` * Update pattern in `language_awk` * Add more symbols to `language_awk`
2024-07-25Update `lite-xl/lite-xl-lsp-servers` version (#467)github-actions[bot]
Co-authored-by: Github Actions <>
2024-07-22fix: avoid `language_java` catastrophic backtrackingGuldoman
2024-07-20Add pattern for Kotlin test methods. (#431)PerilousBooklet
* Added pattern for test methods. * Fixed test method pattern. * Plugin version bump.
2024-07-20Add 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-19Update keyhud version (#456)Martino Ferrari
* Update keyhud version * Update manifest.json
2024-07-19update language_toml (#458)Gaspartcho
2024-07-11[CI] Updated README.md and manifest.json.Github Actions
2024-07-11added keyhud plugin (#454)Martino Ferrari
* added keyhud plugin * Update manifest.json fixed typo * fixed missing comma * Update manifest.json * Update manifest.json
2024-07-10Update language.json (#452)Gaspartcho
* Update language_json.lua * Update manifest.json
2024-07-10Update nerdicons (#451)Gaspartcho
* Update nerdicons.lua * Update nerdicons.lua * Bumped the version in manifest.json
2024-07-04Add Nim string interpolation syntax highlighting (#448)carrexxii
* Add Nim string interpolation syntax highlighting * Use frontier matches * Bump version number for language_nim
2024-06-25Fix 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-25Fix codeplus mod_version (#446)DazFather
2024-06-24Update `adamharrison/lite-xl-terminal` version (#445)github-actions[bot]
Co-authored-by: Github Actions <>
2024-06-09updates 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-27Add `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-26chore: fix URL for `lsp_json` additional patchesGuldoman
2024-05-23Update lite-xl/lite-xl-lsp-servers version (#438)github-actions[bot]
Co-authored-by: Github Actions <>
2024-05-23Update lite-xl/lite-xl-lsp version (#437)github-actions[bot]
Co-authored-by: Github Actions <>
2024-05-12Updated terminal to the appropriate hash.Adam Harrison
2024-05-12Updated manifest.json. (#436)github-actions[bot]
Co-authored-by: Github Actions <>
2024-05-12Changed containerfile version.Adam Harrison
2024-05-01Fixed Buzz programming language description. (#433)PerilousBooklet
2024-04-25Fix `language_groovy` descriptionGuldoman
2024-04-21Add `tree_sitter` (#427)xwii
2024-04-20Added in remotes, and changed ownership of lite-xl-ide. (#428)Adam
2024-04-20Add 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-20Add import pattern for Groovy. (#425)PerilousBooklet
* Added import pattern. * Fixed spacing. * Bumped version. * Fix versions. * Fixed meta_languages version.
2024-04-20added support for Bazel syntax (#420)Rohan Vashisht
* Create language_bazel.lua * Update language_bazel.lua * Update manifest.json * Update manifest.json * Update language_bazel.lua * Update manifest.json * Update language_bazel.lua * Update language_bazel.lua * Bump `meta_languages` version --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-04-20Add `lsp_clojure` (#426)Guldoman
2024-04-20[CI] Updated README.md and manifest.json.Github Actions
2024-04-20Add OpenSCAD syntax highlighting support. (#413)PerilousBooklet
* WIP: added early/partial OpenSCAD syntax highlighing. * Added manifest entry and some keywords. * WIP: added new patterns and tidied up keywords. * Updated last patterns. * Added entry to meta-languages package. * Bumped meta_languages version. * Update plugins/language_openscad.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update plugins/language_openscad.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-04-16Clojure file extension fix patch (#421)Rohan Vashisht
* Update manifest.json * Create language_bazel.lua * Update language_clojure.lua * Update manifest.json * Update language_clojure.lua * Update manifest.json * Delete plugins/language_bazel.lua * Update manifest.json * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-04-15[CI] Updated README.md and manifest.json.Github Actions