summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorMathias Jean Johansen <mathias@mjj.io>2022-04-30 15:10:07 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-30 15:10:07 +0100
commit917c32c4f75351061a773cd5bc5b6f42c7d10e62 (patch)
tree9f2328a4fe81f898be33ada95fc13a66609f42f5 /runtime
parentee4460306917431d0d17a7cb11c6646f4c6540b6 (diff)
patch 8.2.4849: Gleam filetype not detectedv8.2.4849
Problem: Gleam filetype not detected. Solution: Add a pattern for Gleam files. (Mathias Jean Johansen, closes #10326)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index c19bd763d0..c61fd0d708 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -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