Skip to content

Commit

Permalink
lua/lexers: add gleam lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
tynanbe authored and Felix Van der Jeugt committed Nov 29, 2022
1 parent de8e3bb commit b828b5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ vis.ftdetect.filetypes = {
['git-rebase'] = {
ext = { "git%-rebase%-todo" },
},
gleam = {
ext = { "%.gleam$" },
},
glsl = {
ext = { "%.glslf$", "%.glslv$" },
},
Expand Down

0 comments on commit b828b5b

Please sign in to comment.