Glad to know you like it :)
Dossy - do you want to take over custodianship of the file? After 10 years as a vim user, but now as a 1 year emacs convert, I can't see me adding the sql rendering I never quite got around to ;). (Bart Teeuwisse has an excellent oacs mode for emacs that does this at www.thecodemill.biz).
I don't wish to start a religeous war, so I won't say any more.
Except that emacs makes me more productive than vim ever did. And thanks to Lars Pind for listening to my vim propoganda so patiently until I saw the light.
That is all.
Mark.
Dossy Shiobara wrote:
On 2004.09.20, Jeremy Vinding <[EMAIL PROTECTED]> wrote:
hmm... i wonder where I got the one I use then. it does tcl mode between <% and %>
I'll attach it
...
" Vim syntax file " Language: ADP (AOLServer Dynamic Pages) " Maintainer: Mark Aufflick <[EMAIL PROTECTED]> " URL: http://pumptheory.com/mark/src/vim/syntax/adp.vim " Last change: 2001 Aug 13 " Credits : Based on jsp.vim by Rafael Garcia-Suarez <[EMAIL PROTECTED]>
Awesome. This defines main_syntax as "adp" and pulls in html.vim and tcl.vim -- exactly what I was suggesting. Here's the magic:
syn region adpScriptlet matchgroup=adpTag start=/<%/ keepend end=/%>/ [EMAIL PROTECTED] syn region adpExpr matchgroup=adpTag start=/<%=/ keepend end=/%>/ [EMAIL PROTECTED]
This is actuall better than the adp.vim I hacked together on my own -- thanks for sharing it with us, Jeremy. And, obviously, thanks to Mark for putting it together.
-- Dossy
-- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70)
-- AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
======================================================================== Personal Web Hosting from $5/month www.platformnetworks.net Forward undetected SPAM to: [EMAIL PROTECTED] ========================================================================
-- Mark Aufflick e: [EMAIL PROTECTED] w: www.pumptheory.com (business) w: mark.aufflick.com (personal) p: +61 438 700 647 f: +61 2 9436 4737
======================================================================== Personal Web Hosting from $5/month www.platformnetworks.net Forward undetected SPAM to: [EMAIL PROTECTED] ========================================================================
-- AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
