[Typo3-dev] Emacs-Mode for TypoScript

Christoph Kepper kepper at diefirma.de
Fri Nov 5 15:36:58 CET 2004


Hello,

I have created an TypoScript-Mode with syntax-highlighting and
auto-indentation for 
the Emacs editor. Although it doesn't yet understand all Typo3 Keywords, you
might find it usable. It's definitely better than using <textarea>-Boxes for
editing your Typoscript code.

You can download the mode from the following URL:
http://www.diefirma.de/ts-mode.el 

To install the mode, just copy the ts-mode.el file to your site-lisp
directory:
[emacs_home]/site-lisp/ 

If you add the following lines to your .emacs file, the mode will be loaded
and .ts files will be automatically opened in ts-mode.

(autoload 'ts-mode "ts-mode")
(setq auto-mode-alist       
      (cons '("\\.ts\\'" . ts-mode) auto-mode-alist))

Best regards
Christoph

-- 
------------------------------------------------------
(F) Die Firma GmbH // Innovative Kommunikation
Christoph Kepper // Key Account Management
mailto:kepper at diefirma.de // http://www.diefirma.de
------------------------------------------------------ 





More information about the TYPO3-dev mailing list