diff options
| author | Johannes Altmanninger <aclopte@gmail.com> | 2020-09-18 19:18:39 +0200 |
|---|---|---|
| committer | Johannes Altmanninger <aclopte@gmail.com> | 2020-09-18 20:55:12 +0200 |
| commit | 19b54a8a6e2c16bda671cdefb5af1db464e60a86 (patch) | |
| tree | 1b41e57c3b201522ac43fb5a272ba87c486dd904 /rc/tools/python | |
| parent | dbd7e4da79ff59a63be03c580d3f396657199596 (diff) | |
Highlight more Perl quoting syntaxes
This adds highlighting for
- quoting operators qw, qr, and qx, like `qw< some words >`
- angle brackets after a quoting operator, like `q<string>`
- punctuation as quoting delimiter, like `q|string|`
- POD sections, which start with ^=\w and and with ^=cut
- heredocs; the marker can be a bare word, or a quoted word, like
print <<~ 'EOF'
single quoted heredoc
EOF
Closes #3736
No attempt is made to use different highlighting for interpolated (qq or
"") strings just yet. Recognizing quote boundaries is more important.
Diffstat (limited to 'rc/tools/python')
0 files changed, 0 insertions, 0 deletions
