UNPKG

reprism

Version:

Modular Syntax highlighting for the web

12 lines (11 loc) 292 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { language: 'tsx', init: function init(Prism) { var typescript = Prism.util.clone(Prism.languages.typescript); Prism.languages.tsx = Prism.languages.extend('jsx', typescript); } };