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

Python builtin highlight #94

Closed
DerWeh opened this issue Apr 26, 2017 · 7 comments
Closed

Python builtin highlight #94

DerWeh opened this issue Apr 26, 2017 · 7 comments

Comments

@DerWeh
Copy link

DerWeh commented Apr 26, 2017

The highlighting of builtins with python does not work.

I am using the python syntax file as specified and have the options:

let g:PaperColor_Theme_Options = {
  \   'language': {
  \     'python': {
  \       'highlight_builtins' : 1
  \     },
  \     'cpp': {
  \       'highlight_standard_library': 1
  \     },
  \     'c': {
  \       'highlight_builtins' : 1
  \     }
  \   }
  \ }
"}}}

Using a different colorscheme fixes this problem, so it should be an issue of papercolor.

@liuerfire
Copy link

same issue here :-(

@NLKNguyen
Copy link
Owner

@pappasam could you please double check this?

@NLKNguyen
Copy link
Owner

@DerWeh @liuerfire did you put that settings before or after color PaperColor ?
The settings have to be before color PaperColor.

@liuerfire
Copy link

liuerfire commented Aug 14, 2017

@NLKNguyen Oh, it works when put it before color PaperColor. Thanks 😄

@NLKNguyen
Copy link
Owner

Great!! You're very welcome 😄

@pappasam
Copy link
Contributor

@NLKNguyen just got back from vacation. Glad this was an easy fix though, and sorry for not responding!

@NLKNguyen
Copy link
Owner

@pappasam No worry :) hope it was a nice summer vacation. I got back from mine a few days ago as well 😃

NLKNguyen added a commit that referenced this issue Aug 19, 2017
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

4 participants