html.md

 1# HTML
 2
 3HTML support is available through the [HTML extension](https://github.com/zed-industries/zed/tree/main/extensions/html).
 4
 5This extension is automatically installed.
 6
 7If you do not want to use the HTML extension, you can add the following to your settings:
 8
 9```json
10{
11  "auto_install_extensions": {
12    "html": false
13  }
14}
15```