comparison runtime/doc/syntax.txt @ 8246:f16bfe02cef1

commit https://github.com/vim/vim/commit/f391327adbbffb11180cf6038a92af1ed144e907 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 25 00:00:01 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Thu, 25 Feb 2016 00:15:06 +0100
parents ca19726d5e83
children 88207f4b861a
comparison
equal deleted inserted replaced
8245:f8e9e537340c 8246:f16bfe02cef1
1 *syntax.txt* For Vim version 7.4. Last change: 2016 Jan 28 1 *syntax.txt* For Vim version 7.4. Last change: 2016 Feb 24
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3358 Default schema is `core`. 3358 Default schema is `core`.
3359 3359
3360 Note that schemas are not actually limited to plain scalars, but this is the 3360 Note that schemas are not actually limited to plain scalars, but this is the
3361 only difference between schemas defined in YAML specification and the only 3361 only difference between schemas defined in YAML specification and the only
3362 difference defined in the syntax file. 3362 difference defined in the syntax file.
3363
3364
3365 ZSH *zsh.vim* *ft-zsh-syntax*
3366
3367 The syntax script for zsh allows for syntax-based folding: >
3368
3369 :let g:zsh_fold_enable = 1
3363 3370
3364 ============================================================================== 3371 ==============================================================================
3365 5. Defining a syntax *:syn-define* *E410* 3372 5. Defining a syntax *:syn-define* *E410*
3366 3373
3367 Vim understands three types of syntax items: 3374 Vim understands three types of syntax items: