comparison runtime/doc/syntax.txt @ 13231:167a030448fa

Update runtime files. commit https://github.com/vim/vim/commit/7254067ee970686cc3ff4a1effc3e49e9192a5c1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 9 22:00:53 2018 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Feb 2018 22:15:07 +0100
parents 371ceeebbdaa
children 28ac7914b2b6
comparison
equal deleted inserted replaced
13230:0b201ae05cd3 13231:167a030448fa
1 *syntax.txt* For Vim version 8.0. Last change: 2018 Jan 27 1 *syntax.txt* For Vim version 8.0. Last change: 2018 Jan 31
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2777 :let ruby_spellcheck_strings = 1 2777 :let ruby_spellcheck_strings = 1
2778 < 2778 <
2779 2779
2780 SCHEME *scheme.vim* *ft-scheme-syntax* 2780 SCHEME *scheme.vim* *ft-scheme-syntax*
2781 2781
2782 By default only R5RS keywords are highlighted and properly indented. 2782 By default only R7RS keywords are highlighted and properly indented.
2783 2783
2784 MzScheme-specific stuff will be used if b:is_mzscheme or g:is_mzscheme 2784 scheme.vim also supports extensions of the CHICKEN Scheme->C compiler.
2785 variables are defined. 2785 Define b:is_chicken or g:is_chicken, if you need them.
2786
2787 Also scheme.vim supports keywords of the Chicken Scheme->C compiler. Define
2788 b:is_chicken or g:is_chicken, if you need them.
2789 2786
2790 2787
2791 SDL *sdl.vim* *ft-sdl-syntax* 2788 SDL *sdl.vim* *ft-sdl-syntax*
2792 2789
2793 The SDL highlighting probably misses a few keywords, but SDL has so many 2790 The SDL highlighting probably misses a few keywords, but SDL has so many