From a12cecd51183d08ca6ea0b988c3571afa9fd9127 Mon Sep 17 00:00:00 2001 From: gibbz00 Date: Mon, 15 May 2023 23:27:08 +0200 Subject: [PATCH] languages.toml: recognize `gml` files. --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 8d86afe4ef81..02b72ae38cf7 100644 --- a/languages.toml +++ b/languages.toml @@ -2085,7 +2085,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", "xsd"] +file-types = ["xml", "mobileconfig", "plist", "xib", "storyboard", "svg", "xsd", "gml"] indent = { tab-width = 2, unit = " " } roots = []