Add WGSL parser

This commit is contained in:
Konrad Bochnia 2022-04-11 18:14:04 +02:00 committed by Stephan Seitz
parent fad7da5046
commit 1a58c71b73
5 changed files with 122 additions and 0 deletions

1
ftdetect/wgsl.vim Normal file
View file

@ -0,0 +1 @@
au BufRead,BufNewFile *.wgsl set filetype=wgsl