neovim/runtime/lua
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
..
nvim fix(health): iterate using ipairs correctly (#22119) 2023-02-06 12:24:00 +08:00
vim feat(filetype): fall back to file extension when matching from hashbang (#22140) 2023-02-13 16:04:16 -07:00
_vim9script.lua dist: transpile cfilter.vim => cfilter.lua #21662 2023-01-08 12:31:38 -08:00
editorconfig.lua feat(editorconfig): add builtin EditorConfig support 2023-01-03 10:28:55 -07:00
health.lua refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720 2022-05-31 11:10:18 -07:00
man.lua fix(man): use italics for <bs>_ (#22086) 2023-02-01 17:21:42 +00:00