How can I exclude PHP tags ? <?php , ?> once <?php tag is open then when there is a class->function it uses -> as a closing tag. I did try ` i18n-lint -i "<?php,style,script" -t "<\?php,\?>" file name` but it does not work. How to prevent it ?