nvim: Add wgsl filetype

This commit is contained in:
2024-02-29 20:56:44 +01:00
parent 0271518975
commit a24277188b

View File

@ -13,6 +13,7 @@ opt.signcolumn = "yes" -- str: Show the sign column
-- [[ Filetypes ]]
opt.encoding = 'utf8' -- str: String encoding to use
opt.fileencoding = 'utf8' -- str: File encoding to use
vim.filetype.add({extension = {wgsl = "wgsl"}})
-- [[ Theme ]]
opt.syntax = "ON" -- str: Allow syntax highlighting