shoestrap/assets/default/dotfiles/ctags

13 lines
436 B
Plaintext

--langmap=c#:+.trigger
--langmap=c#:+.cls
--langmap=html:+.page
--langmap=html:+.component
--regex-make=/^([a-zA-Z0-9_$()*?-][a-zA-Z0-9_$()*?.-]+)[ ]*:/\1/d,definition/
--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/