Cleaned up marking of comments/cdata tags.
This commit is contained in:
		
							parent
							
								
									8f4eaf3823
								
							
						
					
					
						commit
						2c488f92be
					
				|  | @ -52,7 +52,7 @@ | ||||||
|     comment_end   = '-->'; |     comment_end   = '-->'; | ||||||
| 
 | 
 | ||||||
|     action start_comment { |     action start_comment { | ||||||
|         mark = ts + 4; |         mark = te; | ||||||
| 
 | 
 | ||||||
|         fnext comment_body; |         fnext comment_body; | ||||||
|     } |     } | ||||||
|  | @ -81,7 +81,7 @@ | ||||||
|     cdata_end   = ']]>'; |     cdata_end   = ']]>'; | ||||||
| 
 | 
 | ||||||
|     action start_cdata { |     action start_cdata { | ||||||
|         mark = ts + 9; |         mark = te; | ||||||
| 
 | 
 | ||||||
|         fnext cdata_body; |         fnext cdata_body; | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue