Compare commits

...

2 commits

Author SHA1 Message Date
Kevin MacMartin
c973c76035 Update submodules 2024-04-23 12:58:36 -04:00
Kevin MacMartin
9a65f43b92 Make vue component function.method red 2024-04-23 12:50:23 -04:00
6 changed files with 14 additions and 11 deletions

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

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

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

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

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

View file

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