vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 80cfd234c4d234aa2e4c6cb2d198da47938a6abc parent c637516ad03b60c163e0208345b8346dc6e44096 Author: tynanbe <contact@tynan.be> Date: Fri, 12 Feb 2021 00:53:33 -0600 lua/lexers: add gleam lexer Diffstat:
| M | lua/plugins/filetype.lua | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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$" }, },