Skip to content

Commit

Permalink
docs: add note about emmet support
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Nov 11, 2023
1 parent 9110f20 commit 6db84a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@ If you are using packages such as `edge-uikit` or `dimerr/docs-theme` which add
}
```

### Emmet support

If you want to use Emmet in your Edge templates, you can add the following configuration:

```json
{
"emmet.includeLanguages": {
"edge": "html"
}
}
```

## Tags snippets
Following is the list of available snippets

Expand Down

0 comments on commit 6db84a5

Please sign in to comment.