Files
oak-gpui/docs/src/languages/xml.md
T
2024-10-10 12:56:39 -04: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"]
  }