mirror of
				https://github.com/cmur2/joe-syntax.git
				synced 2025-11-04 04:25:08 +01:00 
			
		
		
		
	improved the md a bit
This commit is contained in:
		
							
								
								
									
										6
									
								
								md.jsf
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								md.jsf
									
									
									
									
									
								
							@@ -5,6 +5,7 @@
 | 
				
			|||||||
# bold parsing is not that perfect since this works: **bold__
 | 
					# bold parsing is not that perfect since this works: **bold__
 | 
				
			||||||
 | 
					
 | 
				
			||||||
=Idle
 | 
					=Idle
 | 
				
			||||||
 | 
					=Tag		fg_030
 | 
				
			||||||
=Escape bold
 | 
					=Escape bold
 | 
				
			||||||
=Bad bold red
 | 
					=Bad bold red
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -12,9 +13,14 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
:idle Idle
 | 
					:idle Idle
 | 
				
			||||||
	*		idle
 | 
						*		idle
 | 
				
			||||||
 | 
						"<"		tag		recolor=-1
 | 
				
			||||||
	"\\"		escape		recolor=-1
 | 
						"\\"		escape		recolor=-1
 | 
				
			||||||
	"*_"		maybe_bold1
 | 
						"*_"		maybe_bold1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:tag Tag
 | 
				
			||||||
 | 
						*		idle
 | 
				
			||||||
 | 
						"a-z0-9 /"	tag
 | 
				
			||||||
 | 
						">"		idle
 | 
				
			||||||
# do escaping of *_ and so on
 | 
					# do escaping of *_ and so on
 | 
				
			||||||
:escape Escape
 | 
					:escape Escape
 | 
				
			||||||
	*		idle
 | 
						*		idle
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user