Skip to content

Commit

Permalink
Update Prism to f28a3e0
Browse files Browse the repository at this point in the history
Alias "sass" is removed in favour of the new sass syntax.
  • Loading branch information
uranusjr committed Jun 28, 2015
1 parent a6de8b6 commit 3cee9ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dependency/prism
Submodule prism updated 77 files
+2 −1 .gitignore
+4 −1 bower.json
+196 −152 components.js
+20 −0 components/prism-brainfuck.js
+1 −0 components/prism-brainfuck.min.js
+2 −2 components/prism-clike.js
+1 −1 components/prism-clike.min.js
+4 −4 components/prism-core.js
+1 −1 components/prism-core.min.js
+4 −1 components/prism-csharp.js
+1 −1 components/prism-csharp.min.js
+73 −8 components/prism-gherkin.js
+1 −1 components/prism-gherkin.min.js
+2 −2 components/prism-handlebars.js
+1 −1 components/prism-handlebars.min.js
+22 −3 components/prism-javascript.js
+1 −1 components/prism-javascript.min.js
+14 −0 components/prism-keyman.js
+1 −0 components/prism-keyman.min.js
+2 −2 components/prism-less.js
+1 −1 components/prism-less.min.js
+31 −0 components/prism-makefile.js
+1 −0 components/prism-makefile.min.js
+5 −5 components/prism-markup.js
+1 −1 components/prism-markup.min.js
+7 −4 components/prism-python.js
+1 −1 components/prism-python.min.js
+204 −0 components/prism-rest.js
+1 −0 components/prism-rest.min.js
+66 −0 components/prism-sass.js
+1 −0 components/prism-sass.min.js
+31 −0 components/prism-smalltalk.js
+1 −0 components/prism-smalltalk.min.js
+61 −0 components/prism-stylus.js
+1 −0 components/prism-stylus.min.js
+24 −0 components/prism-vhdl.js
+1 −0 components/prism-vhdl.min.js
+80 −0 components/prism-wiki.js
+1 −0 components/prism-wiki.min.js
+44 −0 components/prism-yaml.js
+1 −0 components/prism-yaml.min.js
+6 −0 download.html
+5 −0 examples.html
+40 −0 examples/prism-brainfuck.html
+4 −0 examples/prism-csharp.html
+58 −12 examples/prism-gherkin.html
+7 −3 examples/prism-handlebars.html
+29 −1 examples/prism-javascript.html
+32 −0 examples/prism-julia.html
+110 −0 examples/prism-keyman.html
+266 −0 examples/prism-makefile.html
+6 −1 examples/prism-markup.html
+47 −0 examples/prism-objectivec.html
+332 −0 examples/prism-rest.html
+50 −0 examples/prism-sass.html
+95 −0 examples/prism-smalltalk.html
+89 −0 examples/prism-stylus.html
+95 −0 examples/prism-vhdl.html
+168 −0 examples/prism-wiki.html
+110 −0 examples/prism-yaml.html
+36 −1 index.html
+2 −2 plugins/file-highlight/index.html
+68 −50 plugins/file-highlight/prism-file-highlight.js
+1 −1 plugins/file-highlight/prism-file-highlight.min.js
+1 −1 plugins/line-highlight/prism-line-highlight.js
+1 −1 plugins/line-highlight/prism-line-highlight.min.js
+17 −3 plugins/line-numbers/prism-line-numbers.js
+1 −1 plugins/line-numbers/prism-line-numbers.min.js
+0 −7 plugins/show-language/index.html
+1 −6 plugins/show-language/prism-show-language.css
+5 −1 plugins/show-language/prism-show-language.js
+1 −1 plugins/show-language/prism-show-language.min.css
+1 −1 plugins/show-language/prism-show-language.min.js
+98 −61 prism.js
+14 −1 style.css
+12 −3 test.html
+2 −1 themes/prism-okaidia.css
1 change: 0 additions & 1 deletion MacDown/Resources/syntax_highlighting.json
Expand Up @@ -13,7 +13,6 @@
"objc": "objectivec",
"py": "python",
"rb": "ruby",
"sass": "scss",
"sh": "bash",
"xml": "markup"
}
Expand Down

0 comments on commit 3cee9ae

Please sign in to comment.