mirror of https://github.com/helix-editor/helix
Compare commits
2 Commits
ebeb73d0e7
...
5eef390fd8
Author | SHA1 | Date |
---|---|---|
|
5eef390fd8 | |
|
f871f359f4 |
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue