All Projects → halirutan → Mathematica Source Highlighting

halirutan / Mathematica Source Highlighting

Highlighting of Mathematica code for Mathematica.stackexchange

Projects that are alternatives of or similar to Mathematica Source Highlighting

Vim Cool
A very simple plugin that makes hlsearch more useful.
Stars: ✭ 268 (+538.1%)
Mutual labels:  highlighting
Marklib
A small library to wrap serializable TextSelections.
Stars: ✭ 375 (+792.86%)
Mutual labels:  highlighting
Rjsx Mode
A JSX major mode for Emacs
Stars: ✭ 604 (+1338.1%)
Mutual labels:  highlighting
Python Syntax
Python syntax highlighting for Vim
Stars: ✭ 297 (+607.14%)
Mutual labels:  highlighting
Ictextview
UITextView subclass supporting string/regex search and highlighting
Stars: ✭ 321 (+664.29%)
Mutual labels:  highlighting
Highlight.js
JavaScript syntax highlighter with language auto-detection and zero dependencies.
Stars: ✭ 19,312 (+45880.95%)
Mutual labels:  highlighting
vscode-text-marker
Visual Studio Code Extension. Select text in your code and mark all matches. The marking colour is configurable
Stars: ✭ 61 (+45.24%)
Mutual labels:  highlighting
Color coded
A vim plugin for libclang-based highlighting of C, C++, ObjC
Stars: ✭ 841 (+1902.38%)
Mutual labels:  highlighting
Windterm
A quicker and better cross-platform SSH/Sftp/Shell/Telnet/Serial client.
Stars: ✭ 345 (+721.43%)
Mutual labels:  highlighting
Lumin
A JavaScript library to progressively highlight any text on a page.
Stars: ✭ 545 (+1197.62%)
Mutual labels:  highlighting
React Native Walkthrough Tooltip
An inline wrapper for calling out React Native components via tooltip
Stars: ✭ 299 (+611.9%)
Mutual labels:  highlighting
Solarized
Solarized color scheme for Sublime Text 3
Stars: ✭ 314 (+647.62%)
Mutual labels:  highlighting
Enlighterjs
🔆 an open source syntax highlighter written in pure javascript
Stars: ✭ 379 (+802.38%)
Mutual labels:  highlighting
Vue Highlightjs
Syntax highlighting with highlight.js for Vue.js 2.x
Stars: ✭ 295 (+602.38%)
Mutual labels:  highlighting
Codeview Android
Display code with syntax highlighting ✨ in native way.
Stars: ✭ 748 (+1680.95%)
Mutual labels:  highlighting
odin.vim
Vim syntax highlighting for Ginger Bill's programming language, Odin. Derived from jansedivy's jai.vim.
Stars: ✭ 16 (-61.9%)
Mutual labels:  highlighting
Nord Emacs
An arctic, north-bluish clean and elegant Emacs theme.
Stars: ✭ 379 (+802.38%)
Mutual labels:  highlighting
Zenscript Highlighter
Sublime Text highlighting for ZenScript used in MineTweaker, CraftTweaker and ModTweaker
Stars: ✭ 15 (-64.29%)
Mutual labels:  highlighting
6502 Npp Syntax
Notepad++ Syntax Highlighting for 6502 Assembly (and NESASM)
Stars: ✭ 17 (-59.52%)
Mutual labels:  highlighting
React Pdf Highlighter
Set of React components for PDF annotation
Stars: ✭ 448 (+966.67%)
Mutual labels:  highlighting

Mathematica and Wolfram Language support for google-code-prettify

This is the official Mathematica and Wolfram Language code highlighter for Mathematica.stackexchange.com and the Wolfram Community.

To use it with your installation of google-code-prettify, you have to add the files (probably the minified versions) from the src folder into your code-pretty installation. The file lang-mma.min.js needs to go into the google-code-prettify/src folder and the prettify-mma.min.css needs to go into the styles folder. The difference between lang-mma.js and lang-mma.min.js is that the latter one is the minimized js-file. All other information can be found in the google-code-prettify wiki.

Note that I also compiled a Joomla extension which lets you easily install the whole highlighting engine on your Joomla based website.

The resources folder contains another file: mathematica-source-highlighter.user.js which is a browser userscript that was used to test the highlighter before it was officially installed at Stack Exchange. The JavaScript can be opened with Google Chrome and is then installed as a local extension. When you browse pages under http://stackoverflow.com/questions/ and have Mathematica code posted on the page its style is replaced and you should see nice code highlighting.

This user-script was written by Tim Stone and I only added the rules for the lexical scanner and colors which go along with the page colors of StackOverflow.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].