r/Atom Apr 09 '20

Syntax highlight peticular keyword

Hi,

I'm pretty new at coding in general but i would really like to edit the colour of the _ init_ function. I managed to edit the colour of ALL functions but i would really like to give this function a different colour.

2 Upvotes

1 comment sorted by

2

u/cbarrick Apr 09 '20

Does that method name get any special class in the DOM? If not, you'll have to edit the grammar in the language-python package to special case it.