Changeset 4235

Show
Ignore:
Timestamp:
04/30/08 05:11:19 (2 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.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4234 r4235  
    1919    Corrected a bug in the SubEthaEdit syntax coloring support for the  
    2020    imports_category/2-3 built-in predicate. 
     21 
     22    Added missing support for the syntax coloring of the external call  
     23    Logtalk control construct, {}/1, to the TextMate text editor. 
    2124 
    2225 
  • 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>