From 1f4cf781e73e84d69ecfe518d33f410d39e4406d Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 3 Feb 2018 19:52:49 -0800 Subject: [PATCH] Mention kakoune syntax highlighting in readme (#299) --- README.asc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.asc b/README.asc index 85626c6..d5622a4 100644 --- a/README.asc +++ b/README.asc @@ -632,6 +632,10 @@ You can install it from the command line by running: code --install-extension skellock.just ``` +==== Kakoune + +Kakoune supports `justfile` syntax highlighting out of the box, thanks to TeddyDD. + ==== Other Editors Feel free to send me the commands necessary to get syntax highlighting working in your editor of choice so that I may include them here.