Unnamed repository; edit this file 'description' to name the repository.
languages: Add zuo to languages (#14583)
Ross Smyth 5 months ago
parent a5a9ecb · commit 10c6a10
-rw-r--r--languages.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages.toml b/languages.toml
index 41690108..430ba461 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1754,8 +1754,8 @@ source = { git = "https://github.com/tree-sitter-perl/tree-sitter-pod", rev = "0
[[language]]
name = "racket"
scope = "source.racket"
-file-types = ["rkt", "rktd", "rktl", "scrbl"]
-shebangs = ["racket"]
+file-types = ["rkt", "rktd", "rktl", "scrbl", "zuo"]
+shebangs = ["racket", "zuo"]
comment-token = ";"
indent = { tab-width = 2, unit = " " }
block-comment-tokens = { start = "#|", end = "|#" }