Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No color for block comments in python files #1

Open
huynhminhson opened this issue Jul 10, 2016 · 1 comment
Open

No color for block comments in python files #1

huynhminhson opened this issue Jul 10, 2016 · 1 comment

Comments

@huynhminhson
Copy link

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.

@huynhminhson
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant