- fix a bug with the default language of twig files being reset when reloading brackets #6
- fix a parsing bug when a twig tag was placed after raw text on the same line
- fix a regression when parsing interlaced twig conditions inside html attributes
- Brackets-Twig can be use in CodeMirror without Brackets
- fix a regression when parsing multiline html attribute
- fix several bugs with interlaced twig tags and html quoted attributes
- improve indentation
- define mode and language without waiting for htmlmixed and twig mode to be loaded fixes #2
- Add .twig.html extension support #1
- end of attributes was not always properly detected
- twig comments on a single line shouldn't activate twig mode
- getRegExpFlags returns trailing slash
- add a changelog
- fix homepage and author urls in package.json
- update language name
- initial release