From 2f64c768dff1e6b3784d88a5604bd2f1b96b2b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Sat, 25 Mar 2023 14:40:19 +0100 Subject: [PATCH] feat(languages): highlight .svg as xml (#6431) Add "svg" as a file type for xml. Fixes: https://github.com/helix-editor/helix/issues/6337 --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 670f3adf9..a56de1f4b 100644 --- a/languages.toml +++ b/languages.toml @@ -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 = []