aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vim/after/syntax/markdown.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/after/syntax/markdown.vim b/.vim/after/syntax/markdown.vim
new file mode 100644
index 0000000..7382291
--- /dev/null
+++ b/.vim/after/syntax/markdown.vim
@@ -0,0 +1,3 @@
+syntax match mkdListItemCheckbox
+ \ /\%(TODO\|DOING\|DONE\)\ze\s\+/
+ \ contained contains=mkdListItem