summaryrefslogtreecommitdiffstats
path: root/check-ciation-order.pl
diff options
context:
space:
mode:
Diffstat (limited to 'check-ciation-order.pl')
-rwxr-xr-xcheck-ciation-order.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/check-ciation-order.pl b/check-ciation-order.pl
index 330c903..55046ad 100755
--- a/check-ciation-order.pl
+++ b/check-ciation-order.pl
@@ -13,6 +13,7 @@ my %seen;
my %output;
while (<<>>) {
+ next if m/^\s*%/;
while (m/\\(?<cmd>citea?)\{(?<keys>.*?)\}/g) {
my $keys = $+{keys};
my $cmd = $+{cmd};