Function declarations with parameters on different lines
fatdollar opened this issue · 1 comments
fatdollar commented
I've tried and tried but I can't figure out how to add this functionality to the syntax highlighting.
what is want is this:
int main
(int argc, char const *argv[])
to be recognized as a function just like this is
int main(int argc, char const *argv[])
It doesn't sound hard but I don't understand how these tmLanguage file work. and any time I look in to regular expressions it leaves me confused and more stupid.
Thanks.
abusalimov commented