]> granicus.if.org Git - vim/commit
patch 8.1.1693: syntax coloring and highlighting is in one big file v8.1.1693
authorBram Moolenaar <Bram@vim.org>
Sun, 14 Jul 2019 19:29:22 +0000 (21:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 Jul 2019 19:29:22 +0000 (21:29 +0200)
commitf9cc9f209ede9f15959e4c2351e970477c139614
tree58daba9cac6039bc46d575e93d291676a8b0668f
parentb8be54dcc517c9d57b62409945b7d4b90b6c3071
patch 8.1.1693: syntax coloring and highlighting is in one big file

Problem:    Syntax coloring and highlighting is in one big file.
Solution:   Move the highlighting to a separate file. (Yegappan Lakshmanan,
            closes #4674)
15 files changed:
Filelist
src/Make_cyg_ming.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/README.md
src/globals.h
src/highlight.c [new file with mode: 0644]
src/proto.h
src/proto/highlight.pro [new file with mode: 0644]
src/proto/syntax.pro
src/structs.h
src/syntax.c
src/version.c