Files
oak-gpui/docs/src/languages/xml.md
T
Ben Kunkle abe1fd5e16 docs: Validate JSON snippets (settings, keymap, tasks, etc) (#40043)
Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-10-12 00:19:57 -04:00

486 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"]
  }