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

ftdetect: drop support for unnecessary file exts #80

Merged
merged 2 commits into from
Aug 21, 2023

Conversation

l-zeuch
Copy link
Owner

@l-zeuch l-zeuch commented Aug 20, 2023

Please describe the changes this pull request does and why it should be merged:

Drop support for unnecessary file extensions, as they are too long
and/or confusing / redundant.

Closes #79

Breaking Change:
Support for the following file extensions will be dropped:

  • yagpdb
  • yagpdbcc
  • yag-cc
  • yagpdb-cc

Signed-off-by: Luca Zeuch l-zeuch@email.de

Terms

Drop support for unnecessary file extensions, as they are too long
and/or confusing / redundant.

Closes #79

Breaking Change:
Support for the following file extensions will be dropped:
* yagpdb
* yagpdbcc
* yag-cc
* yagpdb-cc

Signed-off-by: Luca Zeuch <l-zeuch@email.de>
@l-zeuch l-zeuch added type/enhancement New feature or request area/ftdetect affecting filetype detection editor/vim-neovim affecting both Neovim and Vim labels Aug 20, 2023
Signed-off-by: Luca Zeuch <l-zeuch@email.de>
@l-zeuch l-zeuch merged commit c989221 into master Aug 21, 2023
16 checks passed
@l-zeuch l-zeuch deleted the ftdetect/deprecate-files branch August 21, 2023 11:14
@l-zeuch l-zeuch added this to the Done milestone Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ftdetect affecting filetype detection editor/vim-neovim affecting both Neovim and Vim type/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: Deprecate Some File Extensions
2 participants