summaryrefslogtreecommitdiff
path: root/t/t4018-diff-funcname.sh
diff options
context:
space:
mode:
authorLibravatar Marc-André Lureau <mlureau@redhat.com>2019-05-17 01:58:15 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-05-17 12:54:02 +0900
commitd74e78602e3d562f5db64d553d4be21c201ef7b3 (patch)
treec720b811567ec4496d0c547bc0a6b2cba899f6c6 /t/t4018-diff-funcname.sh
parentGit 2.22-rc0 (diff)
downloadtgif-d74e78602e3d562f5db64d553d4be21c201ef7b3.tar.xz
userdiff: add built-in pattern for rust
This adds xfuncname and word_regex patterns for Rust, a quite popular programming language. It also includes test cases for the xfuncname regex (t4018) and updated documentation. The word_regex pattern finds identifiers, integers, floats and operators, according to the Rust Reference Book. Cc: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4018-diff-funcname.sh')
-rwxr-xr-xt/t4018-diff-funcname.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t4018-diff-funcname.sh b/t/t4018-diff-funcname.sh
index 22f9f88f0a..9261d6d3a0 100755
--- a/t/t4018-diff-funcname.sh
+++ b/t/t4018-diff-funcname.sh
@@ -43,6 +43,7 @@ diffpatterns="
php
python
ruby
+ rust
tex
custom1
custom2