mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
vim-patch:2606e77: runtime(doc): rename variable for pandoc markdown support
fixes: vim/vim#15141
2606e7718c
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -2045,9 +2045,9 @@ PANDOC *ft-pandoc-syntax*
|
|||||||
|
|
||||||
By default, markdown files will be detected as filetype "markdown".
|
By default, markdown files will be detected as filetype "markdown".
|
||||||
Alternatively, you may want them to be detected as filetype "pandoc" instead.
|
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 >
|
The pandoc syntax plugin uses |conceal| for pretty highlighting. Default is 1 >
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user