ZIm/docs/src/languages/xml.md
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

475 B

XML

XML support is available through the XML extension.

Configuration

If you have additional file extensions that are not being automatically recognized as XML just add them to file_types in your Zed settings:

  "file_types": {
    "XML": ["rdf", "gpx", "kml"]
  }