Skip to content

Fix wrong highlight of paren after defmodule #478

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 1 commit into from
Feb 27, 2019
Merged

Fix wrong highlight of paren after defmodule #478

merged 1 commit into from
Feb 27, 2019

Conversation

dreamtigers
Copy link
Contributor

Added to elixirModuleDeclaration the exact same regex used in
elixirFunctionDeclaration.

vim-elixir

Should fix #441

Added to `elixirModuleDeclaration` the exact same regex used in
`elixirFunctionDeclaration`.
@jbodah
Copy link
Collaborator

jbodah commented Feb 27, 2019

Looks good - thank you!

@jbodah jbodah merged commit d5d4400 into elixir-editors:master Feb 27, 2019
kelvinst pushed a commit to kelvinst/vim-elixir that referenced this pull request Aug 21, 2019
Added to `elixirModuleDeclaration` the exact same regex used in
`elixirFunctionDeclaration`.
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.

Syntax: incorrectly highlights paren after defmodule
2 participants