junegunn / junegunn/vader.vim

Unmatched parenthesis in Do block confuses syntax highlighting

Open
#166 0 comments 0 reactions 0 assignees View on GitHub
bug syntax
Dominant language
Vim Script
Stars
599
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Vader syntax highlighting is broken for scenarios like:

```
Do:
i(-
Expect:
(-)
```

The opening parenthesis in the `Do` block causes Vader syntax to be ignored until a matching closing parenthesis is found.

I tried briefly to fix it but I'm inexperienced in writing syntax descriptions for Vim. Would love to see how it can be done!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.