aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/shaderslang.vim
Commit message (Collapse)AuthorAge
* vim-patch:9.1.0995: filetype: shaderslang files are not detectedChristian Clason2025-01-08
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 https://github.com/vim/vim/commit/616219f684744bcfad61a53c13166cda9b141dea Co-authored-by: mtvare6 <mtvare6@proton.me>