mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-24 04:21:26 -05:00
Compare commits
2 commits
c973c76035
...
6e30b2ec2f
Author | SHA1 | Date | |
---|---|---|---|
|
6e30b2ec2f | ||
|
69b4d24d4d |
3 changed files with 4 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit dc71d94fe223763d28ab49ee3de4fd7081a84891
|
Subproject commit 19c6b0c4c9b35962e45b782e2b85a3214d2ac4d5
|
|
@ -1 +1 @@
|
||||||
Subproject commit b3989a2b07fe6eb3aa285821cf9d589cad241bdc
|
Subproject commit 05c3555152aeac0be4a0b24dfd118d909058ce47
|
|
@ -406,7 +406,8 @@ endfun
|
||||||
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")
|
||||||
call s:C("@function.scss","","","")
|
call s:C("@function.scss","","","")
|
||||||
call s:C("@keyword.import.scss","","","")
|
call s:C("@keyword.import.scss",g:cYellow,"","bold")
|
||||||
|
call s:C("@keyword.modifier.scss","","","")
|
||||||
call s:C("@keyword.operator.scss","","","")
|
call s:C("@keyword.operator.scss","","","")
|
||||||
call s:C("@keyword.repeat.scss","","","")
|
call s:C("@keyword.repeat.scss","","","")
|
||||||
call s:C("@keyword.scss","","","")
|
call s:C("@keyword.scss","","","")
|
||||||
|
|
Loading…
Reference in a new issue