comparison runtime/syntax/idl.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 46763b01cd9a
children
comparison
equal deleted inserted replaced
25772:55753c17b73d 25773:11b656e74444
5 " Last Change: 2012 Jan 11 5 " Last Change: 2012 Jan 11
6 6
7 7
8 " This is an experiment. IDL's structure is simple enough to permit a full 8 " This is an experiment. IDL's structure is simple enough to permit a full
9 " grammar based approach to rather than using a few heuristics. The result 9 " grammar based approach to rather than using a few heuristics. The result
10 " is large and somewhat repetative but seems to work. 10 " is large and somewhat repetitive but seems to work.
11 11
12 " There are some Microsoft extensions to idl files that are here. Some of 12 " There are some Microsoft extensions to idl files that are here. Some of
13 " them are disabled by defining idl_no_ms_extensions. 13 " them are disabled by defining idl_no_ms_extensions.
14 " 14 "
15 " The more complex of the extensions are disabled by defining idl_no_extensions. 15 " The more complex of the extensions are disabled by defining idl_no_extensions.