Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* properly ignore comments on declarations
* strip newlines when insert_final_newline set to false
* force match up to the end
* support unset property
* make property values case insensitive
* handle indent_size when set to tab
* handle escaped comment chars
* also lowercase property names
* support utf-8 as on spec
* apply rules to unsaved unamed/named docs
* annotation fix
* added test suite and fixes for 100% pass rate
* do not force match from start, breaks 2 tests
* allow starting wild cards to match everything
* disabled print buffering
* make last line visible if insert_final_newline true
* use log_quiet for debug
* adapted to changes on lite-xl/lite-xl#1232
* properly return from add/remove_project_directory overrides
* Use new trimwhitespace functionality if possible
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: jgmdev <jgmdev@users.noreply.github.com>
|
|
|
|
|
|
Co-authored-by: Guldoman <Guldoman@users.noreply.github.com>
|
|
|
|
this branch.
|
|
* adds single instance support and basic file dragging from instance to instance
|
|
Add `primary_selection`
|
|
* Syntax highlighter for the Miniscript language
* Update README.md
|
|
|
|
|
|
* Fixed Crystal Plugin Link
* Update README.md
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
|
|
* Added language_ignore plugin
I made simple syntax highlighting plugin for ignore-files. More info in my repo: https://github.com/anthonyaxenov/lite-xl-ignore-syntax
* Fixed asterisk after the language_ignore plugin
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
|
|
A gif of the motiontrail plugin is linked on line 147, but it is referred to as a "screenshot".
https://github.com/lite-xl/lite-xl-plugins/blob/a46a62608edd0ef50a8494e5c9502d94b8a145dc/README.md?plain=1#L147
This was corrected.
|
|
|
|
* Assembly x86 syntax highlighting
* Little fixes
* Highlight other hex pattern
e.g. deadbeef123h
* Add use64 to symbols
* Include $ as an operator
* Remove broken symbols
Never seen them used anyway?
* Made some bits more consistent
Hex & binary notation with uppercase letters now too
* Formatted
* Removed duplicate | in pattern
* `language_assembly_x86`: simplify extension pattern
* Fixed broken symbols
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
|
|
|
|
* added language_caddyfile
|
|
|
|
|
|
|
|
|
|
* Appropriately merged config hashes.
* indentguide: use indent size from doc instead of config
* added settings gui plugin
* added new animation/transition settings
* overwrite ToolbarView settings command
* Introduced new button type
* Added button to open user module on General section
* settings: partially implemented keybindings
* initial support for settings.type.LIST_STRINGS
* added on_apply, prettify settings file and other fixes
* added ability to save keybinds and apply at startup
* dropped custom prettify in favor of new common.serialize support
* handle plugins enable/disable
* added priority:0
* added color theme chooser pane
* do not remove duplicated colors
* properly list all shortcuts assigned to a command
* handle multiple bindings per command
* custom drawing of colors preview
* added video preview to readme
* removed unused settings.type.LIST_NUMBERS
|
|
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
language_containerfile for Containerfiles and Dockerfiles
|
|
Added requested asterisk to denote repository rather than standalone file.
|
|
|
|
|
|
|