mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-10-31 06:50:53 -07:00 
			
		
		
		
	Tok_Capture_* -> Tok_Paren_*
Was not a correct name for it
This commit is contained in:
		| @@ -24,8 +24,8 @@ enum TokType : u32 | ||||
| 	Tok_BraceCurly_Close, | ||||
| 	Tok_BraceSquare_Open, | ||||
| 	Tok_BraceSquare_Close, | ||||
| 	Tok_Capture_Start, | ||||
| 	Tok_Capture_End, | ||||
| 	Tok_Paren_Open, | ||||
| 	Tok_Paren_Close, | ||||
| 	Tok_Comment, | ||||
| 	Tok_Comment_End, | ||||
| 	Tok_Comment_Start, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user