Changeset 4250

Show
Ignore:
Timestamp:
05/05/08 01:53:38 (3 months ago)
Author:
pmoura
Message:

Added missing support for quoted atom escape sequences to the TextMate? text editor.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4247 r4250  
    3434 
    3535    Added missing support for the syntax coloring of the external call  
    36     Logtalk control construct, {}/1, to the TextMate text editor and to  
    37     the Highlight package. 
     36    Logtalk control construct, {}/1, to the Highlight package. 
     37 
     38    Added missing support for the syntax coloring of the external call  
     39    Logtalk control construct, {}/1, and for quoted atom escape sequences  
     40    to the TextMate text editor. 
    3841 
    3942    Added missing support for the syntax coloring of the built-in predicate  
  • trunk/wenv/textmate/Logtalk.tmbundle/Syntaxes/Logtalk.plist

    r4235 r4250  
    375375                <dict> 
    376376                    <key>match</key> 
    377                     <string>\\.</string> 
     377                    <string>\\([\\abfnrtv"']|(x[a-fA-F0-9]+|[0-7]+)\\)</string> 
    378378                    <key>name</key> 
    379379                    <string>constant.character.escape.logtalk</string>