Commit a3b6db4a authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

even more line numbers

parent f20fc953
Loading
Loading
Loading
Loading
+25 −9
Original line number Diff line number Diff line
@@ -99,8 +99,28 @@ my %translation = (
);

my %linemap = (
	ABR => {
		200 => 19,                                                      # RE
		893 => 40,                                                      # RB
		894 => 16,                                                      # RE
		895 => 16,                                                      # RE
	},
	ERB => {
		200 => 13,                                                      # RE
		898 => 3,                                                       # RE
		899 => 3,                                                       # RE
		903 => 59,                                                      # RB
	},
	NWB => {
		750 => 10,                                                      # RE
		753 => 14,                                                      # RE
	},
	RB => {
		103 => 33,
		118 => 38,
		144 => 43,
		146 => 53,
		147 => 51,
	},
	RE => {
		100 => 11,
@@ -113,6 +133,7 @@ my %linemap = (
		108 => 8,
		109 => 9,
		112 => 42,
		113 => 22,
		325 => 7,
	},
	S => {
@@ -120,22 +141,17 @@ my %linemap = (
		303 => 3,
		304 => 4,
		306 => 6,
		308 => '8',
		308 => 8,
		309 => 9,
		311 => 1,
		312 => 2,
		313 => 3,
		315 => 5,
		316 => 6,
		318 => 8,
		319 => 9,
	},
	NWB => {
		753 => 14, # RE
	},
	ABR => {
		893 => 40, # RB
		894 => 16, # RE
		895 => 16, # RE
		331 => 11,
		908 => 28,
	},
);