comparison src/proto.h @ 17389:635d7f5010b8 v8.1.1693

patch 8.1.1693: syntax coloring and highlighting is in one big file commit https://github.com/vim/vim/commit/f9cc9f209ede9f15959e4c2351e970477c139614 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 14 21:29:22 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jul 2019 21:30:04 +0200
parents cb008de2a6ec
children cfdef48743ed
comparison
equal deleted inserted replaced
17388:13104cd7dc9f 17389:635d7f5010b8
87 # ifdef FEAT_HANGULIN 87 # ifdef FEAT_HANGULIN
88 # include "hangulin.pro" 88 # include "hangulin.pro"
89 # endif 89 # endif
90 # include "hardcopy.pro" 90 # include "hardcopy.pro"
91 # include "hashtab.pro" 91 # include "hashtab.pro"
92 # include "highlight.pro"
92 # include "indent.pro" 93 # include "indent.pro"
93 # ifdef FEAT_INS_EXPAND 94 # ifdef FEAT_INS_EXPAND
94 # include "insexpand.pro" 95 # include "insexpand.pro"
95 # endif 96 # endif
96 # include "json.pro" 97 # include "json.pro"