Tag numbered markdown list items with ctags

This commit is contained in:
ViViDboarder 2021-08-25 16:27:15 -07:00
parent fe1a146c84
commit 93da58b644
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@
--langdef=markdown
--langmap=markdown:+.md
--regex-markdown=/^[#]+[ \t]*(.*)[ \t]*$/\1/d,definition/
--langdef=comment
--regex-comment=/$x/x/x/e/ Tagging numbered list items
--regex-comment=/$x/x/x/e/ --regex-markdown=/^[ \t]*([0-9]+[\.:][ \t]+.*)$/\1/d,definition/