From 790a0cc3e3237a2d4746dec9a51e8dd7f40c7fb3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 25 May 2023 11:58:15 -0700 Subject: [PATCH] copy --- docs/ctags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index aa2c9a150..5c3e1978b 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -208,7 +208,7 @@ Some possible approaches to reducing the amount of map data are: One key goal is to prefer solutions which are language agnostic or which can be easily deployed against most popular code languages. The `ctags` solution has this benefit, since it comes pre-built -with tooling for most popular languages. +with support for most popular languages. I suspect that Language Server Protocol might be an even better tool than `ctags` for this problem. But it is more cumbersome to deploy for a broad