comparison runtime/doc/syntax.txt @ 2370:454f314d0e61 vim73

Make it possible to load Perl dynamically on Unix. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Wed, 21 Jul 2010 22:05:20 +0200
parents 7b7508ee56f1
children 85b7dc8da5eb
comparison
equal deleted inserted replaced
2369:435b5c6a5191 2370:454f314d0e61
1 *syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 20 1 *syntax.txt* For Vim version 7.3b. Last change: 2010 Jul 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1081 FORTRAN *fortran.vim* *ft-fortran-syntax* 1081 FORTRAN *fortran.vim* *ft-fortran-syntax*
1082 1082
1083 Default highlighting and dialect ~ 1083 Default highlighting and dialect ~
1084 Highlighting appropriate for f95 (Fortran 95) is used by default. This choice 1084 Highlighting appropriate for f95 (Fortran 95) is used by default. This choice
1085 should be appropriate for most users most of the time because Fortran 95 is a 1085 should be appropriate for most users most of the time because Fortran 95 is a
1086 superset of Fortran 90 and almost a superset of Fortran 77. 1086 superset of Fortran 90 and almost a superset of Fortran 77. Preliminary
1087 support for Fortran 2003 and Fortran 2008 features has been introduced and is
1088 automatically available in the default (f95) highlighting.
1087 1089
1088 Fortran source code form ~ 1090 Fortran source code form ~
1089 Fortran 9x code can be in either fixed or free source form. Note that the 1091 Fortran 9x code can be in either fixed or free source form. Note that the
1090 syntax highlighting will not be correct if the form is incorrectly set. 1092 syntax highlighting will not be correct if the form is incorrectly set.
1091 1093