mirror of
https://github.com/neovim/neovim.git
synced 2026-06-15 16:23:48 +00:00
vim-patch:9.2.0562: filetype: SGF files are not recognized
Problem: filetype: SGF files are not recognized
Solution: Detect *.sgf as sgf filetype
(Borys Lykah)
Reference:
https://www.red-bean.com/sgf/index.html
closes: vim/vim#20349
dda45ba88f
Co-authored-by: Borys Lykah <lykahb@fastmail.com>
This commit is contained in:
@@ -1191,6 +1191,7 @@ local extension = {
|
||||
sdl = 'sdl',
|
||||
sed = 'sed',
|
||||
sexp = 'sexplib',
|
||||
sgf = 'sgf',
|
||||
bash = detect.bash,
|
||||
bats = detect.bash,
|
||||
cygport = detect.bash,
|
||||
|
||||
Reference in New Issue
Block a user