aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-30 17:51:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-30 17:51:41 +1200
commit7e1619b85c3d7914c4fe4846d92d904cfdbcbbcc (patch)
tree3dff85efb8c56caf15a2b3b1c53ba36cd62db58f /vim/after
parentNo longer using Gundo, remove binding (diff)
downloaddotfiles-7e1619b85c3d7914c4fe4846d92d904cfdbcbbcc.tar.gz
dotfiles-7e1619b85c3d7914c4fe4846d92d904cfdbcbbcc.zip
Remove Markdown overrides, seems to be fixed now
Diffstat (limited to 'vim/after')
-rw-r--r--vim/after/syntax/markdown.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/vim/after/syntax/markdown.vim b/vim/after/syntax/markdown.vim
deleted file mode 100644
index 071d5449..00000000
--- a/vim/after/syntax/markdown.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-"
-" Fix list definitions until I have time to figure out how to stop them
-" applying to within code blocks and can suggest it to the maintainer.
-"
-syn clear markdownListMarker
-syn match markdownListMarker "[-*+]\%(\s\+\S\)\@=" contained
-syn clear markdownOrderedListMarker
-syn match markdownOrderedListMarker "\<\d\+\.\%(\s*\S\)\@=" contained
-