Page 1 of 1

How can I make CodeLite recognise a custom extension?

Posted: Sun Apr 15, 2018 8:42 am
by hassaan
I am trying to use CodeLite to browse an Oracle Pro*C file, with extension ".pc"
It is basically a C file, with some embedded SQL. I would just like to browse through the file with syntax highlighting and code folding to make it easier to read.

However, CodeLite does not recognize the file as C and there is no syntax highlighting.

How can I achieve this?

Many thanks!