In an script , i have added the below line
Tag = GetApplicationDirectory() + "\" + "Some Text";
Issue :-
Everything after "\ " will be marked incorrect with red underline. But i dont to consider this as error.
Is there any way to allow this single slash as the valid character in the syntax editor.