]> git.99rst.org Git - git.git/commit
userdiff: add support for R programming language
authorRodrigo Carvalho <redacted>
Thu, 29 May 2025 22:16:41 +0000 (19:16 -0300)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
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
git clone https://git.99rst.org/PROJECT