Sublime Text does not correctly colorize variables which have an underscore following the ‘$’ prefix.
Example:
[code]# Colorizes correctly
$test
Does not colorize beyond the ‘$’ prefix
$_test
$__test[/code]
Sublime Text does not correctly colorize variables which have an underscore following the ‘$’ prefix.
Example:
[code]# Colorizes correctly
$test
$_test
$__test[/code]