aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/filetype.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/filetype.lua')
-rw-r--r--lua/plugins/filetype.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index d6790a2..ede9fd4 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -171,6 +171,9 @@ vis.ftdetect.filetypes = {
['git-rebase'] = {
ext = { "git%-rebase%-todo" },
},
+ gleam = {
+ ext = { "%.gleam$" },
+ },
glsl = {
ext = { "%.glslf$", "%.glslv$" },
},