diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-07-31 16:44:38 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-07-31 16:44:38 (GMT) |
commit | 206e6223447359bb13b59843f4f1ac983ccb1bd8 (patch) | |
tree | 45a497d8ab26e492207d1bdfc210aed996284a8b /ds9/parsers/plotlex.fcl | |
parent | 181b2ca19e96b8c77cddfeef756f9564c34148be (diff) | |
download | blt-206e6223447359bb13b59843f4f1ac983ccb1bd8.zip blt-206e6223447359bb13b59843f4f1ac983ccb1bd8.tar.gz blt-206e6223447359bb13b59843f4f1ac983ccb1bd8.tar.bz2 |
update all parsers to accept british spelling of COLOUR
Diffstat (limited to 'ds9/parsers/plotlex.fcl')
-rw-r--r-- | ds9/parsers/plotlex.fcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/parsers/plotlex.fcl b/ds9/parsers/plotlex.fcl index fb9b05f..cd0760f 100644 --- a/ds9/parsers/plotlex.fcl +++ b/ds9/parsers/plotlex.fcl @@ -25,6 +25,7 @@ circle {return $CIRCLE_} clear {return $CLEAR_} close {return $CLOSE_} color {return $COLOR_} +colour {return $COLOR_} column {return $COLUMN_} command {return $COMMAND_} cross {return $CROSS_} @@ -46,6 +47,7 @@ file {return $FILE_} filename {return $FILENAME_} fill {return $FILL_} fillcolor {return $FILLCOLOR_} +fillcolour {return $FILLCOLOR_} flat {return $FLAT_} flip {return $FLIP_} font {return $FONT_} |