sharpchen

Results 8 comments of sharpchen

I wish we could have textmate rules applied for cells, there's nothing colored when semantic highlighting disabled.

If I'd like to custom adaptive background for code block, what should I do?

> If I'd like to custom adaptive background for code block, what should I do? Found an solution, never mind ```css /* custom.css */ .dark { --vp-code-block-bg: #282c34; } ```

I can set `Ctrl+I` and `Ctrl+Alt+F` as shortcut

And md file named containing pattern like `\[.*\]` will lead to `*.path.js` missing in vitepress 1.1.0

I mis-expressed. Yes I'd like to ignore `sub1`, then the structure should be `folder1->chapter1->file.md`. All files and folders displayed should be under the `folder1`.

Would be helpful for script-porting colorschemes from neovim to helix I guess?

Apologies for the unclear description. What I intended to say is that I've noticed the treesitter scopes often vary from those in neovim at the same position in certain code,...