diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-07-16 20:18:37 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-07-16 20:18:37 +0000 |
commit | 21cf823a906f1f66391a145a976fdae8e98e0394 (patch) | |
tree | 5bae960027f0aefb74dc7176fd8e1509aea71200 /runtime/doc/syntax.txt | |
parent | 2df6dcc596d3c79283ec9efc36425a5564a45ab5 (diff) | |
download | vim-git-21cf823a906f1f66391a145a976fdae8e98e0394.tar.gz |
updated for version 7.0009v7.0009
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 10 |
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 |