[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold 0bae1476a4 242/417: chore: Changelog and styl
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold 0bae1476a4 242/417: chore: Changelog and styles (#38) |
Date: |
Mon, 1 Jul 2024 10:02:30 -0400 (EDT) |
branch: elpa/treesit-fold
commit 0bae1476a47b707c6003becd87f4c0bf6cf509ba
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>
chore: Changelog and styles (#38)
* docs: Changelog
* style(ts-fold.el): Fix indentation
---
CHANGELOG.md | 1 +
ts-fold.el | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bde8a82b68..9c1aeeee59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for
recommendations on how
* OCaml parser and first functions added (#21)
* Enhance Ruby parser (#26)
* Julia language support (#33)
+* Remove redundant fold node alist (#36)
## 0.1.0
> Released Oct 18, 2021
diff --git a/ts-fold.el b/ts-fold.el
index fc197a337c..df2a120d4c 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -182,7 +182,7 @@ This function is borrowed from `tree-sitter-node-at-point'."
;; Used for looping
(current node))
(while (and current (not (alist-get (tsc-node-type current) mode-ranges)))
- (setq current (tsc-get-parent current)))
+ (setq current (tsc-get-parent current)))
current))
(defun ts-fold--get-fold-range (node)
- [nongnu] elpa/treesit-fold f66e2b8be9 417/417: perf: Wait for post command to render, (continued)
- [nongnu] elpa/treesit-fold f66e2b8be9 417/417: perf: Wait for post command to render, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ca1b5d701d 134/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 86c3e73746 135/417: Add html summary parser, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 20f96511ef 137/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 40163da28a 141/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f297d8a664 204/417: update, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 4f5ea58d8c 214/417: Update copyright year, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 5711d9f6d5 226/417: refactor(parsers): Place it in alphabetic order, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 443ba5106a 229/417: feat(ruby): Enhance Ruby parser (#26), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 3b2e70db92 231/417: tests(test.yml): Add workflow_dispatch, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0bae1476a4 242/417: chore: Changelog and styles (#38),
ELPA Syncer <=
- [nongnu] elpa/treesit-fold 6178f3345c 193/417: update ci, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 095e093737 194/417: Remove unused shell entry, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ec60327a20 195/417: chore(eask): info, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6cfe36ea2f 196/417: fix warnings, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a81e684298 198/417: Update Eask, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 46d76ed842 205/417: note, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold dcd5b9fe5c 212/417: Merge pull request #9 from jcs-elpa/docs/tutorial, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 33e3fb561e 219/417: docs: changelog, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 17d131f69a 228/417: feat(ocaml): Support for ocaml-mode and caml-mode (#24), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 28409a0cee 232/417: docs: Update repo link (#32), ELPA Syncer, 2024/07/01