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

The problem occurs after the first use of a tag, the rest of the document is completely messed up. ![image](https://user-images.githubusercontent.com/2416106/145077772-c74e8831-0f77-46e6-853f-1069dc3f6a02.png) ![image](https://user-images.githubusercontent.com/2416106/145077474-54ed7d33-05b2-4558-bd7d-6411108a4968.png)

I'm assuming this is PHP-Twig? It'd be great if this could be tidied up. Thanks!

When you a part of HTML that contains HTML tags and {% %} or {{ }} the second and the third one preserve its color. https://prnt.sc/1vupa49

Hi, I'm having an indentation issue on {% set foo = bar %} : ``` {% if patient.fin > date() %} {% set enCours = true %} {% else %}...

Hi, When open atom with PHP-Twig appear this alert message: ``` Failed to load snippets from '/Users/polalegria/.atom/packages/language-twig/snippets/PHP-twig.cson' /Users/polalegria/.atom/packages/language-twig/snippets/PHP-twig.cson: Duplicate key 'include' ``` Any suggestions? Thanks in advance.

If u have a for loop inside the script tag it will break the highlighting. Try it in sublime. Example: ``` twig {#Twig code here #} ```

tag-print.tmSnippet ``` tabTrigger }} ``` This is not working for me, no autocomplete nor hint Sublime Text 3.1.1. Build 3176

When I type `{` it always autocompletes with `}`. But when I type `{%` I'd expect an extra `%` to be inserted, in order to close the block. Instead I...

Type `{% b` and a dropdown to autocomplete 'block' will show up. But when I press tab, instead of autocompleting it inserts the entire block inside what I already typed,...

Really struggling to write a sensical title for this one! Perhaps a gif will help better 😅 ### Expected: ```twig {{ something }} {{ title }} ``` ### Actual: ```twig...