12345 |
- import { __commonJS } from './chunk-BS5JN4MX.js';
- var require_qsharp=__commonJS({"../../node_modules/refractor/lang/qsharp.js"(exports,module){module.exports=qsharp;qsharp.displayName="qsharp";qsharp.aliases=["qs"];function qsharp(Prism){((function(Prism2){function replace(pattern,replacements){return pattern.replace(/<<(\d+)>>/g,function(m,index){return "(?:"+replacements[+index]+")"})}function re(pattern,replacements,flags){return RegExp(replace(pattern,replacements),flags||"")}function nested(pattern,depthLog2){for(var i=0;i<depthLog2;i++)pattern=pattern.replace(/<<self>>/g,function(){return "(?:"+pattern+")"});return pattern.replace(/<<self>>/g,"[^\\s\\S]")}var keywordKinds={type:"Adj BigInt Bool Ctl Double false Int One Pauli PauliI PauliX PauliY PauliZ Qubit Range Result String true Unit Zero",other:"Adjoint adjoint apply as auto body borrow borrowing Controlled controlled distribute elif else fail fixup for function if in internal intrinsic invert is let mutable namespace new newtype open operation repeat return self set until use using while within"};function keywordsToPattern(words){return "\\b(?:"+words.trim().replace(/ /g,"|")+")\\b"}var keywords=RegExp(keywordsToPattern(keywordKinds.type+" "+keywordKinds.other)),identifier=/\b[A-Za-z_]\w*\b/.source,qualifiedName=replace(/<<0>>(?:\s*\.\s*<<0>>)*/.source,[identifier]),typeInside={keyword:keywords,punctuation:/[<>()?,.:[\]]/},regularString=/"(?:\\.|[^\\"])*"/.source;Prism2.languages.qsharp=Prism2.languages.extend("clike",{comment:/\/\/.*/,string:[{pattern:re(/(^|[^$\\])<<0>>/.source,[regularString]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:re(/(\b(?:as|open)\s+)<<0>>(?=\s*(?:;|as\b))/.source,[qualifiedName]),lookbehind:!0,inside:typeInside},{pattern:re(/(\bnamespace\s+)<<0>>(?=\s*\{)/.source,[qualifiedName]),lookbehind:!0,inside:typeInside}],keyword:keywords,number:/(?:\b0(?:x[\da-f]+|b[01]+|o[0-7]+)|(?:\B\.\d+|\b\d+(?:\.\d*)?)(?:e[-+]?\d+)?)l?\b/i,operator:/\band=|\bor=|\band\b|\bnot\b|\bor\b|<[-=]|[-=]>|>>>=?|<<<=?|\^\^\^=?|\|\|\|=?|&&&=?|w\/=?|~~~|[*\/+\-^=!%]=?/,punctuation:/::|[{}[\];(),.:]/}),Prism2.languages.insertBefore("qsharp","number",{range:{pattern:/\.\./,alias:"operator"}});var interpolationExpr=nested(replace(/\{(?:[^"{}]|<<0>>|<<self>>)*\}/.source,[regularString]),2);Prism2.languages.insertBefore("qsharp","string",{"interpolation-string":{pattern:re(/\$"(?:\\.|<<0>>|[^\\"{])*"/.source,[interpolationExpr]),greedy:!0,inside:{interpolation:{pattern:re(/((?:^|[^\\])(?:\\\\)*)<<0>>/.source,[interpolationExpr]),lookbehind:!0,inside:{punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-qsharp",inside:Prism2.languages.qsharp}}},string:/[\s\S]+/}}});}))(Prism),Prism.languages.qs=Prism.languages.qsharp;}}});
- export { require_qsharp };
|