mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	update chroma to v0.8.0 (#12337)
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/github.com/alecthomas/chroma/lexers/t/toml.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/alecthomas/chroma/lexers/t/toml.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -22,7 +22,7 @@ var TOML = internal.Register(MustNewLexer( | ||||
| 			{`[+-]?[0-9](_?\d)*`, LiteralNumberInteger, nil}, | ||||
| 			{`"(\\\\|\\"|[^"])*"`, StringDouble, nil}, | ||||
| 			{`'(\\\\|\\'|[^'])*'`, StringSingle, nil}, | ||||
| 			{`[.,=\[\]]`, Punctuation, nil}, | ||||
| 			{`[.,=\[\]{}]`, Punctuation, nil}, | ||||
| 			{`[^\W\d]\w*`, NameOther, nil}, | ||||
| 		}, | ||||
| 	}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user