Checklist - perl (jeff-hykin.better-perl-syntax) ## The code with a problem is: ```perl $_ $_foo $__foo $foo $a_foo ``` ## It looks like: Theme: Monokai Variables with _ prefix do not highlight <img width="268" alt="Screen Shot 2021-01-26 at 15 24 00" src="https://user-images.githubusercontent.com/855861/105808781-bf843d00-5feb-11eb-8016-33700ec1a715.png"> Variable scrop with only _ <img width="570" alt="Screen Shot 2021-01-26 at 15 27 34" src="https://user-images.githubusercontent.com/855861/105808790-c27f2d80-5feb-11eb-8ece-8c9e8453d52a.png"> Correct variable scope with all other variable names <img width="616" alt="Screen Shot 2021-01-26 at 15 24 28" src="https://user-images.githubusercontent.com/855861/105808786-c14e0080-5feb-11eb-82fd-36c61a8f48d2.png"> Wrong scope for _ with letters <img width="396" alt="Screen Shot 2021-01-26 at 15 24 34" src="https://user-images.githubusercontent.com/855861/105808794-c317c400-5feb-11eb-9d31-564bf2507b38.png"> ## 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