aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-03-29Updated version.Adam Harrison
2024-03-29Sigh.Adam Harrison
2024-03-29Clarified workflow.Adam Harrison
2024-03-29Typo.Adam Harrison
2024-03-29Added in permission.Adam Harrison
2024-03-29Added in gitconfig.Adam Harrison
2024-03-28[CI] Updated README.md and manifest.json.Github Actions
2024-03-28add font preview plugin (#392)ThaCuber
* add font preview plugin * remove get_scrollable_size and unused variable * add a list of supported font types I also realized I haven't been returning the view that `open_doc` returns, so I fixed that too * add rows for every printable character in ASCII * deactivate vertical scrolling * properly mark patterns in supported_types list Co-authored-by: Guldoman <giulio.lettieri@gmail.com> --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-03-27Added in Option to Stub Update (#393)Adam
* Added in stub updating. * Fixed thing. * Renamed job. * Updated to include tokens. * Added permissions. * Added in staging . * This is where it begins dayo. * Updated README.md. * Removed unecessary permission. * Testing update.
2024-03-27[CI] Updated README.md and manifest.json.Github Actions
2024-03-27Updated nodejs to 20.12.0 (#397)PerilousBooklet
* Updated nodejs to 20.12.0 * Fixed wrong commit hash.
2024-03-27[CI] Updated README.md and manifest.json.Github Actions
2024-03-27Add `ide` and relative plugins (#395)Adam
2024-03-20Updated manifest.json. (#390)Adam
2024-03-20[CI] Updated README.md and manifest.json.Github Actions
2024-03-20Update CI to canonize manifest.json (#391)Adam
* Updated workflow. * Added check for manifest order update. * Added trailing newline. * Sigh.
2024-03-15Bump `lsp` to version 0.7 (#386)Guldoman
2024-03-15[CI] Updated README.md.Github Actions
2024-03-15update equationgrapher (#387)ThaCuber
* update equationgrapher * bump version and clean remote
2024-03-15Updated TodoTreeView version which implements the Focus Mode (#388)Daniel Margarido
2024-03-14Update indentguide: Set the curent guide line highlight as optional (#383)Gaspartcho
* Update indentguide.lua * Update manifest.json * Update manifest.json
2024-03-10[CI] Updated README.md.Github Actions
2024-03-10Update `lsp` servers and add `lsp_emmet`, `lsp_java`, `lsp_tex`, ↵Guldoman
`lsp_typescript` (#378) * Update `lsp` servers and add `lsp_emmet`, `lsp_java`, `lsp_tex`, `lsp_typescript` Also adds `jdk` library. * Moved from `adamharrison/lite-xl-lsp-servers` to `lite-xl/lite-xl-lsp-servers`
2024-03-10[CI] Updated README.md.Github Actions
2024-03-10Fixing ghmarkdown adding the ability to use a GitHub token (#380)George Sokianos
* Fixing ghmarkdown adding the ability to use a GitHub token * Updated the manifest.json file
2024-03-08`tab_switcher`: `core.warning()` -> `core.warn()` (#379)vqn