diff options
author | gibbz00 | 2023-05-16 04:02:22 +0000 |
---|---|---|
committer | GitHub | 2023-05-16 04:02:22 +0000 |
commit | 6f135e58a3e2897dc6566c26e3cea952f09380aa (patch) | |
tree | 333e9fe18f5be4e09c20310c5dce5eba04cb11e4 | |
parent | e9efcebdb0437fde28aec95f2a790cc4cf73f0b4 (diff) |
languages.toml: recognize `gml` files. (#7055)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [] |