mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	Allow period in syslog process name
This commit is contained in:
		| @@ -20,7 +20,7 @@ contexts: | ||||
|       scope: entity.other.attribute-name.loghost.syslog | ||||
|       set: process | ||||
|   process: | ||||
|     - match: ([\w-]+)(?:(\[)(\d+)(\]))?(:) | ||||
|     - match: ([\w.-]+)(?:(\[)(\d+)(\]))?(:) | ||||
|       captures: | ||||
|         1: support.function.process.syslog | ||||
|         2: punctuation.separator.pid.begin.syslog | ||||
|   | ||||
		Reference in New Issue
	
	Block a user