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