fix highlight for syndication

This commit is contained in:
Christoph Cullmann 2019-07-07 15:13:11 +02:00
parent ceee72d595
commit 8d8ee70a1b

View file

@ -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: 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"
cmake -DCMAKE_INSTALL_PREFIX=<your prefix> -DENABLE_LSPCLIENT=ON <kate src dir>
{{< / highlight >}}
It shares no code with my initial prototype. It shares no code with my initial prototype.
The author started this without knowing of my work. The author started this without knowing of my work.