Skip to content

Add syntax highlighting for Keyword.Namespace#925

Open
nchammas wants to merge 1 commit into
jekyll:masterfrom
nchammas:fix-rouge-kn-token
Open

Add syntax highlighting for Keyword.Namespace#925
nchammas wants to merge 1 commit into
jekyll:masterfrom
nchammas:fix-rouge-kn-token

Conversation

@nchammas
Copy link
Copy Markdown

Python import statements like the following are currently not highlighted:

import pathlib
from pathlib import Path

Rouge does tag the import and from keywords correctly, but Minima doesn't apply any color to them.

Fixes #131.

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

Successfully merging this pull request may close these issues.

Add Keyword.Namespace to syntax highlighting

1 participant