reesef / php-twig

This is a conversion of Anomareh / PHP-Twig.tmbundle for atom
35 stars 19 forks source link

Highlighting the syntax #7

Closed litar1 closed 10 years ago

litar1 commented 10 years ago

Hi,

I am using Symfony2 for PHP, which supports Twig. I have an index.html.twig file, which includes following code:

{% extends '::base.html.twig' %}
{% block body %}
  Hello {{ name }}!
{% endblock %}

My code isn't highlighted. Can You help me with that problem, please?

reesef commented 10 years ago

Issues #7 and #8 are duplicates.