adrhumphreys / vscode-silverstripe

Basic template syntax highlighting for Silver Stripe template files.
https://marketplace.visualstudio.com/items?itemName=adrianhumphreys.silverstripe
MIT License
5 stars 12 forks source link

Need HTML Snippet #10

Closed pxwee5 closed 5 years ago

pxwee5 commented 6 years ago

I've added Silverstripe into VScode and while I have all the snippets setup for SilverStripe. I lost all the HTML snippets.

Is there a way to inherit the snippets from HTML file types?

microcipcip commented 5 years ago

@pxwee5 go to "Settings > User snippets" and search for "emmet.includeLanguages". Then add this configuration in the JSON file:

{
  "emmet.includeLanguages": {
    "SilverStripe": "html"
  }
}