From a4d2aea98d02f974f54d4b13207333d35229f653 Mon Sep 17 00:00:00 2001 From: ema Date: Mon, 23 Jun 2025 01:39:23 +0800 Subject: [PATCH] Support light mode Log https://github.com/Dirkster99/AvalonEditHighlightingThemes/blob/master/source/HL/Resources/Light/Log.xshd --- .../Syntax/Light/Log.xshd | 91 +++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/Log.xshd diff --git a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/Log.xshd b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/Log.xshd new file mode 100644 index 0000000..9b5458a --- /dev/null +++ b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/Log.xshd @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + Info + Information + Trace + Debug + + + + Error + Warn + Warning + Exception + Fatal + + + + ' + ' + + + + " + " + + + + + ; + + + \# + + + + \[ + \] + + + + [?,.;()\[\]{}+\-/%*<>^+~!|&]+ + + + + [?,.;()\[\]{}+\-/%*<>^+~!|&]+[0-9]+[ ?,.;()\[\]{}+\-/%*<>^+~!|&]+\n + + + + + [0-9][0-9][0-9][0-9]\-[0-9][0-9]\-[0-9][0-9] + + + + + [0-9][0-9]\:[0-9][0-9]\:[0-9][0-9]\.[0-9][0-9][0-9] + + + + + [0-9][0-9]\:[0-9][0-9]\:[0-9][0-9] + + + + + \ No newline at end of file