Plone specific syntax highlighting
TAL
---
TAL is a template language used by Zope. TAL template language is built in such a way that normal HTML parsers can undestand it - all logic is in attributes and TAL specific XML blocks. Thus, you can use Eclipse HTML syntax highlighter for TAL files.
To enable HTML highlighting for TAL files:
1. Choose Windows -> Preferences -> General -> Editors -> File associations
2. Add new file type \*.pt
3. Add associated editor *Aptana HTML editor*
4. HTML syntax highlighting is used all newly opened files .pt fles
CSS
---
Plone uses DTML mark-up language in some CSS files to enable color variable substition and other dynamic features.
To enable CSS highlighting for .css.dtml (dynamically generated CSS) files:
1. Choose Windows -> Preferences -> General -> Editors -> File associations
2. Add new file type \*.dtml
3. Add associated editor *Aptana HTML editor*
4. CSS syntax highlighting is used all newly opened .css.dtml files
