📄 blame.rnc
字号:
# XML RELAX NG schema for Subversion command-line client output# For "svn blame"include "common.rnc"start = blameblame = element blame { target* }## Information for one blamed file.target = element target { attlist.target, entry* }attlist.target &= attribute path { target.type }## Information for one line of a blamed file.## NOTE: The order of entries in a target element is insignificant.entry = element entry { attlist.entry, commit? }attlist.entry &= ## Line number. attribute line-number { xsd:integer { minInclusive = "1" } }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -