comparison runtime/doc/syntax.txt @ 9:4102fb4ea781 v7.0002

updated for version 7.0002
author vimboss
date Sun, 20 Jun 2004 12:51:53 +0000
parents 7edf9b6e4c36
children bdeee1504ac1
comparison
equal deleted inserted replaced
8:7edf9b6e4c36 9:4102fb4ea781
1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Jun 15 1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Jun 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
737 737
738 738
739 CYNLIB *cynlib.vim* *cynlib-syntax* 739 CYNLIB *cynlib.vim* *cynlib-syntax*
740 740
741 Cynlib files are C++ files that use the Cynlib class library to enable 741 Cynlib files are C++ files that use the Cynlib class library to enable
742 hardware modeling and simulation using C++. Typically Cynlib files have a .cc 742 hardware modelling and simulation using C++. Typically Cynlib files have a .cc
743 or a .cpp extension, which makes it very difficult to distinguish them from a 743 or a .cpp extension, which makes it very difficult to distinguish them from a
744 normal C++ file. Thus, to enable Cynlib highlighting for .cc files, add this 744 normal C++ file. Thus, to enable Cynlib highlighting for .cc files, add this
745 line to your .vimrc file: > 745 line to your .vimrc file: >
746 746
747 :let cynlib_cyntax_for_cc=1 747 :let cynlib_cyntax_for_cc=1
1662 with section markers, you can activate the following option in your .vimrc 1662 with section markers, you can activate the following option in your .vimrc
1663 file: > 1663 file: >
1664 1664
1665 let b:preprocs_as_sections = 1 1665 let b:preprocs_as_sections = 1
1666 1666
1667 As well, the syntax file adds an extra paragraph marker for the exdented 1667 As well, the syntax file adds an extra paragraph marker for the extended
1668 paragraph macro (.XP) in the ms package. 1668 paragraph macro (.XP) in the ms package.
1669 1669
1670 Finally, there is a |groff.vim| syntax file that can be used for enabling 1670 Finally, there is a |groff.vim| syntax file that can be used for enabling
1671 groff syntax highlighting either on a file basis or globally by default. 1671 groff syntax highlighting either on a file basis or globally by default.
1672 1672