mkllnk/gedit-rails-extensions

double brackets {{}}

Closed this issue · 5 comments

Hi, I use angular so I need to use {{}} in haml, however, the language package doesn't contain this grammar and hints error.
Would you like to support this feature or how could I add this new feature myself?

I see that as a bug since angular should be seen as simple text. A pull request fixing this would be great. You probably need to look at language-specs/haml.lang.

oh.. I just removed the brackets check in haml.lang and the error will never show up. Easiest way for me.

Can you open a pull request with your modification?

Sure, I pulled request just now.

Merged #4.