Skip to content

Commit

Permalink
feat(languages): highlight .svg as xml (helix-editor#6431)
Browse files Browse the repository at this point in the history
Add "svg" as a file type for xml.

Fixes: helix-editor#6337
  • Loading branch information
matoous authored and wes-adams committed Jul 3, 2023
1 parent c65104a commit 65ae328
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 @@ -2068,7 +2068,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"]
file-types = ["xml", "mobileconfig", "plist", "xib", "storyboard", "svg"]
indent = { tab-width = 2, unit = " " }
roots = []

Expand Down

0 comments on commit 65ae328

Please sign in to comment.