Back to Zed

XML

docs/src/languages/xml.md

0.228.0492 B
Original Source

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:

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