Skip to content

Commit

Permalink
Rename to css-ui-3.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
hail2u committed Sep 23, 2015
1 parent 4afac28 commit f970b3a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion after/syntax/html.vim
Expand Up @@ -19,7 +19,6 @@ syn include @htmlCss syntax/css/css3-sizing.vim
syn include @htmlCss syntax/css/css3-speech.vim
syn include @htmlCss syntax/css/css3-transforms.vim
syn include @htmlCss syntax/css/css3-transitions.vim
syn include @htmlCss syntax/css/css3-ui.vim
syn include @htmlCss syntax/css/css-align-3.vim
syn include @htmlCss syntax/css/css-cascade-3.vim
syn include @htmlCss syntax/css/css-cascade-4.vim
Expand All @@ -42,6 +41,7 @@ syn include @htmlCss syntax/css/css-snappoints-1.vim
syn include @htmlCss syntax/css/css-text-3.vim
syn include @htmlCss syntax/css/css-text-4.vim
syn include @htmlCss syntax/css/css-text-decor-3.vim
syn include @htmlCss syntax/css/css-ui-3.vim
syn include @htmlCss syntax/css/css-values.vim
syn include @htmlCss syntax/css/css-variables.vim
syn include @htmlCss syntax/css/css-will-change-1.vim
Expand Down
2 changes: 1 addition & 1 deletion test/test.css
Expand Up @@ -583,7 +583,7 @@
display: cubic-bezier(0.25, 0.1, 0.25, 1.0);
}

.ui {
.ui-3 {
caret-color: grab;
display: grabbing;
}
Expand Down
2 changes: 1 addition & 1 deletion test/test.html
Expand Up @@ -636,7 +636,7 @@
}
</style>
<style>
.ui {
.ui-3 {
caret-color: grab;
display: grabbing;
}
Expand Down

0 comments on commit f970b3a

Please sign in to comment.