We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26150d5 + 6d6fe2e commit d1c961eCopy full SHA for d1c961e
1 file changed
syntax/help_ja.vim
@@ -15,3 +15,10 @@ if has("conceal")
15
else
16
syn region helpHeadline matchgroup=helpIgnore start="^☆\(\s\)\@!" end="\ze\(\s\+\*\|$\)" keepend
17
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