comparison runtime/doc/syntax.txt @ 6032:b8f703a4e55f

Updated runtime files. Overhauled HTML indent script.
author Bram Moolenaar <bram@vim.org>
date Fri, 04 Jul 2014 16:43:17 +0200
parents 92751673cc37
children 6921742f396a
comparison
equal deleted inserted replaced
6031:65e33fdac4ae 6032:b8f703a4e55f
1 *syntax.txt* For Vim version 7.4. Last change: 2014 Jun 03 1 *syntax.txt* For Vim version 7.4. Last change: 2014 Jun 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1686 :let html_no_rendering=1 1686 :let html_no_rendering=1
1687 1687
1688 HTML comments are rather special (see an HTML reference document for the 1688 HTML comments are rather special (see an HTML reference document for the
1689 details), and the syntax coloring scheme will highlight all errors. 1689 details), and the syntax coloring scheme will highlight all errors.
1690 However, if you prefer to use the wrong style (starts with <!-- and 1690 However, if you prefer to use the wrong style (starts with <!-- and
1691 ends with --!>) you can define > 1691 ends with -->) you can define >
1692 :let html_wrong_comments=1 1692 :let html_wrong_comments=1
1693 1693
1694 JavaScript and Visual Basic embedded inside HTML documents are highlighted as 1694 JavaScript and Visual Basic embedded inside HTML documents are highlighted as
1695 'Special' with statements, comments, strings and so on colored as in standard 1695 'Special' with statements, comments, strings and so on colored as in standard
1696 programming languages. Note that only JavaScript and Visual Basic are currently 1696 programming languages. Note that only JavaScript and Visual Basic are currently