aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2024-04-20Add Kotlin syntax highlighting support. (#406)PerilousBooklet
* WIP: added basic syntax highlighting for Kotlin. * WIP: added a few more patterns. * Fixed overcomplicated single-line comment pattern. * Fixed source syntax docs address. * Realigned single-line comment pattern. * Added .. and ..< operators and new FIX. * WIP: working on range operator patterns. * Some more adjustments. * Removed comment. * Fixed double dots left-adiacent to number being colored as number and fixed lambda color. * Update plugins/language_kotlin.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Updated to use raw strings in the annotations and this patterns. * Added block_comment. * Fixed types indentation. * Achieved perfection.. * Added patterns for $ after var and let function * Added elvis operator. * Added pattern. * Fixed elvis operator. * Achieved true perfection. * Added entry to meta-languages package. * Bumped meta_languages version. * Bumped meta_languages version and added second _. * Update plugins/language_kotlin.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Updated the range operator pattern. * Update plugins/language_kotlin.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update plugins/language_kotlin.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update plugins/language_kotlin.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Fixed last patterns and tidied up a bit. --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-04-20Add import pattern for Groovy. (#425)PerilousBooklet
* Added import pattern. * Fixed spacing. * Bumped version. * Fix versions. * Fixed meta_languages version.
2024-04-20added support for Bazel syntax (#420)Rohan Vashisht
* Create language_bazel.lua * Update language_bazel.lua * Update manifest.json * Update manifest.json * Update language_bazel.lua * Update manifest.json * Update language_bazel.lua * Update language_bazel.lua * Bump `meta_languages` version --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-04-20Add OpenSCAD syntax highlighting support. (#413)PerilousBooklet
* WIP: added early/partial OpenSCAD syntax highlighing. * Added manifest entry and some keywords. * WIP: added new patterns and tidied up keywords. * Updated last patterns. * Added entry to meta-languages package. * Bumped meta_languages version. * Update plugins/language_openscad.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update plugins/language_openscad.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-04-16Clojure file extension fix patch (#421)Rohan Vashisht
* Update manifest.json * Create language_bazel.lua * Update language_clojure.lua * Update manifest.json * Update language_clojure.lua * Update manifest.json * Delete plugins/language_bazel.lua * Update manifest.json * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-04-15Add Groovy syntax highlighting support. (#410)PerilousBooklet
* WIP: added groovy keywords and some other things. * Tidied up some things. * Added block comment. * Added some more comments. * Added a few patterns. * Fixed big types. * Added entry to meta-languages package. * Bumped meta_languages version. * Removed shebang pattern. * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-04-08Don't run `autosave` on user and project modules (#419)Rohan Vashisht
* Update autosave.lua * Update autosave.lua * Update autosave.lua * Update manifest.json
2024-04-08Add `language_brainfuck` (#418)Rohan Vashisht
* Create language_brainfuck.lua * Update manifest.json
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-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-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-14Update indentguide: Set the curent guide line highlight as optional (#383)Gaspartcho
* Update indentguide.lua * Update manifest.json * Update manifest.json
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
2024-03-05nonicons, nerdicons: Use license icon for COPYING (#355)kramo
* nonicons, nerdicons: Use license icon for COPYING * Bump nonicons, nerdicons versions * Format `nerdicons` copying icon Co-authored-by: Guldoman <giulio.lettieri@gmail.com> --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-03-01Add .pdf file icon to nerdicons (#374)Gaspartcho
* Update nerdicons.lua * Update manifest.json
2024-02-29`icons` mjs, cjs, pug, ejs (#373)Aziz Mazouz Jaber
* 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 * mjs, js, pug, ejs icons * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-02-29Add NerdFont Symbols font as a library and make the `nerdicons` plugin use ↵Guldoman
it (#254)
2024-02-28Add Nonicons font as a library and make the `nonicons` plugin use it (#253)Guldoman
2024-02-24Add KDE Dialog Support to `gui_filepicker` (#368)Aziz Mazouz Jaber
* 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>
2024-02-12Embedded JavaScript templating syntax support (#363)Aziz Mazouz Jaber
* 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
2024-02-10Add support for Typst syntax (#361)Gaspartcho
* 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
2024-02-10Fix comments and strings in language_graphql.lua (#362)Aris Julio
2024-02-07Add language_graphql.lua (#360)Aris Julio
* Add language_graphql.lua * Fix code style in language_graphql.lua * Add language_graphql as a dependency in meta_languages
2024-02-01Fix Haskell comments, add block_comment (#358)kramo
* 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>
2024-01-27Add `language_blueprint.lua` (#356)kramo
* Add `language_blueprint.lua` * Bump `meta_languages` to 0.1.4
2023-12-27Update `language_rivet.lua` (#348)Jose Mendoza
* Update language_rivet.lua * Update manifest.json
2023-12-02update `language_rivet` (#344)Jose Mendoza
* Update manifest.json * Update language_rivet.lua * Update manifest.json
2023-11-23Associate ".pm" with Perl icon in Nonicons and Nerdicons (#342)Rawley
* Fix perl in nonicons.lua * Fix perl in nerdicons.lua
2023-11-12fix comments and strings in language_cmake.lua (#339)ndytts
* fix comments and strings in language_cmake.lua * Update manifest.json * Remove unneeded pattern in language_cmake.lua
2023-11-12update `language_rivet.lua` (#340)Jose Mendoza
* Update manifest.json * Update manifest.json * Update language_rivet.lua * fix: update language_rivet.lua
2023-11-11Added astro extension to TSX and fixed block comments (#338)Félix Sanz
* Added astro extension to TSX and fixed block comments * Update manifest.json
2023-11-11feat: adding astro files support via JSX language syntax (#337)Félix Sanz
* 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>
2023-11-10Added syntax support for JSON files (#331)devrandom
* 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>
2023-11-08fix(language_rivet): fix attribute highlighting (#333)Jose Mendoza
* Update manifest.json * update manifest.json * update language_rivet.lua * fix manifest.json * update manifest.json * fix manifest.json
2023-11-06update `language_rivet.lua` (#332)Jose Mendoza
* Update language_rivet.lua * Update manifest.json
2023-11-02Update language_rivet.lua (#330)Jose Mendoza
* Update language_rivet.lua * Update manifest.json * Update language_rivet.lua
2023-10-29Add `language_c7` and update `language_fe` (#328)ThaCuber
* update lang_fe and add lang_c7 * actually add the files * fixed language_fe * add to meta_languages and bump * space * .*
2023-10-28`rainbowparen`: Handle `resume` parameter in `tokenizer.tokenize` (#325)Guldoman
This stopped the tokenization from continuing, which resulted in lines not being completely tokenized.
2023-10-27gitstatus: color icons as well (#164)Cyriaque Skrapits
* 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>
2023-10-25`tab_switcher`: Sort entries by last focused and add "hold" mode (#308)Guldoman
* `tab_switcher`: Sort entries by last focused The last entry in `tab-switcher:tab-list{,-current-split}` is the previously focused tab, so that pressing enter is enough to switch to it. Also added `tab-switcher:switch-to-last-tab{,-in-current-split}` commands. * `tab_switcher`: Implement "hold" mode
2023-10-23update `language_rivet.lua` (#323)Jose Mendoza
* Update language_rivet.lua * Update manifest.json
2023-10-23Added syntax for FreeFEM++, MARTe2 framework and CUE (#322)Martino Ferrari
* added support to FreeFEM++ syntax * added support to MARTe2 Configuration language * updated with new language support * Update language_marte.lua * Update plugins/language_marte.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * added languages * fixed whitespace and new line * Added CUE syntax * reformatted * removed tabs * fixed issue with char * formatted and removed duplicated key * fixed lname and added structure identifier * removed lite-xl version * Update plugins/language_cue.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> --------- Co-authored-by: Martino Ferrari <martinogiordano.ferrari@iter.org> Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2023-10-22`gui_filepicker`: simplify code and replace `ToolbarView` commands (#317)Guldoman
* `gui_filepicker`: Simplify code * `gui_filepicker`: Replace `ToolbarView` commands
2023-10-17add `cleanstart` plugin (#320)ThaCuber
2023-10-12fix fatal motiontrail error when mixed with settings (#316)ThaCuber
* fix fatal motiontrail error when mixed with settings * bump version * bump a little less
2023-10-09Graphical file picker using Zenity (#312)kmafeni04
* Add files via upload * Update manifest.json * Update manifest.json * Update and rename zenity.lua to gui_filepicker.lua
2023-10-05`lfautoinsert`: Improve handling of `close` tokens (#307)Guldoman