diff options
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/strace/highlights.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/queries/strace/highlights.scm b/runtime/queries/strace/highlights.scm new file mode 100644 index 00000000..4f54cb3e --- /dev/null +++ b/runtime/queries/strace/highlights.scm @@ -0,0 +1,8 @@ +(syscall) @function +(integer) @constant.numeric +(pointer) @constant.numeric +(value) @label +(string) @string +(comment) @comment +(errorName) @error +(errorDescription) @error |