mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-22 05:56:31 +00:00
Tag numbered markdown list items with ctags
This commit is contained in:
parent
fe1a146c84
commit
93da58b644
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user