mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 06:43:13 +00:00
Problem: filetype: shaderslang files are not detected
Solution: detect '*.slang' files as shaderslang filetype,
include a filetype and syntax script (mtvare6)
Reference:
https://shader-slang.com/
closes: vim/vim#16387
616219f684
Co-authored-by: mtvare6 <mtvare6@proton.me>