Files
neovim/runtime/lua/vim
Jonas Strittmatter b518aceaa8 feat(filetype): fall back to file extension when matching from hashbang (#22140)
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.
2023-02-13 16:04:16 -07:00
..
2023-01-16 01:55:24 -08:00
2022-05-09 16:31:55 +02:00