Skip to content

Commit d1fed16

Browse files
committed
add more quote types to markdown autopairs
1 parent f6878f6 commit d1fed16

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

languages.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,17 @@ language-servers = [ "marksman", "markdown-oxide" ]
17401740
indent = { tab-width = 2, unit = " " }
17411741
block-comment-tokens = { start = "<!--", end = "-->" }
17421742

1743+
[language.auto-pairs]
1744+
'(' = ')'
1745+
'{' = '}'
1746+
'[' = ']'
1747+
'"' = '"'
1748+
"'" = "'"
1749+
'`' = '`'
1750+
'‘' = ''
1751+
'«' = '»'
1752+
'“' = ''
1753+
17431754
[[grammar]]
17441755
name = "markdown"
17451756
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "62516e8c78380e3b51d5b55727995d2c511436d8", subpath = "tree-sitter-markdown" }

0 commit comments

Comments
 (0)