UNPKG

reprism

Version:

Modular Syntax highlighting for the web

6 lines (5 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = "// Single line comment\n/* Multi-line\ncomment */\n\n\"foo \"bar\" baz\";\n'foo 'bar' baz';\n\n123\n123.456\n-123.456\n1e-23\n123.456E789\n0xaf\n0xAF\n\n\nfoo();\nBar();\n_456();\n";