Add logs buffer

This commit is contained in:
2026-05-04 22:46:21 +03:00
parent e4462f9674
commit 999f1953f9
11 changed files with 180 additions and 53 deletions
+12
View File
@@ -0,0 +1,12 @@
filetype: typer_logs
rules:
- type: info
regex: '^\[INFO\].*$'
multiline: true
- type: warning
regex: '^\[WARNING\].*$'
multiline: true
- type: error
regex: '^\[ERROR\].*$'
multiline: true