Support plain c in clang.kak

This commit is contained in:
Maxime Coste 2015-09-21 23:37:49 +01:00
parent 70fdd068dc
commit 40ca1fc754

View File

@ -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++ ;;