I have set syntax highlighting for the R programming language. In R comments are realized with the # symbol.
I found out that if I write that symbol into apices (") to include it in a string, everything following is colored as a comment (i.e. closing the string, like this, "#" , is useless). I suppose this could happen also with other comment characters
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have set syntax highlighting for the R programming language. In R comments are realized with the # symbol.
I found out that if I write that symbol into apices (") to include it in a string, everything following is colored as a comment (i.e. closing the string, like this, "#" , is useless). I suppose this could happen also with other comment characters