-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hi thanks for this nice tool.
I am using the extension on VS Code and have this simple code:
resizable_arr : [..]int;
array_add(*resizable_arr, 1);
print("resizable_arr=%; resizable_arr.count=%; resizable_arr.allocated=%; resizable_arr.data (ptr) = %; resizable_arr.allocator=%\n",
resizable_arr,
resizable_arr.count,
resizable_arr.allocated,
resizable_arr.data,
resizable_arr.allocator
);But it gets confused with the closed bracket around resizable_arr.data (ptr) = in the string:
The code compiles though.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels