Skip to content

Commit b246e15

Browse files
committed
Add css3-namespace.vim
See also: http://www.w3.org/TR/css3-namespace/
1 parent b6d75a0 commit b246e15

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
" N/A

after/syntax/html.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ syn include @htmlCss syntax/css/css3-conditional.vim
5252
syn include @htmlCss syntax/css/css3-exclusions.vim
5353
syn include @htmlCss syntax/css/css3-images.vim
5454
syn include @htmlCss syntax/css/css3-multicol.vim
55+
syn include @htmlCss syntax/css/css3-namespace.vim
5556
syn include @htmlCss syntax/css/css3-page.vim
5657
syn include @htmlCss syntax/css/css3-speech.vim
5758
syn include @htmlCss syntax/css/css3-transitions.vim

test/test.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@
402402
column-width: auto;
403403
}
404404

405+
@namespace "http://example.com/css3-namespace/";
406+
405407
.overflow-3 {
406408
max-lines: auto;
407409
}

test/test.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@
445445
}
446446
</style>
447447
<style>
448+
@namespace "http://example.com/css3-namespace/";
449+
</style>
450+
<style>
448451
.overflow-3 {
449452
max-lines: auto;
450453
}

0 commit comments

Comments
 (0)