Skip to content

Commit ea554f1

Browse files
authored
Fix a minor typo in ts-fold-parsers.el (#14)
Fix this error: `ts-fold--get-fold-range: Symbol’s function definition is void: \.ts-fold-range-elixir`
1 parent 33e3fb5 commit ea554f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts-fold-parsers.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
(comment
116116
. (lambda (node offset)
117117
(ts-fold-range-line-comment node offset "#")))
118-
(do_block .ts-fold-range-elixir)))
118+
(do_block . ts-fold-range-elixir)))
119119

120120
(defun ts-fold-parsers-go ()
121121
"Rule sets for Go."

0 commit comments

Comments
 (0)