CodeMirror is a JavaScript component that provides a code editor in the browser. When a mode is available for the language you are coding in, it will color your code, and optionally help with indentation. A rich programming API and a CSS theming system are available for customizing CodeMirror to fit your application, and extending it with new functionality.
ColorCode is a library for colorizing source code (also known as syntax highlighting). ColorCode Portable is a fork of the original ColorCode code base to .NET Portable Class Libraries.
Syntax Highlighter written by JavaScript and CSS (and C# Helper)
Additional language modes for CodeMirror http://codemirror.net/mode Licenses: http://codemirror.net/mode/coffeescript/LICENSE http://codemirror.net/mode/pascal/LICENSE http://codemirror.net/mode/perl/LICENSE http://codemirror.net/mode/python/LICENSE http://codemirror.net/mode/r/LICENSE http://codemirror.net/mode/ruby/LICENSE http://codemirror.net/mode/sieve/LICENSE http://codemirror.net/mode/vb/LICENSE.txt http://codemirror.net/mode/xquery/LICENSE
CodeMirror key-mappings for Emacs and VIM http://codemirror.net/doc/manual.html#keymaps
Add-ons package for CodeMirror. http://codemirror.net/doc/manual.html#addons
Themes for CodeMirror http://codemirror.net/demo/theme.html
ColorCode is a library for colorizing source code (also known as syntax highlighting). ColorCode Portable is a fork of the original ColorCode code base to .NET Portable Class Libraries.
Syntax highlighting for Markdig using Prism.js library
A relatively simple and extensible syntax highlighter written in C#
Perform Syntax Highlighting in .Net Applications Using the Javascript Library, Prism.
Perform Syntax Highlighting in .Net Applications Using the Javascript Library, HighlightJS.
Adds support for the Unity engine. • Highlights Unity event functions and fields with an icon in the editor gutter. • Marks fields and methods implicitly used by Unity as in use. • Knows about all Unity script classes (MonoBehaviour, ScriptableObject, EditorWindow, etc). • Marks empty event methods as dead code. • Supports Unity API 5.0 - 5.6, and 2017.1b5. • Inspections and Quick Fixes for incorrect event function method signature and return types. • Support for undocumented functions such as OnValidate and OnPreGeneratingCSProjectFiles. • Warns if a coroutine return value is unused. • Context actions to add SerializeField or NonSerialized attributes to fields. • Context action to convert auto-property to property with serialized backing field. • Context action to convert event function method signature to/from coroutine. • Use Generate Code to create event functions, with parameters. • Start typing for automatic completion of event function declarations in a class. • Event function descriptions for methods and parameters displayed in tooltips and QuickDoc • "Read more" in QuickDoc navigates to Unity API documentation. • Correctly update .meta files. • Code completion, find usages and rename support for Invoke, InvokeRepeating, IsInvoking and CancelInvoke. Also Start/StopCoroutine. • Inspections for incorrectly applied attributes. • Inspection and Quick Fix to use CompareTag instead of string comparison. • Inspection and Quick Fix for using new with ScriptableObject or MonoBehaviour. • Inspection and Quick Fix for redundant SerializeField attribute usage. • "Create serialized field" from usage Quick Fix. • Suppress naming consistency checks on event functions. • Prevent ReSharper from suggesting `Assets` or `Scripts` as part of the namespace of your code. • Automatically sets Unity projects to C# 4 or C# 6. No more suggestions for features that won't compile! • Highlights UnityEngine.Color and Color32. Edit via colour palette quick fix. • Treats Unity debug assertions as assertion methods in ReSharper control flow analysis. • String formatting assistance for debug log methods. • Regex assistance for EditorTestsWithLogParser.ExpectLogLineRegex. • Types and type members marked with UnityEngine.Networking attributes are marked as in use. • Code completion, find usages and rename support for SyncVarAttribute hook function. • Inspections for incorrect SyncVarAttribute usage. • Marks empty event functions as dead code, with Quick Fix to remove. • Parse ShaderLab files, with syntax highlighting and syntax error highlighting. • Simple highlighting and code completion in Cg and HLSL code blocks and files. • Brace matching, todo explorer and commenting support for ShaderLab files. • Colour highlighting and editing in ShaderLab files. • Support for modularised UnityEngine assemblies. • Unity specific file templates.
SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript
Prism.js import and syntax highlighting
CodeMirror is a JavaScript component that provides a code editor in the browser. When a mode is available for the language you are coding in, it will color your code, and optionally help with indentation. A rich programming API and a CSS theming system are available for customizing CodeMirror to fit your application, and extending it with new functionality. This is the complete package available from http://codemirror.net.
Library for syntax highlighting in C# and ASP.NET.
The Core Library, containing the Parser, and the classes to create your own formatter.
Contains the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock.
Fast Colored TextBox for Syntax Highlighting It is a project owned by http://www.codeproject.com/Members/PavelTorgashov I just create a nuget package for it
Jering.Web.SyntaxHighlighters.Prism enables you to perform syntax highlighting from C# projects using Prism.
Jering.Web.SyntaxHighlighters.HighlightJS enables you to perform syntax highlighting from C# projects using Highlight.js.
Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
SyntaxEditor is a powerful text editing WPF control designed for use in IDE applications and script editing scenarios. Code editing features include syntax highlighting, code outlining, line numbers, block selection, IntelliPrompt UI, split views, zooming, bi-di support, and much more. SyntaxEditor is built on top of our next-generation extensible text/parsing framework. While over 20 sample languages are available to get you started (such as C#, VB, XML, and more), custom language definitions can be developed and distributed with your applications as well. Documentation is available on the Actipro web site (https://www.actiprosoftware.com/docs/controls/wpf/index?v=24.1), and samples can be downloaded from the Actipro WPF Controls GitHub repository (https://github.com/Actipro/WPF-Controls). NOTE: This is a commercial software product and requires proper paid licensing for legal usage. See Actipro's web site (https://www.actiprosoftware.com/purchase) for links to purchase developer licenses, or view the Sales FAQ for more information about evaluations and licensing.
Contains the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock.
Basic, extensible .NET server-side syntax highlighting library.
ColorCode is a library for colorizing source code (also known as syntax highlighting).
Contains the HtmlFormatter, and the HtmlClassFormatter, for rendering Html from the Colorized Code.
The Core Library, containing the Parser, and the classes to create your own formatter.
Contains the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock.
MarkdownToPdf is a .NET library serving as a converter of markdown text to PDF. It supports fully customizable styling via cascading styles, page setup, headers and footers, page numbering, sections, page and sections breaks and it also supports plugins for features like syntax highlighting or for displaying mathematical expressions. Technically it uses [markdig](https://github.com/xoofx/markdig) library to parse the markdown document an [Pdfsharp/Migradoc](http://www.pdfsharp.net/) library to render the output.
Contains the HtmlFormatter, and the HtmlClassFormatter, for rendering Html from the Colorized Code.
A C# Wrapper for the Syntax Highlighter, Prism.
Syntax highlighter plugin for MarkdownToPdf Library using PrismSharp.
PrismSharp is a syntax highlighting library based on an excellent javascript library PrismJS, fully written in C#. It currently supports over 270 programming languages and has 44 built-in visual themes, also supporting custom themes. Out of the box, it supports HTML and RTF output, but any output format can be easily implemented with the AbstractHighlighter base class
An extension on the ICSharpCode.TextEditor which supports * Linux/Mono * search & replace * go to linenumber * Lua and SQL Syntax highlighting * XML folding and CSharp folding * ContextMenu : Cut,Copy,Paste,Select All, Redo and Undo * Several enhancements
CodeEditor module for Gemini, providing a syntax-highlighted code editor using AvalonEdit.
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes base classes for performing syntax analysis of the text. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license
This package provides the functionality to utilize the features of Syncfusion® WinForms Syntax Editor and more.
This package provides the functionality to utilize the features of Syncfusion® WPF Syntax Editor and more.
Skybrud.SyntaxHighlighter extension for Markdig.
SyntaxHighlighter is an open source Java Script client side code syntax highlighter.
Colorizes C#/VB code, including code fragments
Contains the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock.
Winforms control for writing C# code, with roslyn-based syntax highlighting