/NetBeans-TypoScript

TypoScript Support for NetBeans IDE

Primary LanguageJava

This Project aims to provide support for the TypoScript Language used by TYPO3. 

The currently implemented features are:
- Syntax highlighting (based on the file tokenizetyposcript.js from the TYPO3 extension t3editor).
- a navigator for all properties declared in a file
- a check for syntax errors (thanks to familie-redlich)
- Code folding
- a parser, responsible for syntax errors, navigator and other things
- Code completion