Show
Ignore:
Timestamp:
04/30/08 05:11:19 (5 months ago)
Author:
pmoura
Message:

Added missing support for the syntax coloring of the external call Logtalk control construct, {}/1, to the TextMate? text editor.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/textmate/Logtalk.tmbundle/Syntaxes/Logtalk.plist

    r4214 r4235  
    140140        <dict> 
    141141            <key>match</key> 
     142            <string>([{}])</string> 
     143            <key>name</key> 
     144            <string>keyword.operator.external-call.logtalk</string> 
     145        </dict> 
     146        <dict> 
     147            <key>match</key> 
    142148            <string>(\?|@)</string> 
    143149            <key>name</key>