fix menu.pl syntax highlighting in zed

This commit is contained in:
2026-05-28 08:51:14 +02:00
parent d7548a19ab
commit 05a4aa18e4
3 changed files with 9 additions and 41 deletions

View File

@ -219,14 +219,19 @@ sub inject {
# "-Wf,--server-port=$fail_server_port",
"-Wf,--state-dir=$remote_builds_dir/$experiment/state",
"-Wf,--trap",
# Catch invalid instruction pointers
"-Wf,--catch-outerspace",
# Messes with AOT compilation target if mmap memory is part of .text
"-Wf,--catch-write-textsegment",
"-Wf,--timeout=500000",
"-Wf,--ok-marker=fail_marker_positive",
"-Wf,--fail-marker=fail_marker_negative",
"-Wf,--detected-marker=fail_marker_detected",
# Called in WAMR exception handler
# Called in WAMR exception handler (disable for C compilation target!)
"-Wf,--group1-marker=fail_marker_group1",
">/dev/null 2>&1"