Files
Basalt2/node_modules/shiki/dist/languages/reg.tmLanguage-c66b7785.mjs
Robert Jelic 31787b0e9b Fix
2025-02-16 18:04:24 +01:00

4 lines
2.2 KiB
JavaScript

var reg_tmLanguage = {fileTypes:["reg","REG"],name:"reg",patterns:[{match:"Windows Registry Editor Version 5\\.00|REGEDIT4",name:"keyword.control.import.reg"},{captures:{"1":{name:"punctuation.definition.comment.reg"}},match:"(;).*$",name:"comment.line.semicolon.reg"},{captures:{"1":{name:"punctuation.definition.section.reg"},"2":{name:"entity.section.reg"},"3":{name:"punctuation.definition.section.reg"}},match:"^\\s*(\\[(?!-))(.*?)(\\])",name:"entity.name.function.section.add.reg"},{captures:{"1":{name:"punctuation.definition.section.reg"},"2":{name:"entity.section.reg"},"3":{name:"punctuation.definition.section.reg"}},match:"^\\s*(\\[-)(.*?)(\\])",name:"entity.name.function.section.delete.reg"},{captures:{"2":{name:"punctuation.definition.quote.reg"},"3":{name:"support.function.regname.ini"},"4":{name:"punctuation.definition.quote.reg"},"5":{name:"punctuation.definition.equals.reg"},"7":{name:"keyword.operator.arithmetic.minus.reg"},"9":{name:"punctuation.definition.quote.reg"},"10":{name:"string.name.regdata.reg"},"11":{name:"punctuation.definition.quote.reg"},"13":{name:"support.type.dword.reg"},"14":{name:"keyword.operator.arithmetic.colon.reg"},"15":{name:"constant.numeric.dword.reg"},"17":{name:"support.type.dword.reg"},"18":{name:"keyword.operator.arithmetic.parenthesis.reg"},"19":{name:"keyword.operator.arithmetic.parenthesis.reg"},"20":{name:"constant.numeric.hex.size.reg"},"21":{name:"keyword.operator.arithmetic.parenthesis.reg"},"22":{name:"keyword.operator.arithmetic.colon.reg"},"23":{name:"constant.numeric.hex.reg"},"24":{name:"keyword.operator.arithmetic.linecontinuation.reg"},"25":{name:"comment.declarationline.semicolon.reg"}},match:"^(\\s*([\"']?)(.+?)([\"']?)\\s*(=))?\\s*((-)|(([\"'])(.*?)([\"']))|(((?i:dword))(\\:)\\s*([\\dabcdefABCDEF]{1,8}))|(((?i:hex))((\\()([\\d]*)(\\)))?(\\:)(.*?)(\\\\?)))\\s*(;.*)?$",name:"meta.declaration.reg"},{match:"[0-9]+",name:"constant.numeric.reg"},{match:"[a-fA-F]+",name:"constant.numeric.hex.reg"},{match:",+",name:"constant.numeric.hex.comma.reg"},{match:"\\\\",name:"keyword.operator.arithmetic.linecontinuation.reg"}],scopeName:"source.reg",uuid:"B7773F5B-C43A-4BB9-843A-4AC119250EBD"};
export { reg_tmLanguage as default };