You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce open a file z.zig and paste this code in:
conststd=@import("std");
pubfnmain() void {
varnum: i32=42+24; // this + gets colored as it shouldstd.debug.print("num = {d}\n", .{num+3}); // this + doesn't
}
This is another issue caused by the weird behavior of highlighter when there are ^ or $ characters inside regular expressions (here it is used inside a character group so it should mean literal ^, but highlighter still tries to find a beginning of a line):
To reproduce open a file
z.zig
and paste this code in:This is another issue caused by the weird behavior of highlighter when there are
^
or$
characters inside regular expressions (here it is used inside a character group so it should mean literal^
, but highlighter still tries to find a beginning of a line):micro/runtime/syntax/zig.yaml
Line 17 in 03ae049
Commit hash: 03ae049
The text was updated successfully, but these errors were encountered: