Add css3-namespace.vim

See also: http://www.w3.org/TR/css3-namespace/
This commit is contained in:
Kyo Nagashima
2017-02-17 19:16:54 +09:00
parent b6d75a099b
commit b246e15a87
4 changed files with 7 additions and 0 deletions

View File

@@ -402,6 +402,8 @@
column-width: auto;
}
@namespace "http://example.com/css3-namespace/";
.overflow-3 {
max-lines: auto;
}

View File

@@ -445,6 +445,9 @@
}
</style>
<style>
@namespace "http://example.com/css3-namespace/";
</style>
<style>
.overflow-3 {
max-lines: auto;
}