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

Disables Bracket Pair Colorizer for PostCSS files #29

Open
argarner opened this issue Jul 15, 2018 · 2 comments
Open

Disables Bracket Pair Colorizer for PostCSS files #29

argarner opened this issue Jul 15, 2018 · 2 comments

Comments

@argarner
Copy link

Hi mate,

Best postcss highlighter I've found. Though, unfortunately, this extension disables Bracket Pair Colorizer from working within the given PostCSS file.

These are the only language modes I'm aware of that prevent the Bracket Pair Colorizer package from working for a file.

@MhMadHamster
Copy link
Owner

As far as i can tell, the problem is that in my extension i am providing syntax highlighting based on the language of the current file, so it might be pcss file or css file with postcss selected as a language. Bracket pair colorizer use prism.js for language support, which is know nothing about PostCSS (https://prismjs.com/#languages-list) since it is not really a separate language i guess.

Sorry but i am not sure if i can do anything about this.

@argarner
Copy link
Author

argarner commented Jul 17, 2018 via email

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

2 participants