aboutsummaryrefslogtreecommitdiffstats
path: root/lockfile.json
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(kusto): add kusto parser and highlights (#5632)Willem-J-an2023-11-081-0/+3
| | | | | | | | | | | | | | | | * 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>
* Update parsers: janet_simple, wingGitHub2023-11-081-2/+2
|
* chore(bitbake): update highlights from upstreamAmaan Qureshi2023-11-081-1/+1
|
* feat: add udev rules parserObserverOfTime2023-11-071-0/+3
|
* Update parsers: janet_simple, perl, swift, wing (#5634)github-actions[bot]2023-11-071-4/+4
| | | Co-authored-by: GitHub <noreply@github.com>
* Update parsers: awk, janet_simple, markdown, markdown_inline, wing (#5633)github-actions[bot]2023-11-061-5/+5
| | | Co-authored-by: GitHub <noreply@github.com>
* Update parsers: awk, gleam, janet_simple, markdown, markdown_inline, wingGitHub2023-11-051-6/+6
|
* mlir: update highlights.scm, parserRamkumar Ramachandra2023-11-051-1/+1
|
* Update parsers: dart, forth, gleam, rego, wingGitHub2023-11-041-5/+5
|
* Update parsers: janet_simple, sql, ssh_config, wingGitHub2023-11-031-4/+4
|
* Update parsers: liquidsoap, nim, perl, sql, twig, unison, wingGitHub2023-11-021-7/+7
|
* chore(odin): update highlights from upstreamAmaan Qureshi2023-11-011-1/+1
|
* Update parsers: htmldjango, nim_format_string, wingGitHub2023-10-311-3/+3
|
* feat(nim): added nim parser and queries (#5556)aMOPel2023-10-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Update parsers: gleam, strace, wingGitHub2023-10-301-3/+3
|
* feat: bump perlVeesh Goldman2023-10-291-1/+1
|
* Update parsers: gitattributes, t32, wingGitHub2023-10-271-3/+3
|
* Update parsers: glsl, perl, php, sql, t32, wingGitHub2023-10-261-6/+6
|
* Update parsers: kotlin, wingGitHub2023-10-251-2/+2
|
* feat(typoscript) Added parser and queries for TypoScript (#5564)Teddytrombone2023-10-241-0/+3
| | | | | | | | | | | | | | | * 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>
* Update parsers: liquidsoap, wing (#5568)github-actions[bot]2023-10-241-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* chore(perl): update parserVeesh Goldman2023-10-231-1/+1
|
* Update parsers: leo, liquidsoap, perl, wingGitHub2023-10-231-4/+4
|
* feat: add objdump to the supported languages (#5548)Colin Kennedy2023-10-221-0/+3
|
* Update parsers: gn, leo, liquidsoapGitHub2023-10-221-3/+3
|
* feat: add GN (Generate Ninja)Amaan Qureshi2023-10-221-0/+3
|
* feat: leo parser and queries (#5542)r0012023-10-221-0/+3
|
* feat(perl)!: switch to tree-sitter-perl org's parserVeesh Goldman2023-10-211-1/+1
|
* feat(pod): add tree-sitter-perl org's POD parserVeesh Goldman2023-10-211-0/+3
|
* Update parsers: haskellGitHub2023-10-211-1/+1
|
* Update parsers: liquidsoap, phpGitHub2023-10-201-2/+2
|
* chore(wing): update queries from upstream (#5549)Pham Huy Hoang2023-10-201-1/+1
|
* Update parsers: sql, wingGitHub2023-10-191-2/+2
|
* Update parsers: dart, wingGitHub2023-10-181-2/+2
|
* Update parsers: c, cuda, glsl, hlsl, sql, wingGitHub2023-10-171-6/+6
|
* Update parsers: awk, c, gstlaunch, sql, t32, wing (#5530)github-actions[bot]2023-10-161-5/+8
| | | Co-authored-by: GitHub <noreply@github.com>
* Update parsers: beancount, wingGitHub2023-10-151-2/+2
|
* Update parsers: liquidsoap, t32, wingGitHub2023-10-141-3/+3
|
* Update parsers: wingGitHub2023-10-121-1/+1
|
* Update parsers: bash, dockerfile, groovy, python, swift, wingGitHub2023-10-111-6/+6
|
* Update parsers: beancount, vimdoc, wingGitHub2023-10-101-3/+3
|
* feat: add nasm parser (#5475)ObserverOfTime2023-10-091-0/+3
| | | | | | | | | * feat: add nasm parser * chore: update highlights --------- Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
* Update parsers: swift, wingGitHub2023-10-091-2/+2
|
* Update parsers: wingGitHub2023-10-081-1/+1
|
* Update parsers: erlang, kotlin, wingGitHub2023-10-071-3/+3
|
* feat(authzed): add parser and highlight queries. (#5426)Mathew Polzin2023-10-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Update parsers: cuda, elm, erlang, glimmer, glsl, hlsl, java, tsx, ↵GitHub2023-10-061-11/+11
| | | | typescript, usd, wing
* fix(json5): update queries from upstreamPham Huy Hoang2023-10-061-1/+1
|
* Update parsers: c, comment, glimmer, json, liquidsoap, rst, sql, tsx, ↵GitHub2023-10-051-12/+12
| | | | typescript, wing
* feat: add liquidsoapRomain Beauxis2023-10-041-0/+3
| | | Co-authored-by: Christian Clason <c.clason@uni-graz.at>