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

Makefile syntax highlight bug, improper function colorization in dependency list #29148

Closed
Leedehai opened this issue Jun 21, 2017 · 2 comments
Closed
Assignees

Comments

@Leedehai
Copy link

Leedehai commented Jun 21, 2017

  • VSCode Version: 1.13.1
  • OS Version: macOS 10.12.5

Steps to Reproduce:
In this Makefile snippet's dependency list, if the variable $(T_AUX_MESSAGES_DRIVER_SRC) is put before the function call $(addprefix $(T_PROJ_SRC_DIR), $(...) $(...)), then "addprefix" is not properly colorized.
image
If I change the order, "addprefix" colorization is fine.
image
This bug might be present with other functions as well, like "patsubst", but I didn't try..

@aeschli
Copy link
Contributor

aeschli commented Jun 21, 2017

This issue was moved to textmate/make.tmbundle#16

@aeschli aeschli closed this as completed Jun 21, 2017
@fadeevab
Copy link
Contributor

Fixed here: #27293

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants