Unnamed repository; edit this file 'description' to name the repository.
languages: uxntal: don't auto-pairs quotes (#16024)
Disable quotes auto-pairing in `.tal` files by filtering down to only actual pairs in the language: <https://wiki.xxiivv.com/site/uxntal.html#runes>. Closes #15998
Poliorcetics 3 weeks ago
parent b3fb7c1 · commit 8225c50
-rw-r--r--languages.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 32e40358e..0c3d81dba 100644
--- a/languages.toml
+++ b/languages.toml
@@ -3641,6 +3641,11 @@ file-types = ["tal"]
auto-format = false
block-comment-tokens = { start = "(", end = ")" }
+[language.auto-pairs]
+'(' = ')'
+'{' = '}'
+'[' = ']'
+
[[grammar]]
name = "uxntal"
source = { git = "https://github.com/Jummit/tree-sitter-uxntal", rev = "1a44f8d31053096b79c52f10a39da12479edbf64" }