From 40c5fc2e2a0f511a802a82002553c5de00feeaf4 Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Mon, 26 May 2025 17:10:02 +0900 Subject: [PATCH] Remove some users Lapce seems to be loading grammars dynamically now, see: https://github.com/lapce/lapce/pull/2478 tree-sitter-commonlisp depends on the commonlisp branch of https://github.com/theHamsta/tree-sitter-clojure (note the master branch looks like oakmac's work, but the commonlisp branch didn't look that way) --- doc/use.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/use.md b/doc/use.md index de039e714..8a59bc560 100644 --- a/doc/use.md +++ b/doc/use.md @@ -10,17 +10,10 @@ tree-sitter-clojure has been used in or by the following: * [Helix Editor](https://github.com/helix-editor/helix) -* [Lapce](https://github.com/lapce/lapce) (though this is via [a - fork](https://github.com/abreumatheus/tree-sitter-clojure)). - * [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) * [Semgrep](https://github.com/returntocorp/semgrep) -* [tree-sitter-commonlisp](https://github.com/theHamsta/tree-sitter-commonlisp) - (though this is via [a - fork](https://github.com/theHamsta/tree-sitter-clojure-1/)) - * [tree-sitter-langs](https://github.com/emacs-tree-sitter/tree-sitter-langs) * Exploring [alternative highlighting