Skip to content

Latest commit

 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zed XML

XML syntax highlighting for Zed.

Adding file types

This extension only claims .xml by default, plus any file whose first line matches an XML declaration (^<.*xml). There are too many XML based formats to hardcode them all, so extra extensions are left to you.

To associate more file types, add them to your Zed settings.json:

{
  "file_types": {
    "XML": ["*.svg", "*.xsl", "*.dtd"]
  }
}

Tree-Sitter

About

XML syntax highlighting for Zed

Resources

Stars

31 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages