Skip to content

Commit 4cf395b

Browse files
authored
Merge pull request #204 from vim-jp/syntax-warning
"警告:" をハイライト.
2 parents d6a800d + 4306e5e commit 4cf395b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax/help_ja.vim

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ scriptencoding utf-8
33
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
6+
syn match helpWarning "\<警告:"

0 commit comments

Comments
 (0)