aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 0b29dbee9..07332d7c0 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1031,7 +1031,7 @@ list.wgsl = {
files = { "src/parser.c" },
},
maintainers = { "@szebniok" },
- filetype = "wgsl"
+ filetype = "wgsl",
}
local M = {