Compare commits

...

2 Commits

Author SHA1 Message Date
Axlefublr 5eef390fd8
Merge f871f359f4 into 22b184b570 2025-07-21 14:46:50 +01:00
Axlefublr f871f359f4 add more quote types to markdown autopairs 2025-06-21 16:14:47 +08:00
1 changed files with 11 additions and 0 deletions

View File

@ -1785,6 +1785,17 @@ indent = { tab-width = 2, unit = " " }
block-comment-tokens = { start = "<!--", end = "-->" }
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" }