Skip to content

add haskell_disable_TH configuration variable for Template Haskell disabling #87

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

Merged
merged 2 commits into from
Nov 12, 2016

Conversation

alx741
Copy link
Contributor

@alx741 alx741 commented Nov 12, 2016

I found out that while writing Yesod apps the Template Haskell and QuasiQuotes syntax coloring gets flatten out like strings, and by disabling them I get nice braces and types coloring, so using:

let g:haskell_disable_TH = 1 disables the TH syntax, which would be enabled by default.

This might be a bit subjective, so feel free to dismiss it.

@raichoo
Copy link
Member

raichoo commented Nov 12, 2016

Thanks a lot, I'll merge this.

@raichoo raichoo merged commit e6f3093 into neovimhaskell:master Nov 12, 2016
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.

2 participants