webksde / ddev-vscode-devcontainer-drupal-template

Drupal DDEV based development container with attached Visual Studio Code
22 stars 3 forks source link

Fix VSCODE Emmet configuration for Twig files #139

Closed thomasfrobieter closed 6 months ago

thomasfrobieter commented 9 months ago

Currently Emmet ist not working in Twig files, please add the following configuration:

  "emmet.includeLanguages": {
    "twig": "html"
  },
  "emmet.syntaxProfiles": {
    "twig": "html"
  },
joshsedl commented 6 months ago

Thanks! syntaxProfiles was really missing!