Age | Commit message (Collapse) | Author |
|
* Dlang: allow underscores for numbers and improve function matching
* Update version in manifest
|
|
* 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>
|
|
* Updated perl to improve syntax highlighting.
* Added in more perl stuff.
|
|
* Fix lifetime highlighting
* Update language_rust.lua
* bump commit version and further improve upon lifetime highlighting
|
|
|
|
* 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
|
|
|
|
repository that held this language plugin was deleted.
|
|
* Add a bunch of language highlighters
* ah shit, the manifest
|
|
* update `language_rivet.lua`
* update manifest.json: bump version
|
|
|
|
* added language_tal.lua
* forgot to link to the page about the language
|
|
|
|
* 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>
|
|
* 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.
|
|
* Create language_assembly_riscv.lua
* Update manifest.json
* Update README.md
* Update language_assembly_riscv.lua
---------
Co-authored-by: Adam <adamdharrison@gmail.com>
|
|
|
|
linewrapping. (#224)
* Made spellcheck use `get_line_screen_position`, which works with line wrapping.
* Updated spellcheck to work with linewrapping as per Guldoman's suggestion.
* Bumping version.
|
|
|
|
* Add langua_autohotkey.lua
* Update README.md
* Update README.md
* Delete language_autohotkey.lua
* Add files for support autohotkey v1
* Update plugins/language_autohotkey_v1.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update manifest.json
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
|
|
|
|
|
|
|
|
|
|
* `dragdropselected`: Replace deprecated `math.pow` with `^`
* Remove workaround for sorted `Doc:get_selection` issue
Reverts 94f7c8b33371e49d6f026f5be6a41acd73ad9c6b.
|
|
|
|
Try to open the selection as a filename or path in the project.
Path separators are used to replace ".", so import path can also be found.
Co-authored-by: Eric Gaudet <egaudet@thefind.com>
|
|
* Added annotations to language_wren.lua
* sneaked in Fn.new being highlighted as a literal
also fixed file formatting, looks less ugly now
|
|
* Add Nerdicons Plugin
* Update manifest.json
* Update manifest.json
|
|
Given a git commit (default HEAD), open the files that are in the project and
part of this commit.
|
|
* Add guldo's godly changes
* Fix autoinsert on multiple selections
* Updated autoinsert to latest ver
* FIX predicate solution
* Appeal to the Guldo
* Appeal to the Guldo even more
|
|
* surround both brackets if they are adjacent
* surround both brackets if they are adjacent
* surround brackets in block mode when highlight both is enabled
|
|
Add Lite Debugger plugin
|
|
Add `svg_screenshot`
|
|
keymap_export: add keymap_export
|
|
|
|
|
|
* added search_ui
* support treeview find in directory
* added support for lua pattern replace
* use new widgets animation system and other fixes
* clear results when changing options
* adapted to changes on lite-xl/lite-xl#1232
* added bottom layout and made it default
* added option to position on top
* updated to use new widgets path
* added search_ui to manifest
|
|
|
|
|
|
|
|
|
|
Upstream https://github.com/slembcke/debugger.lua
with changes to allow for native breakpoints
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add language_nix
* formatting and a tweak to paths
* add string escaping
* add manifest entry
* fix search paths
* remove unnecessary string escaping
* remove entry in README
* simplify comments
|