feat(filetypes): Declare the wgsl in the same lua module as others

This commit is contained in:
kalmenn 2024-09-13 19:21:13 +02:00
parent 442e0430b7
commit 0035b4c016
Signed by: kalmenn
GPG key ID: F500055C44BC3834
2 changed files with 1 additions and 16 deletions

View file

@ -11,5 +11,6 @@ vim.filetype.add({
return "typst"
end,
idr = "idris2",
wgsl = "wgsl",
},
})