comparison runtime/doc/syntax.txt @ 3967:fdb8a9c7bd91

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Nov 2012 18:21:11 +0100
parents c53344bacabf
children e362db8b2d7b
comparison
equal deleted inserted replaced
3966:944440e0afcd 3967:fdb8a9c7bd91
1 *syntax.txt* For Vim version 7.3. Last change: 2012 Nov 02 1 *syntax.txt* For Vim version 7.3. Last change: 2012 Nov 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1087 You need to do this before loading the syntax file, which is complicated. 1087 You need to do this before loading the syntax file, which is complicated.
1088 Simpler is setting the filetype to "docbkxml" or "docbksgml": > 1088 Simpler is setting the filetype to "docbkxml" or "docbksgml": >
1089 :set filetype=docbksgml 1089 :set filetype=docbksgml
1090 or: > 1090 or: >
1091 :set filetype=docbkxml 1091 :set filetype=docbkxml
1092
1093 You can specify the DocBook version: >
1094 :let docbk_ver = 3
1095 When not set 4 is used.
1092 1096
1093 1097
1094 DOSBATCH *dosbatch.vim* *ft-dosbatch-syntax* 1098 DOSBATCH *dosbatch.vim* *ft-dosbatch-syntax*
1095 1099
1096 There is one option with highlighting DOS batch files. This covers new 1100 There is one option with highlighting DOS batch files. This covers new