aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syscall_descriptions.md
diff options
context:
space:
mode:
authorAndrey Artemiev <artemiev@google.com>2022-10-28 14:20:24 -0700
committerDmitry Vyukov <dvyukov@google.com>2022-10-28 16:48:01 -0700
commit899d812af3e2fe5f67a21d1d82babcb48f87f97a (patch)
tree50215636896b35ebc2aab119a04171e25d0a756a /docs/syscall_descriptions.md
parent01481278f46894c5946bfb47619d43cd93d0323e (diff)
doc: added info about vscode extension for syz-lang
Diffstat (limited to 'docs/syscall_descriptions.md')
-rw-r--r--docs/syscall_descriptions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md
index 22be2c2dc..3c6a67862 100644
--- a/docs/syscall_descriptions.md
+++ b/docs/syscall_descriptions.md
@@ -51,7 +51,7 @@ Currently all syscall descriptions are manually-written. There is an
for this process and some ongoing work, but we are not there yet to have a
fully-automated way to generate descriptions.
There is a helper [headerparser](headerparser_usage.md) utility that can auto-generate
-some parts of descriptions from header files.
+some parts of descriptions from header files. Visual Studio Code has [syz-lang extension](https://marketplace.visualstudio.com/items?itemName=AndreyArtemiev.syzlang-extension&ssr=false#overview) for highlighting syntax.
To enable fuzzing of a new kernel interface: