So I was working in c++ and noticed that the particular theme I’m using (not sure if all of atom is like this) doesn’t highlight the keyword “string” in c++. I was wondering how I might go about doing that. Essentially, I am trying to make the word “string” look like the word “void”:
How would I add the word “string” to the list of keywords for c++?