Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 5 |
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" } |