UNPKG
highlight-ts
Version:
latest (9.12.1-2)
9.12.1-2
9.12.1-1
9.12.0
Highlight.JS in TypeScript (and ES6).
github.com/katyo/highlight-ts
katyo/highlight-ts
highlight-ts
/
es
/
languages
/
cplusplus.d.ts
6 lines
(5 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
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
;