The current implementation for `getLanguage` uses file extensions for returning the `tree-sitter` language binding. Some filetypes do not have extensions, for example, `Dockerfile`. `getLanguage` should be able to return the language bindings in case of these filetypes.
The current implementation for
getLanguageuses file extensions for returning thetree-sitterlanguage binding.Some filetypes do not have extensions, for example,
Dockerfile.getLanguageshould be able to return the language bindings in case of these filetypes.