Main Page | Report this Page
Computers Forum Index  »  Computer - Editors  »  vim 7.2 script tag wrong xhtml syntax highlighting...
Page 1 of 1    

vim 7.2 script tag wrong xhtml syntax highlighting...

Author Message
gert...
Posted: Sun Sep 13, 2009 11:35 am
Guest
example

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/
TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>stock</title>
<link type="text/css" href="test1.css" rel="stylesheet"/
Quote:

link type="text/css" href="test2.css" rel="stylesheet"/

script type="text/javascript" src="test1.js"/

<script type="text/javascript" src="test2.js"/>
</head>
<body>
<div id="form">
<p>test</p>
</div>
</body>
</html>
 
 
Page 1 of 1    
All times are GMT
The time now is Wed Nov 25, 2009 8:54 pm