Skip to content

Commit

Permalink
xml: highlight .xsd as XML files (helix-editor#6631)
Browse files Browse the repository at this point in the history
xsd or "XML Schema Definition" files are in XML format and should therefore be
highlighted as such
  • Loading branch information
KMikeeU authored and Schuyler Mortimer committed Jul 10, 2024
1 parent 372b895 commit 4a3e762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand Down

0 comments on commit 4a3e762

Please sign in to comment.