Several doubts creating a syntax theme in Atom

2

Hi, I'm trying to create a syntax theme like the existing Classic Plus Dev-C ++.

My questions are:

1 : How can I put #include <> with color: @green; and font-weight: normal; but keeping this ?: &.syntax--control { color: @syntax-text-color; font-weight: bold; }

2 : How can I put () , {} , , , . , ; ... with color: @red; and font-weight: bold; ?

I leave you an image of how this looks in Dev-C ++:

And now, how do you see this if I put it in Atom :

If you need to see my base.less , tell me and add it.

Thank you very much. : -)

Alberto.

    
asked by albcntr 18.07.2017 в 21:47
source

0 answers