From b10ccc5250c17d3f48e6226ed56d8641eb4f3c6f Mon Sep 17 00:00:00 2001 From: menixator <3684951+menixator@users.noreply.github.com> Date: Sat, 24 Aug 2024 10:23:54 +0500 Subject: [PATCH] docs: fix markdown issue with tree-sitter docs --- plugins/languages/treesitter/treesitter.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/languages/treesitter/treesitter.nix b/plugins/languages/treesitter/treesitter.nix index 490b8bde..9774124d 100644 --- a/plugins/languages/treesitter/treesitter.nix +++ b/plugins/languages/treesitter/treesitter.nix @@ -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. - 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 { owner = "joncoole";