comparison runtime/print/cp1251.ps @ 35503:ff0250ab0d8a draft default tip

runtime(java): Compose "g:java_highlight_signature" and "g:java_highlight_functions" Commit: https://github.com/vim/vim/commit/01a4fb104dbee6a8b7ef20394a2a7c5b49cf49ca Author: Aliaksei Budavei <0x000c70@gmail.com> Date: Sun Jun 23 10:03:33 2024 +0200 runtime(java): Compose "g:java_highlight_signature" and "g:java_highlight_functions" With the variables defined, distinctly highlight parts of a method declaration header: its name and parameter list parens, from its type parameters, return type, and formal parameters; and distinctly highlight parts of a lambda expression: its parameter list parens and the arrow, from its formal parameters and identifiers. closes: #15083 Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 23 Jun 2024 10:15:06 +0200
parents 3fc0f57ecb91
children
comparison
equal deleted inserted replaced
35502:2513db81df13 35503:ff0250ab0d8a