Are there any brackets, like "[]
", "{}
", "()
", etc., that can be used in my code so that I can fold multiple lines of variables/defining, without affecting my code?
For example:
{
yes = 1
no = 0
maybe = 0.5
}
So that I can fold the text to:
{...}