mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 11:14:10 +00:00
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:
@@ -241,6 +241,7 @@ local extension = {
|
||||
gmi = "gemtext",
|
||||
gemini = "gemtext",
|
||||
gift = "gift",
|
||||
gleam = "gleam",
|
||||
glsl = "glsl",
|
||||
gpi = "gnuplot",
|
||||
gnuplot = "gnuplot",
|
||||
|
||||
Reference in New Issue
Block a user