mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

If nothing matched in match_from_hashbang, also check the file extension table. For a hashbang like '#!/bin/env foo', this will set the filetype to 'fooscript' assuming the filetype for the 'foo' extension is 'fooscript' in the extension table.