summaryrefslogtreecommitdiffstats
path: root/tksao/frame/lex.L
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-07-31 16:44:38 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-07-31 16:44:38 (GMT)
commit206e6223447359bb13b59843f4f1ac983ccb1bd8 (patch)
tree45a497d8ab26e492207d1bdfc210aed996284a8b /tksao/frame/lex.L
parent181b2ca19e96b8c77cddfeef756f9564c34148be (diff)
downloadblt-206e6223447359bb13b59843f4f1ac983ccb1bd8.zip
blt-206e6223447359bb13b59843f4f1ac983ccb1bd8.tar.gz
blt-206e6223447359bb13b59843f4f1ac983ccb1bd8.tar.bz2
update all parsers to accept british spelling of COLOUR
Diffstat (limited to 'tksao/frame/lex.L')
-rw-r--r--tksao/frame/lex.L5
1 files changed, 5 insertions, 0 deletions
diff --git a/tksao/frame/lex.L b/tksao/frame/lex.L
index 0cbf394..8127d8b 100644
--- a/tksao/frame/lex.L
+++ b/tksao/frame/lex.L
@@ -82,10 +82,15 @@ circle {return CIRCLE_;}
clear {return CLEAR_;}
clip {return CLIP_;}
color {return COLOR_;}
+colour {return COLOR_;}
colorbar {return COLORBAR_;}
+colourbar {return COLORBAR_;}
colormap {return COLORMAP_;}
+colourmap {return COLORMAP_;}
colorscale {return COLORSCALE_;}
+colourscale {return COLORSCALE_;}
colorspace {return COLORSPACE_;}
+colourspace {return COLORSPACE_;}
cols {return COLS_;}
column {return COLUMN_;}
command {return COMMAND_;}