qemu/qga
Andrea Bolognani f7160f3218 schemas: Add vim modeline
The various schemas included in QEMU use a JSON-based format which
is, however, strictly speaking not valid JSON.

As a consequence, when vim tries to apply syntax highlight rules
for JSON (as guessed from the file name), the result is an unreadable
mess which mostly consist of red markers pointing out supposed errors
in, well, pretty much everything.

Using Python syntax highlighting produces much better results, and
in fact these files already start with specially-formatted comments
that instruct Emacs to process them as if they were Python files.

This commit adds the equivalent special comments for vim.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Message-Id: <20200729185024.121766-1-abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2020-08-03 08:28:08 +02:00
..
installer qga: Installer: Wait for installation to finish 2020-03-24 11:32:19 -05:00
vss-win32 qga-win: Fix QGA VSS Provider service stop failure 2020-07-13 17:13:14 -05:00
channel-posix.c
channel-win32.c qga: Fix a memory leak 2020-03-09 13:36:15 +01:00
channel.h
commands-common.h qga: Extract qmp_guest_file_read() to common commands.c 2020-04-15 09:15:53 -05:00
commands-posix.c error: Eliminate error_propagate() manually 2020-07-10 15:18:08 +02:00
commands-win32.c qga-win: fix "guest-get-fsinfo" wrong filesystem type 2020-07-27 18:03:55 -05:00
commands.c qga: Use qemu_get_host_name() instead of g_get_host_name() 2020-07-13 17:44:58 -05:00
guest-agent-command-state.c
guest-agent-core.h
main.c qga: fix assert regression on guest-shutdown 2020-07-13 17:17:08 -05:00
Makefile.objs
qapi-schema.json schemas: Add vim modeline 2020-08-03 08:28:08 +02:00
service-win32.c
service-win32.h
vss-win32.c
vss-win32.h