hartator / no-syntax-highlighting-syntax

Disable Atom.io syntax highlighting.

Home Page:https://atom.io/themes/no-syntax-highlighting-syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No color for block comments in python files

huynhminhson opened this issue · comments

Hi,

Thanks for creating a great package.

I just installed your package and found it has no color for multi-line comments in python files. Could you please help to add some "blue" to it :)

Thanks,
Son.

Hi,

I just write a hot fix for the issue I mentioned, but it is better to include it right in the package. Again, this is a great package and I really love it. Thank you.

atom-text-editor::shadow {

.string.quoted.double.block.sql.python {
    color: #61afef;

    .punctuation.definition.string.python {
        color: #61afef;
    }
}

}

Son.