]> git.ipfire.org Git - thirdparty/git.git/commit
userdiff: add support for R programming language
authorRodrigo Carvalho <rodrigorsdc@gmail.com>
Thu, 29 May 2025 22:16:41 +0000 (19:16 -0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 May 2025 22:29:37 +0000 (15:29 -0700)
commit1d9526df8d6ebe69efc54ade9d4ed2317342fdba
tree85d83e081ef82348cc7eb1db2cb307153dd8c223
parentfcfe60668e05ffde2610bfef9045797618c145ac
userdiff: add support for R programming language

Add userdiff patterns to support R programming language.

Also, add three userdiff tests for R programming language
files. These files define simple function and nested function,
with and without indentation.

Signed-off-by: Rodrigo Carvalho <rodrigorsdc@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4018/r-indent [new file with mode: 0644]
t/t4018/r-indent-nested [new file with mode: 0644]
t/t4018/r-noindent [new file with mode: 0644]
userdiff.c