html.templates.fhtml: fix using.
parent
a38524eb99
commit
49b040c0b0
|
@ -1,10 +1,10 @@
|
||||||
! Copyright (C) 2005 Alex Chapman
|
! Copyright (C) 2005 Alex Chapman
|
||||||
! Copyright (C) 2006, 2010 Slava Pestov
|
! Copyright (C) 2006, 2010 Slava Pestov
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: continuations sequences kernel namespaces debugger
|
USING: accessors combinators compiler.units html.templates io
|
||||||
combinators math quotations generic strings splitting accessors
|
io.encodings.utf8 io.files kernel lexer lexer.private math
|
||||||
assocs fry vocabs.parser parser parser.notes lexer io io.files
|
namespaces parser parser.notes quotations sequences splitting
|
||||||
io.streams.string io.encodings.utf8 html.templates compiler.units ;
|
vocabs.parser ;
|
||||||
IN: html.templates.fhtml
|
IN: html.templates.fhtml
|
||||||
|
|
||||||
! We use a custom lexer so that %> ends a token even if not
|
! We use a custom lexer so that %> ends a token even if not
|
||||||
|
|
Loading…
Reference in New Issue