Skip to content

Commit 94c96b1

Browse files
committed
chore: Remove modelines and other cruft
1 parent 12c0ae6 commit 94c96b1

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

after/ftplugin/markdown.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
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
176175
endif
177176

178-
179177
let b:fenced_block = 0
180178
let b:front_matter = 0
181179
let s:vim_markdown_folding_level = get(g:, 'vim_markdown_folding_level', 1)

syntax/markdown.vim

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
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
102
if v:version < 600
113
source <sfile>:p:h/html.vim
@@ -184,4 +176,3 @@ HtmlHiLink mkdDelimiter Delimiter
184176
let b:current_syntax = 'mkd'
185177

186178
delcommand HtmlHiLink
187-
" vim: ts=8

0 commit comments

Comments
 (0)