[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold 882c4faae8 271/417: fix(parsers): update nix
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold 882c4faae8 271/417: fix(parsers): update nix definitions (#37) |
Date: |
Mon, 1 Jul 2024 10:02:34 -0400 (EDT) |
branch: elpa/treesit-fold
commit 882c4faae8c26cc197fc23595b67378e7c0849a2
Author: Ted Reed <ted.reed@gmail.com>
Commit: GitHub <noreply@github.com>
fix(parsers): update nix definitions (#37)
Updates nix expressions to correspond with changes in
https://github.com/cstrahan/tree-sitter-nix/commit/14af97221e59b355e421f71f94bf302f860267a8
---
ts-fold-parsers.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ts-fold-parsers.el b/ts-fold-parsers.el
index 43a24f96ab..4e38f85ad4 100644
--- a/ts-fold-parsers.el
+++ b/ts-fold-parsers.el
@@ -200,9 +200,9 @@
(defun ts-fold-parsers-nix ()
"Rule set for Nix."
- '((attrset . ts-fold-range-seq)
- (interpolation . ts-fold-range-seq)
- (list . ts-fold-range-seq)))
+ '((attrset_expression . ts-fold-range-seq)
+ (interpolation . ts-fold-range-seq)
+ (list_expression . ts-fold-range-seq)))
(defun ts-fold-parsers-ocaml ()
"Rule set for OCaml."
- [nongnu] elpa/treesit-fold 665e3f074c 376/417: feat: Support new LaTeX-mode, (continued)
- [nongnu] elpa/treesit-fold 665e3f074c 376/417: feat: Support new LaTeX-mode, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 947fbec8b5 350/417: reordered the alists for alphabetical ordering, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ab81fe718e 389/417: feat(json): Fold comment, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 22ffb18db6 303/417: feat: Add Pascal support (#85), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold aafc4c0a5f 373/417: Changelog, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 47c58282f7 335/417: Release, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9cbc292502 394/417: fix: Use handle dependent, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold c7a9d62e4c 363/417: feat: Add Ninja support, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 2236641e53 397/417: chore: changelog, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f2650076af 382/417: fix: Clean compile warngins, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 882c4faae8 271/417: fix(parsers): update nix definitions (#37),
ELPA Syncer <=
- [nongnu] elpa/treesit-fold bb5bd2e31e 276/417: feat: Add Clojure support (#64), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold dcf6fdcb85 292/417: Bump version for next version, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold b52b33357e 300/417: feat: Add Erlang support (#83), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold cd7963038f 318/417: feat: Add Fish support (#96), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 8972eb674e 391/417: feat: Fully support isearch and modification conditions (#1), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 3dd7c477fb 305/417: feat: Add CMake support (#86), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 250567abd2 345/417: Register qss-mode with CSS, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 648f75ef06 342/417: fix(indicators): Add option for rendering method, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold db35c17409 331/417: lint, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold c70ac04ea5 358/417: Fixed linting warnings, untabified, tested locally with eask., ELPA Syncer, 2024/07/01