Reverting xmode.marker (it's not using XML!)

db4
Daniel Ehrenberg 2009-01-28 16:25:41 -06:00
parent 940a085325
commit 88e8b95cf7
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ USING: kernel namespaces make xmode.rules xmode.tokens
xmode.marker.state xmode.marker.context xmode.utilities
xmode.catalog sequences math assocs combinators strings
parser-combinators.regexp splitting parser-combinators ascii
ascii combinators.short-circuit accessors xml.data ;
ascii combinators.short-circuit accessors ;
! Based on org.gjt.sp.jedit.syntax.TokenMarker
@ -297,7 +297,7 @@ M: mark-previous-rule handle-rule-start
: tokenize-line ( line-context line rules -- line-context' seq )
[
"MAIN" attr -rot
"MAIN" swap at -rot
init-token-marker
mark-token-loop
mark-remaining