summaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* feat: add objdump to the supported languages (#5548)Colin Kennedy2023-10-221-0/+8
|
* feat: add GN (Generate Ninja)Amaan Qureshi2023-10-221-0/+9
|
* feat: leo parser and queries (#5542)r0012023-10-221-0/+8
|
* feat(perl)!: switch to tree-sitter-perl org's parserVeesh Goldman2023-10-211-3/+4
|
* feat(pod): add tree-sitter-perl org's POD parserVeesh Goldman2023-10-211-0/+9
|
* feat: register APKBUILD files as bashHugo2023-10-201-0/+1
|
* feat: add gstreamer pipeline syntax (`gstlaunch`)Stephan Seitz2023-10-151-0/+8
|
* chore(clojure): update maintainerNoah2023-10-091-1/+1
|
* feat: add nasm parser (#5475)ObserverOfTime2023-10-091-0/+8
| | | | | | | | | * feat: add nasm parser * chore: update highlights --------- Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
* feat(authzed): add parser and highlight queries. (#5426)Mathew Polzin2023-10-071-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(authzed): add parser and highlight queries * Update queries/authzed/highlights.scm use `any-of` for list of alternative words. Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> * add injections queries file. * Update queries/authzed/highlights.scm * tweak whitespace * fix errors with capture names. * style(authzed): reformat highlights * add self as maintainer * Update lua/nvim-treesitter/parsers.lua Co-authored-by: Christian Clason <c.clason@uni-graz.at> * Add to lockfile and readme * feat(authzed): Updates to queries and lockfile around newest Authzed parser changes. * Update queries/authzed/highlights.scm Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> * Update queries/authzed/highlights.scm Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> * unnest here similarly to recommended elsewhere * Update highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> --------- Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> Co-authored-by: ObserverOfTime <chronobserver@disroot.org> Co-authored-by: Christian Clason <c.clason@uni-graz.at>
* feat: add liquidsoapRomain Beauxis2023-10-041-0/+8
| | | Co-authored-by: Christian Clason <c.clason@uni-graz.at>
* chore(haskell): add mrcjkb as maintainerMarc Jakobi2023-09-271-0/+1
|
* Use scala parser for sbt filetypeghostbuster912023-09-251-0/+1
|
* fix(haskell_persistent): adapt to scanner rewriteChristian Clason2023-09-191-1/+1
|
* feat(textproto): Add Textproto parser and queries (#5402)PorterAtGoogle2023-09-191-0/+8
| | | | | | | | | | | | | * Add textproto parser and queries * remove extra newline * Apply suggestions from code review Co-authored-by: ObserverOfTime <chronobserver@disroot.org> --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* feat: add ssh configObserverOfTime2023-09-181-0/+9
|
* chore: switch agda upstreamShootingStarDragons2023-09-181-2/+2
|
* feat: add parsers and queries for apex, sosl, soql (#5396)Xi Xiao2023-09-171-0/+27
|
* fix: trees() may not be list-likeJaehwang Jung2023-09-171-2/+2
|
* feat: add Snakemakeosthomas2023-09-121-0/+9
|
* fix!: backport `ac9e755` from `main`L Lllvvuu2023-09-111-1/+1
| | | | | Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> Closes: neovim/neovim#25088