Add css3-syntax.vim

See also: http://www.w3.org/TR/css3-syntax/
This commit is contained in:
Kyo Nagashima
2016-01-03 20:37:22 +09:00
parent 27cf62c0df
commit 085e6994ed
4 changed files with 11 additions and 0 deletions

View File

@@ -553,6 +553,10 @@
display: reduced;
}
.syntax {
display: auto;
}
.text-3 {
hyphens: manual;
line-break: loose;

View File

@@ -610,6 +610,11 @@
}
</style>
<style>
.syntax {
display: auto;
}
</style>
<style>
.text-3 {
hyphens: manual;
line-break: loose;