Open tsadigovAgmail opened 10 years ago
Parser adds # symbol to the inactive code block node
Quick-fix in cs-tokenizer.cs after comment saying
// TODO: Implement comment support for disabled code and uncomment this code
put this code
if (c != '#') sbag.PushCommentChar (c);
Parser adds # symbol to the inactive code block node
Quick-fix in cs-tokenizer.cs after comment saying
// TODO: Implement comment support for disabled code and uncomment this code
put this code
if (c != '#') sbag.PushCommentChar (c);