cedricziel / idea-php-typo3-plugin

TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
MIT License
96 stars 8 forks source link

Should be colon instead of comma #265

Closed outdoorsman closed 4 years ago

outdoorsman commented 6 years ago

Just looking at the code it appears this should be...

COLON=':'

...instead of...

COLON=','

https://github.com/cedricziel/idea-php-typo3-plugin/blob/b04ce45c17636525437fb8f370350796073e033b/lang-fluid/src/main/grammars/FluidParser.bnf#L21

cedricziel commented 6 years ago

Yeah, you're probably right. I think though, the token might not be used anywhere, but I'll check it. Thanks a bunch!