Changeset 4586 for trunk/wenv

Show
Ignore:
Timestamp:
11/08/08 04:05:39 (2 months ago)
Author:
pmoura
Message:

Added syntax coloring support for the new conditional compilation directives to the supported text editors and syntax highlighters.

Location:
trunk/wenv
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/crimson/logtalk.key

    r3748 r4586  
    55 
    66[KEYWORDS0:R1||R2] 
     7if elif else endif 
    78object category protocol module 
    89encoding export 
  • trunk/wenv/superedi/Logtalk.syn

    r3952 r4586  
    6868 
    6969[Keywords 2] 
     70 
     71; Logtalk conditional compilation directives 
     72if 
     73elif 
     74else 
     75endif 
    7076 
    7177; Logtalk opening entity directives 
  • trunk/wenv/textpad/logtalk.syn

    r3952 r4586  
    6868 
    6969[Keywords 2] 
     70 
     71; Logtalk conditional compilation directives 
     72if 
     73elif 
     74else 
     75endif 
    7076 
    7177; Logtalk opening entity directives 
  • trunk/wenv/xcode/logtalk.pblangspec

    r3205 r4586  
    2727        EscapeCharacter = "\\"; 
    2828        Keywords = ( 
     29            "if" 
     30            "elif" 
     31            "else" 
     32            "endif" 
    2933            "category", 
    3034            "end_category",