We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-module
Is your feature request related to a problem? Please describe.
When/if #9502 is fixed, the Emacs mode also needs fixing.
Today, if you write:
-module(foo).
and the file is not named "foo.erl" the Emacs mode objects and wants to change the source code -module(). attribute to match the file name.
-module().
But if we write:
-module foo.
the Emacs mode doesn't check the attribute value when saving the file.
Describe the solution you'd like
The Emacs mode should be aware of -module attributes both with and without parentheses.
The text was updated successfully, but these errors were encountered:
dgud
No branches or pull requests
Is your feature request related to a problem? Please describe.
When/if #9502 is fixed, the Emacs mode also needs fixing.
Today, if you write:
and the file is not named "foo.erl" the Emacs mode objects and wants to change the source code
-module().
attribute to match the file name.But if we write:
the Emacs mode doesn't check the attribute value when saving the file.
Describe the solution you'd like
The Emacs mode should be aware of
-module
attributes both with and without parentheses.The text was updated successfully, but these errors were encountered: