Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index a3cb0cfa..8ce53cfc 100644
--- a/languages.toml
+++ b/languages.toml
@@ -4111,3 +4111,19 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "ghostty"
source = { git = "https://github.com/bezhermoso/tree-sitter-ghostty" , rev = "8438a93b44367e962b2ea3a3b6511885bebd196a" }
+
+[[language]]
+name = "tera"
+scope = "source.tera"
+file-types = ["tera"]
+block-comment-tokens = [
+ { start = "{#", end = "#}" },
+ { start = "{#-", end = "-#}" },
+ { start = "{#", end = "-#}" },
+ { start = "{#-", end = "#}" },
+]
+indent = { tab-width = 4, unit = " " }
+
+[[grammar]]
+name = "tera"
+source = { git = "https://github.com/uncenter/tree-sitter-tera", rev = "e8d679a29c03e64656463a892a30da626e19ed8e" }