Skip to content

Commit d1c961e

Browse files
authored
Merge pull request #2564 from h-east/add-return-type-highlight-in-help_ja
Add "戻り値の型: " の型ハイライト in help_ja.vim
2 parents 26150d5 + 6d6fe2e commit d1c961e

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)