Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Commit a4d3d38

Browse files
committed
fix fenced code blocks for markdown
1 parent cd542d9 commit a4d3d38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vim/vim.symlink/syntax/markdown.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ syntax match mkdCode /^\s*\n\(\(\s\{4,}[^ ]\|\t\+[^\t]\).*\n\)\+/
6767
syntax match mkdLineBreak / \+$/
6868
syntax region mkdCode start=/\\\@<!`/ end=/\\\@<!`/
6969
syntax region mkdCode start=/\s*``[^`]*/ end=/[^`]*``\s*/
70+
syntax region mkdCode start=/\s*```[^`]*/ end=/[^`]*```\s*/
7071
syntax region mkdBlockquote start=/^\s*>/ end=/$/ contains=mkdLineBreak,mkdLineContinue,@Spell
7172
syntax region mkdCode start="<pre[^>]*>" end="</pre>"
7273
syntax region mkdCode start="<code[^>]*>" end="</code>"

0 commit comments

Comments
 (0)