mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 10:28:56 +00:00
Got permission from Gustaf for userdiff patterns
This commit is contained in:
parent
7cc001cefb
commit
4115987739
@ -49,6 +49,7 @@ ok Brian Gernhardt <benji@silverinsanity.com>
|
||||
ok Christian Couder <chriscool@tuxfamily.org>
|
||||
ok Daniel Barkalow <barkalow@iabervon.org>
|
||||
ok Florian Forster <octo@verplant.org>
|
||||
ok Gustaf Hendeby <hendeby@isy.liu.se>
|
||||
ok Holger Weiss <holger@zedat.fu-berlin.de>
|
||||
ok Jeff King <peff@peff.net>
|
||||
ok Johannes Schindelin <Johannes.Schindelin@gmx.de>
|
||||
|
@ -80,6 +80,10 @@ PATTERNS("java",
|
||||
"|[-+*/<>%&^|=!]="
|
||||
"|--|\\+\\+|<<=?|>>>?=?|&&|\\|\\|"),
|
||||
|
||||
PATTERNS("matlab",
|
||||
"^[[:space:]]*((classdef|function)[[:space:]].*)$|^%%[[:space:]].*$",
|
||||
"[a-zA-Z_][a-zA-Z0-9_]*|[-+0-9.e]+|[=~<>]=|\\.[*/\\^']|\\|\\||&&"),
|
||||
|
||||
PATTERNS("objc",
|
||||
/* Negate C statements that can look like functions */
|
||||
"!^[ \t]*(do|for|if|else|return|switch|while)\n"
|
||||
|
Loading…
Reference in New Issue
Block a user