Open aleclarson opened 6 years ago
This properly highlights variable references.
str.slice(start, end)
start and end will be marked as ".variable.other.readwrite"
start
end
This properly highlights variable references.
start
andend
will be marked as ".variable.other.readwrite"