Changeset 4250 for trunk/wenv

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

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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>