fix load error

Doug Coleman 2008-09-18 15:16:06 -05:00
parent e59b320df3
commit a53a198cc2
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ IN: xmode.marker
USING: kernel namespaces make xmode.rules xmode.tokens
xmode.marker.state xmode.marker.context xmode.utilities
xmode.catalog sequences math assocs combinators
strings regexp splitting parser-combinators ascii unicode.case
strings parser-combinators.regexp regexp splitting
parser-combinators ascii unicode.case
combinators.short-circuit accessors ;
! Based on org.gjt.sp.jedit.syntax.TokenMarker