mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 10:38:57 +10:00
Problem: filetype: Nickel files are not recognized
Solution: Detect *.ncl files as nickel filetype
(Hoang Nguyen)
Reference:
- https://nickel-lang.org/getting-started/
- https://github.com/tweag/nickel/tree/master/examples
closes: vim/vim#19102
88f3ac34ea
Co-authored-by: Hoang Nguyen <folliekazetani@protonmail.com>