Changeset 4214 for trunk/wenv

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

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

Files:
1 modified

Legend:

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