Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 877 Bytes

File metadata and controls

28 lines (18 loc) · 877 Bytes

CodeColor

Methods

highlight

Highlight source code, return string with html structure

highlight(code: string, language: ILanguageName): string

Parameters

Name Type Description
code string source code
language ILanguageName language name

register

Register language syntax

Parameters

Name Type Description
syntaxes ISyntax[] Array of language syntax structure. Available languages can be imported from codecolor.js/languages/[LANGUAGE]