0
0
mirror of https://github.com/vim/vim.git synced 2025-10-10 06:24:10 -04:00

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)
This commit is contained in:
Bram Moolenaar
2019-07-14 21:29:22 +02:00
parent b8be54dcc5
commit f9cc9f209e
15 changed files with 3721 additions and 3691 deletions

View File

@@ -89,6 +89,7 @@ extern int _stricoll(char *a, char *b);
# endif
# include "hardcopy.pro"
# include "hashtab.pro"
# include "highlight.pro"
# include "indent.pro"
# ifdef FEAT_INS_EXPAND
# include "insexpand.pro"