Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong highlighing in Makefiles #87

Open
svenhoefer opened this issue Jun 12, 2019 · 0 comments
Open

Wrong highlighing in Makefiles #87

svenhoefer opened this issue Jun 12, 2019 · 0 comments
Assignees

Comments

@svenhoefer
Copy link

In Makefiles the keywords "else ifeq" and "export" are marked as errors.

You can test it in code below (test.mk)
`
ifeq ($(VAR1), var1)
TEST = var1
else ifeq ($(VAR2), var2)
TEST = var2
else
$(error TEST)
endif

export $(TEST)
`

makefile

@ctapmex ctapmex transferred this issue from colorer/Colorer-library Apr 16, 2020
@ctapmex ctapmex self-assigned this Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants