Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/strace/highlights.scm')
| -rw-r--r-- | runtime/queries/strace/highlights.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/queries/strace/highlights.scm b/runtime/queries/strace/highlights.scm deleted file mode 100644 index 82ba7068..00000000 --- a/runtime/queries/strace/highlights.scm +++ /dev/null @@ -1,8 +0,0 @@ -(syscall) @function.builtin -(integer) @constant.numeric -(pointer) @constant.numeric -(value) @label -(string) @string -(comment) @comment -(errorName) @error -(errorDescription) @error |