Add userdiff patterns for Ada

Add Ada xfuncname and wordRegex patterns to the list of builtin
patterns.

Signed-off-by: Adrian Johnson <ajohnson@redneon.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Adrian Johnson
2012-09-16 13:24:15 +09:30
committed by Junio C Hamano
parent 889d35899b
commit e90d065e64
7 changed files with 66 additions and 1 deletions

13
t/t4034/ada/pre Normal file
View File

@ -0,0 +1,13 @@
Ada.Text_IO.Put_Line("Hello World!");
1 1e-10 16#FE12#E2 3.141_592 'x'
a+b a-b
a*b a/b
a**b
a(b)
a:=b
a=b a/= b
a<b a<=b a>b a>=b
a,b
a=>b
a..b
a<>b