Files
oak-gpui/docs/src/languages/html.md
T
Marshall Bowers 3b3c379852 docs: Fix casing of "Tree-sitter" (#25427)
This PR fixes the casing of "Tree-sitter" in the docs.

It is "Tree-sitter", not "Tree Sitter" or "Tree-Sitter".

Release Notes:

- N/A
2025-02-23 15:30:10 +00:00

644 B

HTML

HTML support is available through the HTML extension.

This extension is automatically installed.

If you do not want to use the HTML extension, you can add the following to your settings:

{
  "auto_install_extensions": {
    "html": false
  }
}

See also: