Skip to content

Commit eacc98e

Browse files
committed
Fix spec name
1 parent bb70ca8 commit eacc98e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

after/syntax/html.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ syn include @htmlCss syntax/css/css-writing-modes-3.vim
3838
syn include @htmlCss syntax/css/css3-animations.vim
3939
syn include @htmlCss syntax/css/css3-background.vim
4040
syn include @htmlCss syntax/css/css3-box.vim
41-
syn include @htmlCss syntax/css/css3-colors.vim
41+
syn include @htmlCss syntax/css/css3-color.vim
4242
syn include @htmlCss syntax/css/css3-conditional.vim
4343
syn include @htmlCss syntax/css/css3-exclusions.vim
4444
syn include @htmlCss syntax/css/css3-fonts.vim

test/test.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
display: revert;
8888
}
8989

90-
.colors {
90+
.color {
9191
opacity: rgba(0, 0, 0, 1);
9292
display: hsla(0, 0, 0, 1);
9393
display: currentColor;

test/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
}
106106
</style>
107107
<style>
108-
.colors {
108+
.color {
109109
opacity: rgba(0, 0, 0, 1);
110110
display: hsla(0, 0, 0, 1);
111111
display: currentColor;

0 commit comments

Comments
 (0)