summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-07-07 15:13:11 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-07-07 15:13:11 +0200
commit8d8ee70a1beb0568fed7e4311ee3f9e0078d3764 (patch)
treee201367a2b5f6a165bf11bedca6ad47ccb6940fa
parentceee72d595076cd7c53fc03afacadf728d6c326c (diff)
fix highlight for syndication
-rw-r--r--content/posts/kate-lsp-client-restart/index.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/posts/kate-lsp-client-restart/index.md b/content/posts/kate-lsp-client-restart/index.md
index 95e721a..8bf81af 100644
--- a/content/posts/kate-lsp-client-restart/index.md
+++ b/content/posts/kate-lsp-client-restart/index.md
@@ -14,9 +14,7 @@ We have now a prototype plugin in kate.git master, see [lspclient](https://cgit.
It is not compiled per default, you can turn it on via:
-{{< highlight bash >}}
-cmake -DCMAKE_INSTALL_PREFIX=<your prefix> -DENABLE_LSPCLIENT=ON <kate src dir>
-{{< / highlight >}}
+> cmake -DCMAKE_INSTALL_PREFIX="your prefix" -DENABLE_LSPCLIENT=ON "kate src dir"
It shares no code with my initial prototype.
The author started this without knowing of my work.