We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26beb4a commit ee67f20Copy full SHA for ee67f20
doc/orgmode.txt
@@ -472,6 +472,17 @@ Possible values:
472
* between `\[` and `\]` delimiters - example: `\[ a=-\sqrt{2} \]`
473
* between `\(` and `\)` delimiters - example: `\( b=2 \)`
474
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
+
486
ORG_STARTUP_INDENTED *orgmode-org_startup_indented*
487
488
type: `boolean`
0 commit comments