textmate / shellscript.tmbundle

TextMate support for ShellScript
43 stars 29 forks source link

Matching $_ before $_VariableName #10

Closed wafflesnatcha closed 12 years ago

wafflesnatcha commented 12 years ago
$_

(variable.other.special.shell)

is being matched before

$_VariableName

(variable.other.normal.shell)