kakoune/rc
Johannes Altmanninger 19b54a8a6e 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.
2020-09-18 20:55:12 +02:00
..
detection rc modeline: Don't select more lines than configured 2020-09-16 11:00:15 +03:00
filetype Highlight more Perl quoting syntaxes 2020-09-18 20:55:12 +02:00
tools gopls: fixes based on krobelus@ review 2020-09-16 21:58:22 +02:00
windowing rc repl: Normalise REPL commands 2020-09-01 13:34:52 +03:00