alexwforsythe/code-blocks

Support for C?

sian0x0 opened this issue · 1 comments

I'm brand new to programming and using this extension (thanks!) for my study notes.
I'm learning C right now but it's not in the drop-down list.
(I wonder if there is an alternative C-based language that would work also for C but I don't have this level of knowledge.)

Hi, as mentioned in the readme, this library uses highlight.js as a base. Therefore it only supports the languages ​​that are implemented in the library.
C is not yet supported, but C++ is.

If you'd like to see Code Blocks support a language that is not yet implemented by highlight.js, please refer to their page on requesting new languages.