Skip to content

Commit 416f80a

Browse files
drafnelspearce
authored andcommitted
diff.c: remove duplicate bibtex pattern introduced by merge 92bb978
Signed-off-by: Brandon Casey <[email protected]> Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent d3154b4 commit 416f80a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

diff.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,8 +1439,6 @@ static const struct funcname_pattern_entry builtin_funcname_pattern[] = {
14391439
{ "python", "^[ \t]*((class|def)[ \t].*)$", REG_EXTENDED },
14401440
{ "ruby", "^[ \t]*((class|module|def)[ \t].*)$",
14411441
REG_EXTENDED },
1442-
{ "bibtex", "(@[a-zA-Z]{1,}[ \t]*\\{{0,1}[ \t]*[^ \t\"@',\\#}{~%]*).*$",
1443-
REG_EXTENDED },
14441442
{ "tex",
14451443
"^(\\\\((sub)*section|chapter|part)\\*{0,1}\\{.*)$",
14461444
REG_EXTENDED },

0 commit comments

Comments
 (0)