Support plain c in clang.kak
This commit is contained in:
parent
70fdd068dc
commit
40ca1fc754
|
@ -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++ ;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user