view tests/html.ur @ 352:2205d5cb416a

Get type definitions font-locking again
author Adam Chlipala <adamc@hcoop.net>
date Sun, 12 Oct 2008 10:30:08 -0400
parents 71bafe66dbe1
children
line wrap: on
line source
val main = <html>
        <head>
                <title>Hello World!</title>
        </head>

        <body>
                <b>Hello</b> <i>World</i>!
        </body>
</html>