vala-code
vala-code copied to clipboard
Syntax highligth bug
When u write print(@"$a") everything is fine and a has a different color from the color of the string.
But if you write print(@"$(a.b)") (a.b) now have the same color.
