From 49b485236c78a848aa122e72f32caf3bcef86ac7 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 29 Mar 2022 16:17:14 +0200 Subject: [PATCH] Add markdown to ctags As many projects use markdown and headlines. That allows to jump to tags via telescope and tagbar within Neovim. --- home/files/ctags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/files/ctags b/home/files/ctags index 4192b37..8077cb7 100644 --- a/home/files/ctags +++ b/home/files/ctags @@ -65,7 +65,7 @@ # --languages=+ruby --languages=+python # --languages=+reStructuredText -# --languages=+Markdown +--languages=+Markdown --languages=+SQL # --languages=+Make --languages=+Vim