diff --git a/basis/xmode/marker/marker.factor b/basis/xmode/marker/marker.factor index d0d68febec..d36aa1228f 100755 --- a/basis/xmode/marker/marker.factor +++ b/basis/xmode/marker/marker.factor @@ -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