UNPKG

highlight-ts

Version:

Highlight.JS in TypeScript (and ES6).

6 lines (5 loc) 244 B
import { KeywordsDef, SyntaxDef, LanguageDef } from '../types'; export declare const STRINGS: SyntaxDef; export declare const PREPROCESSOR: SyntaxDef; export declare const CPP_KEYWORDS: KeywordsDef; export declare const CPlusPlus: LanguageDef;