nvim: Add wgsl filetype
This commit is contained in:
@ -13,6 +13,7 @@ opt.signcolumn = "yes" -- str: Show the sign column
|
|||||||
-- [[ Filetypes ]]
|
-- [[ Filetypes ]]
|
||||||
opt.encoding = 'utf8' -- str: String encoding to use
|
opt.encoding = 'utf8' -- str: String encoding to use
|
||||||
opt.fileencoding = 'utf8' -- str: File encoding to use
|
opt.fileencoding = 'utf8' -- str: File encoding to use
|
||||||
|
vim.filetype.add({extension = {wgsl = "wgsl"}})
|
||||||
|
|
||||||
-- [[ Theme ]]
|
-- [[ Theme ]]
|
||||||
opt.syntax = "ON" -- str: Allow syntax highlighting
|
opt.syntax = "ON" -- str: Allow syntax highlighting
|
||||||
|
|||||||
Reference in New Issue
Block a user