diff options
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/log/highlights.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/queries/log/highlights.scm b/runtime/queries/log/highlights.scm new file mode 100644 index 00000000..6820b3fd --- /dev/null +++ b/runtime/queries/log/highlights.scm @@ -0,0 +1,10 @@ +(trace) @comment +(debug) @hint +(info) @info +(warn) @warning +(error) @error +(year_month_day) @keyword +(time) @constant +(string_literal) @string +(number) @constant.numeric +(constant) @constant.builtin |