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

Dockerfile highlighting breaks on wildcards #64

Open
wrboyce opened this issue Nov 27, 2017 · 4 comments
Open

Dockerfile highlighting breaks on wildcards #64

wrboyce opened this issue Nov 27, 2017 · 4 comments

Comments

@wrboyce
Copy link

wrboyce commented Nov 27, 2017

FROM base:1.0.0

RUN rm -rf /path/to/wildcard/*

RUN stuff && things
FROM base:1.0.0

RUN rm -rf /path/to/something

RUN stuff && things

In the first case everything from /* onwards is not highlighted.

@qwIvan
Copy link

qwIvan commented Jan 2, 2018

same problem +1

@shaunhp
Copy link

shaunhp commented Aug 17, 2019

I run into the problem with shell scripts, it seems /* just breaks it totally.

@wrboyce
Copy link
Author

wrboyce commented Aug 17, 2019

This may be in bad taste, but I've moved to using bat now and would recommend it to anyone wanting a better cat.

@AlbaroPereyra
Copy link

Someone give me a good reason to stay with ccat. Bat does everything I've always wanted to do with ccat and more. Except for twirl templates highligiting ccat someone manages to do that better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants