Atom programm goes grey

Hi there. I´m having problems with Atom when writing code.
I create a new file, save it as something.html, then another one something.js.
In html file, I do the basic code, head, body… etc when I write html it autocompletes.
The problem comes here. When I´m goint to write I start writing it and suddenly all the code in .html becomes grey like this.
color

grey
I know that the end > of script is missing, but while im writing it in the code it turns grey and never come back to color… and it doesnt work properly.
Anyone can help me? Why occurs this?
Thanks

1 Like

Ok I´m replaying to myself haha.
I´ve figured it out.
Atom might not be recognizing the syntax of your code immediately. Check the bottom right corner of the screen to make sure atom has the correct language/file extension selected. You can manually select this if atom doesn’t do it automatically.

1 Like