sharpchen
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,...
@KennethHoff If the issue came from nuget re-packaging, you can write your own derivation to build csharp_ls from source as a nix package. You can refer how [roslyn-ls](https://search.nixos.org/packages?channel=unstable&show=roslyn-ls) did this.
try `providers.snippets.min_keyword_length = 1`