mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +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>