aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/syntax/markdown.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2024-03-30 09:35:52 +0800
committerGuangxiong Lin <[email protected]>2024-03-30 09:35:52 +0800
commit8975ccf1c3b24c1088d3ec9449741a4092ba7ef5 (patch)
tree372c19c19666f6aee1ba4073f11402264653056f /.vim/after/syntax/markdown.vim
parent66f75539f7806d02d12b6ebb9788f47b48831a2f (diff)
downloaddotfiles-8975ccf1c3b24c1088d3ec9449741a4092ba7ef5.tar.gz
dotfiles-8975ccf1c3b24c1088d3ec9449741a4092ba7ef5.tar.bz2
dotfiles-8975ccf1c3b24c1088d3ec9449741a4092ba7ef5.zip
Add vim markdown custom syntax
Diffstat (limited to '.vim/after/syntax/markdown.vim')
-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