pucelle / vscode-css-navigation

Allowing Go to definition from HTML to CSS, or Find References from CSS to HTML.
https://marketplace.visualstudio.com/items?itemName=pucelle.vscode-css-navigation
MIT License
64 stars 8 forks source link

Add .twig to default activeHTMLFileExtensions #17

Closed onetrev closed 5 years ago

onetrev commented 5 years ago

Just wondering if .twig should be added to the default list of activeHTMLFileExtensions since anytime you are dealing in twig there's a very good chance you have HTML mixed in there. No biggie if not, it's easy to just edit your list of extensions. All good!

pucelle commented 5 years ago

Yes, I will add .twig to the list. Thanks for your suggestion, onetrev.

pucelle commented 5 years ago

V1.6.3 was just released and supports .twig as default HTML file extension.

onetrev commented 5 years ago

Awesome! Very fast, thanks for that!