Skip to content

fix(ft): add htmlangular filetype to support newer nvim versions #77

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joerideg
Copy link

@joerideg joerideg commented Nov 25, 2024

Neovim now detects the angular component files and sets htmlangular as the filetype. This caused coc-angular to not be loaded in the template files as it looked for the 'html' filetype.

Retaining 'html' as well supports both older and newer configs.

Fixes #78

Neovim now detects the angular component files and sets `htmlangular` as
the filetype. This caused coc-angular to not be loaded in the template
files as it looked for the 'html' filetype.

Retaining 'html' as well supports both older and newer configs.

Fixes iamcco#78
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.

coc-angular does not support 'htmlangular' filetype
1 participant