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

Syntax highlight broken for Batch file #41235

Closed
wlai2768 opened this issue Jan 7, 2018 · 1 comment
Closed

Syntax highlight broken for Batch file #41235

wlai2768 opened this issue Jan 7, 2018 · 1 comment
Assignees

Comments

@wlai2768
Copy link

wlai2768 commented Jan 7, 2018

Steps to Reproduce:

  1. Open a new file
  2. Change file type to Batch file
  3. Paste below two lines. The first "for" line color rendering is broken.
for %%i in ( %* ) do if "%%i"=="--watch" goto :do_%1_%2_watch
for %%i in ( 
    %* 
) do if "%%i"=="--watch" goto :do_%1_%2_watch
@aeschli
Copy link
Contributor

aeschli commented Jan 11, 2018

This issue was moved to mmims/language-batchfile#22

@aeschli aeschli closed this as completed Jan 11, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 25, 2018
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

2 participants