--regex-systemverilog=/^[ \t](static)?[ \t](local)?[ \t](private)?[ \t]real[ \t]([a-zA-Z_0-9]+)./`\4/v,variable
Above line last character "/" is missing hence creating error...
--regex-systemverilog=/^[ \t](static)?[ \t](local)?[ \t](private)?[ \t]real[ \t]([a-zA-Z_0-9]+)./`\4/v,variable
Above line last character "/" is missing hence creating error...