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

Highlight module if preceded by a pipe #271

Merged
merged 1 commit into from
Oct 19, 2015

Conversation

tonini
Copy link
Contributor

@tonini tonini commented Oct 19, 2015

fixes #224

@tonini
Copy link
Contributor Author

tonini commented Oct 19, 2015

Thanks to @syohex for the solution. 👍

tonini added a commit that referenced this pull request Oct 19, 2015
…er-pipeline

Highlight module if preceded by a pipe
@tonini tonini merged commit eac04b1 into master Oct 19, 2015
@tonini tonini deleted the highlight-module-correct-after-pipeline branch October 19, 2015 20:43
J3RN pushed a commit to J3RN/emacs-elixir that referenced this pull request Apr 24, 2021
* Fix dialyzer test when running locally

I'm testing running locally on arch linux. It appear that for me locally
for the "reports diagnostics then clears them once problems are fixed"
test I get the output I get the message:

    [ElixirLS Dialyzer] Analyzing 3 modules: [A, B, :erlang]

Instead of:

    [ElixirLS Dialyzer] Analyzing 2 modules: [A, B]

Adding a function definition in module C causes :erlang to not be
detected as needing to be analyzed.

* :lib.flush_receive() doesn't exist in the same place on supported erlang versions
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.

Module name isn't highlighted in some cases
1 participant