aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
AgeCommit message (Collapse)Author
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
2024-01-26Fixed checksum.Adam Harrison
2023-12-29Updated zls stub version.Adam Harrison
2023-12-29Updated zls stub version.Adam Harrison
2023-12-29Added in stub for zls.Adam Harrison
2023-12-27Update `language_rivet.lua` (#348)Jose Mendoza
* Update language_rivet.lua * Update manifest.json
2023-12-05Updated evergreen version.Adam Harrison
2023-12-02update `language_rivet` (#344)Jose Mendoza
* Update manifest.json * Update language_rivet.lua * Update manifest.json
2023-11-30Removed language_pony from meta_addons as modversion is not appropriate.Adam Harrison
2023-11-30Removed language_ksy from meta_addons as modversion is not appropriate.Adam Harrison
2023-11-30Updated containerfile version and modversion.Adam Harrison
2023-11-23Bump `nerdicons` and `nonicons`Guldoman
2023-11-20Updated terminal version.Adam Harrison
2023-11-15Added sortcss plugin (#341)Félix Sanz
* 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.
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-08Add notice about `ghmarkdown` that Github's servers are usedGuldoman
`ghmarkdown` uses Github's markdown rendering API (https://docs.github.com/en/rest/markdown?apiVersion=2022-11-28) to generate the page content.
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-30Update `todotreeview` (#329)Guldoman
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-24`meta_languages`: Add `language_cue`, `language_edp`, `language_marte` (#326)Guldoman
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-14Update `lsp_lua` and `lsp_rust` (#318)Guldoman
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-10Added in metapackages. (#261)Adam
* Added in metapackages. * Updated configs. * Removed outdated languages. * Clarified that these are metapackages. * Updated manifest.
2023-10-10Updated workflow to match new lpm changes. (#297)Adam
* Updated workflow to match new lpm changes. * Added in explanatory comment. * Updated manifest to have language tag. * Updated to split off languages. * Updated to split off libraries. * Updated tables with borders. * Rearranged tables. * Whoops. * Updated threads description. * Updated README.md.
2023-10-10update snippets and lsp_snippets to 1.1 (#315)vqn
2023-10-09Replace `discord-presence` with new plugin (#314)Cukmekerb
* replace `discord-presence` with new plugin * `discord-presence`: mention it only supports linux * `discord-presence`: add name `Discord RPC`
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-09`gitdiff_highlight`: bump version (#313)Cukmekerb
2023-10-05`lfautoinsert`: Improve handling of `close` tokens (#307)Guldoman
2023-09-29Add Hybrid Line-numbers option to linenumbers.lua (#309)Geet Mankar
* Update manifest.json * Include Hybrid Line Number option Add Hybrid line number option to linenumbers.lua plugin * Update linenumbers.lua * Update linenumbers.lua * Update linenumbers.lua * Update linenumbers.lua * Removed unnecessary comment Removed old and unnecessary comment
2023-09-25Update ipc description (#306)zenobit
2023-09-21Fix manifest.json for hare (#300)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> * Fix link in manifest --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2023-09-20Update manifest.json (#299)Cleverson
2023-09-17Update manifest.json (#296)Cleverson