mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
feat(languages): highlight .svg as xml (#6431)
Add "svg" as a file type for xml. Fixes: https://github.com/helix-editor/helix/issues/6337
This commit is contained in:
parent
9a65118899
commit
2f64c768df
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue