summaryrefslogtreecommitdiffstats
path: root/tksao/frame/lex.L
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-11 21:17:59 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-11 21:17:59 (GMT)
commiteef1b4e01cc3c5307188e1497e6b095081eef378 (patch)
treeb27c812b352c9024fe4a5b9dbab6f6102a581156 /tksao/frame/lex.L
parentf7a9669c931c4da48dbc39d3f90b17ea2314ab9c (diff)
downloadblt-eef1b4e01cc3c5307188e1497e6b095081eef378.zip
blt-eef1b4e01cc3c5307188e1497e6b095081eef378.tar.gz
blt-eef1b4e01cc3c5307188e1497e6b095081eef378.tar.bz2
add region fill
Diffstat (limited to 'tksao/frame/lex.L')
-rw-r--r--tksao/frame/lex.L1
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/frame/lex.L b/tksao/frame/lex.L
index 8bc1960..389945b 100644
--- a/tksao/frame/lex.L
+++ b/tksao/frame/lex.L
@@ -135,6 +135,7 @@ ext {return EXT_;}
factor {return FACTOR_;}
false {return FALSE_;}
file {return FILE_;}
+fill {return FILL_;}
filter {return FILTER_;}
fit {return FIT_;}
fits {return FITS_;}