comparison runtime/doc/syntax.txt @ 5763:c52a655d927d

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Mar 2014 22:30:07 +0100
parents c2098c3095e7
children 755931e042e4
comparison
equal deleted inserted replaced
5762:0fce068e5803 5763:c52a655d927d
1019 :hi link ChangelogError Error 1019 :hi link ChangelogError Error
1020 Or to avoid the highlighting: > 1020 Or to avoid the highlighting: >
1021 :hi link ChangelogError NONE 1021 :hi link ChangelogError NONE
1022 This works immediately. 1022 This works immediately.
1023 1023
1024
1025 CLOJURE *ft-clojure-syntax*
1026
1027 Setting *g:clojure_fold* enables folding Clojure code via the syntax engine.
1028 Any list, vector, or map that extends over more than one line can be folded
1029 using the standard Vim |fold-commands|.
1030
1031 Please note that this option does not work with scripts that redefine the
1032 bracket syntax regions, such as rainbow-parentheses plugins.
1033
1034 This option is off by default.
1035 >
1036 " Default
1037 let g:clojure_fold = 0
1038 <
1024 1039
1025 COBOL *cobol.vim* *ft-cobol-syntax* 1040 COBOL *cobol.vim* *ft-cobol-syntax*
1026 1041
1027 COBOL highlighting has different needs for legacy code than it does for fresh 1042 COBOL highlighting has different needs for legacy code than it does for fresh
1028 development. This is due to differences in what is being done (maintenance 1043 development. This is due to differences in what is being done (maintenance