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

Remove ftdetect #560

Merged
merged 1 commit into from
Mar 27, 2022
Merged

Conversation

mhanberg
Copy link
Contributor

Elixir and all of the most popular template syntaxes
(LEEx, HEEx, Surface) are included in Vim and Neovim's native filetype
detection and now longer have to provided by a plugin.

I noticed the FileType event was being emitted twice when opening Elixir
files, which was causing me some problems. This should fix that.

This also switches the .lexs extension for eelixir to elixir, as that
those files are have elixir in them, not eelixir.

Elixir and all of the most popular template syntaxes
(LEEx, HEEx, Surface) are included in Vim and Neovim's native filetype
detection and now longer have to provided by a plugin.

I noticed the FileType event was being emitted twice when opening Elixir
files, which was causing me some problems. This should fix that.

This also switches the .lexs extension for eelixir to elixir, as that
those files are have elixir in them, not eelixir.
@jbodah jbodah merged commit 5aea793 into elixir-editors:master Mar 27, 2022
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.

3 participants