Changeset 252
- Timestamp:
- 03/07/2008 14:14:46 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/superredcloth/ext/superredcloth_scan/superredcloth_scan.rl
r251 r252 42 42 ol = "#" %{nest++; list_type = "ol";}; 43 43 list_start = ( ( ul | ol )+ N A C :> " "+ ) >{nest = 0;} ; 44 dl_start = ( "-" N A C :> " "+ );44 dl_start = "-" . " "+ ; 45 45 dd_start = ":=" ; 46 46 blank_line = CRLF;