Highlighting Perl modules usage

Highlighting Perl modules usage

2
NewbieNewbie
2

    Oct 14, 2006#1

    I would like to highlight Perl modules, but using ...

    **::

    in the wordfile.txt, I just get ...

    use MIME::Base64;

    and certainly I would like to get ...

    use MIME::Base64;

    How I could do it?

    Thank you very much in advance

    Mapg

    6,683583
    Grand MasterGrand Master
    6,683583

      Oct 14, 2006#2

      That's simply not possible. The character : is in the default wordfile.txt for Perl a delimiter character. That means that MIME::Base64 are for the word based syntax highlighting engine 4 words: MIME::Base64.

      I'm already wondering that **:: is working.

      Edit: Found the reason why **:: works in the history in readme.txt.

      Code: Select all

      V10.00
              - Syntax Highlighting allows delimiters to be start character of word
      Best regards from an UC/UE/UES for Windows user from Austria

      2
      NewbieNewbie
      2

        Oct 14, 2006#3

        OK. Thank you.

        And about ...
        **::
        Yes, it's working.

        I have these delimiters for Perl ...
        /Delimiters = ~!@$%^&*()+=|\/{}[]:;"'<> ,.?\`/
        Hope this could clarify something.

        Some suggestion to highlight cases like i.e: MIME::Base64??

        Thanks

        Mapg