For syntax highlighting
This commit is contained in:
parent
aa8c1c9f32
commit
714b337ae2
6 changed files with 6 additions and 0 deletions
0
plugins/game
Normal file → Executable file
0
plugins/game
Normal file → Executable file
0
plugins/grandtotal
Normal file → Executable file
0
plugins/grandtotal
Normal file → Executable file
2
plugins/pfand
Normal file → Executable file
2
plugins/pfand
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!perl
|
||||
|
||||
HELP "pfand" => "Pfand zurueck";
|
||||
|
||||
# This is a demo plugin. It's called "pfand" because "deposit" would be
|
||||
|
|
2
plugins/repeat
Normal file → Executable file
2
plugins/repeat
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!perl
|
||||
|
||||
my $err_stacked = "Stacked repetition is not supported.";
|
||||
my $err_multi = "Repetition not supported in multi-user transactions.";
|
||||
my $err_pfand = "Plugins 'pfand' and 'repeat' cannot be combined.";
|
||||
|
|
0
plugins/stock
Normal file → Executable file
0
plugins/stock
Normal file → Executable file
2
plugins/voorbeeld
Normal file → Executable file
2
plugins/voorbeeld
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!perl
|
||||
|
||||
sub command { print "@_\n"; NEXT }
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue