comparison runtime/syntax/ada.vim @ 25773:11b656e74444

Update runtime files Commit: https://github.com/vim/vim/commit/6c391a74fe90190796ca0b0c010112948a6e75d7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 9 21:55:11 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Sep 2021 22:00:10 +0200
parents d1e4abe8342c
children
comparison
equal deleted inserted replaced
25772:55753c17b73d 25773:11b656e74444
157 endif 157 endif
158 endif 158 endif
159 159
160 " Section: end {{{1 160 " Section: end {{{1
161 " Unless special ("end loop", "end if", etc.), "end" marks the end of a 161 " Unless special ("end loop", "end if", etc.), "end" marks the end of a
162 " begin, package, task etc. Assiging it to adaEnd. 162 " begin, package, task etc. Assigning it to adaEnd.
163 syntax match adaEnd /\<end\>/ 163 syntax match adaEnd /\<end\>/
164 164
165 syntax keyword adaPreproc pragma 165 syntax keyword adaPreproc pragma
166 166
167 syntax keyword adaRepeat exit for loop reverse while 167 syntax keyword adaRepeat exit for loop reverse while