diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-14 21:29:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-14 21:29:22 +0200 |
commit | f9cc9f209ede9f15959e4c2351e970477c139614 (patch) | |
tree | 58daba9cac6039bc46d575e93d291676a8b0668f /Filelist | |
parent | b8be54dcc517c9d57b62409945b7d4b90b6c3071 (diff) | |
download | vim-git-f9cc9f209ede9f15959e4c2351e970477c139614.tar.gz |
patch 8.1.1693: syntax coloring and highlighting is in one big filev8.1.1693
Problem: Syntax coloring and highlighting is in one big file.
Solution: Move the highlighting to a separate file. (Yegappan Lakshmanan,
closes #4674)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,7 @@ SRC_ALL = \ src/gui_beval.c \ src/hardcopy.c \ src/hashtab.c \ + src/highlight.c \ src/indent.c \ src/insexpand.c \ src/json.c \ @@ -190,6 +191,7 @@ SRC_ALL = \ src/proto/gui_beval.pro \ src/proto/hardcopy.pro \ src/proto/hashtab.pro \ + src/proto/highlight.pro \ src/proto/indent.pro \ src/proto/insexpand.pro \ src/proto/json.pro \ |