aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-04-30 17:31:53 +0200
committerGitHub <noreply@github.com>2022-04-30 17:31:53 +0200
commit872622bcdbe3e971973c374392221589815d497a (patch)
tree612f58e8f0f76934834c7d6aefeda45ad4295415 /src
parent88411613e23bd829088f48983f0253f1b7e5c3fd (diff)
downloadrneovim-872622bcdbe3e971973c374392221589815d497a.tar.gz
rneovim-872622bcdbe3e971973c374392221589815d497a.tar.bz2
rneovim-872622bcdbe3e971973c374392221589815d497a.zip
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) https://github.com/vim/vim/commit/917c32c4f75351061a773cd5bc5b6f42c7d10e62
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_filetype.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_filetype.vim b/src/nvim/testdir/test_filetype.vim
index 6872eb3bb7..6ae957da70 100644
--- a/src/nvim/testdir/test_filetype.vim
+++ b/src/nvim/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'],