xml: highlight .xsd as XML files (#6631)

xsd or "XML Schema Definition" files are in XML format and should therefore be
highlighted as such
pull/6633/head
Michael 1 year ago committed by GitHub
parent 3dd715a115
commit b663b89529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2069,7 +2069,7 @@ source = { git = "https://github.com/Unoqwy/tree-sitter-kdl", rev = "e1cd292c6d1
name = "xml"
scope = "source.xml"
injection-regex = "xml"
file-types = ["xml", "mobileconfig", "plist", "xib", "storyboard", "svg"]
file-types = ["xml", "mobileconfig", "plist", "xib", "storyboard", "svg", "xsd"]
indent = { tab-width = 2, unit = " " }
roots = []

Loading…
Cancel
Save