Skip to content

Commit b784b74

Browse files
authored
Merge pull request #206 from vim-jp/syntax-transnote
"{訳注: ... }" をハイライト.
2 parents 4cf395b + bb971f4 commit b784b74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syntax/help_ja.vim

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ syn match helpVim "Vim バージョン [0-9.a-z]\+"
44
syn match helpVim "VIMリファレンス.*"
55
syn region helpNotVi start="{Vim" start="{|++\?[A-Za-z0-9_/()]\+|" end="}" contains=helpLeadBlank,helpHyperTextJump
66
syn match helpWarning "\<警告:"
7+
syn region helpTransNote start="{訳注:" end="}" contains=helpLeadBlank,helpHyperTextJump
8+
hi def link helpTransNote Special

0 commit comments

Comments
 (0)