code-highlighting.md
July 15, 2021 · View on GitHub
Bookmarks tagged [code-highlighting]
www.codever.land/bookmarks/t/code-highlighting
How to insert and highlight code in Jekyll blog post on Codepedia.org – CodepediaOrg
https://www.codepedia.org/ama/how-to-insert-and-highlight-code-in-jekyll-blog-post-on-codingpedia-or...
This demo post displays the various ways of inserting and highlighting code in Markdown, when posting on Codepedia.org
- tags: code-highlighting, jekyll, highlightjs
Code syntax highlighting with Angular and Prism.js
https://auralinna.blog/post/2017/code-syntax-highlighting-with-angular-and-prismjs/
I implemented Prism.js based code syntax highlight feature for my blog. This blog post shows how to use Prism syntax highlighter with Angular.
- :calendar: published on: 2017-12-28
- tags: angular, prism.js, code-highlighting
Angular HighlightJS Module
https://ngx-highlight.netlify.com/
Angular syntax highlighting module.
- tags: angular, highlightjs, code-highlighting
- :octocat: source code
highlight.js supported languages
https://github.com/highlightjs/highlight.js/blob/master/SUPPORTED_LANGUAGES.md
The table below shows the full list of supported languages (and corresponding classes/aliases)
- tags: code-highlighting, highlightjs
Rouge
An elegant, extendable code highlighter written in pure Ruby.
- tags: code-highlighting, ruby
- :octocat: source code
“Copy to Clipboard” Made Easy with Clipboard.js
https://webdesign.tutsplus.com/tutorials/copy-to-clipboard-made-easy-with-clipboardjs--cms-25086
Owing to browser restrictions, adding copy functionality to web pages used to be a real hassle. Most developers had to resort to a library dependant on Flash, like Clippy, for example. Fortunately now...
- tags: javascript, code-highlighting
- :octocat: source code
highlight.js home page
Highlight.js is a syntax highlighter written in JavaScript. It works in the browser as well as on the server. It works with pretty much any markup, doesn’t depend on any framework, and has automatic l...
- tags: code-highlighting, dev-tools
- :octocat: source code
List of supported languages and lexers · rouge-ruby/rouge Wiki · GitHub
https://github.com/rouge-ruby/rouge/wiki/List-of-supported-languages-and-lexers
A pure Ruby code highlighter that is compatible with Pygments - rouge-ruby/rouge
- tags: code-highlighting, jekyll
- :octocat: source code
CodeRay
https://github.com/rubychan/coderay
Fast and easy syntax highlighting for selected languages.
- tags: ruby, code-highlighting
- :octocat: source code
pygments.rb
https://github.com/tmm1/pygments.rb
A Ruby wrapper for the Python pygments syntax highlighter.
- tags: ruby, code-highlighting
- :octocat: source code
Rouge
https://github.com/jneen/rouge
A pure Ruby code highlighter that is compatible with Pygments.
- tags: ruby, code-highlighting
- :octocat: source code
Highlight.js
https://github.com/isagalaev/highlight.js
Javascript syntax highlighter.
- tags: javascript, code-highlighting
- :octocat: source code
PrismJS
https://github.com/PrismJS/prism
Lightweight, robust, elegant syntax highlighting.
- tags: javascript, code-highlighting, prism.js
- :octocat: source code
Welcome! — Pygments
This is the home of Pygments. It is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. Highlights are:
- a wide rang...
- tags: blogging, code-highlighting