From 6f135e58a3e2897dc6566c26e3cea952f09380aa Mon Sep 17 00:00:00 2001 From: gibbz00 Date: Tue, 16 May 2023 06:02:22 +0200 Subject: [PATCH] languages.toml: recognize `gml` files. (#7055) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 019c9d66..6516cc37 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 = []