aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: add tree-sitter-asm parser (#5946)wzy2024-02-091-0/+8
|
* chore(ruby): adapt to scanner rewriteAmaan Qureshi2024-02-091-1/+1
|
* feat(d)!: switch upstream parser to `gdamore/tree-sitter-d`Amaan Qureshi2024-02-081-6/+3
|
* feat(readline): add parser tree-sitter-readline (#6058)Riley Bruins2024-02-081-0/+8
|
* feat(faust): add tree-sitter-faust (#6043)Karl Hiner2024-02-081-0/+9
|
* fix(inc-selection): handle deleting non-existing keymapsMaria José Solano2024-02-031-4/+4
|
* refactor(inc-selection): simplify keymap and add error messageMaria José Solano2024-02-031-14/+7
|
* chore(bicep): update queries and add scannerAmaan Qureshi2024-02-021-1/+1
|
* fix(incremental-selection): second attempt at fixing command (#6014)Maria José Solano2024-01-301-5/+3
|
* feat(groovy)!: switch to more complete parser (#5957)Murtaza2024-01-281-3/+2
| | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* fix(incremental-selection): use cmd instead of :lua for commandMaria José Solano2024-01-271-1/+1
|
* feat(angular)!: switch to parser supporting v17 (#5779)Dennis van den Berg2024-01-271-3/+4
|
* fix(jsdoc): add scanner.cChristian Clason2024-01-271-1/+1
|
* feat(gnuplot): added gnuplot parser and queries (#5594)Dai López2024-01-261-0/+8
| | | | | | | | * feat(gnuplot): added gnuplot parser and queries --------- Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
* Fix find_usagesLeftas2024-01-251-0/+1
|
* feat: add tree-sitter-disassemblyColin Kennedy2024-01-241-0/+8
|
* fix(locals): index matches with split capture namesJames Trew2024-01-221-6/+6
|
* feat: add the zathurarc parser (#5948)wzy2024-01-211-0/+8
|
* feat: add the php_only parser included in tree-sitter-php (#5876)tk-shirasaka2024-01-201-0/+9
| | | | | | | | Add parser `php_only` for PHP files without HTML embedded. Make queries for combined parser `php` inherit from `php_only` (no extensions needed). --------- Co-authored-by: shirasaka <tk.shirasaka@gmail>
* feat(injections): add printf format stringsObserverOfTime2024-01-191-0/+8
|
* feat(locals)!: switch to upstream capturesChristian Clason2024-01-191-6/+6
|
* revert "fix(config)!: always install parsers bundled with nvim"v0.9.2Christian Clason2024-01-191-17/+2
|
* fixup: proper union of tablesChristian Clason2024-01-181-1/+13
|
* fixup: empty ensure_installedChristian Clason2024-01-171-1/+1
|
* fixup: don't extend _with_ 'all'Christian Clason2024-01-171-1/+1
|
* fixup: ensure_installed can be 'all'Christian Clason2024-01-161-1/+3
|
* fix(config)!: always install parsers bundled with nvimChristian Clason2024-01-161-1/+2
|
* feat!: bump minimum Nvim version to 0.9.2Christian Clason2024-01-151-2/+2
| | | | required for empty injection fix
* fix(php): adjust to parser refactorChristian Clason2024-01-071-0/+1
|
* feat: add tree-sitter-styled (#5735)Mark Skelton2023-12-191-0/+8
| | | | | | | | | | | | | * Add styled parser * Add queries * Update highlights * Remove unnecessary highlights * Update injections to use the styled grammar * Remove requires npm
* fix: remove 0-length range usage in indent.lua (#5805)Pham Huy Hoang2023-12-191-3/+3
|
* fix(v): adapt to removed scanner.cChristian Clason2023-12-151-1/+1
|
* feat: add rbs parser support (#5745)Tomohiro Hashidate2023-12-011-0/+8
|
* parsers: add tree-sitter-slangStephan Seitz2023-11-291-0/+11
|
* feat: add facilityBryan Kenote2023-11-281-0/+9
|
* Fix robot parser metadata in parsers.luaTomas Sandven2023-11-271-2/+1
|
* fixup: parser requires generate (ABI)Christian Clason2023-11-261-1/+2
|
* fixup: lintChristian Clason2023-11-261-1/+1
|
* feat: add angular parser and queriesChristian Clason2023-11-261-0/+8
|
* feat: add properties parserObserverOfTime2023-11-211-0/+9
|
* feat: add Linkerscript (#5693)Amaan Qureshi2023-11-191-0/+9
|
* feat: add templVincent Rischmann2023-11-161-0/+8
| | | | | --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* fix(wing): update parser and queries, add maintainer (#5671)Mark McCulloh2023-11-131-1/+1
|
* feat: add xcompose parserObserverOfTime2023-11-101-0/+8
|
* feat(purescript): add parser and queries (#5626)postsolar2023-11-081-0/+8
|
* feat(kusto): add kusto parser and highlights (#5632)Willem-J-an2023-11-081-0/+8
| | | | | | | | | | | | | | | | * feat(kusto): add kusto parser and highlights * feat(kusto): improve highlights * Update queries/kusto/highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * chore(kusto): remove unneeded filetype --------- Co-authored-by: Willem Jan Noort <noortw01@heiway.net> Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* feat: add udev rules parserObserverOfTime2023-11-071-0/+9
|
* feat(nim): added nim parser and queries (#5556)aMOPel2023-10-301-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(nim): added nim parser and queries * correct scanner.cc to scanner.c Co-authored-by: Christian Clason <c.clason@uni-graz.at> * fix(nim): corrected capture for @function.macro * feat(nim highlights): added @field capture for discriminator field in object variant * bumped parser version, adapted highlights.scm and condensed injections.scm * improved nim_format_string highlights.scm * bump nim parser version again * removed overlap between queries for generalized strings in injections.scm * improved formattin] in nim_format_string/injections.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * corrected asm parser name in injections.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * improved formatting in highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * removed @error capture from highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * improved wording in comment in highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * removed priority from (dot_expression left: @none) capture, since it's at the end of the file anyways * removed comments listing unused captures * reverted @error capture in nim_format_string/highlights.scm back to @none * condensed string alternatives in injections.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * condensed string alternatives in injections.scm (second part) Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * added comment to explain reasoning behind priority use * swapped order of @punctuation.delimiter and @operator to get rid of superfluous comment * moved macro and template keywords to @preproc capture * removed priorities in highlights.scm and shifted @parameter capture behind @type capture * improved formatting in locals.scm * added queries for missing cases of @definition.namespace capture in locals.scm * removed some trailing whitespace * added @namespace queries for highlights.scm * bumped parser version again * removed superfluous @type capture * removed `@type`s `has-ancestor` and removed `(_ (_ ...` structures, but added priorities * added missing @constant capture to some queries in highlights.scm * fixed priority numbers so they work when injecting nim (in markdown) * added @none captures back to injection targets * added (assembly_statement) injection query * added indent queries * removed indents.scm again * added some missing queries for dot_generic_call, concept_declaration and pragma_statement --------- Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* chore(sql): add scannerObserverOfTime2023-10-261-1/+1
|
* feat(typoscript) Added parser and queries for TypoScript (#5564)Teddytrombone2023-10-241-0/+8
| | | | | | | | | | | | | | | * Added configuration for TypoScript * Removed duplicated code; Applied folding suggestion * Applied suggestions * Update queries/typoscript/highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>