Changeset 4259

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.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4258 r4259  
    4343    to the TextMate text editor. 
    4444 
    45     Added missing support for the syntax coloring of the built-in predicate  
    46     at_end_of_stream/0 to the Source-highlight package. 
     45    Added missing support for the syntax coloring of quoted atom escape  
     46    sequences and of the built-in predicate at_end_of_stream/0 to the  
     47    Source-highlight package. 
    4748 
    4849    Added missing support for the syntax coloring of the built-in predicate  
  • 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)(?=\()',