mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 14:20:35 +00:00
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
475 B
475 B
XML
XML support is available through the XML extension.
- Tree-sitter: tree-sitter-grammars/tree-sitter-xml
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"]
}