docs: fix markdown issue with tree-sitter docs

This commit is contained in:
menixator 2024-08-24 10:23:54 +05:00
parent f4dd8924b1
commit b10ccc5250

View file

@ -82,7 +82,9 @@ helpers.neovim-plugin.mkNeovimPlugin config {
The queries for the grammar should be added to one of the runtime directories under `queries/{language}` but sometimes plugins do not conform to this structure. The queries for the grammar should be added to one of the runtime directories under `queries/{language}` but sometimes plugins do not conform to this structure.
In such cases, you can override the source derivation (or the grammar derivation) to move the queries to the appropriate folder: ```nix In such cases, you can override the source derivation (or the grammar derivation) to move the queries to the appropriate folder:
```nix
( (
(pkgs.fetchFromGitLab { (pkgs.fetchFromGitLab {
owner = "joncoole"; owner = "joncoole";