PHP-Twig.tmbundle icon indicating copy to clipboard operation
PHP-Twig.tmbundle copied to clipboard

A TextMate (and Sublime Text) bundle for Twig.

Results 19 PHP-Twig.tmbundle issues
Sort by recently updated
recently updated
newest added

Variables and functions are not highlighted when inside an HTML attribute. ie. ... #56 is similar but only talking about functions.

kudos, great package however ``` ``` is not recognized (syntax not highlighted)

Comment tags as shown are not being grayed out in name.html.twig files. `{# some code #}` As shown here: ![image](https://cloud.githubusercontent.com/assets/14239490/25349464/2abf2c44-28df-11e7-9c1c-a9fb3f1f9462.png)

Often, we use foot marks instead of true quote marks when we're writing a contraction in a sentence. Inside of a `trans` tag (for example), this causes the highlighting to...

I think that `nav`, `section`, and `article` should be added to the `meta.tag.block.any.html` scope.

Hi, since last update where you replaced `blockb` with `block.`, `ifb` with `if.` for twig multiline blocks, if one has Emmet extension installed, there is a conflict between both plugins...

Is there a list of shortcuts for functions, variables, comments etc?

I'm not sure if it's an issue with syntax doc or sublime itself. When you use statement like ``` twig {% if foo is bar %} Hello! {% endif %}...