summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-07 16:24:12 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-07 16:24:12 +0200
commit30e9b3c4256710781c3bd64efb33f138e4e074b3 (patch)
treed67de0508b255d8903b174c086da4d1386ccd5ea /runtime/doc/syntax.txt
parentfa90d70884ee208966b84052080a7d5eeb8ac2d5 (diff)
downloadvim-git-30e9b3c4256710781c3bd64efb33f138e4e074b3.tar.gz
Update runtime files
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 8bea28bf6..afad1759f 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1746,7 +1746,7 @@ There are several html preprocessor languages out there. html.vim has been
written such that it should be trivial to include it. To do so add the
following two lines to the syntax coloring file for that language
(the example comes from the asp.vim file):
-
+>
runtime! syntax/html.vim
syn cluster htmlPreproc add=asp