No language registration for yml
See original GitHub issueDescribe the bug
Today I migration to 1.0.0-alpha.4 from 0.13.0
it throw error
No language registration for yml
Reproduction
migration to 1.0.0-alpha.4
Expected behavior
dont throw error
System Info
System:
OS: macOS 10.15.5
CPU: (8) x64 Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
Memory: 712.17 MB / 16.00 GB
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 18.4.0 - ~/.nvm/versions/node/v18.4.0/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v18.4.0/bin/yarn
npm: 8.12.1 - ~/.nvm/versions/node/v18.4.0/bin/npm
Browsers:
Chrome: 103.0.5060.114
Firefox: 78.0.1
Safari: 13.1.1
npmPackages:
vitepress: ^1.0.0-alpha.4 => 1.0.0-alpha.4
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the docs.
- Check that there isn’t already an issue that reports the same bug to avoid creating a duplicate.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
No grammar for this language id yaml · Issue #6540 - GitHub
I verified again and it works correctly. I am able to install the plugin and whether I have an opened .yml file or...
Read more >How can I use the languages YAML file to determine which ...
We use Linguist to perform language detection and syntax highlighting. You can find out which keywords are valid in the languages YAML file....
Read more >YAML Tutorial : A Complete Language Guide with Examples
Learn how to use YAML, one of the most popular data serialization languages that finds its uses almost everywhere where writing ...
Read more >.gitpod.yml
A workspace gets configured through a .gitpod.yml file, located at the root of your project, written in YAML syntax. Here's an example: ......
Read more >Prism
Download. Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind. It's used in millions of websites, including some ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Only these languages are supported: https://github.com/shikijs/shiki/blob/main/docs/languages.md#all-languages
Instead of
yml
, useyaml
. And I’m not sure what isconf
.Thanks