zdharma-continuum / fast-syntax-highlighting

Feature-rich syntax highlighting for ZSH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug]: make targets of included makefiles are not consideres "valid"

aschleifer opened this issue · comments

Describe the bug

When having a Makefile that includes another Makefile then targets from that included Makefile are shown as red which indicates that they don't exist.

Steps to reproduce

Create Makefile with a test target and an include to Makefile.included which contains a target include-test. Then type make include-test and it will show up red.

Expected behavior

The target include-test should show up in light blue indicating that it is a valid make target

Screenshots and recordings

No response

Operating System & Version

linux-gnu | pc | x86_64 | x86_64 | x86_64 unknown

Zsh version

zsh 5.9 (x86_64-pc-linux-gnu)

Terminal emulator

alacritty

If using WSL on Windows, which version of WSL

None

Additional context

No response