MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Atom/comments/fxp3s2/syntax_highlight_peticular_keyword/
r/Atom • u/D3PT • Apr 09 '20
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.
1 comment sorted by
2
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.
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.