comparison runtime/doc/syntax.txt @ 17:9be87deaeb52 v7.0009

updated for version 7.0009
author vimboss
date Fri, 16 Jul 2004 20:18:37 +0000
parents 631143ac4a01
children cc049b00ee70
comparison
equal deleted inserted replaced
16:3ba373b54370 17:9be87deaeb52
1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Jul 06 1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Jul 15
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2085 Finally, if you do not like to see too many color items around, you can define 2085 Finally, if you do not like to see too many color items around, you can define
2086 "ruby_no_identifiers": > 2086 "ruby_no_identifiers": >
2087 :let ruby_no_identifiers = 1 2087 :let ruby_no_identifiers = 1
2088 This will prevent highlighting of special identifiers like "ConstantName", 2088 This will prevent highlighting of special identifiers like "ConstantName",
2089 "$global_var", "@instance_var", "| iterator |", and ":symbol". 2089 "$global_var", "@instance_var", "| iterator |", and ":symbol".
2090
2091
2092 SCHEME *scheme.vim* *scheme-syntax*
2093
2094 By default only R5RS keywords are highlighted and properly indented.
2095
2096 MzScheme-specific stuff will be used if b:is_mzscheme or g:is_mzscheme
2097 variables are defined.
2090 2098
2091 2099
2092 SDL *sdl.vim* *sdl-syntax* 2100 SDL *sdl.vim* *sdl-syntax*
2093 2101
2094 The SDL highlighting probably misses a few keywords, but SDL has so many 2102 The SDL highlighting probably misses a few keywords, but SDL has so many