comparison runtime/doc/syntax.txt @ 2386:fb8cce4174f0 vim73

Better text for 'concealcursor' in :options window.
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Jul 2010 15:56:43 +0200
parents 85b7dc8da5eb
children 0c8219a26bc9
comparison
equal deleted inserted replaced
2385:295d53417fc3 2386:fb8cce4174f0
1 *syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 23 1 *syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 24
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
254 SpecialComment special things inside a comment 254 SpecialComment special things inside a comment
255 Debug debugging statements 255 Debug debugging statements
256 256
257 *Underlined text that stands out, HTML links 257 *Underlined text that stands out, HTML links
258 258
259 *Ignore left blank, hidden 259 *Ignore left blank, hidden |hl-Ignore|
260 260
261 *Error any erroneous construct 261 *Error any erroneous construct
262 262
263 *Todo anything that needs extra attention; mostly the 263 *Todo anything that needs extra attention; mostly the
264 keywords TODO FIXME and XXX 264 keywords TODO FIXME and XXX
272 Note that highlight group names are not case sensitive. "String" and "string" 272 Note that highlight group names are not case sensitive. "String" and "string"
273 can be used for the same group. 273 can be used for the same group.
274 274
275 The following names are reserved and cannot be used as a group name: 275 The following names are reserved and cannot be used as a group name:
276 NONE ALL ALLBUT contains contained 276 NONE ALL ALLBUT contains contained
277
278 *hl-Ignore*
279 When using the Ignore group, you may also consider using the conceal
280 mechanism. See |conceal|.
277 281
278 ============================================================================== 282 ==============================================================================
279 3. Syntax loading procedure *syntax-loading* 283 3. Syntax loading procedure *syntax-loading*
280 284
281 This explains the details that happen when the command ":syntax enable" is 285 This explains the details that happen when the command ":syntax enable" is