Skip to content

Commit 141c775

Browse files
authored
Italicize vim comments (#101)
1 parent ba6c71e commit 141c775

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

vim/colors/onehalfdark.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ call s:h("WildMenu", s:fg, "", "")
123123
" See :help hl-Whitespace and :help hl-SpecialKey
124124
call s:h("Whitespace", s:non_text, "", "")
125125
call s:h("NonText", s:non_text, "", "")
126-
call s:h("Comment", s:comment_fg, "", "")
126+
call s:h("Comment", s:comment_fg, "", "italic")
127127
call s:h("Constant", s:cyan, "", "")
128128
call s:h("String", s:green, "", "")
129129
call s:h("Character", s:green, "", "")

vim/colors/onehalflight.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ call s:h("WildMenu", s:fg, "", "")
123123
" See :help hl-Whitespace and :help hl-SpecialKey
124124
call s:h("Whitespace", s:non_text, "", "")
125125
call s:h("NonText", s:non_text, "", "")
126-
call s:h("Comment", s:comment_fg, "", "")
126+
call s:h("Comment", s:comment_fg, "", "italic")
127127
call s:h("Constant", s:cyan, "", "")
128128
call s:h("String", s:green, "", "")
129129
call s:h("Character", s:green, "", "")

0 commit comments

Comments
 (0)