-
Notifications
You must be signed in to change notification settings - Fork 3
Code blocks
Shawon edited this page Aug 8, 2024
·
1 revision
code_blocks = {
enable = true,
hl = "CodeBlock",
language_hl = "TablineSel"
}
-
enable,
boolean
or nilUsed for disabling rendering of code blocks.
-
hl,
string
or nilHighlight group for the code blocks.
-
language_hl,
string
or nilHighlight group for the language name.