mirror of
https://github.com/amix/vimrc
synced 2025-07-10 03:25:00 +08:00
Change Rainbow-parenthese plugin into Rainbow plugin.
This commit is contained in:
22
sources_non_forked/rainbow/tests/test.html
Normal file
22
sources_non_forked/rainbow/tests/test.html
Normal file
@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
h1 {color:red;}
|
||||
p {color:blue;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<img />
|
||||
(1 + (2 + 3))
|
||||
</div>
|
||||
|
||||
<script>
|
||||
var foo = true;
|
||||
if (foo) {
|
||||
alert("hey");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user