comparison runtime/filetype.vim @ 32272:2df0f9779992 v9.0.1467

patch 9.0.1467: Jenkinsfiles are not recognized as groovy Commit: https://github.com/vim/vim/commit/142ffb024dd5123090c2fd02f55702e76520f1df Author: dundargoc <gocdundar@gmail.com> Date: Tue Apr 18 20:53:22 2023 +0100 patch 9.0.1467: Jenkinsfiles are not recognized as groovy Problem: Jenkinsfiles are not recognized as groovy. Solution: Add a pattern for Jenkinsfiles. (closes https://github.com/vim/vim/issues/12236)
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Apr 2023 22:00:04 +0200
parents 8e2ecfebd136
children 8201b0fcea02
comparison
equal deleted inserted replaced
32271:119db7ded82b 32272:2df0f9779992
843 843
844 " Gretl 844 " Gretl
845 au BufNewFile,BufRead *.gretl setf gretl 845 au BufNewFile,BufRead *.gretl setf gretl
846 846
847 " Groovy 847 " Groovy
848 au BufNewFile,BufRead *.gradle,*.groovy setf groovy 848 au BufNewFile,BufRead *.gradle,*.groovy,Jenkinsfile setf groovy
849 849
850 " GNU Server Pages 850 " GNU Server Pages
851 au BufNewFile,BufRead *.gsp setf gsp 851 au BufNewFile,BufRead *.gsp setf gsp
852 852
853 " Group file 853 " Group file