feat(filetypes): Declare the wgsl in the same lua module as others
This commit is contained in:
parent
442e0430b7
commit
0035b4c016
2 changed files with 1 additions and 16 deletions
|
@ -11,5 +11,6 @@ vim.filetype.add({
|
|||
return "typst"
|
||||
end,
|
||||
idr = "idris2",
|
||||
wgsl = "wgsl",
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue