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