File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 1- " vim: ts = 4 sw = 4 :
21" folding for Markdown headers, both styles (atx- and setex-)
32" http://daringfireball.net/projects/markdown/syntax#header
43"
@@ -175,7 +174,6 @@ else " vim_markdown_folding_style_pythonic == 0
175174 endfunction
176175endif
177176
178-
179177let b: fenced_block = 0
180178let b: front_matter = 0
181179let s: vim_markdown_folding_level = get (g: , ' vim_markdown_folding_level' , 1 )
Original file line number Diff line number Diff line change 1- " Vim syntax file
2- " Language: Markdown
3- " Maintainer: Ben Williams <benw@plasticboy.com>
4- " URL: http://plasticboy.com/markdown-vim-mode/
5- " Remark: Uses HTML syntax file
6- " TODO: Handle stuff contained within stuff (e.g. headings within blockquotes)
7-
8-
91" Read the HTML syntax to start with
102if v: version < 600
113 source <sfile> :p :h /html.vim
@@ -184,4 +176,3 @@ HtmlHiLink mkdDelimiter Delimiter
184176let b: current_syntax = ' mkd'
185177
186178delcommand HtmlHiLink
187- " vim: ts = 8
You can’t perform that action at this time.
0 commit comments