diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-28 14:05:39 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-28 14:07:58 +0100 |
| commit | 733b4ce0339f2fdcdb0db67717fc090dcfecf250 (patch) | |
| tree | dc9498c3ac8b8d71933f785502c0689be8cd07ec /runtime/doc/syntax.txt | |
| parent | 1a51524ad540da00736027313cd89747c86c1690 (diff) | |
| download | rneovim-733b4ce0339f2fdcdb0db67717fc090dcfecf250.tar.gz rneovim-733b4ce0339f2fdcdb0db67717fc090dcfecf250.tar.bz2 rneovim-733b4ce0339f2fdcdb0db67717fc090dcfecf250.zip | |
vim-patch:7254067ee970
Update runtime files.
https://github.com/vim/vim/commit/7254067ee970686cc3ff4a1effc3e49e9192a5c1
Diffstat (limited to 'runtime/doc/syntax.txt')
| -rw-r--r-- | runtime/doc/syntax.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 6e768f599f..3a2ed65a1b 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -2748,13 +2748,10 @@ Ruby syntax will perform spellchecking of strings if you define SCHEME *scheme.vim* *ft-scheme-syntax* -By default only R5RS keywords are highlighted and properly indented. +By default only R7RS keywords are highlighted and properly indented. -MzScheme-specific stuff will be used if b:is_mzscheme or g:is_mzscheme -variables are defined. - -Also scheme.vim supports keywords of the Chicken Scheme->C compiler. Define -b:is_chicken or g:is_chicken, if you need them. +scheme.vim also supports extensions of the CHICKEN Scheme->C compiler. +Define b:is_chicken or g:is_chicken, if you need them. SDL *sdl.vim* *ft-sdl-syntax* |