ronnidc / vscode-nunjucks

Nunjucks for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ronnidc.nunjucks
65 stars 18 forks source link

Support custom tags #36

Open dcarniel-ipepper opened 6 months ago

dcarniel-ipepper commented 6 months ago

Nunjucks allows customizing the tags (cf: https://mozilla.github.io/nunjucks/api.html#customizing-syntax), which I need to use for a project where I use nunjucks to generate code that contains itself similar tags.

I hoped there would be a setting allowing to take this in account for your extension, so I can still benefit from its features even though my nunjucks templates use custom tags.

Have I missed something or is it something that could be accomodated ? I'd be glad to contribute the change if you could point me in the right direction.