jens1o / vscode-smarty

Smarty syntax highlight extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=imperez.smarty
GNU General Public License v3.0
14 stars 9 forks source link

tag {literal} doesn't work properly #1

Closed fathonir closed 8 years ago

fathonir commented 8 years ago

Hello @imperez , I'm currently working with smarty framework. Tag {literal} that doesn't work, this is the capture

capture

fathonir commented 8 years ago

comparing with netbeans, look like this : capture

imperez commented 8 years ago

Thanks for the issue! I'll see if I can find some time soon to look into this bug.

imperez commented 8 years ago

I opened a ticket #5775 with VSCode since right now documentation is pretty empty on how to fix this problem.

imperez commented 8 years ago

Sorry for taking so long on this. It took a bit of trial and error while finding extra time to work on this but I just pushed a new update that adds support for the literal tag. Give it a look and let me know if you have any issues.