mirror of https://github.com/helix-editor/helix
Merge 2578f1b480
into fed3edcab7
commit
ce92613e34
|
@ -1746,6 +1746,17 @@ language-servers = [ "marksman", "markdown-oxide" ]
|
|||
indent = { tab-width = 2, unit = " " }
|
||||
block-comment-tokens = { start = "<!--", end = "-->" }
|
||||
|
||||
[language.auto-pairs]
|
||||
'(' = ')'
|
||||
'{' = '}'
|
||||
'[' = ']'
|
||||
'"' = '"'
|
||||
"'" = "'"
|
||||
'`' = '`'
|
||||
'‘' = '’'
|
||||
'«' = '»'
|
||||
'“' = '”'
|
||||
|
||||
[[grammar]]
|
||||
name = "markdown"
|
||||
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "62516e8c78380e3b51d5b55727995d2c511436d8", subpath = "tree-sitter-markdown" }
|
||||
|
|
Loading…
Reference in New Issue