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
I'm facing an issue in which file type detection fails when opening files named Dockerfile:
Dockerfile
(note: file type is dockerfile instead of Dockerfile)
I'm not using any plugins that might interfere with this one. Do you have any idea how I can see which script sets the file type?
The text was updated successfully, but these errors were encountered:
Same issue here in Neovim, and the upstream vim/neovim syntax is rubbish. Really what needs to happen is this needs to get contributed upstream!
Setting the ft manually with the capitalized version works, but auto-detection does not.
Sorry, something went wrong.
Set filetype detection to the origanl behavior of vim. fixes ekalinin#66
b434ae8
and ekalinin#67
1a1e6ef
No branches or pull requests
I'm facing an issue in which file type detection fails when opening files named
Dockerfile
:(note: file type is dockerfile instead of Dockerfile)
I'm not using any plugins that might interfere with this one. Do you have any idea how I can see which script sets the file type?
The text was updated successfully, but these errors were encountered: