bash-lsp / bash-language-server

A language server for Bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When XXX=YYY, XXX shouldn't be recognized as a command.

Freed-Wu opened this issue · comments

commented

Code editor

neovim

Platform

Unix

Version

latest

What steps will reproduce the bug?

Screenshot from 2023-10-25 22-26-27

In the screenshot, source=XXX, source is recognized as a command and hover the man page of source. It is not right. Only source XXX's source should be hovered.

How often does it reproduce? Is there a required condition?

Every time.

What is the expected behavior?

Doesn't hover.

What do you see instead?

Doesn't hover

Additional information

No response