Update log tmLanguage from vscode-logfile-highlighter 3.4.1 (#249046)

* update log tmLanguage from vscode-logfile-highlighter 3.4.1

* fix colorize tests for log

* Run update grammar script

---------

Co-authored-by: Alex Ross <38270282+alexr00@users.noreply.github.com>
This commit is contained in:
Ely Ronnen
2025-05-21 09:36:20 +02:00
committed by GitHub
parent 40e7ab358f
commit 6209ba20b4
3 changed files with 266 additions and 14 deletions

View File

@@ -4,12 +4,12 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/emilast/vscode-logfile-highlighter/commit/fc571bd87b33bb69d3bdc0052f94face723ee4f7",
"version": "https://github.com/emilast/vscode-logfile-highlighter/commit/396c8552ff99d0e07142fdd940d75dae212dd28c",
"name": "Log file",
"scopeName": "text.log",
"patterns": [
{
"match": "\\b(Trace)\\b:",
"match": "\\b([Tt]race|TRACE)\\b:?",
"name": "comment log.verbose"
},
{