[almost-patch] Add diff regular expressions for Markdown and Zshell

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi.
Git comes with a few of the diff-regexes built-in. They are listed
here: https://git-scm.com/docs/gitattributes#_defining_a_custom_hunk_header

I'm a Zsh plugin creator and I've found the following regexes to be useful:

- Zshell function-matching:
    xfuncname =
"^((function[[:blank:]]+[^[:blank:]]+[[:blank:]]*(\\(\\)|))|([^[:blank:]]+[[:blank:]]*\\(\\)))[[:blank:]]*(\\{|)[[:blank:]]*$"

- Markdown hading-matching:
    xfuncname = "^#+[[:blank:]].*$"

Could those regexes be added to the built-in set? I think that they're
extremely useful and shipping them with Git would lift the requirement
of having them in each .gitconfig on each machine – particularly
useful for e.g.: receiving bug-reports from Zsh-plugin users, that may
have the patterns not set up.

-- 
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zinit
Blog: http://zdharma.org




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux