Add TypoScript mode (with source ts-mode.el)

This commit is contained in:
Marcel Kapfer 2022-10-13 20:17:13 +02:00
parent 10f030e271
commit 039f516cb6
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
2 changed files with 480 additions and 0 deletions

View file

@ -1664,6 +1664,20 @@ Source: [[https://github.com/yoshiki/yaml-mode][GitHub: yoshiki/yaml-mode]]
#+end_src
** TypoScript
TypoScript major mode for Emacs.
Original Source: [[https://www.emacswiki.org/emacs/ts-mode.el][EmacsWiki: ts-mode.el]]
#+begin_src emacs-lisp
(use-package ts-mode
:load-path "packags/"
:mode (("\\.typoscript\\'" . ts-mode)
("\\.tsconfig\\'" . ts-mode)))
#+end_src
* Emacs Multimedia System (EMMS)
For notes, tasks, writing, and countless other things there is org-mode.