mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-29 22:24:35 +00:00 
			
		
		
		
	Allow colon in syslog loghost
Makes it work with IPv6 addresses.
This commit is contained in:
		| @@ -16,7 +16,7 @@ contexts: | ||||
|     - match: ^ | ||||
|       push: text | ||||
|   loghost: | ||||
|     - match: '[\w.-]+' | ||||
|     - match: '[\w:.-]+' | ||||
|       scope: entity.other.attribute-name.loghost.syslog | ||||
|       set: process | ||||
|   process: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user