helix/runtime/queries/log/highlights.scm
Tudyx f8d261cd20
add log tree-sitter (#8916)
* add log tree-sitter

* better highlight queries
2023-11-29 02:42:59 +01:00

11 lines
199 B
Scheme

(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