source:
node_modules/prismjs/components/prism-git.min.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 234 bytes |
Line | |
---|---|
1 | Prism.languages.git={comment:/^#.*/m,deleted:/^[-–].*/m,inserted:/^\+.*/m,string:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,command:{pattern:/^.*\$ git .*$/m,inside:{parameter:/\s--?\w+/}},coord:/^@@.*@@$/m,"commit-sha1":/^commit \w{40}$/m}; |
Note:
See TracBrowser
for help on using the repository browser.