| Index: polymer_1.0.4/bower_components/prism/components/prism-git.min.js
|
| diff --git a/polymer_1.0.4/bower_components/prism/components/prism-git.min.js b/polymer_1.0.4/bower_components/prism/components/prism-git.min.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..44468b9408f5f27a8e18fd439b5bf5088e1c90c5
|
| --- /dev/null
|
| +++ b/polymer_1.0.4/bower_components/prism/components/prism-git.min.js
|
| @@ -0,0 +1 @@
|
| +Prism.languages.git={comment:/^#.*$/m,string:/("|')(\\?.)*?\1/m,command:{pattern:/^.*\$ git .*$/m,inside:{parameter:/\s(--|-)\w+/m}},coord:/^@@.*@@$/m,deleted:/^-(?!-).+$/m,inserted:/^\+(?!\+).+$/m,commit_sha1:/^commit \w{40}$/m};
|
|
|