Skip to content

Commit

Permalink
fix: compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Oct 31, 2024
1 parent b6f16b3 commit e8ddbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-fold-parsers.el
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
'((block . ts-fold-range-seq)
(comment . ts-fold-range-c-like-comment)))

(defun treesit-fold-parsers-heex ()
(defun ts-fold-parsers-heex ()
"Rule set for Heex."
'((tag . ts-fold-range-html)
(component . ts-fold-range-html)
Expand Down

0 comments on commit e8ddbca

Please sign in to comment.