Changeset 4186
- Timestamp:
- 04/04/08 08:05:12 (9 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
RELEASE_NOTES.txt (modified) (2 diffs)
-
wenv/subethaedit2/Logtalk.mode/Contents/Resources/SyntaxDefinition.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4185 r4186 11 11 12 12 13 2.31.5 - March 31, 200813 2.31.5 - April ??, 2008 14 14 15 15 Updated the implementation of the threaded/1 built-in predicate to … … 70 70 to make the "Compile" and "Generate ..." commands more general, making 71 71 it compatible with most Prolog compilers. 72 73 Corrected a bug in the SubEthaEdit 2.x syntax coloring support for 74 character codes using the 0' notation. 72 75 73 76 -
trunk/wenv/subethaedit2/Logtalk.mode/Contents/Resources/SyntaxDefinition.xml
r3952 r4186 242 242 243 243 <state id="Quoted Atoms" color="#881314" useforautocomplete="no"> 244 <begin><regex>(?<!0 )'</regex></begin>244 <begin><regex>(?<!0|0')'</regex></begin> 245 245 <end><regex>'</regex></end> 246 246 </state>
