Skip to content

Commit

Permalink
fixed linting issues in parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nidish96 authored and jcs090218 committed Dec 13, 2023
1 parent c70ac04 commit 44a237a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ts-fold-parsers.el
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,7 @@
(while_statement . ts-fold-range-matlab-statements)
(switch_statement . ts-fold-range-matlab-statements)
(try_statement . ts-fold-range-matlab-statements)
(comment . ts-fold-range-matlab-blocks)
))
(comment . ts-fold-range-matlab-blocks)))

(defun ts-fold-parsers-qss ()
"Rule set for QSS."
Expand Down

0 comments on commit 44a237a

Please sign in to comment.