aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-21Removed names from README.md.Adam Harrison
2024-04-21Reenabled CI.Adam Harrison
2024-04-21Disabled CI for now, and restored README.Adam Harrison
2024-04-21[CI] Updated README.md and manifest.json.Github Actions
2024-04-21Manually updated README...?Adam Harrison
2024-04-21Add `tree_sitter` (#427)xwii
2024-04-20Also check remotes.Adam Harrison
2024-04-21[CI] Updated README.md and manifest.json.Github Actions
2024-04-20Added 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-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-20[CI] Updated README.md and manifest.json.Github Actions
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-20[CI] Updated README.md and manifest.json.Github Actions
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
2024-04-15Add Groovy syntax highlighting support. (#410)PerilousBooklet
* WIP: added groovy keywords and some other things. * Tidied up some things. * Added block comment. * Added some more comments. * Added a few patterns. * Fixed big types. * Added entry to meta-languages package. * Bumped meta_languages version. * Removed shebang pattern. * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-04-08[CI] Updated README.md and manifest.json.Github Actions
2024-04-08Add `lsp_json` and `lsp_yaml` (#416)Guldoman
Update `lsp_rust` remote for `aarch64-linux` support.
2024-04-08Don't run `autosave` on user and project modules (#419)Rohan Vashisht
* Update autosave.lua * Update autosave.lua * Update autosave.lua * Update manifest.json
2024-04-08[CI] Updated README.md and manifest.json.Github Actions
2024-04-08Add `language_brainfuck` (#418)Rohan Vashisht
* Create language_brainfuck.lua * Update manifest.json
2024-04-08[CI] Updated README.md and manifest.json.Github Actions
2024-04-08Integrate `language_{buzz,carbon,fortran,swift}` remote plugins (#417)Rohan Vashisht
* Update manifest.json * Create language_carbon.lua * Update language_carbon.lua * Create language_fortran.lua * Update language_carbon.lua * Create language_swift.lua * Create language_buzz.lua * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json Co-authored-by: Guldoman <giulio.lettieri@gmail.com> --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-04-08[CI] Updated README.md and manifest.json.Github Actions
2024-04-08Fix `manifest.json` in `language_clojure`Guldoman
2024-04-08Added support for Clojure programming language (#414)Rohan Vashisht
* Update manifest.json * Update manifest.json * Create language_clojure.lua * Update language_clojure.lua * Update manifest.json * Update plugins/language_clojure.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update manifest.json Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update language_clojure.lua --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-04-08Update typst syntax (#389)Gaspartcho
* Update language_typst.lua * Update manifest.json * Commited suggestion Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update language_typst.lua * Update language_typst.lua * Update language_typst.lua - added suggestions concerning strings - added extra highlight for direct variable use (`Hello #name!`) --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-04-06Don't run `autosaveonfocuslost.lua` on user and project modules (#411)Rohan Vashisht
* Update autosaveonfocuslost.lua * Update manifest.json * Update autosaveonfocuslost.lua * Update autosaveonfocuslost.lua * Update autosaveonfocuslost.lua * Update autosaveonfocuslost.lua
2024-04-03[CI] Updated README.md and manifest.json.Github Actions
2024-04-03Add `language_fortran` (#409)Rohan Vashisht
2024-04-03Update `language_carbon` (#408)Rohan Vashisht
2024-04-02[CI] Updated README.md and manifest.json.Github Actions
2024-04-02Add `language_swift` (#407)Rohan Vashisht
* Update manifest.json * Update manifest.json
2024-04-01[CI] Updated README.md and manifest.json.Github Actions
2024-04-01Add `language_carbon` (#405)Rohan Vashisht
* Update manifest.json * Update manifest.json
2024-04-01[CI] Updated README.md and manifest.json.Github Actions
2024-04-01Add `language` tag to `language_buzz`Guldoman
2024-04-01[CI] Updated README.md and manifest.json.Github Actions
2024-04-01Add `language_buzz` (#404)Rohan Vashisht
* Update manifest.json * Update manifest.json * ok * ok * ok
2024-03-31Updated manifest.json. (#403)github-actions[bot]
Co-authored-by: Github Actions <>
2024-03-30[CI] Updated README.md and manifest.json.Github Actions
2024-03-30Add `devicons` (#402)PerilousBooklet
* Add my devicons plugin. * Added missing version field to font_devicons. * Update manifest.json Co-authored-by: Guldoman <giulio.lettieri@gmail.com> --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-03-30[CI] Updated README.md and manifest.json.Github Actions
2024-03-30Update lite-xl/lite-xl-lsp-servers Version (#401)github-actions[bot]
Co-authored-by: Github Actions <>
2024-03-29Update manifest.jsonAdam