Skip to content

Commit 0c9085a

Browse files
authored
feat(ft): added wgsl support (#421)
https://www.w3.org/TR/WGSL/#comments
1 parent e265610 commit 0c9085a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ local L = setmetatable({
173173
vim = { M.vim },
174174
vifm = { M.vim },
175175
vue = { M.html, M.html },
176+
wgsl = { M.cxx_l, M.cxx_b },
176177
xdefaults = { '!%s' },
177178
xml = { M.html, M.html },
178179
xonsh = { M.hash }, -- Xonsh doesn't have block comments

0 commit comments

Comments
 (0)