summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-07-16 20:18:37 +0000
committerBram Moolenaar <Bram@vim.org>2004-07-16 20:18:37 +0000
commit21cf823a906f1f66391a145a976fdae8e98e0394 (patch)
tree5bae960027f0aefb74dc7176fd8e1509aea71200 /runtime/doc/syntax.txt
parent2df6dcc596d3c79283ec9efc36425a5564a45ab5 (diff)
downloadvim-git-21cf823a906f1f66391a145a976fdae8e98e0394.tar.gz
updated for version 7.0009v7.0009
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index c1e7de707..d31122b91 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.0aa. Last change: 2004 Jul 06
+*syntax.txt* For Vim version 7.0aa. Last change: 2004 Jul 15
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2089,6 +2089,14 @@ This will prevent highlighting of special identifiers like "ConstantName",
"$global_var", "@instance_var", "| iterator |", and ":symbol".
+SCHEME *scheme.vim* *scheme-syntax*
+
+By default only R5RS keywords are highlighted and properly indented.
+
+MzScheme-specific stuff will be used if b:is_mzscheme or g:is_mzscheme
+variables are defined.
+
+
SDL *sdl.vim* *sdl-syntax*
The SDL highlighting probably misses a few keywords, but SDL has so many