Skip to content

Commit ee67f20

Browse files
author
github-actions
committed
[docgen] Update docs
1 parent 26beb4a commit ee67f20

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/orgmode.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,17 @@ Possible values:
472472
* between `\[` and `\]` delimiters - example: `\[ a=-\sqrt{2} \]`
473473
* between `\(` and `\)` delimiters - example: `\( b=2 \)`
474474

475+
This option requires setting `additional_vim_regex_highlighting = {'org'}` in tree-sitter configuration since its old Vim syntax:
476+
>
477+
require('nvim-treesitter.configs').setup {
478+
highlight = {
479+
enable = true,
480+
additional_vim_regex_highlighting = {'org'}, -- This line is needed
481+
},
482+
ensure_installed = {'org'},
483+
}
484+
<
485+
475486
ORG_STARTUP_INDENTED *orgmode-org_startup_indented*
476487

477488
type: `boolean`

0 commit comments

Comments
 (0)