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

Parse Transforms #138

Closed
saleyn opened this issue May 13, 2019 · 1 comment · Fixed by #165
Closed

Parse Transforms #138

saleyn opened this issue May 13, 2019 · 1 comment · Fixed by #165

Comments

@saleyn
Copy link
Contributor

saleyn commented May 13, 2019

The syntax highlighter doesn't seem to recognize parse transforms. Example: if you use the following transform, the highlighter detects this code as an error:

-compile({parse_transform, gin}).

example(C) when in(C, [$a, $b, $c]) ->
  ok.
@saleyn
Copy link
Contributor Author

saleyn commented Sep 3, 2021

I believe this is broken again.

This is the transform: https://github.com/saleyn/etran

-compile({parse_transform, defarg}).

err

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 a pull request may close this issue.

1 participant