]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2146: filetype: cel files are not recognized v9.1.2146
authorStefan VanBuren <svanburen@buf.build>
Thu, 12 Feb 2026 17:22:42 +0000 (18:22 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 12 Feb 2026 17:25:59 +0000 (18:25 +0100)
commitfb5777fa209785db6aa439b712cab814264e05ca
tree9514aa76f23d265e778b46ae96329b45bb4a68e9
parent56033b9df3ef56d8e37b7927521baf621fd88ab7
patch 9.1.2146: filetype: cel files are not recognized

Problem:  filetype: cel files are not recognized
Solution: Detect *.cel files as cel filetype (Stefan VanBuren).

Reference:
https://cel.dev/
https://github.com/google/cel-java/blob/e36c49febc36bcb16ef4f07274fcc8873c1eee59/testing/src/test/resources/expressions/coverage_test_case/simple_expression.cel
https://github.com/elastic/mito/blob/d0d2dbabae5c563dd943c61fd52992acb655942d/example.cel

closes: #19381

Signed-off-by: Stefan VanBuren <svanburen@buf.build>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/dist/ft.vim
runtime/doc/version9.txt
src/testdir/test_filetype.vim
src/version.c