Sign in
apache
/
hugegraph-doc
/
refs/heads/master-before-apache
/
.
/
node_modules
/
prismjs
/
components
/
prism-diff.min.js
blob: 9653de67a824b17349a71fcb204da23411045692 [
file
] [
log
] [
blame
]
Prism
.
languages
.
diff
={
coord
:[
/^(?:\*{3}|-{3}|\+{3}).*$/
m
,
/^@@.*@@$/
m
,
/^\d+.*$/
m
],
deleted
:
/^[-<].*$/
m
,
inserted
:
/^[+>].*$/
m
,
diff
:{
pattern
:
/^!(?!!).+$/
m
,
alias
:
"important"
}};