
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
15 lines
475 B
Markdown
15 lines
475 B
Markdown
# XML
|
|
|
|
XML support is available through the [XML extension](https://github.com/sweetppro/zed-xml/).
|
|
|
|
- Tree-sitter: [tree-sitter-grammars/tree-sitter-xml](https://github.com/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](../configuring-zed.md#file-types) in your Zed settings:
|
|
|
|
```json
|
|
"file_types": {
|
|
"XML": ["rdf", "gpx", "kml"]
|
|
}
|
|
```
|