runtime(doc): rename variable for pandoc markdown support
fixes: #15141 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
*syntax.txt* For Vim version 9.1. Last change: 2024 Jun 22
|
||||
*syntax.txt* For Vim version 9.1. Last change: 2024 Jul 03
|
||||
|
||||
|
||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||
@ -2518,9 +2518,9 @@ PANDOC *ft-pandoc-syntax*
|
||||
|
||||
By default, markdown files will be detected as filetype "markdown".
|
||||
Alternatively, you may want them to be detected as filetype "pandoc" instead.
|
||||
To do so, set the following: >
|
||||
To do so, set the *g:filetype_md* var: >
|
||||
|
||||
:let g:markdown_md = 'pandoc'
|
||||
:let g:filetype_md = 'pandoc'
|
||||
|
||||
The pandoc syntax plugin uses |conceal| for pretty highlighting. Default is 1 >
|
||||
|
||||
|
||||
Reference in New Issue
Block a user