From 40ca1fc7540dee2f797c67691b2b10643bd752be Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 21 Sep 2015 23:37:49 +0100 Subject: [PATCH] Support plain c in clang.kak --- rc/clang.kak | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/clang.kak b/rc/clang.kak index bdc44fe9..76049091 100644 --- a/rc/clang.kak +++ b/rc/clang.kak @@ -31,6 +31,7 @@ def -shell-params clang-parse -docstring "Parse the contents of the current buff # displayed. ( case ${kak_opt_filetype} in + c) ft=c ;; cpp) ft=c++ ;; obj-c) ft=objective-c ;; *) ft=c++ ;;