docs(api): fix treesitter parsing errors

This commit is contained in:
Christian Clason
2022-12-28 14:08:17 +01:00
parent 18c22a6fb4
commit 9cc37e057a
3 changed files with 7 additions and 7 deletions

View File

@@ -141,7 +141,7 @@
/// will only make vertical borders but not horizontal ones.
/// By default, `FloatBorder` highlight is used, which links to `WinSeparator`
/// when not defined. It could also be specified by character:
/// [ {"+", "MyCorner"}, {"x", "MyBorder"} ].
/// [ ["+", "MyCorner"], ["x", "MyBorder"] ].
/// - title: Title (optional) in window border, String or list.
/// List is [text, highlight] tuples. if is string the default
/// highlight group is `FloatTitle`.