Open gullevek opened 3 years ago
Checklist
$_ $_foo $__foo $foo $a_foo
Theme: Monokai
Variables with _ prefix do not highlight
Variable scrop with only _
Correct variable scope with all other variable names
Wrong scope for _ with letters
All variables prefix with _ and some character following should be highlighted as variables. Currently they are seen als perl source only
Checklist
The code with a problem is:
It looks like:
Theme: Monokai
Variables with _ prefix do not highlight
Variable scrop with only _
Correct variable scope with all other variable names
Wrong scope for _ with letters
It should look like:
All variables prefix with _ and some character following should be highlighted as variables. Currently they are seen als perl source only