]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0610: filetype: OpenGL Shading Language files are not detected v9.1.0610
authorGregory Anders <greg@gpanders.com>
Mon, 22 Jul 2024 18:33:48 +0000 (20:33 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 22 Jul 2024 18:33:48 +0000 (20:33 +0200)
commite4b991ed36f96dd01c6d75e46a04fd1a99180e58
tree9643f4318bf8d0bdf784b99d53226ade0f2fd1b8
parent9d57ea5cd3a23af02c72c0e86fe24b7bba57189a
patch 9.1.0610: filetype: OpenGL Shading Language files are not detected

Problem:  filetype: OpenGL Shading Language files are not detected
Solution: detect various file extensions as GLSL filetype, include
          indent and syntax script, do no longer recognize '*.comp'
          as Mason filetype (Gregory Anders)

closes: #15317

Signed-off-by: Gregory Anders <greg@gpanders.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/filetype.vim
runtime/indent/glsl.vim [new file with mode: 0644]
runtime/syntax/glsl.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c