feat(wing): add parser (#5021)

Co-authored-by: Christian Clason <c.clason@uni-graz.at>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
Glib Shpychka 2023-06-29 13:34:46 +03:00 committed by GitHub
parent 99a7e8d268
commit f460cc8ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 147 additions and 0 deletions

View file

@ -11,6 +11,7 @@ vim.filetype.add {
usd = "usd",
usda = "usd",
wgsl = "wgsl",
w = "wing",
},
}