languages.toml: recognize `gml` files. (#7055)

pull/16/head
gibbz00 1 year ago committed by GitHub
parent e9efcebdb0
commit 6f135e58a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = []

Loading…
Cancel
Save