diff options
| -rw-r--r-- | rc/clang.kak | 1 |
1 files changed, 1 insertions, 0 deletions
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++ ;; |
