Browse Source

diff: chapter and part in funcname for tex

This patch enhances the tex funcname by adding support for
chapter and part sectioning commands. It also matches
the starred version of the sectioning commands.

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Giuseppe Bilotta 17 years ago committed by Junio C Hamano
parent
commit
807d869453
  1. 2
      diff.c

2
diff.c

@ -1386,7 +1386,7 @@ static struct builtin_funcname_pattern {
"\\|" "\\|"
"^\\(.*=[ \t]*\\(class\\|record\\).*\\)$" "^\\(.*=[ \t]*\\(class\\|record\\).*\\)$"
}, },
{ "tex", "^\\(\\\\\\(sub\\)*section{.*\\)$" }, { "tex", "^\\(\\\\\\(\\(sub\\)*section\\|chapter\\|part\\)\\*\\{0,1\\}{.*\\)$" },
{ "ruby", "^\\s*\\(\\(class\\|module\\|def\\)\\s.*\\)$" }, { "ruby", "^\\s*\\(\\(class\\|module\\|def\\)\\s.*\\)$" },
}; };



Loading…
Cancel
Save