dcortes92 / vs-freemarker

FreeMarker language colorization extension for Visual Studio Code
MIT License
25 stars 14 forks source link

Possible to enable emmet for .ftl files? #20

Closed jmcdl closed 5 years ago

jmcdl commented 5 years ago

Often much of the freemarker code we write is vanilla HTML. Would it be possible to add the ability to use emmet shortcuts within .ftl files?

JPeer264 commented 5 years ago

This has nothing to do with this extension. You can enable that by adding following into your settings:

"emmet.includeLanguages": {"ftl": "html"},
jmcdl commented 5 years ago

Thanks. I definitely should have been able to figure that out!