入门 Zed Industries 2026-09-14 17:42:20 · 0 阅读
第121章 Zed 编辑器第 121 章:XML 支持详解
通过 XML 扩展 提供 XML 支持。
- Tree-sitter:tree-sitter-grammars/tree-sitter-xml
配置
如果某些额外的文件扩展名未被自动识别为 XML,请将它们添加到 Zed 设置中的 file_types 里:
json [settings]
"file_types": {
"XML": ["rdf", "gpx", "kml"]
}