[TxMt] Foldings in php
Ian Smith-Dahl
isd at strangetower.com
Sun Oct 21 19:44:34 UTC 2007
AFAIK (after checking my own code), the actual php tags (<?php ... ?
>) don't fold in Textmate.
The only other part here that doesn't fold for me, which should, is
the head and title, and that's because the close </title> tag is
misspelt.
On Oct 21, 2007, at 3:13 PM, pmsquillace wrote:
> <html>
> <head>
> <title>Hello World</tile>
> </head>
> <body>
> This page is my first Hello World php Script.<br><br>
>
> <?php
>
> echo "Hello World! This is PHP <br><br>" ;
> print "Hello World! This is PHP again with the function print
> <br><br>"
> ;
> echo "Hello" . " World! This is PHP concatenated together with a .
> <br><br>" ;
> echo 2+3;
> ?>
> <br><br>
> <?php
>
> echo "Johnny will come marching home, today" ;
> ?>
>
> </body>
> </html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20071021/c2e3e6da/attachment.html>
More information about the textmate
mailing list