Skip to content

Commit

Permalink
feat: Support new LaTeX-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 25, 2024
1 parent 2d175b7 commit 665e3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ts-fold-summary.el
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ type of content by checking the word boundary's existence."
(julia-mode . ts-fold-summary-julia-doc)
(kotlin-mode . ts-fold-summary-javadoc)
(latex-mode . ts-fold-summary-tex-doc)
(LaTeX-mode . ts-fold-summary-tex-doc)
(lisp-mode . ts-fold-summary-elisp)
(lisp-interaction-mode . ts-fold-summary-elisp)
(llvm-mode . ts-fold-summary-elisp)
Expand Down
1 change: 1 addition & 0 deletions ts-fold.el
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
(julia-mode . ,(ts-fold-parsers-julia))
(kotlin-mode . ,(ts-fold-parsers-kotlin))
(latex-mode . ,(ts-fold-parsers-latex))
(LaTeX-mode . ,(ts-fold-parsers-latex))
(lisp-mode . ,(ts-fold-parsers-lisp))
(lisp-interaction-mode . ,(ts-fold-parsers-lisp))
(llvm-mode . ,(ts-fold-parsers-llvm))
Expand Down

0 comments on commit 665e3f0

Please sign in to comment.