Age | Commit message (Collapse) | Author |
|
|
|
|
|
The plugin doesn't even support Lite XL.
Set `lintplus` as replacement.
|
|
|
|
|
|
* KDE Dialog Support
* KDE Dialog support for gui_filepicker
* Update plugins/gui_filepicker.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update plugins/gui_filepicker.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Snake variable
i hope you are happy :D
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
|
|
|
|
|
|
|
|
* Embedded JavaScript templating syntax support
language_ejs.lua file, fork of language_html.lua to support .ejs files.
* Update README.md
* Update manifest.json
* Update manifest.json
* Pattern for ejs tags <%%>
`<%%>` now uses javascript syntax without any problems.
* Update language_ejs.lua
function instead of operator (i was testing something and uploaded without saving :)
* Update language_ejs.lua
|
|
|
|
* Update manifest.json
* Create language_typst.lua
* Bumped the version of meta_languages from 0.1.5 to 0.1.6
* Update language_typst.lua
passed the sub-syntax in local
Commented out the code that would not work for now
* Update language_typst.lua
Deleted the part where it created new token types (not going to be used anyway)
Commented out any part where it said "bold" or "italic".
* Update language_typst.lua
* Update language_typst.lua
* Update plugins/language_typst.lua
Allows also tabs
|
|
|
|
|
|
* Add language_graphql.lua
* Fix code style in language_graphql.lua
* Add language_graphql as a dependency in meta_languages
|
|
* Fix Haskell comments, add block_comment
`-` Was incorrectly escaped before
* Update Haskell comment pattern
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
|
|
|
|
* Add `language_blueprint.lua`
* Bump `meta_languages` to 0.1.4
|
|
|
|
|
|
|
|
|
|
|
|
* Update language_rivet.lua
* Update manifest.json
|
|
|
|
* Update manifest.json
* Update language_rivet.lua
* Update manifest.json
|
|
|
|
|
|
|
|
|
|
* Fix perl in nonicons.lua
* Fix perl in nerdicons.lua
|
|
|
|
|
|
* Added sortcss plugin
Added plugin to sort selected CSS properties alphabetically or using the concentric model.
* Added sortcss plugin
Added plugin to sort selected CSS properties alphabetically or using the concentric model.
* Added sortcss plugin
Added plugin to sort selected CSS properties alphabetically or using the concentric model.
* Added sortcss plugin
Added plugin to sort selected CSS properties alphabetically or using the concentric model.
|
|
* fix comments and strings in language_cmake.lua
* Update manifest.json
* Remove unneeded pattern in language_cmake.lua
|
|
* Update manifest.json
* Update manifest.json
* Update language_rivet.lua
* fix: update language_rivet.lua
|
|
* Added astro extension to TSX and fixed block comments
* Update manifest.json
|
|
* feat: adding astro files support via JSX language syntax
* Update manifest.json
* Update plugins/language_jsx.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update plugins/language_jsx.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Apply suggestions from code review
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update language_jsx.lua
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
|
|
|
|
* Create language_json.lua
* Update manifest.json
* Update manifest.json
* Update plugins/language_json.lua
Co-authored-by: Jefferson González <jgmdev@gmail.com>
* removed invalid literals and numeric keys
* updated key pattern to include spaces and hyphens, and updated value pattern to not match multiline strings
* added priority again, changed value back to string and updated formatting a bit
* actually added priority this time
god it's hard working with 2 different files
* patterns now match everything but newlines, and allow for whitespace to prefix the colon, and priority is now fixed aswell
* added cjson comment support
* Update plugins/language_json.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update plugins/language_json.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update plugins/language_json.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* avoid highlighting colon
* updated pattern
* Add ".jsonc" extension
---------
Co-authored-by: Jefferson González <jgmdev@gmail.com>
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
|
|
|
|
`ghmarkdown` uses Github's markdown rendering API
(https://docs.github.com/en/rest/markdown?apiVersion=2022-11-28) to
generate the page content.
|
|
* Update manifest.json
* update manifest.json
* update language_rivet.lua
* fix manifest.json
* update manifest.json
* fix manifest.json
|
|
* Update language_rivet.lua
* Update manifest.json
|
|
* Update language_rivet.lua
* Update manifest.json
* Update language_rivet.lua
|
|
|
|
|
|
* update lang_fe and add lang_c7
* actually add the files
* fixed language_fe
* add to meta_languages and bump
* space
* .*
|
|
This stopped the tokenization from continuing, which resulted in lines
not being completely tokenized.
|
|
* gitstatus: also color icons
* gitstatus: add flag to toggle colored icons
* gitstatus: add `color_icons` in config_spec
* gitstatus: bump version to 0.2
* Update plugins/gitstatus.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
|