diff --git a/languages.toml b/languages.toml index 4bf39c279..2b6438605 100644 --- a/languages.toml +++ b/languages.toml @@ -1787,6 +1787,17 @@ indent = { tab-width = 2, unit = " " } block-comment-tokens = { start = "" } word-completion.trigger-length = 4 +[language.auto-pairs] +'(' = ')' +'{' = '}' +'[' = ']' +'"' = '"' +"'" = "'" +'`' = '`' +'‘' = '’' +'«' = '»' +'“' = '”' + [[grammar]] name = "markdown" source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "62516e8c78380e3b51d5b55727995d2c511436d8", subpath = "tree-sitter-markdown" }