Changeset 4214

Show
Ignore:
Timestamp:
04/21/08 15:40:10 (3 months ago)
Author:
pmoura
Message:

Updated the TextMate? Logtalk bundle by adding syntax coloring support for standard arithmetic functions.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4213 r4214  
    8484    Updated the TextMate Logtalk bundle and its configuration instructions  
    8585    to make the "Compile" and "Generate ..." commands more general, making  
    86     it compatible with most Prolog compilers. 
     86    it compatible with most Prolog compilers. Added syntax coloring for  
     87    standard arithmetic functions. 
    8788 
    8889    Corrected a syntax coloring bug with character codes using the 0'Char  
  • trunk/wenv/textmate/Logtalk.tmbundle/Syntaxes/Logtalk.plist

    r3952 r4214  
    164164        <dict> 
    165165            <key>match</key> 
    166             <string>\b(mod|rem)\b</string> 
     166            <string>\b(mod|rem)\b(?![-!(^~])</string> 
    167167            <key>name</key> 
    168168            <string>keyword.operator.evaluable.logtalk</string> 
     
    179179            <key>name</key> 
    180180            <string>keyword.operator.misc.logtalk</string> 
     181        </dict> 
     182        <dict> 
     183            <key>match</key> 
     184            <string>\b(a(bs|tan)|c(eiling|os)|exp|flo(at(_(integer|fractional)_part)?|or)|log|mod|r(em|ound)|s(i(n|gn)|qrt)|truncate)(?=[(])</string> 
     185            <key>name</key> 
     186            <string>support.function.evaluable.logtalk</string> 
    181187        </dict> 
    182188        <dict>