Add css-style-attr.vim

See also: http://www.w3.org/TR/css-style-attr
This commit is contained in:
Kyo Nagashima
2017-02-17 19:23:46 +09:00
parent b246e15a87
commit 52ac61ae9b
4 changed files with 11 additions and 0 deletions

View File

@@ -603,6 +603,10 @@
display: reduced;
}
.style-attr {
display: auto;
}
.syntax-3 {
display: auto;
}

View File

@@ -664,6 +664,11 @@
display: reduced;
}
</style>
<style style="display: auto">
.style-attr {
display: auto;
}
</style>
<style>
.syntax-3 {
display: auto;