jeff-hykin / better-perl-syntax

💾 An improvement to the perl syntax for VS Code
MIT License
5 stars 3 forks source link

Indented here-docs are not highlighted correctly #25

Open axlmcc opened 2 years ago

axlmcc commented 2 years ago

Introduced in Perl 5.26, indented here-docs allow you to indent your here-docs to improve code readability.

Resolving this issue may just require an update to /source/languages/perl/original.tmlanguage.json. The perl.tmbundle repository has had a couple of updates for here-docs in the time since original.tmlanguage.json was converted, and it appears that indented here-docs were one such improvement.