Sublime Forum

3065 - Bash underscore parsing error

#1

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]

0 Likes