extra: Annotations imported a bad CAPS:

modern-harvey2
Doug Coleman 2017-12-24 19:21:35 -08:00
parent a35dd209c3
commit deef6a0744
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
! (c)2009 Joe Groff, Doug Coleman. see BSD license
USING: accessors combinators.short-circuit kernel lexer
namespaces sequences tools.crossref words ;
FROM: functors2 => new-word SAME-FUNCTOR: ;
FROM: functors2 => new-word \SAME-FUNCTOR: ;
IN: annotations
<<

View File

@ -336,6 +336,7 @@ M: upper-colon tuple>identifiers
{ "USING" [ drop f ] }
{ "IN" [ drop f ] }
{ "M" [ drop f ] }
{ "FROM" [ drop f ] }
{ "INSTANCE" [ drop f ] }
{ "ARTICLE" [ drop f ] } ! TODO: Should be a word imo
{ "ABOUT" [ drop f ] } ! TODO: Should be a word imo