Sublime Forum

ST2: C Syntax Highlighting does not ignore line breaks

#1

Hi,

the following C code is highlighted correctly:

int main(int argc, char const *argv]) { return 0; }

but this is not (“main” is not recognised as symbol):

int main (int argc, char const *argv]) { return 0; }

Thus, also the goto symbol function does not work.

Is it possible to fix this within the C syntax definition?

0 Likes