Menu

POD =head3

Ivan Wills
2004-08-19
2004-08-19
  • Ivan Wills

    Ivan Wills - 2004-08-19

    Hi

    There appears to be no syntax hight lighting for POD head3 comments is this possible to easily fix this?

    Thanks
    Ivan

    PS Thanks for all the quick responces for my requiests so far.

     
    • Jochen Ruehl

      Jochen Ruehl - 2004-08-19

      Hi,

      syntax highlighting rules are defined in the file
      eclipse/plugins/org.epic.ext.cbg.editor_*/modes/perl.xml.

      Copy the following section and replace "=head2" with "=head3" and restart Eclipse:

      <SPAN TYPE="LABEL" AT_LINE_START="TRUE" DELEGATE="POD">
                  <BEGIN>=head2</BEGIN>
                  <END>=cut</END>
      </SPAN>

      Now POD =head3 should work.

      Bye
      Jochen

       

Log in to post a comment.