1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-10 00:40:51 +01:00

5 lines
473 B
JavaScript

hljs.registerLanguage("csp",(()=>{"use strict";return e=>({name:"CSP",
case_insensitive:!1,keywords:{$pattern:"[a-zA-Z][a-zA-Z0-9_-]*",
keyword:["base-uri","child-src","connect-src","default-src","font-src","form-action","frame-ancestors","frame-src","img-src","media-src","object-src","plugin-types","report-uri","sandbox","script-src","style-src"]
},contains:[{className:"string",begin:"'",end:"'"},{className:"attribute",
begin:"^Content",end:":",excludeEnd:!0}]})})());