diff src/testdir/test_filetype.vim @ 28650:be4410fa2bac v8.2.4849

patch 8.2.4849: Gleam filetype not detected Commit: https://github.com/vim/vim/commit/917c32c4f75351061a773cd5bc5b6f42c7d10e62 Author: Mathias Jean Johansen <mathias@mjj.io> Date: Sat Apr 30 15:10:07 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Apr 2022 16:15:04 +0200
parents 9c70f7df6d61
children dfe200e3d315
line wrap: on
line diff
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -211,6 +211,7 @@ let s:filename_checks = {
     \ 'gitrebase': ['git-rebase-todo'],
     \ 'gitsendemail': ['.gitsendemail.msg.xxxxxx'],
     \ 'gkrellmrc': ['gkrellmrc', 'gkrellmrc_x'],
+    \ 'gleam': ['file.gleam'],
     \ 'glsl': ['file.glsl'],
     \ 'gnash': ['gnashrc', '.gnashrc', 'gnashpluginrc', '.gnashpluginrc'],
     \ 'gnuplot': ['file.gpi', '.gnuplot'],