aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* feat: add EDSBeartama2023-09-101-0/+8
|
* Feat: Add unison (#5340)Tavish Pegram2023-09-031-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | * Add unison * Trivial change to force prepush hook * Undo change * PR Feedback - remove appended text in query after variable, update lockfile, remove main branch specification in parser * Replacing captures with only ones in the contributing.md * Fix typo * Generate from grammar * First group of suggested changes * Update gt operator * Remove outer parens * Remove maybe.c * Add comment injection
* feat: add KconfigAmaan Qureshi2023-08-311-0/+8
|
* feat: add NQCAmaan Qureshi2023-08-311-0/+8
|
* feat: add DoxygenAmaan Qureshi2023-08-261-0/+8
|
* feat: add re2cAmaan Qureshi2023-08-241-0/+8
|
* feat: add ForthAmaan Qureshi2023-08-211-0/+8
|
* feat: add straceAmaan Qureshi2023-08-201-0/+8
|
* feat: add CSV, PSV, & TSVAmaan Qureshi2023-08-171-0/+27
|
* feat: add BitBakeAmaan Qureshi2023-08-171-0/+8
|
* feat: add gpg config parserObserverOfTime2023-08-171-0/+8
|
* feat: add pymanifest parserObserverOfTime2023-08-131-0/+9
|
* feat: add xml & dtd parsersObserverOfTime2023-08-131-0/+21
|
* fix(directive): make downcase work on capturesChristian Clason2023-08-121-22/+10
|
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-34/+3
| | | | | | | | | Since 0.9, @lang syntax is still available as fallback but will soon be deprecated. Because of that, new syntax should be adopted once 0.9 becomes the baseline requirements for nvim-treesitter - update health check - update doc
* feat!: bump required Nvim version to 0.9.1Christian Clason2023-08-121-2/+2
|
* fix: rename filetype for haskell persistent to match vimBorys Lykah2023-08-111-1/+1
|
* feat: add requirements parserObserverOfTime2023-08-101-0/+9
|
* feat!: change upstream proto parser and improve highlightsTrey Wood2023-08-021-2/+2
|
* fix(t32): correct gitlab URLChristian Clason2023-08-011-1/+1
|
* refactor(t32): remove revision pinningChristoph Sax2023-08-011-1/+0
|
* feat(t32): re-enable testsChristoph Sax2023-07-301-2/+2
| | | | | | | | | - Switch to GitLab mirror repository - Lock grammar version 2.2.0 - Revert "fix(tests): mark t32 as allowed to fail" This reverts commit ba223ceecc5d66312780c45079b6ae55c406fa96. - Revert "fix(tests): remove t32 tests" This reverts commit 97957a547b93412411ba3a8a9abd27589247c869.