mirror of
				https://github.com/cmur2/joe-syntax.git
				synced 2025-11-04 04:25:08 +01:00 
			
		
		
		
	Puppet: add Type regocnition
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
				
			|||||||
=Type		bold
 | 
					=Type		bold
 | 
				
			||||||
=Keyword	bold
 | 
					=Keyword	bold
 | 
				
			||||||
=Bad		bold red
 | 
					=Bad		bold red
 | 
				
			||||||
=Var		yellow
 | 
					=Var		fg_310 # brown
 | 
				
			||||||
=Brace		magenta
 | 
					=Brace		magenta
 | 
				
			||||||
 | 
					
 | 
				
			||||||
=KeywordAttr	bold
 | 
					=KeywordAttr	bold
 | 
				
			||||||
@@ -24,7 +24,8 @@
 | 
				
			|||||||
	"'"		char		recolor=-1
 | 
						"'"		char		recolor=-1
 | 
				
			||||||
	"/"		regex		recolor=-1
 | 
						"/"		regex		recolor=-1
 | 
				
			||||||
	"$"		variable	recolor=-1
 | 
						"$"		variable	recolor=-1
 | 
				
			||||||
	"a-zA-Z_"	ident		buffer
 | 
						"A-Z"		type		recolor=-1
 | 
				
			||||||
 | 
						"a-z"		ident		buffer
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
:comment Comment
 | 
					:comment Comment
 | 
				
			||||||
	*		comment
 | 
						*		comment
 | 
				
			||||||
@@ -80,6 +81,10 @@
 | 
				
			|||||||
	*		idle		noeat
 | 
						*		idle		noeat
 | 
				
			||||||
	"a-zA-Z0-9_:"	variable
 | 
						"a-zA-Z0-9_:"	variable
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:type Type
 | 
				
			||||||
 | 
						*		idle		noeat
 | 
				
			||||||
 | 
						"a-zA-Z0-9_"	type
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:ident Idle
 | 
					:ident Idle
 | 
				
			||||||
	*		idle		noeat strings
 | 
						*		idle		noeat strings
 | 
				
			||||||
	"case"		kw
 | 
						"case"		kw
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user