]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/fhtml/fhtml.factor
Changing : foo ; parsing to SYNTAX: foo ;
[factor.git] / basis / html / templates / fhtml / fhtml.factor
index f3539f6a0fb826e8006650a3f1cd63a5b35f44f7..21e9f8352d9119ba6c23edb760de9992022d5382 100644 (file)
@@ -49,7 +49,7 @@ DEFER: <% delimiter
         drop
     ] if ;
 
-: %> lexer get parse-%> ; parsing
+SYNTAX: %> lexer get parse-%> ;
 
 : parse-template-lines ( lines -- quot )
     <template-lexer> [