mirror of
https://github.com/vim/vim
synced 2025-05-02 22:37:47 +02:00
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>
2 lines
75 B
VimL
2 lines
75 B
VimL
" Replace known non-Latin-1 characters.
|
||
%s+[ƒɐɘʬʭΑ-Ωα-ω<EFBFBD>]+?+Ige
|