mirror of
https://github.com/git/git
synced 2024-11-05 04:53:18 +00:00
91bf382fcf
Octave pattern is almost the same as matlab, except that '%%%' and '##' can also be used to begin code sections, in addition to '%%' that is understood by both. Octave pattern is merged into Matlab pattern. Test cases for the hunk header patterns of matlab and octave under t/t4018 are added. Signed-off-by: Boxuan Li <liboxuan@connect.hku.hk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
5 lines
59 B
Text
5 lines
59 B
Text
classdef RIGHT
|
|
properties
|
|
ChangeMe
|
|
end
|
|
end
|