1
0
forked from aniani/vim

patch 8.2.4849: Gleam filetype not detected

Problem:    Gleam filetype not detected.
Solution:   Add a pattern for Gleam files. (Mathias Jean Johansen,
            closes #10326)
This commit is contained in:
Mathias Jean Johansen
2022-04-30 15:10:07 +01:00
committed by Bram Moolenaar
parent ee44603069
commit 917c32c4f7
3 changed files with 6 additions and 0 deletions

View File

@@ -719,6 +719,9 @@ au BufNewFile,BufRead *.git/*
" Gkrellmrc
au BufNewFile,BufRead gkrellmrc,gkrellmrc_? setf gkrellmrc
" Gleam
au BufNewFile,BufRead *.gleam setf gleam
" GLSL
au BufNewFile,BufRead *.glsl setf glsl