We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4de37e commit 2bb9fd8Copy full SHA for 2bb9fd8
syntax/help_ja.vim
@@ -8,3 +8,8 @@ syn region helpTransNote start="{訳注:" end="}" contains=helpLeadBlank,helpHyp
8
syn region helpBracesInTransNote start=".{"ms=e end="}."me=s transparent contained contains=helpLeadBlank,helpHyperTextJump,helpBracesInTransNote
9
syn match helpSpecial "[。、]\zs\[[-a-z^A-Z0-9_]\{2,}]"
10
hi def link helpTransNote Special
11
+if has("conceal")
12
+ syn region helpHeadline matchgroup=helpIgnore start="^☆\(\s\)\@!" end="\ze\(\s\+\*\|$\)" keepend concealends
13
+else
14
+ syn region helpHeadline matchgroup=helpIgnore start="^☆\(\s\)\@!" end="\ze\(\s\+\*\|$\)" keepend
15
+endif
0 commit comments