comparison runtime/syntax/iss.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 5b7ea82bc18f
children c42a15deee64
comparison
equal deleted inserted replaced
25772:55753c17b73d 25773:11b656e74444
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Inno Setup File (iss file) and My InnoSetup extension 2 " Language: Inno Setup File (iss file) and My InnoSetup extension
3 " Maintainer: Jason Mills (jmills@cs.mun.ca) 3 " Maintainer: Jason Mills (jmills@cs.mun.ca)
4 " Previous Maintainer: Dominique Stéphan (dominique@mggen.com) 4 " Previous Maintainer: Dominique Stéphan (dominique@mggen.com)
5 " Last Change: 2019 Sep 27 5 " Last Change: 2021 Aug 30
6 " 6 "
7 " Todo: 7 " Todo:
8 " - The paramter String: is matched as flag string (because of case ignore). 8 " - The parameter String: is matched as flag string (because of case ignore).
9 " - Pascal scripting syntax is not recognized. 9 " - Pascal scripting syntax is not recognized.
10 " - Embedded double quotes confuse string matches. e.g. "asfd""asfa" 10 " - Embedded double quotes confuse string matches. e.g. "asfd""asfa"
11 11
12 " quit when a syntax file was already loaded 12 " quit when a syntax file was already loaded
13 if exists("b:current_syntax") 13 if exists("b:current_syntax")