Checklist
Package name
vuepress-theme-plume
Which operating system are you using?
Describe the bug
Use some feature of codeblock depend on comment character in yaml language:
```js
// Comment
error: 'Removed', // [!code --]
warning: 'Added' // [!code ++]
```
```yaml
# Comment
silent: true # [!code ++]
```
Change theme to rose-pine-dawn in config.ts:
codeHighlighter: {
themes: { light: 'rose-pine-dawn', dark: 'rose-pine' },
},
Diff in js work fine but not work in yaml:
Minimal reproduction
No response
Additional context
I try some other theme (ayu-light, catppuccin-latte and default vitesse-light), all work fine. Maybe only rose-pine-dawn have this issue.
I not sure this is bug of theme or bug of shiki or anything else.
Checklist
Package name
vuepress-theme-plume
Which operating system are you using?
Describe the bug
Use some feature of codeblock depend on comment character in yaml language:
Change theme to rose-pine-dawn in config.ts:
Diff in js work fine but not work in yaml:
Minimal reproduction
No response
Additional context
I try some other theme (ayu-light, catppuccin-latte and default vitesse-light), all work fine. Maybe only rose-pine-dawn have this issue.
I not sure this is bug of theme or bug of shiki or anything else.