diff --git a/languages/xml/config.toml b/languages/xml/config.toml index dd1a398..0634271 100644 --- a/languages/xml/config.toml +++ b/languages/xml/config.toml @@ -1,6 +1,6 @@ name = "XML" grammar = "xml" -path_suffixes = ["xml"] +path_suffixes = ["xml", "svg"] first_line_pattern = '^<.*xml' block_comment = [""] brackets = [{ start = "<", end = ">", close = true, newline = true }]