This is all I have at the moment, I was copying it from a youtuber and noticed the lettering was a different colour. I did type everything but deleted that
It looks like you are trying to create an object named 1c and the compiler thinks that it is a number and cannot understand the c suffix. Try changing all the instances of 1c to c1 (or a meaningful name) and try compiling again.
Each library has a keywords.txt file that defines which words are to be
coloured when using it... Go have a nosey, that's what open-source is all about