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

Language does not exist: caddyfile, sh, makefile, yml and dockerfile #1221

Closed
1 task done
mbana opened this issue Jan 24, 2019 · 4 comments
Closed
1 task done

Language does not exist: caddyfile, sh, makefile, yml and dockerfile #1221

mbana opened this issue Jan 24, 2019 · 4 comments

Comments

@mbana
Copy link

mbana commented Jan 24, 2019

  • I confirm that this is a issue rather than a question.

Bug report

Version

1.0.0-alpha.31

Steps to reproduce

$ (cd /tmp && \
    git clone git@github.com:banaio/www-bana-io-vue-js.git && \
    cd www-bana-io-vue-js && \
    yarn install && \
    yarn docs:build)
...
Language does not exist caddyfile
Language does not exist caddyfile
Language does not exist sh
Language does not exist sh
Language does not exist sh
Language does not exist vuepress/public/examples/circleci-authorizing-the-google-cloud-sdk_examples/makefile
Language does not exist yml
Language does not exist caddyfile
Language does not exist dockerfile
Language does not exist sh
Language does not exist sh
Language does not exist sh
Language does not exist sh
Language does not exist sh
Language does not exist sh
Language does not exist sh
Language does not exist sh
Language does not exist sh
Language does not exist sh
Language does not exist sh
...

What is expected?

No errors saying Language does not exist *.

What is actually happening?

See the Steps to reproduce section.

Other relevant information

  • Your OS:
ProductName:	Mac OS X
ProductVersion:	10.14.2
BuildVersion:	18C54
  • Node.js version: v8.12.0
  • Browser version: Google Chrome Version 71.0.3578.98 (Official Build) (64-bit)
  • Is this a global or local install? Local
  • Which package manager did you use for the install? yarn 1.10.0
@meteorlxy
Copy link
Member

Temporarily use bash for sh and yaml for yml

@ulivz ulivz closed this as completed in fc5dba8 Jan 24, 2019
@ulivz
Copy link
Member

ulivz commented Jan 24, 2019

Just added shortcut for sh and yml at fc5dba8, you'll get it at next version.

dockerfile and makefile should be supported for now:

```dockerfile
```

```makefile
```

Moreover, If you want to support caddyfile, please head to prismjs to report a feature request.

@mbana
Copy link
Author

mbana commented Jan 25, 2019

@ulivz, thanks and by next version do you mean v1.0.0-alpha.33?
Is it possible to use the master build of vuepress somehow?

@jacky1234
Copy link

I got the same issue!

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