mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-09 05:00:39 +03:00
xml: highlight .xsd as XML files (#6631)
xsd or "XML Schema Definition" files are in XML format and should therefore be highlighted as such
This commit is contained in:
parent
3dd715a115
commit
b663b89529
@ -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…
Reference in New Issue
Block a user