aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-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
-