html: fix skip usage.
parent
b2e0501292
commit
434c864f0a
|
@ -18,7 +18,7 @@ M: template-lexer skip-word
|
||||||
{
|
{
|
||||||
{ [ 2dup nth char: \" = ] [ drop 1 + ] }
|
{ [ 2dup nth char: \" = ] [ drop 1 + ] }
|
||||||
{ [ 2dup swap tail-slice "%>" head? ] [ drop 2 + ] }
|
{ [ 2dup swap tail-slice "%>" head? ] [ drop 2 + ] }
|
||||||
[ f skip ]
|
[ skip-meat ]
|
||||||
} cond
|
} cond
|
||||||
] change-lexer-column ;
|
] change-lexer-column ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue