0
0
mirror of https://github.com/vim/vim.git synced 2025-10-23 08:44:20 -04:00
Files
vim/runtime
Ken Takata 11c92be897 runtime(dosbatch): Add syn-sync to syntax file
Closing parentheses were often highlighted as errors.
Add a syntax sync command to reduce the error.

Also fix that `defined` was not highlighted as an operator inside
parentheses.  E.g.:
```
if defined foo (
    if defined bar (
        ...
    )
)
```
The first `defined` was highlighted but the second one was not.

related: #15453

Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-08-14 21:59:41 +02:00
..
2024-05-02 22:17:05 +02:00
2004-07-10 09:47:34 +00:00
2022-07-01 18:45:04 +01:00
2004-06-13 20:20:40 +00:00