Unnamed repository; edit this file 'description' to name the repository.
languages.toml: Add GPX extension to XML (#14300)
Co-authored-by: Poliorcetics <[email protected]>
Vítor Galvão 6 months ago
parent aa14cd3 · commit cc8e890
-rw-r--r--languages.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index dcb62684..3b02dbd5 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2995,7 +2995,8 @@ file-types = [
"sublime-snippet",
"xsl",
"mpd",
- "smil"
+ "smil",
+ "gpx",
]
block-comment-tokens = { start = "<!--", end = "-->" }
indent = { tab-width = 2, unit = " " }