mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 06:45:37 +00:00
vim-patch:9.0.0042: missing change for filetype detection
Problem: Missing change for filetype detection.
Solution: Include change to detect guile from shebang line.
3244780379
This commit is contained in:
@@ -1323,6 +1323,7 @@ local patterns_hashbang = {
|
||||
['fish\\>'] = { 'fish', { vim_regex = true } },
|
||||
['gforth\\>'] = { 'forth', { vim_regex = true } },
|
||||
['icon\\>'] = { 'icon', { vim_regex = true } },
|
||||
guile = 'scheme',
|
||||
}
|
||||
|
||||
---@private
|
||||
|
||||
Reference in New Issue
Block a user