Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 18, 2021
1 parent 68d16a9 commit 19a05ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cask
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(source gnu)
(source melpa)

(package-file "tree-sitter-fold.el")
(package-file "ts-fold.el")

(files
"tree-sitter-fold.el"
"tree-sitter-fold-parsers.el"
"tree-sitter-fold-summary.el"
"tree-sitter-fold-indicators.el"
"tree-sitter-fold-util.el")
"ts-fold.el"
"ts-fold-parsers.el"
"ts-fold-summary.el"
"ts-fold-indicators.el"
"ts-fold-util.el")

(depends-on "tree-sitter")
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ SHELL := /usr/bin/env bash
EMACS ?= emacs
CASK ?= cask

PKG-FILES := tree-sitter-fold.el
PKG-FILES := ts-fold.el

TEST-FILES := $(shell ls test/tree-sitter-fold-*.el)
TEST-FILES := $(shell ls test/ts-fold-*.el)

.PHONY: clean checkdoc lint unix-build unix-compile unix-test

Expand Down

0 comments on commit 19a05ad

Please sign in to comment.