branch: elpa/treesit-fold
commit ec60327a201f5984e5b640dd78937f9339d8d3f9
Author: Jen-Chieh Shen <[email protected]>
Commit: Jen-Chieh Shen <[email protected]>
chore(eask): info
---
Eask | 7 ++++++-
ts-fold.el | 5 ++---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/Eask b/Eask
index eddf86285b..7a108e4529 100644
--- a/Eask
+++ b/Eask
@@ -1,4 +1,9 @@
-(package "ts-fold" "0.1.0" "Code folding using tree-sitter")
+(package "ts-fold"
+ "0.1.0"
+ "Code folding using tree-sitter")
+
+(website-url "https://github.com/jcs-elpa/ts-fold")
+(keywords "folding" "tree-sitter")
(package-file "ts-fold.el")
(files "*.el")
diff --git a/ts-fold.el b/ts-fold.el
index ee2bdbe8d1..5ea07a165c 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -7,11 +7,10 @@
;; Author: Junyi Hou <[email protected]>
;; Shen, Jen-Chieh <[email protected]>
-;; Description: Code folding using tree-sitter
-;; Keyword: folding tree-sitter
+;; URL: https://github.com/jcs-elpa/ts-fold
;; Version: 0.1.0
;; Package-Requires: ((emacs "26.1") (tree-sitter "0.15.1") (s "1.9.0")
(fringe-helper "1.0.1"))
-;; URL: https://github.com/jcs-elpa/ts-fold
+;; Keywords: folding tree-sitter
;; This file is NOT part of GNU Emacs.