Add TypoScript mode (with source ts-mode.el)
This commit is contained in:
parent
10f030e271
commit
039f516cb6
2 changed files with 480 additions and 0 deletions
14
config.org
14
config.org
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue