Scripting help
-
I just started using Notepad ++ so I dont know all of the tricks yet. I am having an issue where I type …var value… it changes the word value to the same color as var as if their connected.
The whole line is …var value = 6 * Math.random();
Any suggestions would be great.
Thanks
-
-
I’m using JavaScript and value isn’t supposed to be a keyword. I don’t know how to change it.
-