#808: VIM syntax file: fix parsing of quoted ".end"
-------------------+--------------------------------------------------------
 Reporter:  flh    |        Type:  bug   
   Status:  new    |    Priority:  normal
Milestone:         |   Component:  none  
  Version:  trunk  |    Severity:  medium
 Keywords:         |        Lang:        
    Patch:  new    |    Platform:        
-------------------+--------------------------------------------------------

Comment(by jkeenan):

 I applied your patch in my sandbox and created the following dummy file:
 {{{
 .sub main :main
 .end

 .sub 'my_sub'
     $S0 = ".end"
     .return ($S0)
 .end

 # Local Variables:
 #   mode: pir
 #   fill-column: 100
 # End:
 # vim: expandtab shiftwidth=4 ft=pir:
 }}}
 I then quit Vim and my terminal program.  But I did not get the desired
 effect.  Everything from the string `".end"` in line 5 through the end of
 the file now appears in red.

 Am I doing something wrong?

 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/808#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to