Changeset 4214
- Timestamp:
- 04/21/08 15:40:10 (3 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
RELEASE_NOTES.txt (modified) (1 diff)
-
wenv/textmate/Logtalk.tmbundle/Syntaxes/Logtalk.plist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4213 r4214 84 84 Updated the TextMate Logtalk bundle and its configuration instructions 85 85 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. 87 88 88 89 Corrected a syntax coloring bug with character codes using the 0'Char -
trunk/wenv/textmate/Logtalk.tmbundle/Syntaxes/Logtalk.plist
r3952 r4214 164 164 <dict> 165 165 <key>match</key> 166 <string>\b(mod|rem)\b </string>166 <string>\b(mod|rem)\b(?![-!(^~])</string> 167 167 <key>name</key> 168 168 <string>keyword.operator.evaluable.logtalk</string> … … 179 179 <key>name</key> 180 180 <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> 181 187 </dict> 182 188 <dict>
