-
Notifications
You must be signed in to change notification settings - Fork 7
Home
blogsh edited this page Mar 17, 2011
·
6 revisions
- Embed Twig syntax also into JSON and XML depending on the file extension. Use *.html.twig for HTML and display surrounding code in *.twig as plain text. (Or make behaviour configurable)
- Code completion (close brackets and something like that, have to find out how those things can be implemented) -> not so complicated but maybe not so useful?
- Syntax validation
- Complete lexer rewrite based on https://github.com/fabpot/Twig/blob/master/lib/Twig/Lexer.php
- Provide some functionality to configure the highlight colors and otherwise use some default colors
- Embed Twig syntax into HTML