summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/psparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/psparser.tac')
-rw-r--r--ds9/parsers/psparser.tac2
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/parsers/psparser.tac b/ds9/parsers/psparser.tac
index 6bd877c..56e3f35 100644
--- a/ds9/parsers/psparser.tac
+++ b/ds9/parsers/psparser.tac
@@ -13,6 +13,7 @@
%token FILENAME_
%token INTERPOLATE_
%token LEVEL_
+%token PALETTE_
%token PRINTER_
%token RESOLUTION_
@@ -48,6 +49,7 @@ ps : {PostScript}
| RESOLUTION_ resolution {ProcessCmdSet ps resolution $2}
#backward compatibility
| INTERPOLATE_
+ | PALETTE_ color {ProcessCmdSet ps color $2}
;
dest : PRINTER_ {set _ printer}