Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Vim for PerlMonks nodes

by zakb (Pilgrim)
on Jun 30, 2003 at 10:43 UTC ( [id://270126]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    " add Perl extensions
    :syntax include @Perl syntax/perl.vim
    :syntax region htmlPerl start="< code >" end="< /code >" contains=@Per
    +l keepend
    ...
    let b:current_syntax = "html"
    
    syntax region PMlink start="\[" end ="\]"
    
  2. or download this
    " add Perl extensions
    syntax include @Perl syntax/perl.vim
    syntax region htmlPerl start="< code >" end="< /code >" contains=@Perl
    + keepend
    ...
    let b:current_syntax = "html"
    
    syntax region PMlink start="\[" end ="\]"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://270126]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-16 15:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found