comparison runtime/syntax/cabal.vim @ 23047:29c5f168c6fd

Update runtime files Commit: https://github.com/vim/vim/commit/23515b4ef7580af8b9d3b964a558ab2007cacda5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 29 14:36:24 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Nov 2020 14:45:04 +0100
parents 17c4178f26ea
children 5acd6f02ea35
comparison
equal deleted inserted replaced
23046:9a30b28b8154 23047:29c5f168c6fd
2 " Language: Haskell Cabal Build file 2 " Language: Haskell Cabal Build file
3 " Author: Vincent Berthoux <twinside@gmail.com> 3 " Author: Vincent Berthoux <twinside@gmail.com>
4 " Maintainer: Marcin Szamotulski <profunctor@pm.me> 4 " Maintainer: Marcin Szamotulski <profunctor@pm.me>
5 " Previous Maintainer: Vincent Berthoux <twinside@gmail.com> 5 " Previous Maintainer: Vincent Berthoux <twinside@gmail.com>
6 " File Types: .cabal 6 " File Types: .cabal
7 " Last Change: 3 Oct 2020 7 " Last Change: 21 Nov 2020
8 " v1.5: Incorporated changes from 8 " v1.5: Incorporated changes from
9 " https://github.com/sdiehl/haskell-vim-proto/blob/master/vim/syntax/cabal.vim 9 " https://github.com/sdiehl/haskell-vim-proto/blob/master/vim/syntax/cabal.vim
10 " Use `syn keyword` instead of `syn match`. 10 " Use `syn keyword` instead of `syn match`.
11 " Added cabalStatementRegion to limit matches of keywords, which fixes 11 " Added cabalStatementRegion to limit matches of keywords, which fixes
12 " the highlighting of description's value. 12 " the highlighting of description's value.
76 syn keyword cabalStatement contained containedin=cabalStatementRegion 76 syn keyword cabalStatement contained containedin=cabalStatementRegion
77 \ default-language 77 \ default-language
78 \ default-extensions 78 \ default-extensions
79 \ author 79 \ author
80 \ autogen-modules 80 \ autogen-modules
81 \ asm-sources
82 \ asm-options
81 \ branch 83 \ branch
82 \ bug-reports 84 \ bug-reports
83 \ build-depends 85 \ build-depends
84 \ build-tools 86 \ build-tools
87 \ build-tools-depends
85 \ build-type 88 \ build-type
86 \ buildable 89 \ buildable
87 \ c-sources 90 \ c-sources
88 \ cabal-version 91 \ cabal-version
89 \ category 92 \ category
90 \ cc-options 93 \ cc-options
91 \ copyright 94 \ copyright
95 \ cmm-sources
96 \ cmm-options
92 \ cpp-options 97 \ cpp-options
98 \ cxx-sources
93 \ data-dir 99 \ data-dir
94 \ data-files 100 \ data-files
95 \ default 101 \ default
102 \ default-extensions
96 \ description 103 \ description
97 \ executable 104 \ executable
98 \ exposed-modules 105 \ exposed-modules
99 \ exposed 106 \ exposed
100 \ extensions 107 \ extensions
101 \ extra-tmp-files 108 \ extra-bundled-libraries
102 \ extra-doc-files 109 \ extra-doc-files
110 \ extra-dynamic-library-flavours
111 \ extra-framework-dirs
112 \ extra-ghci-libraries
103 \ extra-lib-dirs 113 \ extra-lib-dirs
104 \ extra-libraries 114 \ extra-libraries
115 \ extra-library-flavours
105 \ extra-source-files 116 \ extra-source-files
106 \ exta-tmp-files 117 \ extra-tmp-files
107 \ for example 118 \ for example
108 \ frameworks 119 \ frameworks
109 \ ghc-options 120 \ ghc-options
110 \ ghc-prof-options 121 \ ghc-prof-options
111 \ ghc-shared-options 122 \ ghc-shared-options
123 \ ghcjs-options
124 \ ghcjs-prof-options
125 \ ghcjs-shared-options
112 \ homepage 126 \ homepage
127 \ hs-source-dir
113 \ hs-source-dirs 128 \ hs-source-dirs
114 \ hugs-options 129 \ hugs-options
115 \ import 130 \ import
116 \ include-dirs 131 \ include-dirs
117 \ includes 132 \ includes
118 \ install-includes 133 \ install-includes
134 \ js-sources
119 \ ld-options 135 \ ld-options
120 \ license 136 \ license
121 \ license-file 137 \ license-file
122 \ location 138 \ location
123 \ main-is 139 \ main-is
124 \ maintainer 140 \ maintainer
125 \ manual 141 \ manual
142 \ mixins
126 \ module 143 \ module
127 \ name 144 \ name
128 \ nhc98-options 145 \ nhc98-options
129 \ other-extensions 146 \ other-extensions
147 \ other-language
148 \ other-languages
130 \ other-modules 149 \ other-modules
131 \ package-url 150 \ package-url
132 \ pkgconfig-depends 151 \ pkgconfig-depends
133 \ setup-depends 152 \ setup-depends
134 \ stability 153 \ stability