zeertzjq
ecc2414eae
vim-patch:955c02d: runtime(sh): Distinguish parts of function definitions
...
- Highlight keywords "function" and "namespace" with
the "Keyword" group ("shFunctionKey").
- Highlight function body delimiters "{" and "}" with the
"Delimiter" group ("shFunctionExprRegion").
- Highlight function body delimiters "(" and ")" with the
"Operator" group ("shFunctionSubShRegion").
- Also, follow one style in folding all supported variants
of function bodies for grouping commands too by enclosing
a delimited function body, e.g. "{" and "}", in a fold and
leaving its function header, e.g. "function f()", out of
it when the header is written on a separate line.
To restore previous colouring, add to "after/syntax/sh.vim":
------------------------------------------------------------
hi link shFunctionKey Function
hi link shFunctionExprRegion Function
hi link shFunctionSubShRegion Function
------------------------------------------------------------
fixes: https://github.com/vim/vim/pull/19638#issuecomment-4052635546
closes : vim/vim#19638
955c02dff7
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com >
2026-03-25 07:38:22 +08:00
..
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2026-02-20 06:53:33 +08:00
2025-04-12 08:24:42 -07:00
2024-10-24 10:03:23 +08:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2025-08-23 23:47:26 -04:00
2025-10-20 22:21:09 -04:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2025-03-14 09:12:35 +00:00
2024-04-23 18:17:04 +02:00
2025-02-26 23:06:22 +01:00
2024-04-23 18:17:04 +02:00
2025-02-26 23:06:22 +01:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2025-05-04 11:22:57 -04:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2025-02-26 23:06:22 +01:00
2024-11-14 12:40:57 +01:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2025-03-14 09:12:35 +00:00
2024-04-23 18:17:04 +02:00
2024-10-31 00:04:51 +00:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-11-14 12:40:57 +01:00
2025-05-04 11:22:57 -04:00
2024-11-14 12:40:57 +01:00
2025-02-28 18:21:08 +08:00
2026-02-08 07:04:36 +08:00
2025-07-06 16:17:06 -07:00
2025-05-25 22:51:15 +00:00
2024-04-23 18:17:04 +02:00
2025-03-04 12:32:22 +01:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2026-01-24 10:04:44 +08:00
2025-10-25 22:16:05 +08:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-11-14 12:40:57 +01:00
2024-11-14 12:40:57 +01:00
2025-12-28 00:37:55 +00:00
2025-12-02 07:24:28 +08:00
2024-04-23 18:17:04 +02:00
2024-11-14 12:40:57 +01:00
2025-12-09 22:25:34 +08:00
2025-02-21 07:45:30 +08:00
2024-04-23 18:17:04 +02:00
2025-02-26 23:06:22 +01:00
2024-11-14 12:40:57 +01:00
2024-11-14 12:40:57 +01:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2026-01-24 06:55:54 +08:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-11-14 12:40:57 +01:00
2024-12-17 07:11:41 -06:00
2024-04-23 18:17:04 +02:00
2025-10-20 22:21:09 -04:00
2024-04-23 18:17:04 +02:00
2025-02-26 23:06:22 +01:00
2024-11-14 12:40:57 +01:00
2024-11-14 12:40:57 +01:00
2024-11-14 12:40:57 +01:00
2024-04-23 18:17:04 +02:00
2024-11-14 12:40:57 +01:00
2026-03-25 07:38:22 +08:00
2025-03-02 11:57:41 +01:00
2025-12-12 08:07:55 +08:00
2024-04-23 18:17:04 +02:00
2024-11-14 12:40:57 +01:00
2024-04-23 18:17:04 +02:00
2026-03-09 07:05:47 +08:00
2025-03-04 12:32:22 +01:00
2024-11-14 12:40:57 +01:00
2026-03-11 14:16:35 -04:00
2024-11-14 12:40:57 +01:00
2024-04-23 18:17:04 +02:00
2025-02-24 04:16:36 +00:00
2025-04-21 15:05:34 -07:00
2024-04-23 18:17:04 +02:00
2026-03-23 09:38:48 +08:00
2026-01-10 08:03:10 +08:00
2024-12-14 10:21:50 -08:00
2024-11-14 12:40:57 +01:00
2025-09-13 13:34:58 -07:00
2025-01-02 06:40:39 -08:00
2024-04-23 18:17:04 +02:00
2024-11-14 12:40:57 +01:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00
2024-11-14 12:40:57 +01:00
2024-11-14 12:40:57 +01:00
2025-10-09 07:49:05 +08:00
2024-04-23 18:17:04 +02:00
2024-04-23 18:17:04 +02:00