Sublime Text 3 Opening C files as C++ -
when open file ending of ".c" in sublime text 3, program displays in c++. know because language shown in bottom right hand corner "c++". can change this?
i don't know if related, when try run or build c program, sublime text compiles using g++ , not gcc. also, i'm using linux os.
thanks.
you can click on c++, menu shall appear in can select c.
since you're saying files .c extension being viewed c++ files, may want change default navigating to:
view >> syntax >> open current extension as... >> c
while having .c document active tab/group/window.
Comments
Post a Comment