mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
vim-patch:675cbfb47f03 (#27806)
runtime(doc): Update Markdown syntax, add missing configs
fixes: vim/vim#14168
675cbfb47f
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
92d4dbbd8c
commit
47942db307
@ -1764,10 +1764,19 @@ MARKDOWN *ft-markdown-syntax*
|
||||
|
||||
If you have long regions there might be wrong highlighting. At the cost of
|
||||
slowing down displaying, you can have the engine look further back to sync on
|
||||
the start of a region, for example 500 lines: >
|
||||
the start of a region, for example 500 lines (default is 50): >
|
||||
|
||||
:let g:markdown_minlines = 500
|
||||
|
||||
If you want to enable fenced code block syntax highlighting in your markdown
|
||||
documents you can enable like this: >
|
||||
|
||||
:let g:markdown_fenced_languages = ['html', 'python', 'bash=sh']
|
||||
|
||||
To disable markdown syntax concealing add the following to your vimrc: >
|
||||
|
||||
:let g:markdown_syntax_conceal = 0
|
||||
|
||||
|
||||
MATHEMATICA *mma.vim* *ft-mma-syntax* *ft-mathematica-syntax*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user