For syntax highlighting

This commit is contained in:
Juerd Waalboer 2017-03-26 23:02:53 +02:00
parent aa8c1c9f32
commit 714b337ae2
6 changed files with 6 additions and 0 deletions

2
plugins/repeat Normal file → Executable file
View 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.";