Posted 15 April 2014 - 06:19 PM
I have seen some posts and people often leave their codes in their posts, using the forum BBcode. Now, whenever someone uses ' in a comment it will stay green until the end of the code like here:
The same happens with the # sign i belive.
Will this be fixed? I mean, in my notepad++ it stays with other color as well but if i change the line and leave it only with one ' with will assume as a normal string and set it to the string highlight color.
function test()
print("Heyy")
local var = "lol"
print(var) -- You can't do that
print("I am all green")
end
The same happens with the # sign i belive.
Will this be fixed? I mean, in my notepad++ it stays with other color as well but if i change the line and leave it only with one ' with will assume as a normal string and set it to the string highlight color.
Edited on 16 April 2014 - 01:46 PM