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

Syntax highlighting for GHC Core #184

Open
poscat0x04 opened this issue Mar 20, 2021 · 1 comment
Open

Syntax highlighting for GHC Core #184

poscat0x04 opened this issue Mar 20, 2021 · 1 comment

Comments

@poscat0x04
Copy link
Contributor

Maybe we could convert ghc-core.el to textmate grammar

@JustusAdam
Copy link
Owner

Grammars written in Emacs Lisp and Textmate grammars are quite different unfortunately, so converting one to the other isn't straight forward. However there are ways of including one textmate grammar in another and perhaps that could be used to create a core grammar that reuses the Haskell grammar with a few aditions.

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

No branches or pull requests

2 participants