1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-09 19:51:48 +00:00

Allow period in syslog process name

This commit is contained in:
Ville Skyttä
2021-08-11 16:41:56 +03:00
parent 89217e0d58
commit 02218c916c
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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