Files
neovim/runtime/syntax
Sean Dewar 0377973769 fix(runtime/genvimvim): omit s[ubstitute] from vimCommand
It's special cased by the vimSubst syntax group, and isn't present in Vim's
vimCommand group.

For example, this fixes `call s:Foo()` highlighting `:` as Error in Nvim, as the
`s` is parsed as vimCommand rather than as vimUserFunc since
`contains=vimCommand` was added to vimUserFunc (and vimFunc) in a rt update.

Interestingly, `g:`, `l:`, etc. have the same issues due to :global, :list, etc.
Vim also has that problem, so it should ideally be fixed upstream.

We could also omit g[lobal] from vimCommand and rely on vimGlobal instead, but
it doesn't work in some cases, like when there's a `:` before the command. Also,
Vim matches only `g` in vimCommand for some reason, which doesn't produce any
highlight for `:global/foo/bar` (with Nvim you at least get some highlights on
the `global` bit despite the leading `:`).

Also, remove special handling of :py3 in syntax/vim.vim, as the generator seems
to have no problems finding it.

(cherry picked from commit 53780d9fd0)
2022-05-12 00:09:01 +00:00
..
2021-09-13 16:33:41 +02:00
2021-10-05 14:12:16 +02:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:25:15 +02:00
2014-07-29 02:12:31 +00:00
2021-05-01 23:19:57 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:25:15 +02:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:25:15 +02:00
2021-09-13 16:33:41 +02:00
2021-05-01 22:29:03 -04:00
2017-11-06 05:26:16 +01:00
2021-04-27 09:21:34 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2014-07-29 02:12:31 +00:00
2017-04-28 21:25:15 +02:00
2021-05-01 14:22:52 -04:00
2018-10-28 13:57:08 +01:00
2017-11-06 05:26:16 +01:00
2014-07-29 02:12:31 +00:00
2021-04-28 21:29:56 -04:00
2017-04-28 21:25:15 +02:00
2021-05-01 22:29:02 -04:00
2021-05-01 22:29:02 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2021-09-13 16:33:41 +02:00
2021-05-01 14:22:52 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2018-10-28 14:05:14 +01:00
2017-11-07 01:16:42 +01:00
2021-11-17 10:02:59 +01:00
2019-07-29 20:50:07 +02:00
2017-04-28 23:39:24 +02:00
2017-04-29 01:01:51 +02:00
2021-05-01 22:29:02 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 09:21:27 -04:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2017-11-07 23:07:03 +01:00
2021-04-27 09:21:27 -04:00
2017-04-28 21:25:15 +02:00
2021-04-27 21:31:28 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2016-04-18 21:50:37 -07:00
2017-04-28 21:25:15 +02:00
2022-03-20 10:48:10 +01:00
2017-11-06 05:26:16 +01:00
2014-07-29 02:12:31 +00:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2018-10-12 21:33:13 +02:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2021-10-05 14:12:16 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2022-03-30 12:12:12 +01:00
2017-11-07 20:03:24 +01:00
2018-10-28 14:05:14 +01:00
2017-11-06 05:26:16 +01:00
2019-08-01 22:48:28 +02:00
2017-04-28 21:13:55 +02:00
2021-05-02 13:00:38 -04:00
2018-10-28 14:07:58 +01:00
2017-04-29 01:47:36 +02:00
2021-09-13 06:05:27 -07:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:25:15 +02:00
2021-05-01 22:29:03 -04:00
2021-09-13 16:33:41 +02:00
2021-04-27 09:21:34 -04:00
2017-04-28 21:25:15 +02:00
2021-12-16 21:46:13 +01:00
2017-04-28 21:25:15 +02:00
2018-10-28 14:07:58 +01:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 09:21:32 -04:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2016-06-07 06:46:37 -04:00
2021-04-27 09:21:28 -04:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 09:21:34 -04:00
2022-03-30 12:12:12 +01:00
2021-04-27 09:21:27 -04:00
2022-03-30 12:12:12 +01:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:25:15 +02:00
2021-04-28 21:57:50 -04:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2021-05-01 22:29:03 -04:00
2018-10-28 14:18:21 +01:00
2017-04-28 21:25:15 +02:00
2021-12-06 13:55:38 +01:00
2014-07-29 02:12:31 +00:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2021-09-13 16:33:41 +02:00
2018-10-30 00:02:22 +01:00
2021-05-02 11:51:38 -04:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:25:15 +02:00
2014-07-29 02:12:31 +00:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2021-05-25 22:11:04 -04:00
2021-05-01 22:29:03 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-05-01 22:29:02 -04:00
2017-11-06 05:26:16 +01:00
2021-04-27 09:21:34 -04:00
2021-05-01 01:37:13 -04:00
2022-03-30 12:12:12 +01:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 09:21:34 -04:00
2017-04-28 21:25:15 +02:00
2014-07-29 02:12:31 +00:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2021-09-13 16:33:41 +02:00
2017-11-07 20:03:24 +01:00
2021-09-13 16:33:41 +02:00
2021-05-02 12:03:34 -04:00
2017-04-28 21:25:15 +02:00
2021-05-02 13:00:38 -04:00
2017-11-06 05:26:16 +01:00
2021-04-27 09:21:27 -04:00
2021-05-01 22:29:03 -04:00
2017-04-28 21:13:55 +02:00
2021-11-17 10:02:59 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-09-13 06:05:27 -07:00
2021-05-01 22:29:03 -04:00
2022-01-11 14:14:17 +01:00
2022-01-11 14:14:17 +01:00
2017-11-07 23:07:03 +01:00
2022-01-11 14:14:17 +01:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2021-11-17 10:02:59 +01:00
2021-09-22 06:12:06 -07:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2021-09-22 06:12:06 -07:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-05-02 11:51:38 -04:00
2021-05-01 23:47:11 -04:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 09:21:31 -04:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2021-09-10 08:48:27 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2019-08-02 16:20:22 +02:00
2021-04-27 09:21:27 -04:00
2021-05-02 12:44:04 -04:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:13:55 +02:00
2021-05-02 10:33:32 -04:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2022-01-17 11:58:36 +01:00
2021-05-01 14:22:52 -04:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:25:15 +02:00
2021-11-22 10:53:57 +01:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2021-05-01 22:29:02 -04:00
2021-04-27 09:21:30 -04:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 09:21:30 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 21:31:28 -04:00
2018-10-29 09:55:07 +01:00
2017-04-28 21:25:15 +02:00
2021-05-02 11:51:38 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 09:21:27 -04:00
2021-09-04 19:49:17 +02:00
2017-04-28 21:25:15 +02:00
2021-08-15 11:02:19 +02:00
2015-11-08 03:39:07 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 09:21:27 -04:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:25:15 +02:00
2021-05-01 14:22:52 -04:00
2021-05-01 22:29:03 -04:00
2017-11-06 05:26:16 +01:00
2021-05-02 10:23:35 -04:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2022-03-20 10:48:10 +01:00
2021-11-17 10:02:59 +01:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2018-10-29 10:01:44 +01:00
2017-04-28 21:25:15 +02:00
2021-05-01 22:29:02 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2014-07-29 02:12:31 +00:00
2017-04-28 21:13:55 +02:00
2021-05-02 12:44:04 -04:00
2021-05-02 12:44:04 -04:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2021-04-28 21:29:56 -04:00
2017-11-06 05:26:16 +01:00
2016-04-28 21:11:03 +02:00
2021-04-27 09:21:34 -04:00
2021-04-28 21:29:57 -04:00
2017-11-07 20:03:24 +01:00
2017-04-28 21:25:15 +02:00
2019-08-02 16:20:22 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-05-01 23:47:11 -04:00
2017-04-28 23:49:16 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2014-07-29 02:12:31 +00:00
2018-10-28 14:01:46 +01:00
2021-09-13 16:33:41 +02:00
2021-05-01 22:29:02 -04:00
2017-04-28 21:13:55 +02:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-05-02 12:44:04 -04:00
2017-04-28 21:25:15 +02:00
2021-05-01 22:29:02 -04:00
2017-04-29 01:47:36 +02:00
2015-12-17 21:56:41 -05:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2019-09-06 18:44:52 -07:00
2017-04-28 21:25:15 +02:00
2018-10-29 09:29:17 +01:00
2017-04-28 21:25:15 +02:00
2017-11-07 03:23:37 +01:00
2021-04-27 09:21:28 -04:00
2017-11-06 05:26:16 +01:00
2021-05-02 12:03:34 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2021-05-01 01:37:13 -04:00
2018-10-29 08:26:47 +01:00
2017-04-28 21:25:15 +02:00
2021-05-02 11:51:38 -04:00
2017-04-28 21:25:15 +02:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:13:55 +02:00
2021-05-01 22:29:03 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-05-01 22:29:03 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-04-29 20:42:16 -04:00
2021-04-28 21:29:57 -04:00
2017-04-28 21:13:55 +02:00
2017-11-06 05:26:16 +01:00
2021-05-01 22:29:02 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2014-07-29 02:12:31 +00:00
2021-04-28 21:29:56 -04:00
2018-10-29 09:50:08 +01:00
2017-04-28 21:25:15 +02:00
2021-09-22 06:12:06 -07:00
2017-04-28 21:25:15 +02:00
2018-10-28 14:05:14 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-11-07 20:03:24 +01:00
2021-05-02 10:33:32 -04:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-05-01 23:19:57 -04:00
2017-04-28 21:13:55 +02:00
2021-05-01 22:29:02 -04:00
2017-11-06 05:26:16 +01:00
2021-05-02 12:03:34 -04:00
2021-05-02 12:03:34 -04:00
2017-04-28 21:25:15 +02:00
2021-05-02 12:44:04 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-12-16 21:46:13 +01:00
2014-07-29 02:12:31 +00:00
2017-11-06 05:26:16 +01:00
2021-05-02 12:53:49 -04:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:25:15 +02:00
2021-05-02 12:53:49 -04:00
2019-07-29 20:50:07 +02:00
2021-05-02 12:44:04 -04:00
2022-01-23 18:38:41 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2018-10-29 09:55:07 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 09:21:32 -04:00
2017-04-28 21:25:15 +02:00
2021-04-27 09:21:27 -04:00
2017-04-28 21:25:15 +02:00
2017-04-19 21:26:17 +02:00
2017-04-28 21:25:15 +02:00
2021-05-02 12:53:49 -04:00
2017-11-06 05:26:16 +01:00
2014-07-29 02:12:31 +00:00
2021-05-02 12:53:49 -04:00
2021-05-01 22:29:02 -04:00
2021-11-17 10:02:59 +01:00
2021-04-27 09:21:34 -04:00
2021-05-01 22:29:02 -04:00
2018-10-29 23:54:15 +01:00
2021-04-27 22:40:39 -04:00
2021-05-01 22:29:02 -04:00
2022-03-30 12:12:12 +01:00
2017-11-07 01:04:17 +01:00
2017-04-28 21:25:15 +02:00
2017-11-07 03:23:37 +01:00
2022-03-20 10:48:10 +01:00
2017-04-28 21:25:15 +02:00
2017-11-07 01:27:14 +01:00
2022-01-23 18:38:41 +01:00
2017-04-28 21:25:15 +02:00
2016-04-18 21:36:16 -07:00
2021-04-27 09:21:31 -04:00
2017-04-28 21:25:15 +02:00
2014-07-29 02:12:31 +00:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:13:55 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2021-05-01 22:29:03 -04:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-11-08 00:10:44 +01:00
2015-11-01 21:27:28 +03:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2021-05-01 22:29:03 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-11-07 01:46:19 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 09:21:34 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2018-10-28 14:05:14 +01:00
2021-04-28 21:29:57 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2018-10-29 09:37:13 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-12-06 13:55:38 +01:00
2017-04-28 21:25:15 +02:00
2021-05-02 11:51:38 -04:00
2021-05-02 11:51:38 -04:00
2021-09-13 16:33:41 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2021-05-02 11:51:38 -04:00
2014-07-29 02:12:31 +00:00
2017-04-28 21:25:15 +02:00
2021-05-01 22:29:03 -04:00
2021-04-27 09:21:34 -04:00
2017-11-06 05:26:16 +01:00
2016-04-18 21:50:37 -07:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 09:21:34 -04:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-11-07 20:03:24 +01:00
2014-07-29 02:12:31 +00:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:13:55 +02:00
2019-07-29 20:50:07 +02:00
2021-11-17 10:02:59 +01:00
2021-10-16 18:03:51 +02:00
2019-08-01 23:27:26 +02:00
2018-10-29 23:55:45 +01:00
2017-11-06 05:26:16 +01:00
2021-12-16 21:46:13 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-05-01 23:19:58 -04:00
2021-05-01 22:29:02 -04:00
2017-04-28 21:25:15 +02:00
2022-03-30 12:12:12 +01:00
2021-10-16 18:03:51 +02:00
2019-07-29 20:50:07 +02:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-11-07 20:03:24 +01:00
2017-04-28 21:25:15 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-04-28 23:14:36 +02:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:13:55 +02:00
2016-01-25 21:45:26 +01:00
2019-07-28 11:48:07 +02:00
2016-01-25 21:45:26 +01:00
2019-08-02 16:20:23 +02:00
2021-12-06 13:55:38 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2021-04-27 22:40:39 -04:00
2017-01-09 20:24:08 -05:00
2015-08-15 15:25:30 -03:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2019-09-06 18:30:35 -07:00
2018-10-29 09:57:24 +01:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:25:15 +02:00
2014-07-29 02:12:31 +00:00
2017-04-28 21:25:15 +02:00
2014-07-29 02:12:31 +00:00
2017-04-28 21:25:15 +02:00
2017-04-28 21:13:55 +02:00
2017-11-06 05:26:16 +01:00
2021-05-01 22:29:02 -04:00
2021-04-27 09:21:34 -04:00
2017-11-06 05:26:16 +01:00
2017-05-01 13:32:51 +02:00
2021-10-05 14:12:16 +02:00
2017-11-07 20:03:24 +01:00
2014-07-29 02:12:31 +00:00
2021-04-27 09:21:34 -04:00
2021-04-27 09:21:34 -04:00
2021-04-27 09:21:34 -04:00
2021-04-27 09:21:27 -04:00
2017-04-28 21:25:15 +02:00
2015-08-02 05:17:49 -04:00

This directory contains Vim scripts for syntax highlighting.

These scripts are not for a language, but are used by Vim itself:

syntax.vim	Used for the ":syntax on" command.  Uses synload.vim.

manual.vim	Used for the ":syntax manual" command.  Uses synload.vim.

synload.vim	Contains autocommands to load a language file when a certain
		file name (extension) is used.  And sets up the Syntax menu
		for the GUI.

nosyntax.vim	Used for the ":syntax off" command.  Undo the loading of
		synload.vim.


A few special files:

2html.vim	Converts any highlighted file to HTML (GUI only).
colortest.vim	Check for color names and actual color on screen.
hitest.vim	View the current highlight settings.
whitespace.vim  View Tabs and Spaces.


If you want to write a syntax file, read the docs at ":help usr_44.txt".

If you make a new syntax file which would be useful for others, please send it
to Bram@vim.org.  Include instructions for detecting the file type for this
language, by file name extension or by checking a few lines in the file.
And please write the file in a portable way, see ":help 44.12".

If you have remarks about an existing file, send them to the maintainer of
that file.  Only when you get no response send a message to Bram@vim.org.

If you are the maintainer of a syntax file and make improvements, send the new
version to Bram@vim.org.

For further info see ":help syntax" in Vim.