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:

committed by
Junio C Hamano

parent
889d35899b
commit
e90d065e64
13
t/t4034/ada/pre
Normal file
13
t/t4034/ada/pre
Normal 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
|
Reference in New Issue
Block a user