Show
Ignore:
Timestamp:
05/08/08 12:25:03 (5 months ago)
Author:
pmoura
Message:

Added missing support for the syntax coloring of variables to the Nedit text editor.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/nedit/logtalk.pats

    r4255 r4256  
    2222 
    2323nedit.highlightPatterns: Logtalk:1:0{\n\ 
    24     Entity directives:"(?<=:\\-\\s)(object|protocol|category|module)(?=[(])":::Preprocessor::\n\ 
    25     Entity directives:"(?<=:\\-\\s)(end_object|end_protocol|end_category)(?=[.])":::Preprocessor::\n\ 
     24    Variables:"[A-Z_]\\w*":::Identifier2::\n\ 
     25    Opening Entity directives:"(?<=:\\-\\s)(object|protocol|category|module)(?=[(])":::Preprocessor::\n\ 
     26    Closing Entity directives:"(?<=:\\-\\s)(end_object|end_protocol|end_category)(?=[.])":::Preprocessor::\n\ 
    2627    Entity relations:"<(complements|instantiates|specializes|extends|imports|implements)(?=[(])":::Preprocessor::\n\ 
    2728    Directives:"(?<=:\\-\\s)(alias|synchronized|encoding|export|initialization|info|mode|dynamic|discontiguous|public|protected|private|meta_predicate|multifile|op|calls|uses|use_module)(?=[(])":::Preprocessor::\n\ 
     
    6970    Bitwise functors:">>|<<|/\\\\|\\\\/|\\\\":::Subroutine::\n\ 
    7071    Atoms:"[a-z]\\w*":::Plain::\n\ 
    71     Variables:"[A-Z_]\\w*":::Identifier::\n\ 
    7272} 
    7373nedit.languageModes:    Logtalk: .lgt .config::::4:4:\n\