mirror of
https://github.com/neovim/neovim.git
synced 2026-01-25 22:26:04 +00:00
Problem: Janet files are not recognised
Solution: Add filename and shebang detection (without
adding an extra filetype plugin)
Those are used by the Janet language:
http://www.janet-lang.org
closes: vim/vim#13400
c038427d2a
Co-authored-by: Doug Kearns <dougkearns@gmail.com>