aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* feat(t32)!: update queries for new HLL node typesChristoph Sax2023-07-301-1/+1
| | | | | | | | - Lock grammar to version 2.1.1 - Update query for syntax hightlighting - fix missing locals query - reduce number of "(identifier) @variable" highlight queries - revert to capture @function.builtin for PRACTICE call expressions
* fix(hoon): add scanner fileAmaan Qureshi2023-07-271-1/+1
|
* fix(pug): adapt to scanner rewriteAmaan Qureshi2023-07-271-1/+1
|
* fix(hcl, terraform): adapt to scanner rewriteAmaan Qureshi2023-07-271-2/+2
|
* fix(r): adapt to scanner rewriteAmaan Qureshi2023-07-271-1/+1
|
* feat: add scfgHugo2023-07-251-0/+9
|
* fix(fortran): adapt to scanner rewriteAmaan Qureshi2023-07-241-1/+1
|