vim-patch:8.2.4849: Gleam filetype not detected (#18326)

Problem:    Gleam filetype not detected.
Solution:   Add a pattern for Gleam files. (Mathias Jean Johansen,
            closes vim/vim#10326)
917c32c4f7
This commit is contained in:
Christian Clason
2022-04-30 17:31:53 +02:00
committed by GitHub
parent 88411613e2
commit 872622bcdb
3 changed files with 5 additions and 0 deletions

View File

@@ -241,6 +241,7 @@ local extension = {
gmi = "gemtext",
gemini = "gemtext",
gift = "gift",
gleam = "gleam",
glsl = "glsl",
gpi = "gnuplot",
gnuplot = "gnuplot",