summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-14 21:29:22 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-14 21:29:22 +0200
commitf9cc9f209ede9f15959e4c2351e970477c139614 (patch)
tree58daba9cac6039bc46d575e93d291676a8b0668f /src/README.md
parentb8be54dcc517c9d57b62409945b7d4b90b6c3071 (diff)
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 'src/README.md')
-rw-r--r--src/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md
index 61fbcf281b..5293ed3796 100644
--- a/src/README.md
+++ b/src/README.md
@@ -34,6 +34,7 @@ fileio.c | reading and writing files
findfile.c | search for files in 'path'
fold.c | folding
getchar.c | getting characters and key mapping
+highlight.c | syntax highlighting
indent.c | C and Lisp indentation
insexpand.c | Insert mode completion
mark.c | marks