Compare commits

..

No commits in common. "c973c7603526b8ba9d3ff942ec6cad029e7389db" and "272074255abd6ce5467d69564e1103d5a1ebf1a6" have entirely different histories.

6 changed files with 11 additions and 14 deletions

@ -1 +1 @@
Subproject commit adee52fba040428264aee956d99033572fc405a3
Subproject commit 7516e2e4849fb633555d5d40c2137e585ed10b64

@ -1 +1 @@
Subproject commit 3580b6c97c35831afc25a23f1e7f4aa8ad070481
Subproject commit 30bdc2eec86eb66730af541bb06d24d4a67e3eeb

@ -1 +1 @@
Subproject commit 8f3c541407e691af6163e2447f3af1bd6e17f9a3
Subproject commit ce16de5665c766f39c271705b17fff06f7bcb84f

@ -1 +1 @@
Subproject commit dc71d94fe223763d28ab49ee3de4fd7081a84891
Subproject commit b350369740e885c85f0f62dd8fe645c6f887ddc6

@ -1 +1 @@
Subproject commit b3989a2b07fe6eb3aa285821cf9d589cad241bdc
Subproject commit 2ff2d78fb8933e7ac1b165c250d077c2afc1eaff

View file

@ -395,13 +395,6 @@ endfun
call s:C("@variable.css",g:cBlue,"","")
hi! link @punctuation.bracket.css @punctuation.delimiter.css
"diff
call s:C("@attribute.diff",g:cYellow,"","")
call s:C("@constant.diff",g:cBlue,"","italic")
call s:C("@diff.minus",g:cYellow,"","")
call s:C("@diff.plus",g:cBlue,"","")
call s:C("@function.diff",g:cRed,"","bold")
"scss
call s:C("@attribute.scss","","","")
call s:C("@character.special.scss",g:cBlue,"","bold")
@ -423,8 +416,12 @@ endfun
hi! link @number.float.scss @number.float.css
hi! link @number.scss @number.css
"vue
call s:C("@function.method.vue",g:cRed,"","bold")
"diff
call s:C("@attribute.diff",g:cYellow,"","")
call s:C("@constant.diff",g:cBlue,"","italic")
call s:C("@diff.minus",g:cYellow,"","")
call s:C("@diff.plus",g:cBlue,"","")
call s:C("@function.diff",g:cRed,"","bold")
endif
"}}}