Skip to content

Commit 6d6fe2e

Browse files
committed
Add "戻り値の型: " の型ハイライト in help_ja.vim
1 parent 2d3d0f8 commit 6d6fe2e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

syntax/help_ja.vim

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ if has("conceal")
1515
else
1616
syn region helpHeadline matchgroup=helpIgnore start="^☆\(\s\)\@!" end="\ze\(\s\+\*\|$\)" keepend
1717
endif
18+
19+
" builtin.jax
20+
syn region helpReturnType
21+
\ start="^\t\t戻り値の型: "
22+
\ end="^$"
23+
\ contains=@vimType,helpHyperTextJump,helpSpecial
24+
\ transparent

0 commit comments

Comments
 (0)