sveltejs/language-tools

Emmet not using pug syntax in template with lang="pug"

Open

#1,597 opened on Aug 23, 2022

 (1 comment) (0 reactions) (0 assignees)TypeScript (247 forks)auto 404
buggood first issue

Repository metrics

Stars
 (1,437 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the bug

When using an Emmet abbreviation in a pug template Emmet does not use pug syntax. 2022-08-23_02-48 2022-08-23_02-48_1

Reproduction

  1. Create template with lang="pug"
  2. Use any Emmet abbreviation within the template.

Expected behaviour

When using an Emmet abbreviation in a pug template Emmet should use pug syntax. 2022-08-23_02-56

System Info

  • VSCode 1.70.2
  • Svelte for VS Code v105.21.0

Which package is the issue about?

No response

Additional Information, eg. Screenshots

No response

Contributor guide