~jack/misc

e0f15bd5e2876d2f591d79265d275963de149f55 — Jack Kelly 3 years ago 6ed6482
Remove spaces from haskell keyword layer
1 files changed, 14 insertions(+), 14 deletions(-)

M ergodox/config/MDErgo1-Default-4.kll
M ergodox/config/MDErgo1-Default-4.kll => ergodox/config/MDErgo1-Default-4.kll +14 -14
@@ 20,19 20,19 @@ U"8" : U"F8";
U"9" : U"F9";
U"0" : U"F10";

U"C" : 'case', U"SPACE";
U"L" : 'class', U"SPACE";
U"D" : 'data', U"SPACE";
U"E" : 'default', U"SPACE";
U"V" : 'deriving', U"SPACE";
U"F" : 'family', U"SPACE";
U"A" : 'forall', U"SPACE";
U"R" : 'foreign', U"SPACE";
U"H" : 'hiding', U"SPACE";
U"C" : 'case';
U"L" : 'class';
U"D" : 'data';
U"E" : 'default';
U"V" : 'deriving';
U"F" : 'family';
U"A" : 'forall';
U"R" : 'foreign';
U"H" : 'hiding';
U"X" : 'infix';
U"I" : 'instance', U"SPACE";
U"M" : 'module', U"SPACE";
U"N" : 'newtype', U"SPACE";
U"P" : 'proc', U"SPACE";
U"T" : 'type', U"SPACE";
U"I" : 'instance';
U"M" : 'module';
U"N" : 'newtype';
U"P" : 'proc';
U"T" : 'type';
U"W" : 'where';