Show
Ignore:
Timestamp:
05/04/08 05:32:13 (5 months ago)
Author:
pmoura
Message:

Added missing support for the syntax coloring of the scope operator ::/2 to the Kate text editor and to the Pygments syntax highlighter.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/pygments/logtalk.py

    r4245 r4246  
    190190            # End of entity-opening directive 
    191191            (r'([)]\.\n)', Text, 'root'), 
     192            # Scope operator 
     193            (r'(::)', Operator), 
    192194            # Ponctuation 
    193195            (r'[()\[\],.|]', Text),