UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

18 lines (17 loc) 399 B
import { a as languages } from "../../core-8vQkh0Rd.js"; //#region src/prism/languages/hsts.js /** * Original by Scott Helme. * * Reference: https://scotthelme.co.uk/hsts-cheat-sheet/ */ languages.hsts = { "directive": { pattern: /\b(?:includesubdomains|max-age|preload)(?![^\s;=])/i, alias: "property" }, "operator": /=/, "punctuation": /;/ }; //#endregion //# sourceMappingURL=hsts.js.map