vim-patch:91023ad: runtime(cabal): Update compiler, ftplugin, syntax, add indent script

closes: vim/vim#20623

91023adc67

Co-authored-by: Mateo Gjika <104777599+mateoxh@users.noreply.github.com>
This commit is contained in:
zeertzjq
2026-06-27 07:02:23 +08:00
parent db55c537cb
commit b7c8dcc75b
4 changed files with 109 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
"
" 2026 Apr 29 by Léana: add missing haskell language editions
" 2026 Apr 20 by Vim project: remove wrong oneline keyword #20018
" 2026 Jun 26 by Vim project: add elif keyword #20623
"
" v1.6: Added support for foreign-libraries
" Added highlighting for various fields
@@ -53,7 +54,7 @@ syn iskeyword @,48-57,192-255,-
" Case sensitive matches
syn case match
syn keyword cabalConditional if else
syn keyword cabalConditional if elif else
syn keyword cabalFunction os arche impl flag
syn match cabalComment /--.*$/