comparison runtime/doc/syntax.txt @ 10211:b7da8d4c594c

commit https://github.com/vim/vim/commit/d07969093a9b3051511c478d71c36de6fc33c0d6 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 16 20:02:31 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 16 Sep 2016 20:15:05 +0200
parents 9f48eab77d62
children 876fbdd84e52
comparison
equal deleted inserted replaced
10210:2720a028af30 10211:b7da8d4c594c
1 *syntax.txt* For Vim version 8.0. Last change: 2016 Sep 12 1 *syntax.txt* For Vim version 8.0. Last change: 2016 Sep 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3519 3519
3520 Setting this option influences what |/\k| matches in syntax patterns 3520 Setting this option influences what |/\k| matches in syntax patterns
3521 and also determines where |:syn-keyword| will be checked for a new 3521 and also determines where |:syn-keyword| will be checked for a new
3522 match. 3522 match.
3523 3523
3524 It is recommended when writing syntax files, to use this command 3524 It is recommended when writing syntax files, to use this command to
3525 to the correct value for the specific syntax language and not change 3525 set the correct value for the specific syntax language and not change
3526 the 'iskeyword' option. 3526 the 'iskeyword' option.
3527 3527
3528 DEFINING KEYWORDS *:syn-keyword* 3528 DEFINING KEYWORDS *:syn-keyword*
3529 3529
3530 :sy[ntax] keyword {group-name} [{options}] {keyword} .. [{options}] 3530 :sy[ntax] keyword {group-name} [{options}] {keyword} .. [{options}]