Show
Ignore:
Timestamp:
05/10/08 08:50:04 (4 months ago)
Author:
pmoura
Message:

Added missing support for the syntax coloring of quoted atom escape sequences to the Source-highlight package.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/source-highlight/logtalk.lang

    r4241 r4259  
    22# 
    33#   written by Paulo Moura (pmoura@logtalk.org) 
    4 #   last revised on 30 April 2008 
     4#   last revised on 10 May 2008 
    55 
    66comment start "%" 
     
    88 
    99string delim "\"" "\"" escape "\\" 
    10 string delim "'" "'"  escape "\\" 
     10 
     11environment string delim "'" "'" begin 
     12    specialchar = '\\([\\abfnrtv"\']|(x[a-fA-F0-9]+|[0-7]+)\\)' 
     13end 
    1114 
    1215keyword =   '\<(abolish|c(urrent|reate))_(object|protocol|category)(?=\()',