-
Request to add a syntax highlighting scheme for Twig.
Perhaps this is a helpful starting point, it's an implementation for Notepad++, which I believe also uses Scintilla: https://github.com/Banane9/n…
-
Hello Guys,
is there a plan to upgrade it and support for twig v3
-
Hello,
I wonder if twig has support for something similar, like Blade has - stacks? ( https://laravel.com/docs/5.4/blade#stacks )
thank you
-
Thank you very much for this library
-
Hi Everyone !
i'm using sylius/promotion-bundle as standalone bundle and noticed as i wanted to upgrade my application
that promotion-bundle conflicts with twig/twig ^3.0.
And Twig version 2.x …
-
Within the macropiche() method, set another parser (and content-getter?) for twig template files.
This is quite similar to #1 for Blade templates and I plan to do that first so we have pattern to fol…
-
```
* @see template_preprocess_page()
* @see html.html.twig
```
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
GLPI 11-Alpha
### Bug de…
-
Hi!
Thank you 💯 for this plugin. This is just a request that I would personally LOVE, in case you're interested and able to add it.
In Symfony UX 2.8, we've added a new HTML-style Twig syntax: h…
-
Example that works, see twig documentation: https://twig.symfony.com/doc/3.x/tests/sameas.html
```twig
{% if myNumber is same as(0) %}
```
Example that produces a ludtwig parsing error, but st…