aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-09Added in tetris. (#276)Adam
* Added in tetris. * Updated key combos. * Made non-resizable. * Forgot the t-block. * Upped default size. * Added in controllable down speed. * Added in SRS rotations, pausing, holding. * Added tag. * Added drop shadow and lock delay.
2023-08-08Dlang: allow underscores for numbers and improve function matching (#275)Tamnac
* Dlang: allow underscores for numbers and improve function matching * Update version in manifest
2023-08-02[CI] Updated README.md.Github Actions
2023-08-02Updated manifest.json to include terminal. (#270)Adam
* Updated manifest.json to include terminal.
2023-07-30[CI] Updated README.md.Github Actions
2023-07-30Added codeplus plugin to manifest.json with given suggestions (#273)Francisco Barreiras
2023-07-24Add do-not-edit notices to `README.md`Guldoman
2023-07-24[CI] Updated README.md.Github Actions
2023-07-24Hare language support (#269)Tuhkis
* Hare support * Add all keywords from language spec * Add to table * Missed flexible constant types * add fini init and test * manifest.json * Better comment pattern Co-authored-by: Guldoman <giulio.lettieri@gmail.com> --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2023-07-18[CI] Updated README.md.Github Actions
2023-07-18remember that easing previewer plugin? yeah, I finally uploaded it (#268)ThaCuber
* add the remote * why does it need a commit hash Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * name field --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2023-07-12Updated perl to improve syntax highlighting. (#265)Adam
* Updated perl to improve syntax highlighting. * Added in more perl stuff.
2023-07-10Bump `lsp` version to 0.5Guldoman
2023-07-01Changed "vibe" to "lite-xl-vibe", to better reflect underlying repository ↵Adam Harrison
structure.
2023-06-18Updated mod_version to reflect remotes.Adam Harrison
2023-06-18Fix Rust lifetime highlighting (#213)Delta-official
* Fix lifetime highlighting * Update language_rust.lua * bump commit version and further improve upon lifetime highlighting
2023-06-13Synchronized stub versions with remote repos.Adam Harrison
2023-05-27Use plaintext `string.find` in `lfautoinsert` to check for `close` tagsGuldoman
2023-05-27carets-a-lot (#237)ThaCuber
* Update manifest.json * Add files via upload * Update manifest.json * fixed trail not actually changing color when "custom color" is turned off * added reason for for-loop around draw_char * made surrounding character display a setting, false by default * changed to common.lerp and fixed underline trail * fixed carets suddenly appearing after remaking them may be temporary * eval was not supposed to be updated * fixed trail appearing when scrolling this problem was in original motiontrail lol * `core.pop_clip_rect` doesn't have any parameters, dang it
2023-05-27[CI] Updated README.md.Github Actions
2023-05-27Fix indentation in `lfautoinsert` and add support for multiple carets (#256)Guldoman
2023-05-22Bumped commits to fix version mismatches.Adam Harrison
2023-05-20[CI] Updated README.md.Github Actions
2023-05-20Pulled language_nelua directly into the main repo, as the original ↵Adam Harrison
repository that held this language plugin was deleted.
2023-05-20[CI] Updated README.md.Github Actions
2023-05-20Added a bunch of languages (#251)ThaCuber
* Add a bunch of language highlighters * ah shit, the manifest
2023-05-19update `language_rivet.lua` (#250)StunxFS
* update `language_rivet.lua` * update manifest.json: bump version
2023-05-17[CI] Updated README.md.Github Actions
2023-05-18rename treeview-menu-extender to treeview-extender (#248)Juliardi
* rename treeview-menu-extender to treeview-extender * updates the manifest of Treeview Extender and Git Blame plugin * bumps gitblame version
2023-05-07Updated lsp and widgets to latestjgmdev
2023-05-04[CI] Updated README.md.Github Actions
2023-05-04Added in `www` to manifest. (#240)Adam
* Updated manifest. * Whoops, shh.
2023-05-02IPC: return from overriden system.wait_eventjgmdev
2023-05-01[CI] Updated README.md.Github Actions
2023-05-01added language_tal.lua (#238)ThaCuber
* added language_tal.lua * forgot to link to the page about the language
2023-04-23Bump `language_moon` versionGuldoman
This should have been done in a1eac522b70ee65569586ee14a1ecaad6aeed0e2.
2023-04-23[CI] Updated README.md.Github Actions
2023-04-23Add language_gabc (#235)jperon
2023-04-20[CI] Updated README.md.Github Actions
2023-04-20Add language_lilypond (#234)jperon
* language_lilypond * Update language_lilypond.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update language_lilypond.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * language_lilypond: update manifest.json * Update plugins/language_lilypond.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2023-04-20Fix MoonScript syntax highlighting (#233)jperon
* Fix MoonScript syntax highlighting @ was causing weird behavior within strings. * Update language_moon.lua Highlight only @, not the whole property * Update language_moon.lua Forgotten line.
2023-04-04[CI] Updated README.md.Github Actions
2023-04-04Add snippets plugins (#232)vqn
* Add snippets plugins * commit hash
2023-03-29[CI] Updated README.md.Github Actions
2023-03-29Add endwise plugin (#229)Karol Ostrowski
2023-03-25[CI] Updated README.md.Github Actions
2023-03-25Added risc-v assmebly syntax (#212)Cyao
* Create language_assembly_riscv.lua * Update manifest.json * Update README.md * Update language_assembly_riscv.lua --------- Co-authored-by: Adam <adamdharrison@gmail.com>
2023-03-21Move `language_blade` to correct locationGuldoman
2023-03-21[CI] Updated README.md.Github Actions
2023-03-21Language support for Blade (#228)Benjamin Stigsen
* Create language_blade.lua Adds support for the Blade programming language. https://github.com/blade-lang/blade * Update README.md * Change pattern match Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>