|
@@ -10,36 +10,15029 @@
|
|
| 10 |
-->
|
| 11 |
|
| 12 |
<style>
|
| 13 |
-
@media screen and (prefers-color-scheme: light) {
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
}
|
| 21 |
-
@media screen and (prefers-color-scheme: dark) {
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
}
|
| 29 |
-
</style>
|
| 30 |
-
<link
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
:host,:root{--d2h-bg-color:#fff;--d2h-border-color:#ddd;--d2h-dim-color:rgba(0,0,0,.3);--d2h-line-border-color:#eee;--d2h-file-header-bg-color:#f7f7f7;--d2h-file-header-border-color:#d8d8d8;--d2h-empty-placeholder-bg-color:#f1f1f1;--d2h-empty-placeholder-border-color:#e1e1e1;--d2h-selected-color:#c8e1ff;--d2h-ins-bg-color:#dfd;--d2h-ins-border-color:#b4e2b4;--d2h-ins-highlight-bg-color:#97f295;--d2h-ins-label-color:#399839;--d2h-del-bg-color:#fee8e9;--d2h-del-border-color:#e9aeae;--d2h-del-highlight-bg-color:#ffb6ba;--d2h-del-label-color:#c33;--d2h-change-del-color:#fdf2d0;--d2h-change-ins-color:#ded;--d2h-info-bg-color:#f8fafd;--d2h-info-border-color:#d5e4f2;--d2h-change-label-color:#d0b44c;--d2h-moved-label-color:#3572b0;--d2h-dark-color:#e6edf3;--d2h-dark-bg-color:#0d1117;--d2h-dark-border-color:#30363d;--d2h-dark-dim-color:#6e7681;--d2h-dark-line-border-color:#21262d;--d2h-dark-file-header-bg-color:#161b22;--d2h-dark-file-header-border-color:#30363d;--d2h-dark-empty-placeholder-bg-color:hsla(215,8%,47%,.1);--d2h-dark-empty-placeholder-border-color:#30363d;--d2h-dark-selected-color:rgba(56,139,253,.1);--d2h-dark-ins-bg-color:rgba(46,160,67,.15);--d2h-dark-ins-border-color:rgba(46,160,67,.4);--d2h-dark-ins-highlight-bg-color:rgba(46,160,67,.4);--d2h-dark-ins-label-color:#3fb950;--d2h-dark-del-bg-color:rgba(248,81,73,.1);--d2h-dark-del-border-color:rgba(248,81,73,.4);--d2h-dark-del-highlight-bg-color:rgba(248,81,73,.4);--d2h-dark-del-label-color:#f85149;--d2h-dark-change-del-color:rgba(210,153,34,.2);--d2h-dark-change-ins-color:rgba(46,160,67,.25);--d2h-dark-info-bg-color:rgba(56,139,253,.1);--d2h-dark-info-border-color:rgba(56,139,253,.4);--d2h-dark-change-label-color:#d29922;--d2h-dark-moved-label-color:#3572b0}.d2h-wrapper{text-align:left}.d2h-file-header{background-color:#f7f7f7;background-color:var(--d2h-file-header-bg-color);border-bottom:1px solid #d8d8d8;border-bottom:1px solid var(--d2h-file-header-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;height:35px;padding:5px 10px}.d2h-file-header.d2h-sticky-header{position:sticky;top:0;z-index:1}.d2h-file-stats{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;margin-left:auto}.d2h-lines-added{border:1px solid #b4e2b4;border:1px solid var(--d2h-ins-border-color);border-radius:5px 0 0 5px;color:#399839;color:var(--d2h-ins-label-color);padding:2px;text-align:right;vertical-align:middle}.d2h-lines-deleted{border:1px solid #e9aeae;border:1px solid var(--d2h-del-border-color);border-radius:0 5px 5px 0;color:#c33;color:var(--d2h-del-label-color);margin-left:1px;padding:2px;text-align:left;vertical-align:middle}.d2h-file-name-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;width:100%}.d2h-file-name{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.d2h-file-wrapper{border:1px solid #ddd;border:1px solid var(--d2h-border-color);border-radius:3px;margin-bottom:1em}.d2h-file-collapse{-webkit-box-pack:end;-ms-flex-pack:end;cursor:pointer;display:none;font-size:12px;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ddd;border:1px solid var(--d2h-border-color);border-radius:3px;padding:4px 8px}.d2h-file-collapse.d2h-selected{background-color:#c8e1ff;background-color:var(--d2h-selected-color)}.d2h-file-collapse-input{margin:0 4px 0 0}.d2h-diff-table{border-collapse:collapse;font-family:Menlo,Consolas,monospace;font-size:13px;width:100%}.d2h-files-diff{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.d2h-file-diff{overflow-y:hidden}.d2h-file-diff.d2h-d-none,.d2h-files-diff.d2h-d-none{display:none}.d2h-file-side-diff{display:inline-block;overflow-x:scroll;overflow-y:hidden;width:50%}.d2h-code-line{padding:0 8em;width:calc(100% - 16em)}.d2h-code-line,.d2h-code-side-line{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.d2h-code-side-line{padding:0 4.5em;width:calc(100% - 9em)}.d2h-code-line-ctn{background:none;display:inline-block;padding:0;word-wrap:normal;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;vertical-align:middle;white-space:pre;width:100%}.d2h-code-line del,.d2h-code-side-line del{background-color:#ffb6ba;background-color:var(--d2h-del-highlight-bg-color)}.d2h-code-line del,.d2h-code-line ins,.d2h-code-side-line del,.d2h-code-side-line ins{border-radius:.2em;display:inline-block;margin-top:-1px;-webkit-text-decoration:none;text-decoration:none}.d2h-code-line ins,.d2h-code-side-line ins{background-color:#97f295;background-color:var(--d2h-ins-highlight-bg-color);text-align:left}.d2h-code-line-prefix{background:none;display:inline;padding:0;word-wrap:normal;white-space:pre}.line-num1{float:left}.line-num1,.line-num2{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;padding:0 .5em;text-overflow:ellipsis;width:3.5em}.line-num2{float:right}.d2h-code-linenumber{background-color:#fff;background-color:var(--d2h-bg-color);border:solid #eee;border:solid var(--d2h-line-border-color);border-width:0 1px;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.3);color:var(--d2h-dim-color);cursor:pointer;display:inline-block;position:absolute;text-align:right;width:7.5em}.d2h-code-linenumber:after{content:"\200b"}.d2h-code-side-linenumber{background-color:#fff;background-color:var(--d2h-bg-color);border:solid #eee;border:solid var(--d2h-line-border-color);border-width:0 1px;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.3);color:var(--d2h-dim-color);cursor:pointer;display:inline-block;overflow:hidden;padding:0 .5em;position:absolute;text-align:right;text-overflow:ellipsis;width:4em}.d2h-code-side-linenumber:after{content:"\200b"}.d2h-code-side-emptyplaceholder,.d2h-emptyplaceholder{background-color:#f1f1f1;background-color:var(--d2h-empty-placeholder-bg-color);border-color:#e1e1e1;border-color:var(--d2h-empty-placeholder-border-color)}.d2h-code-line-prefix,.d2h-code-linenumber,.d2h-code-side-linenumber,.d2h-emptyplaceholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.d2h-code-linenumber,.d2h-code-side-linenumber{direction:rtl}.d2h-del{background-color:#fee8e9;background-color:var(--d2h-del-bg-color);border-color:#e9aeae;border-color:var(--d2h-del-border-color)}.d2h-ins{background-color:#dfd;background-color:var(--d2h-ins-bg-color);border-color:#b4e2b4;border-color:var(--d2h-ins-border-color)}.d2h-info{background-color:#f8fafd;background-color:var(--d2h-info-bg-color);border-color:#d5e4f2;border-color:var(--d2h-info-border-color);color:rgba(0,0,0,.3);color:var(--d2h-dim-color)}.d2h-file-diff .d2h-del.d2h-change{background-color:#fdf2d0;background-color:var(--d2h-change-del-color)}.d2h-file-diff .d2h-ins.d2h-change{background-color:#ded;background-color:var(--d2h-change-ins-color)}.d2h-file-list-wrapper{margin-bottom:10px}.d2h-file-list-wrapper a{-webkit-text-decoration:none;text-decoration:none}.d2h-file-list-wrapper a,.d2h-file-list-wrapper a:visited{color:#3572b0;color:var(--d2h-moved-label-color)}.d2h-file-list-header{text-align:left}.d2h-file-list-title{font-weight:700}.d2h-file-list-line{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left}.d2h-file-list{display:block;list-style:none;margin:0;padding:0}.d2h-file-list>li{border-bottom:1px solid #ddd;border-bottom:1px solid var(--d2h-border-color);margin:0;padding:5px 10px}.d2h-file-list>li:last-child{border-bottom:none}.d2h-file-switch{cursor:pointer;display:none;font-size:10px}.d2h-icon{margin-right:10px;vertical-align:middle;fill:currentColor}.d2h-deleted{color:#c33;color:var(--d2h-del-label-color)}.d2h-added{color:#399839;color:var(--d2h-ins-label-color)}.d2h-changed{color:#d0b44c;color:var(--d2h-change-label-color)}.d2h-moved{color:#3572b0;color:var(--d2h-moved-label-color)}.d2h-tag{background-color:#fff;background-color:var(--d2h-bg-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:10px;margin-left:5px;padding:0 2px}.d2h-deleted-tag{border:1px solid #c33;border:1px solid var(--d2h-del-label-color)}.d2h-added-tag{border:1px solid #399839;border:1px solid var(--d2h-ins-label-color)}.d2h-changed-tag{border:1px solid #d0b44c;border:1px solid var(--d2h-change-label-color)}.d2h-moved-tag{border:1px solid #3572b0;border:1px solid var(--d2h-moved-label-color)}.d2h-dark-color-scheme{background-color:#0d1117;background-color:var(--d2h-dark-bg-color);color:#e6edf3;color:var(--d2h-dark-color)}.d2h-dark-color-scheme .d2h-file-header{background-color:#161b22;background-color:var(--d2h-dark-file-header-bg-color);border-bottom:#30363d;border-bottom:var(--d2h-dark-file-header-border-color)}.d2h-dark-color-scheme .d2h-lines-added{border:1px solid rgba(46,160,67,.4);border:1px solid var(--d2h-dark-ins-border-color);color:#3fb950;color:var(--d2h-dark-ins-label-color)}.d2h-dark-color-scheme .d2h-lines-deleted{border:1px solid rgba(248,81,73,.4);border:1px solid var(--d2h-dark-del-border-color);color:#f85149;color:var(--d2h-dark-del-label-color)}.d2h-dark-color-scheme .d2h-code-line del,.d2h-dark-color-scheme .d2h-code-side-line del{background-color:rgba(248,81,73,.4);background-color:var(--d2h-dark-del-highlight-bg-color)}.d2h-dark-color-scheme .d2h-code-line ins,.d2h-dark-color-scheme .d2h-code-side-line ins{background-color:rgba(46,160,67,.4);background-color:var(--d2h-dark-ins-highlight-bg-color)}.d2h-dark-color-scheme .d2h-diff-tbody{border-color:#30363d;border-color:var(--d2h-dark-border-color)}.d2h-dark-color-scheme .d2h-code-side-linenumber{background-color:#0d1117;background-color:var(--d2h-dark-bg-color);border-color:#21262d;border-color:var(--d2h-dark-line-border-color);color:#6e7681;color:var(--d2h-dark-dim-color)}.d2h-dark-color-scheme .d2h-files-diff .d2h-code-side-emptyplaceholder,.d2h-dark-color-scheme .d2h-files-diff .d2h-emptyplaceholder{background-color:hsla(215,8%,47%,.1);background-color:var(--d2h-dark-empty-placeholder-bg-color);border-color:#30363d;border-color:var(--d2h-dark-empty-placeholder-border-color)}.d2h-dark-color-scheme .d2h-code-linenumber{background-color:#0d1117;background-color:var(--d2h-dark-bg-color);border-color:#21262d;border-color:var(--d2h-dark-line-border-color);color:#6e7681;color:var(--d2h-dark-dim-color)}.d2h-dark-color-scheme .d2h-del{background-color:rgba(248,81,73,.1);background-color:var(--d2h-dark-del-bg-color);border-color:rgba(248,81,73,.4);border-color:var(--d2h-dark-del-border-color)}.d2h-dark-color-scheme .d2h-ins{background-color:rgba(46,160,67,.15);background-color:var(--d2h-dark-ins-bg-color);border-color:rgba(46,160,67,.4);border-color:var(--d2h-dark-ins-border-color)}.d2h-dark-color-scheme .d2h-info{background-color:rgba(56,139,253,.1);background-color:var(--d2h-dark-info-bg-color);border-color:rgba(56,139,253,.4);border-color:var(--d2h-dark-info-border-color);color:#6e7681;color:var(--d2h-dark-dim-color)}.d2h-dark-color-scheme .d2h-file-diff .d2h-del.d2h-change{background-color:rgba(210,153,34,.2);background-color:var(--d2h-dark-change-del-color)}.d2h-dark-color-scheme .d2h-file-diff .d2h-ins.d2h-change{background-color:rgba(46,160,67,.25);background-color:var(--d2h-dark-change-ins-color)}.d2h-dark-color-scheme .d2h-file-wrapper{border:1px solid #30363d;border:1px solid var(--d2h-dark-border-color)}.d2h-dark-color-scheme .d2h-file-collapse{border:1px solid #0d1117;border:1px solid var(--d2h-dark-bg-color)}.d2h-dark-color-scheme .d2h-file-collapse.d2h-selected{background-color:rgba(56,139,253,.1);background-color:var(--d2h-dark-selected-color)}.d2h-dark-color-scheme .d2h-file-list-wrapper a,.d2h-dark-color-scheme .d2h-file-list-wrapper a:visited{color:#3572b0;color:var(--d2h-dark-moved-label-color)}.d2h-dark-color-scheme .d2h-file-list>li{border-bottom:1px solid #0d1117;border-bottom:1px solid var(--d2h-dark-bg-color)}.d2h-dark-color-scheme .d2h-deleted{color:#f85149;color:var(--d2h-dark-del-label-color)}.d2h-dark-color-scheme .d2h-added{color:#3fb950;color:var(--d2h-dark-ins-label-color)}.d2h-dark-color-scheme .d2h-changed{color:#d29922;color:var(--d2h-dark-change-label-color)}.d2h-dark-color-scheme .d2h-moved{color:#3572b0;color:var(--d2h-dark-moved-label-color)}.d2h-dark-color-scheme .d2h-tag{background-color:#0d1117;background-color:var(--d2h-dark-bg-color)}.d2h-dark-color-scheme .d2h-deleted-tag{border:1px solid #f85149;border:1px solid var(--d2h-dark-del-label-color)}.d2h-dark-color-scheme .d2h-added-tag{border:1px solid #3fb950;border:1px solid var(--d2h-dark-ins-label-color)}.d2h-dark-color-scheme .d2h-changed-tag{border:1px solid #d29922;border:1px solid var(--d2h-dark-change-label-color)}.d2h-dark-color-scheme .d2h-moved-tag{border:1px solid #3572b0;border:1px solid var(--d2h-dark-moved-label-color)}@media (prefers-color-scheme:dark){.d2h-auto-color-scheme{background-color:#0d1117;background-color:var(--d2h-dark-bg-color);color:#e6edf3;color:var(--d2h-dark-color)}.d2h-auto-color-scheme .d2h-file-header{background-color:#161b22;background-color:var(--d2h-dark-file-header-bg-color);border-bottom:#30363d;border-bottom:var(--d2h-dark-file-header-border-color)}.d2h-auto-color-scheme .d2h-lines-added{border:1px solid rgba(46,160,67,.4);border:1px solid var(--d2h-dark-ins-border-color);color:#3fb950;color:var(--d2h-dark-ins-label-color)}.d2h-auto-color-scheme .d2h-lines-deleted{border:1px solid rgba(248,81,73,.4);border:1px solid var(--d2h-dark-del-border-color);color:#f85149;color:var(--d2h-dark-del-label-color)}.d2h-auto-color-scheme .d2h-code-line del,.d2h-auto-color-scheme .d2h-code-side-line del{background-color:rgba(248,81,73,.4);background-color:var(--d2h-dark-del-highlight-bg-color)}.d2h-auto-color-scheme .d2h-code-line ins,.d2h-auto-color-scheme .d2h-code-side-line ins{background-color:rgba(46,160,67,.4);background-color:var(--d2h-dark-ins-highlight-bg-color)}.d2h-auto-color-scheme .d2h-diff-tbody{border-color:#30363d;border-color:var(--d2h-dark-border-color)}.d2h-auto-color-scheme .d2h-code-side-linenumber{background-color:#0d1117;background-color:var(--d2h-dark-bg-color);border-color:#21262d;border-color:var(--d2h-dark-line-border-color);color:#6e7681;color:var(--d2h-dark-dim-color)}.d2h-auto-color-scheme .d2h-files-diff .d2h-code-side-emptyplaceholder,.d2h-auto-color-scheme .d2h-files-diff .d2h-emptyplaceholder{background-color:hsla(215,8%,47%,.1);background-color:var(--d2h-dark-empty-placeholder-bg-color);border-color:#30363d;border-color:var(--d2h-dark-empty-placeholder-border-color)}.d2h-auto-color-scheme .d2h-code-linenumber{background-color:#0d1117;background-color:var(--d2h-dark-bg-color);border-color:#21262d;border-color:var(--d2h-dark-line-border-color);color:#6e7681;color:var(--d2h-dark-dim-color)}.d2h-auto-color-scheme .d2h-del{background-color:rgba(248,81,73,.1);background-color:var(--d2h-dark-del-bg-color);border-color:rgba(248,81,73,.4);border-color:var(--d2h-dark-del-border-color)}.d2h-auto-color-scheme .d2h-ins{background-color:rgba(46,160,67,.15);background-color:var(--d2h-dark-ins-bg-color);border-color:rgba(46,160,67,.4);border-color:var(--d2h-dark-ins-border-color)}.d2h-auto-color-scheme .d2h-info{background-color:rgba(56,139,253,.1);background-color:var(--d2h-dark-info-bg-color);border-color:rgba(56,139,253,.4);border-color:var(--d2h-dark-info-border-color);color:#6e7681;color:var(--d2h-dark-dim-color)}.d2h-auto-color-scheme .d2h-file-diff .d2h-del.d2h-change{background-color:rgba(210,153,34,.2);background-color:var(--d2h-dark-change-del-color)}.d2h-auto-color-scheme .d2h-file-diff .d2h-ins.d2h-change{background-color:rgba(46,160,67,.25);background-color:var(--d2h-dark-change-ins-color)}.d2h-auto-color-scheme .d2h-file-wrapper{border:1px solid #30363d;border:1px solid var(--d2h-dark-border-color)}.d2h-auto-color-scheme .d2h-file-collapse{border:1px solid #0d1117;border:1px solid var(--d2h-dark-bg-color)}.d2h-auto-color-scheme .d2h-file-collapse.d2h-selected{background-color:rgba(56,139,253,.1);background-color:var(--d2h-dark-selected-color)}.d2h-auto-color-scheme .d2h-file-list-wrapper a,.d2h-auto-color-scheme .d2h-file-list-wrapper a:visited{color:#3572b0;color:var(--d2h-dark-moved-label-color)}.d2h-auto-color-scheme .d2h-file-list>li{border-bottom:1px solid #0d1117;border-bottom:1px solid var(--d2h-dark-bg-color)}.d2h-dark-color-scheme .d2h-deleted{color:#f85149;color:var(--d2h-dark-del-label-color)}.d2h-auto-color-scheme .d2h-added{color:#3fb950;color:var(--d2h-dark-ins-label-color)}.d2h-auto-color-scheme .d2h-changed{color:#d29922;color:var(--d2h-dark-change-label-color)}.d2h-auto-color-scheme .d2h-moved{color:#3572b0;color:var(--d2h-dark-moved-label-color)}.d2h-auto-color-scheme .d2h-tag{background-color:#0d1117;background-color:var(--d2h-dark-bg-color)}.d2h-auto-color-scheme .d2h-deleted-tag{border:1px solid #f85149;border:1px solid var(--d2h-dark-del-label-color)}.d2h-auto-color-scheme .d2h-added-tag{border:1px solid #3fb950;border:1px solid var(--d2h-dark-ins-label-color)}.d2h-auto-color-scheme .d2h-changed-tag{border:1px solid #d29922;border:1px solid var(--d2h-dark-change-label-color)}.d2h-auto-color-scheme .d2h-moved-tag{border:1px solid #3572b0;border:1px solid var(--d2h-dark-moved-label-color)}}
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
<script>
|
| 37 |
-
!function(e,n){if("object"==typeof exports&&"object"==typeof module)module.exports=n();else if("function"==typeof define&&define.amd)define([],n);else{var t=n();for(var i in t)("object"==typeof exports?exports:e)[i]=t[i]}}(this,(()=>(()=>{var e={6583:(e,n)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.convertChangesToDMP=function(e){for(var n,t,i=[],a=0;a<e.length;a++)t=(n=e[a]).added?1:n.removed?-1:0,i.push([t,n.value]);return i}},1591:(e,n)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.convertChangesToXML=function(e){for(var n=[],t=0;t<e.length;t++){var i=e[t];i.added?n.push("<ins>"):i.removed&&n.push("<del>"),n.push((a=i.value,a.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,"""))),i.added?n.push("</ins>"):i.removed&&n.push("</del>")}var a;return n.join("")}},4321:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.arrayDiff=void 0,n.diffArrays=function(e,n,t){return r.diff(e,n,t)};var i,a=(i=t(5255))&&i.__esModule?i:{default:i},r=n.arrayDiff=new a.default;r.tokenize=function(e){return e.slice()},r.join=r.removeEmpty=function(e){return e}},5255:(e,n)=>{"use strict";function t(){}function i(e,n,t,i,a){for(var r,s=[];n;)s.push(n),r=n.previousComponent,delete n.previousComponent,n=r;s.reverse();for(var o=0,l=s.length,c=0,d=0;o<l;o++){var u=s[o];if(u.removed)u.value=e.join(i.slice(d,d+u.count)),d+=u.count;else{if(!u.added&&a){var g=t.slice(c,c+u.count);g=g.map((function(e,n){var t=i[d+n];return t.length>e.length?t:e})),u.value=e.join(g)}else u.value=e.join(t.slice(c,c+u.count));c+=u.count,u.added||(d+=u.count)}}return s}Object.defineProperty(n,"__esModule",{value:!0}),n.default=t,t.prototype={diff:function(e,n){var t,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=a.callback;"function"==typeof a&&(r=a,a={});var s=this;function o(e){return e=s.postProcess(e,a),r?(setTimeout((function(){r(e)}),0),!0):e}e=this.castInput(e,a),n=this.castInput(n,a),e=this.removeEmpty(this.tokenize(e,a));var l=(n=this.removeEmpty(this.tokenize(n,a))).length,c=e.length,d=1,u=l+c;null!=a.maxEditLength&&(u=Math.min(u,a.maxEditLength));var g=null!==(t=a.timeout)&&void 0!==t?t:1/0,b=Date.now()+g,f=[{oldPos:-1,lastComponent:void 0}],p=this.extractCommon(f[0],n,e,0,a);if(f[0].oldPos+1>=c&&p+1>=l)return o(i(s,f[0].lastComponent,n,e,s.useLongestToken));var m=-1/0,h=1/0;function E(){for(var t=Math.max(m,-d);t<=Math.min(h,d);t+=2){var r=void 0,u=f[t-1],g=f[t+1];u&&(f[t-1]=void 0);var b=!1;if(g){var E=g.oldPos-t;b=g&&0<=E&&E<l}var _=u&&u.oldPos+1<c;if(b||_){if(r=!_||b&&u.oldPos<g.oldPos?s.addToPath(g,!0,!1,0,a):s.addToPath(u,!1,!0,1,a),p=s.extractCommon(r,n,e,t,a),r.oldPos+1>=c&&p+1>=l)return o(i(s,r.lastComponent,n,e,s.useLongestToken));f[t]=r,r.oldPos+1>=c&&(h=Math.min(h,t-1)),p+1>=l&&(m=Math.max(m,t+1))}else f[t]=void 0}d++}if(r)!function e(){setTimeout((function(){if(d>u||Date.now()>b)return r();E()||e()}),0)}();else for(;d<=u&&Date.now()<=b;){var _=E();if(_)return _}},addToPath:function(e,n,t,i,a){var r=e.lastComponent;return r&&!a.oneChangePerToken&&r.added===n&&r.removed===t?{oldPos:e.oldPos+i,lastComponent:{count:r.count+1,added:n,removed:t,previousComponent:r.previousComponent}}:{oldPos:e.oldPos+i,lastComponent:{count:1,added:n,removed:t,previousComponent:r}}},extractCommon:function(e,n,t,i,a){for(var r=n.length,s=t.length,o=e.oldPos,l=o-i,c=0;l+1<r&&o+1<s&&this.equals(t[o+1],n[l+1],a);)l++,o++,c++,a.oneChangePerToken&&(e.lastComponent={count:1,previousComponent:e.lastComponent,added:!1,removed:!1});return c&&!a.oneChangePerToken&&(e.lastComponent={count:c,previousComponent:e.lastComponent,added:!1,removed:!1}),e.oldPos=o,l},equals:function(e,n,t){return t.comparator?t.comparator(e,n):e===n||t.ignoreCase&&e.toLowerCase()===n.toLowerCase()},removeEmpty:function(e){for(var n=[],t=0;t<e.length;t++)e[t]&&n.push(e[t]);return n},castInput:function(e){return e},tokenize:function(e){return Array.from(e)},join:function(e){return e.join("")},postProcess:function(e){return e}}},6687:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.characterDiff=void 0,n.diffChars=function(e,n,t){return r.diff(e,n,t)};var i,a=(i=t(5255))&&i.__esModule?i:{default:i},r=n.characterDiff=new a.default},4079:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.cssDiff=void 0,n.diffCss=function(e,n,t){return r.diff(e,n,t)};var i,a=(i=t(5255))&&i.__esModule?i:{default:i},r=n.cssDiff=new a.default;r.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)}},3728:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.canonicalize=l,n.diffJson=function(e,n,t){return o.diff(e,n,t)},n.jsonDiff=void 0;var i,a=(i=t(5255))&&i.__esModule?i:{default:i},r=t(9268);function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}var o=n.jsonDiff=new a.default;function l(e,n,t,i,a){var r,o;for(n=n||[],t=t||[],i&&(e=i(a,e)),r=0;r<n.length;r+=1)if(n[r]===e)return t[r];if("[object Array]"===Object.prototype.toString.call(e)){for(n.push(e),o=new Array(e.length),t.push(o),r=0;r<e.length;r+=1)o[r]=l(e[r],n,t,i,a);return n.pop(),t.pop(),o}if(e&&e.toJSON&&(e=e.toJSON()),"object"===s(e)&&null!==e){n.push(e),o={},t.push(o);var c,d=[];for(c in e)Object.prototype.hasOwnProperty.call(e,c)&&d.push(c);for(d.sort(),r=0;r<d.length;r+=1)o[c=d[r]]=l(e[c],n,t,i,c);n.pop(),t.pop()}else o=e;return o}o.useLongestToken=!0,o.tokenize=r.lineDiff.tokenize,o.castInput=function(e,n){var t=n.undefinedReplacement,i=n.stringifyReplacer,a=void 0===i?function(e,n){return void 0===n?t:n}:i;return"string"==typeof e?e:JSON.stringify(l(e,null,null,a),a," ")},o.equals=function(e,n,t){return a.default.prototype.equals.call(o,e.replace(/,([\r\n])/g,"$1"),n.replace(/,([\r\n])/g,"$1"),t)}},9268:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.diffLines=function(e,n,t){return s.diff(e,n,t)},n.diffTrimmedLines=function(e,n,t){var i=(0,r.generateOptions)(t,{ignoreWhitespace:!0});return s.diff(e,n,i)},n.lineDiff=void 0;var i,a=(i=t(5255))&&i.__esModule?i:{default:i},r=t(6065),s=n.lineDiff=new a.default;s.tokenize=function(e,n){n.stripTrailingCr&&(e=e.replace(/\r\n/g,"\n"));var t=[],i=e.split(/(\n|\r\n)/);i[i.length-1]||i.pop();for(var a=0;a<i.length;a++){var r=i[a];a%2&&!n.newlineIsToken?t[t.length-1]+=r:t.push(r)}return t},s.equals=function(e,n,t){return t.ignoreWhitespace?(t.newlineIsToken&&e.includes("\n")||(e=e.trim()),t.newlineIsToken&&n.includes("\n")||(n=n.trim())):t.ignoreNewlineAtEof&&!t.newlineIsToken&&(e.endsWith("\n")&&(e=e.slice(0,-1)),n.endsWith("\n")&&(n=n.slice(0,-1))),a.default.prototype.equals.call(this,e,n,t)}},883:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.diffSentences=function(e,n,t){return r.diff(e,n,t)},n.sentenceDiff=void 0;var i,a=(i=t(5255))&&i.__esModule?i:{default:i},r=n.sentenceDiff=new a.default;r.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)}},3422:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.diffWords=function(e,n,t){return null==(null==t?void 0:t.ignoreWhitespace)||t.ignoreWhitespace?l.diff(e,n,t):u(e,n,t)},n.diffWordsWithSpace=u,n.wordWithSpaceDiff=n.wordDiff=void 0;var i,a=(i=t(5255))&&i.__esModule?i:{default:i},r=t(3666),s="a-zA-Z0-9_\\u{C0}-\\u{FF}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",o=new RegExp("[".concat(s,"]+|\\s+|[^").concat(s,"]"),"ug"),l=n.wordDiff=new a.default;function c(e,n,t,i){if(n&&t){var a=n.value.match(/^\s*/)[0],s=n.value.match(/\s*$/)[0],o=t.value.match(/^\s*/)[0],l=t.value.match(/\s*$/)[0];if(e){var c=(0,r.longestCommonPrefix)(a,o);e.value=(0,r.replaceSuffix)(e.value,o,c),n.value=(0,r.removePrefix)(n.value,c),t.value=(0,r.removePrefix)(t.value,c)}if(i){var d=(0,r.longestCommonSuffix)(s,l);i.value=(0,r.replacePrefix)(i.value,l,d),n.value=(0,r.removeSuffix)(n.value,d),t.value=(0,r.removeSuffix)(t.value,d)}}else if(t)e&&(t.value=t.value.replace(/^\s*/,"")),i&&(i.value=i.value.replace(/^\s*/,""));else if(e&&i){var u=i.value.match(/^\s*/)[0],g=n.value.match(/^\s*/)[0],b=n.value.match(/\s*$/)[0],f=(0,r.longestCommonPrefix)(u,g);n.value=(0,r.removePrefix)(n.value,f);var p=(0,r.longestCommonSuffix)((0,r.removePrefix)(u,f),b);n.value=(0,r.removeSuffix)(n.value,p),i.value=(0,r.replacePrefix)(i.value,u,p),e.value=(0,r.replaceSuffix)(e.value,u,u.slice(0,u.length-p.length))}else if(i){var m=i.value.match(/^\s*/)[0],h=n.value.match(/\s*$/)[0],E=(0,r.maximumOverlap)(h,m);n.value=(0,r.removeSuffix)(n.value,E)}else if(e){var _=e.value.match(/\s*$/)[0],N=n.value.match(/^\s*/)[0],T=(0,r.maximumOverlap)(_,N);n.value=(0,r.removePrefix)(n.value,T)}}l.equals=function(e,n,t){return t.ignoreCase&&(e=e.toLowerCase(),n=n.toLowerCase()),e.trim()===n.trim()},l.tokenize=function(e){var n,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(t.intlSegmenter){if("word"!=t.intlSegmenter.resolvedOptions().granularity)throw new Error('The segmenter passed must have a granularity of "word"');n=Array.from(t.intlSegmenter.segment(e),(function(e){return e.segment}))}else n=e.match(o)||[];var i=[],a=null;return n.forEach((function(e){/\s/.test(e)?null==a?i.push(e):i.push(i.pop()+e):/\s/.test(a)?i[i.length-1]==a?i.push(i.pop()+e):i.push(a+e):i.push(e),a=e})),i},l.join=function(e){return e.map((function(e,n){return 0==n?e:e.replace(/^\s+/,"")})).join("")},l.postProcess=function(e,n){if(!e||n.oneChangePerToken)return e;var t=null,i=null,a=null;return e.forEach((function(e){e.added?i=e:e.removed?a=e:((i||a)&&c(t,a,i,e),t=e,i=null,a=null)})),(i||a)&&c(t,a,i,null),e};var d=n.wordWithSpaceDiff=new a.default;function u(e,n,t){return d.diff(e,n,t)}d.tokenize=function(e){var n=new RegExp("(\\r?\\n)|[".concat(s,"]+|[^\\S\\n\\r]+|[^").concat(s,"]"),"ug");return e.match(n)||[]}},7546:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),Object.defineProperty(n,"Diff",{enumerable:!0,get:function(){return a.default}}),Object.defineProperty(n,"applyPatch",{enumerable:!0,get:function(){return g.applyPatch}}),Object.defineProperty(n,"applyPatches",{enumerable:!0,get:function(){return g.applyPatches}}),Object.defineProperty(n,"canonicalize",{enumerable:!0,get:function(){return d.canonicalize}}),Object.defineProperty(n,"convertChangesToDMP",{enumerable:!0,get:function(){return h.convertChangesToDMP}}),Object.defineProperty(n,"convertChangesToXML",{enumerable:!0,get:function(){return E.convertChangesToXML}}),Object.defineProperty(n,"createPatch",{enumerable:!0,get:function(){return m.createPatch}}),Object.defineProperty(n,"createTwoFilesPatch",{enumerable:!0,get:function(){return m.createTwoFilesPatch}}),Object.defineProperty(n,"diffArrays",{enumerable:!0,get:function(){return u.diffArrays}}),Object.defineProperty(n,"diffChars",{enumerable:!0,get:function(){return r.diffChars}}),Object.defineProperty(n,"diffCss",{enumerable:!0,get:function(){return c.diffCss}}),Object.defineProperty(n,"diffJson",{enumerable:!0,get:function(){return d.diffJson}}),Object.defineProperty(n,"diffLines",{enumerable:!0,get:function(){return o.diffLines}}),Object.defineProperty(n,"diffSentences",{enumerable:!0,get:function(){return l.diffSentences}}),Object.defineProperty(n,"diffTrimmedLines",{enumerable:!0,get:function(){return o.diffTrimmedLines}}),Object.defineProperty(n,"diffWords",{enumerable:!0,get:function(){return s.diffWords}}),Object.defineProperty(n,"diffWordsWithSpace",{enumerable:!0,get:function(){return s.diffWordsWithSpace}}),Object.defineProperty(n,"formatPatch",{enumerable:!0,get:function(){return m.formatPatch}}),Object.defineProperty(n,"merge",{enumerable:!0,get:function(){return f.merge}}),Object.defineProperty(n,"parsePatch",{enumerable:!0,get:function(){return b.parsePatch}}),Object.defineProperty(n,"reversePatch",{enumerable:!0,get:function(){return p.reversePatch}}),Object.defineProperty(n,"structuredPatch",{enumerable:!0,get:function(){return m.structuredPatch}});var i,a=(i=t(5255))&&i.__esModule?i:{default:i},r=t(6687),s=t(3422),o=t(9268),l=t(883),c=t(4079),d=t(3728),u=t(4321),g=t(5467),b=t(3020),f=t(8555),p=t(7769),m=t(2723),h=t(6583),E=t(1591)},5467:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.applyPatch=l,n.applyPatches=function(e,n){"string"==typeof e&&(e=(0,s.parsePatch)(e));var t=0;!function i(){var a=e[t++];if(!a)return n.complete();n.loadFile(a,(function(e,t){if(e)return n.complete(e);var r=l(t,a,n);n.patched(a,r,(function(e){if(e)return n.complete(e);i()}))}))}()};var i,a=t(3666),r=t(9380),s=t(3020),o=(i=t(1439))&&i.__esModule?i:{default:i};function l(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("string"==typeof n&&(n=(0,s.parsePatch)(n)),Array.isArray(n)){if(n.length>1)throw new Error("applyPatch only works with a single input.");n=n[0]}(t.autoConvertLineEndings||null==t.autoConvertLineEndings)&&((0,a.hasOnlyWinLineEndings)(e)&&(0,r.isUnix)(n)?n=(0,r.unixToWin)(n):(0,a.hasOnlyUnixLineEndings)(e)&&(0,r.isWin)(n)&&(n=(0,r.winToUnix)(n)));var i=e.split("\n"),l=n.hunks,c=t.compareLine||function(e,n,t,i){return n===i},d=t.fuzzFactor||0,u=0;if(d<0||!Number.isInteger(d))throw new Error("fuzzFactor must be a non-negative integer");if(!l.length)return e;for(var g="",b=!1,f=!1,p=0;p<l[l.length-1].lines.length;p++){var m=l[l.length-1].lines[p];"\\"==m[0]&&("+"==g[0]?b=!0:"-"==g[0]&&(f=!0)),g=m}if(b){if(f){if(!d&&""==i[i.length-1])return!1}else if(""==i[i.length-1])i.pop();else if(!d)return!1}else if(f)if(""!=i[i.length-1])i.push("");else if(!d)return!1;function h(e,n,t){for(var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,r=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:[],o=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0,l=0,d=!1;a<e.length;a++){var u=e[a],g=u.length>0?u[0]:" ",b=u.length>0?u.substr(1):u;if("-"===g){if(!c(n+1,i[n],g,b))return t&&null!=i[n]?(s[o]=i[n],h(e,n+1,t-1,a,!1,s,o+1)):null;n++,l=0}if("+"===g){if(!r)return null;s[o]=b,o++,l=0,d=!0}if(" "===g){if(l++,s[o]=i[n],!c(n+1,i[n],g,b))return d||!t?null:i[n]&&(h(e,n+1,t-1,a+1,!1,s,o+1)||h(e,n+1,t-1,a,!1,s,o+1))||h(e,n,t-1,a+1,!1,s,o);o++,r=!0,d=!1,n++}}return o-=l,n-=l,s.length=o,{patchedLines:s,oldLineLastI:n-1}}for(var E=[],_=0,N=0;N<l.length;N++){for(var T=l[N],O=void 0,v=i.length-T.oldLines+d,y=void 0,A=0;A<=d;A++){y=T.oldStart+_-1;for(var S=(0,o.default)(y,u,v);void 0!==y&&!(O=h(T.lines,y,A));y=S());if(O)break}if(!O)return!1;for(var w=u;w<y;w++)E.push(i[w]);for(var R=0;R<O.patchedLines.length;R++){var I=O.patchedLines[R];E.push(I)}u=O.oldLineLastI+1,_=y+1-T.oldStart}for(var C=u;C<i.length;C++)E.push(i[C]);return E.join("\n")}},2723:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.createPatch=function(e,n,t,i,a,r){return g(e,e,n,t,i,a,r)},n.createTwoFilesPatch=g,n.formatPatch=u,n.structuredPatch=d;var i=t(9268);function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}function r(e){return function(e){if(Array.isArray(e))return s(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,n){if(e){if("string"==typeof e)return s(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?s(e,n):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,i=new Array(n);t<n;t++)i[t]=e[t];return i}function o(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function l(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?o(Object(t),!0).forEach((function(n){c(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):o(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function c(e,n,t){var i;return i=function(e){if("object"!=a(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var t=n.call(e,"string");if("object"!=a(t))return t;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(n),(n="symbol"==a(i)?i:i+"")in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function d(e,n,t,a,s,o,c){if(c||(c={}),"function"==typeof c&&(c={callback:c}),void 0===c.context&&(c.context=4),c.newlineIsToken)throw new Error("newlineIsToken may not be used with patch-generation functions, only with diffing functions");if(!c.callback)return u((0,i.diffLines)(t,a,c));var d=c.callback;function u(t){if(t){t.push({value:"",lines:[]});for(var i=[],a=0,l=0,d=[],u=1,g=1,b=function(){var e,n,s,o=t[f],b=o.lines||(e=o.value,n=e.endsWith("\n"),s=e.split("\n").map((function(e){return e+"\n"})),n?s.pop():s.push(s.pop().slice(0,-1)),s);if(o.lines=b,o.added||o.removed){var p;if(!a){var m=t[f-1];a=u,l=g,m&&(d=c.context>0?_(m.lines.slice(-c.context)):[],a-=d.length,l-=d.length)}(p=d).push.apply(p,r(b.map((function(e){return(o.added?"+":"-")+e})))),o.added?g+=b.length:u+=b.length}else{if(a)if(b.length<=2*c.context&&f<t.length-2){var h;(h=d).push.apply(h,r(_(b)))}else{var E,N=Math.min(b.length,c.context);(E=d).push.apply(E,r(_(b.slice(0,N))));var T={oldStart:a,oldLines:u-a+N,newStart:l,newLines:g-l+N,lines:d};i.push(T),a=0,l=0,d=[]}u+=b.length,g+=b.length}},f=0;f<t.length;f++)b();for(var p=0,m=i;p<m.length;p++)for(var h=m[p],E=0;E<h.lines.length;E++)h.lines[E].endsWith("\n")?h.lines[E]=h.lines[E].slice(0,-1):(h.lines.splice(E+1,0,"\"),E++);return{oldFileName:e,newFileName:n,oldHeader:s,newHeader:o,hunks:i}}function _(e){return e.map((function(e){return" "+e}))}}(0,i.diffLines)(t,a,l(l({},c),{},{callback:function(e){var n=u(e);d(n)}}))}function u(e){if(Array.isArray(e))return e.map(u).join("\n");var n=[];e.oldFileName==e.newFileName&&n.push("Index: "+e.oldFileName),n.push("==================================================================="),n.push("--- "+e.oldFileName+(void 0===e.oldHeader?"":"\t"+e.oldHeader)),n.push("+++ "+e.newFileName+(void 0===e.newHeader?"":"\t"+e.newHeader));for(var t=0;t<e.hunks.length;t++){var i=e.hunks[t];0===i.oldLines&&(i.oldStart-=1),0===i.newLines&&(i.newStart-=1),n.push("@@ -"+i.oldStart+","+i.oldLines+" +"+i.newStart+","+i.newLines+" @@"),n.push.apply(n,i.lines)}return n.join("\n")+"\n"}function g(e,n,t,i,a,r,s){var o;if("function"==typeof s&&(s={callback:s}),null===(o=s)||void 0===o||!o.callback){var c=d(e,n,t,i,a,r,s);if(!c)return;return u(c)}var g=s.callback;d(e,n,t,i,a,r,l(l({},s),{},{callback:function(e){e?g(u(e)):g()}}))}},9380:(e,n)=>{"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function i(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function a(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?i(Object(t),!0).forEach((function(n){r(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function r(e,n,i){var a;return a=function(e){if("object"!=t(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,"string");if("object"!=t(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(n),(n="symbol"==t(a)?a:a+"")in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}Object.defineProperty(n,"__esModule",{value:!0}),n.isUnix=function(e){return Array.isArray(e)||(e=[e]),!e.some((function(e){return e.hunks.some((function(e){return e.lines.some((function(e){return!e.startsWith("\\")&&e.endsWith("\r")}))}))}))},n.isWin=function(e){return Array.isArray(e)||(e=[e]),e.some((function(e){return e.hunks.some((function(e){return e.lines.some((function(e){return e.endsWith("\r")}))}))}))&&e.every((function(e){return e.hunks.every((function(e){return e.lines.every((function(n,t){var i;return n.startsWith("\\")||n.endsWith("\r")||(null===(i=e.lines[t+1])||void 0===i?void 0:i.startsWith("\\"))}))}))}))},n.unixToWin=function e(n){return Array.isArray(n)?n.map(e):a(a({},n),{},{hunks:n.hunks.map((function(e){return a(a({},e),{},{lines:e.lines.map((function(n,t){var i;return n.startsWith("\\")||n.endsWith("\r")||null!==(i=e.lines[t+1])&&void 0!==i&&i.startsWith("\\")?n:n+"\r"}))})}))})},n.winToUnix=function e(n){return Array.isArray(n)?n.map(e):a(a({},n),{},{hunks:n.hunks.map((function(e){return a(a({},e),{},{lines:e.lines.map((function(e){return e.endsWith("\r")?e.substring(0,e.length-1):e}))})}))})}},8555:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.calcLineCount=l,n.merge=function(e,n,t){e=c(e,t),n=c(n,t);var i={};(e.index||n.index)&&(i.index=e.index||n.index),(e.newFileName||n.newFileName)&&(d(e)?d(n)?(i.oldFileName=u(i,e.oldFileName,n.oldFileName),i.newFileName=u(i,e.newFileName,n.newFileName),i.oldHeader=u(i,e.oldHeader,n.oldHeader),i.newHeader=u(i,e.newHeader,n.newHeader)):(i.oldFileName=e.oldFileName,i.newFileName=e.newFileName,i.oldHeader=e.oldHeader,i.newHeader=e.newHeader):(i.oldFileName=n.oldFileName||e.oldFileName,i.newFileName=n.newFileName||e.newFileName,i.oldHeader=n.oldHeader||e.oldHeader,i.newHeader=n.newHeader||e.newHeader)),i.hunks=[];for(var a=0,r=0,s=0,o=0;a<e.hunks.length||r<n.hunks.length;){var l=e.hunks[a]||{oldStart:1/0},p=n.hunks[r]||{oldStart:1/0};if(g(l,p))i.hunks.push(b(l,s)),a++,o+=l.newLines-l.oldLines;else if(g(p,l))i.hunks.push(b(p,o)),r++,s+=p.newLines-p.oldLines;else{var m={oldStart:Math.min(l.oldStart,p.oldStart),oldLines:0,newStart:Math.min(l.newStart+s,p.oldStart+o),newLines:0,lines:[]};f(m,l.oldStart,l.lines,p.oldStart,p.lines),r++,a++,i.hunks.push(m)}}return i};var i=t(2723),a=t(3020),r=t(750);function s(e){return function(e){if(Array.isArray(e))return o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,n){if(e){if("string"==typeof e)return o(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?o(e,n):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,i=new Array(n);t<n;t++)i[t]=e[t];return i}function l(e){var n=v(e.lines),t=n.oldLines,i=n.newLines;void 0!==t?e.oldLines=t:delete e.oldLines,void 0!==i?e.newLines=i:delete e.newLines}function c(e,n){if("string"==typeof e){if(/^@@/m.test(e)||/^Index:/m.test(e))return(0,a.parsePatch)(e)[0];if(!n)throw new Error("Must provide a base reference or pass in a patch");return(0,i.structuredPatch)(void 0,void 0,n,e)}return e}function d(e){return e.newFileName&&e.newFileName!==e.oldFileName}function u(e,n,t){return n===t?n:(e.conflict=!0,{mine:n,theirs:t})}function g(e,n){return e.oldStart<n.oldStart&&e.oldStart+e.oldLines<n.oldStart}function b(e,n){return{oldStart:e.oldStart,oldLines:e.oldLines,newStart:e.newStart+n,newLines:e.newLines,lines:e.lines}}function f(e,n,t,i,a){var r={offset:n,lines:t,index:0},o={offset:i,lines:a,index:0};for(E(e,r,o),E(e,o,r);r.index<r.lines.length&&o.index<o.lines.length;){var c=r.lines[r.index],d=o.lines[o.index];if("-"!==c[0]&&"+"!==c[0]||"-"!==d[0]&&"+"!==d[0])if("+"===c[0]&&" "===d[0]){var u;(u=e.lines).push.apply(u,s(N(r)))}else if("+"===d[0]&&" "===c[0]){var g;(g=e.lines).push.apply(g,s(N(o)))}else"-"===c[0]&&" "===d[0]?m(e,r,o):"-"===d[0]&&" "===c[0]?m(e,o,r,!0):c===d?(e.lines.push(c),r.index++,o.index++):h(e,N(r),N(o));else p(e,r,o)}_(e,r),_(e,o),l(e)}function p(e,n,t){var i=N(n),a=N(t);if(T(i)&&T(a)){var o,l;if((0,r.arrayStartsWith)(i,a)&&O(t,i,i.length-a.length))return void(o=e.lines).push.apply(o,s(i));if((0,r.arrayStartsWith)(a,i)&&O(n,a,a.length-i.length))return void(l=e.lines).push.apply(l,s(a))}else if((0,r.arrayEqual)(i,a)){var c;return void(c=e.lines).push.apply(c,s(i))}h(e,i,a)}function m(e,n,t,i){var a,r=N(n),o=function(e,n){for(var t=[],i=[],a=0,r=!1,s=!1;a<n.length&&e.index<e.lines.length;){var o=e.lines[e.index],l=n[a];if("+"===l[0])break;if(r=r||" "!==o[0],i.push(l),a++,"+"===o[0])for(s=!0;"+"===o[0];)t.push(o),o=e.lines[++e.index];l.substr(1)===o.substr(1)?(t.push(o),e.index++):s=!0}if("+"===(n[a]||"")[0]&&r&&(s=!0),s)return t;for(;a<n.length;)i.push(n[a++]);return{merged:i,changes:t}}(t,r);o.merged?(a=e.lines).push.apply(a,s(o.merged)):h(e,i?o:r,i?r:o)}function h(e,n,t){e.conflict=!0,e.lines.push({conflict:!0,mine:n,theirs:t})}function E(e,n,t){for(;n.offset<t.offset&&n.index<n.lines.length;){var i=n.lines[n.index++];e.lines.push(i),n.offset++}}function _(e,n){for(;n.index<n.lines.length;){var t=n.lines[n.index++];e.lines.push(t)}}function N(e){for(var n=[],t=e.lines[e.index][0];e.index<e.lines.length;){var i=e.lines[e.index];if("-"===t&&"+"===i[0]&&(t="+"),t!==i[0])break;n.push(i),e.index++}return n}function T(e){return e.reduce((function(e,n){return e&&"-"===n[0]}),!0)}function O(e,n,t){for(var i=0;i<t;i++){var a=n[n.length-t+i].substr(1);if(e.lines[e.index+i]!==" "+a)return!1}return e.index+=t,!0}function v(e){var n=0,t=0;return e.forEach((function(e){if("string"!=typeof e){var i=v(e.mine),a=v(e.theirs);void 0!==n&&(i.oldLines===a.oldLines?n+=i.oldLines:n=void 0),void 0!==t&&(i.newLines===a.newLines?t+=i.newLines:t=void 0)}else void 0===t||"+"!==e[0]&&" "!==e[0]||t++,void 0===n||"-"!==e[0]&&" "!==e[0]||n++})),{oldLines:n,newLines:t}}},3020:(e,n)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.parsePatch=function(e){var n=e.split(/\n/),t=[],i=0;function a(){var e={};for(t.push(e);i<n.length;){var a=n[i];if(/^(\-\-\-|\+\+\+|@@)\s/.test(a))break;var o=/^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(a);o&&(e.index=o[1]),i++}for(r(e),r(e),e.hunks=[];i<n.length;){var l=n[i];if(/^(Index:\s|diff\s|\-\-\-\s|\+\+\+\s|===================================================================)/.test(l))break;if(/^@@/.test(l))e.hunks.push(s());else{if(l)throw new Error("Unknown line "+(i+1)+" "+JSON.stringify(l));i++}}}function r(e){var t=/^(---|\+\+\+)\s+(.*)\r?$/.exec(n[i]);if(t){var a="---"===t[1]?"old":"new",r=t[2].split("\t",2),s=r[0].replace(/\\\\/g,"\\");/^".*"$/.test(s)&&(s=s.substr(1,s.length-2)),e[a+"FileName"]=s,e[a+"Header"]=(r[1]||"").trim(),i++}}function s(){var e=i,t=n[i++].split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/),a={oldStart:+t[1],oldLines:void 0===t[2]?1:+t[2],newStart:+t[3],newLines:void 0===t[4]?1:+t[4],lines:[]};0===a.oldLines&&(a.oldStart+=1),0===a.newLines&&(a.newStart+=1);for(var r=0,s=0;i<n.length&&(s<a.oldLines||r<a.newLines||null!==(o=n[i])&&void 0!==o&&o.startsWith("\\"));i++){var o,l=0==n[i].length&&i!=n.length-1?" ":n[i][0];if("+"!==l&&"-"!==l&&" "!==l&&"\\"!==l)throw new Error("Hunk at line ".concat(e+1," contained invalid line ").concat(n[i]));a.lines.push(n[i]),"+"===l?r++:"-"===l?s++:" "===l&&(r++,s++)}if(r||1!==a.newLines||(a.newLines=0),s||1!==a.oldLines||(a.oldLines=0),r!==a.newLines)throw new Error("Added line count did not match for hunk at line "+(e+1));if(s!==a.oldLines)throw new Error("Removed line count did not match for hunk at line "+(e+1));return a}for(;i<n.length;)a();return t}},7769:(e,n)=>{"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function i(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function a(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?i(Object(t),!0).forEach((function(n){r(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function r(e,n,i){var a;return a=function(e){if("object"!=t(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,"string");if("object"!=t(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(n),(n="symbol"==t(a)?a:a+"")in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}Object.defineProperty(n,"__esModule",{value:!0}),n.reversePatch=function e(n){return Array.isArray(n)?n.map(e).reverse():a(a({},n),{},{oldFileName:n.newFileName,oldHeader:n.newHeader,newFileName:n.oldFileName,newHeader:n.oldHeader,hunks:n.hunks.map((function(e){return{oldLines:e.newLines,oldStart:e.newStart,newLines:e.oldLines,newStart:e.oldStart,lines:e.lines.map((function(e){return e.startsWith("-")?"+".concat(e.slice(1)):e.startsWith("+")?"-".concat(e.slice(1)):e}))}}))})}},750:(e,n)=>{"use strict";function t(e,n){if(n.length>e.length)return!1;for(var t=0;t<n.length;t++)if(n[t]!==e[t])return!1;return!0}Object.defineProperty(n,"__esModule",{value:!0}),n.arrayEqual=function(e,n){return e.length===n.length&&t(e,n)},n.arrayStartsWith=t},1439:(e,n)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=function(e,n,t){var i=!0,a=!1,r=!1,s=1;return function o(){if(i&&!r){if(a?s++:i=!1,e+s<=t)return e+s;r=!0}if(!a)return r||(i=!0),n<=e-s?e-s++:(a=!0,o())}}},6065:(e,n)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.generateOptions=function(e,n){if("function"==typeof e)n.callback=e;else if(e)for(var t in e)e.hasOwnProperty(t)&&(n[t]=e[t]);return n}},3666:(e,n)=>{"use strict";function t(e,n,t){if(e.slice(0,n.length)!=n)throw Error("string ".concat(JSON.stringify(e)," doesn't start with prefix ").concat(JSON.stringify(n),"; this is a bug"));return t+e.slice(n.length)}function i(e,n,t){if(!n)return e+t;if(e.slice(-n.length)!=n)throw Error("string ".concat(JSON.stringify(e)," doesn't end with suffix ").concat(JSON.stringify(n),"; this is a bug"));return e.slice(0,-n.length)+t}Object.defineProperty(n,"__esModule",{value:!0}),n.hasOnlyUnixLineEndings=function(e){return!e.includes("\r\n")&&e.includes("\n")},n.hasOnlyWinLineEndings=function(e){return e.includes("\r\n")&&!e.startsWith("\n")&&!e.match(/[^\r]\n/)},n.longestCommonPrefix=function(e,n){var t;for(t=0;t<e.length&&t<n.length;t++)if(e[t]!=n[t])return e.slice(0,t);return e.slice(0,t)},n.longestCommonSuffix=function(e,n){var t;if(!e||!n||e[e.length-1]!=n[n.length-1])return"";for(t=0;t<e.length&&t<n.length;t++)if(e[e.length-(t+1)]!=n[n.length-(t+1)])return e.slice(-t);return e.slice(-t)},n.maximumOverlap=function(e,n){return n.slice(0,function(e,n){var t=0;e.length>n.length&&(t=e.length-n.length);var i=n.length;e.length<n.length&&(i=e.length);var a=Array(i),r=0;a[0]=0;for(var s=1;s<i;s++){for(n[s]==n[r]?a[s]=a[r]:a[s]=r;r>0&&n[s]!=n[r];)r=a[r];n[s]==n[r]&&r++}r=0;for(var o=t;o<e.length;o++){for(;r>0&&e[o]!=n[r];)r=a[r];e[o]==n[r]&&r++}return r}(e,n))},n.removePrefix=function(e,n){return t(e,n,"")},n.removeSuffix=function(e,n){return i(e,n,"")},n.replacePrefix=t,n.replaceSuffix=i},9110:(e,n)=>{!function(e){var n=/\S/,t=/\"/g,i=/\n/g,a=/\r/g,r=/\\/g,s=/\u2028/,o=/\u2029/;function l(e){return e.trim?e.trim():e.replace(/^\s*|\s*$/g,"")}function c(e,n,t){if(n.charAt(t)!=e.charAt(0))return!1;for(var i=1,a=e.length;i<a;i++)if(n.charAt(t+i)!=e.charAt(i))return!1;return!0}e.tags={"#":1,"^":2,"<":3,$:4,"/":5,"!":6,">":7,"=":8,_v:9,"{":10,"&":11,_t:12},e.scan=function(t,i){var a,r=t.length,s=0,o=null,d=null,u="",g=[],b=!1,f=0,p=0,m="{{",h="}}";function E(){u.length>0&&(g.push({tag:"_t",text:new String(u)}),u="")}function _(t,i){if(E(),t&&function(){for(var t=!0,i=p;i<g.length;i++)if(!(t=e.tags[g[i].tag]<e.tags._v||"_t"==g[i].tag&&null===g[i].text.match(n)))return!1;return t}())for(var a,r=p;r<g.length;r++)g[r].text&&((a=g[r+1])&&">"==a.tag&&(a.indent=g[r].text.toString()),g.splice(r,1));else i||g.push({tag:"\n"});b=!1,p=g.length}function N(e,n){var t="="+h,i=e.indexOf(t,n),a=l(e.substring(e.indexOf("=",n)+1,i)).split(" ");return m=a[0],h=a[a.length-1],i+t.length-1}for(i&&(i=i.split(" "),m=i[0],h=i[1]),f=0;f<r;f++)0==s?c(m,t,f)?(--f,E(),s=1):"\n"==t.charAt(f)?_(b):u+=t.charAt(f):1==s?(f+=m.length-1,"="==(o=(d=e.tags[t.charAt(f+1)])?t.charAt(f+1):"_v")?(f=N(t,f),s=0):(d&&f++,s=2),b=f):c(h,t,f)?(g.push({tag:o,n:l(u),otag:m,ctag:h,i:"/"==o?b-m.length:f+h.length}),u="",f+=h.length-1,s=0,"{"==o&&("}}"==h?f++:"}"===(a=g[g.length-1]).n.substr(a.n.length-1)&&(a.n=a.n.substring(0,a.n.length-1)))):u+=t.charAt(f);return _(b,!0),g};var d={_t:!0,"\n":!0,$:!0,"/":!0};function u(n,t,i,a){var r,s=[],o=null,l=null;for(r=i[i.length-1];n.length>0;){if(l=n.shift(),r&&"<"==r.tag&&!(l.tag in d))throw new Error("Illegal content in < super tag.");if(e.tags[l.tag]<=e.tags.$||g(l,a))i.push(l),l.nodes=u(n,l.tag,i,a);else{if("/"==l.tag){if(0===i.length)throw new Error("Closing tag without opener: /"+l.n);if(o=i.pop(),l.n!=o.n&&!b(l.n,o.n,a))throw new Error("Nesting error: "+o.n+" vs. "+l.n);return o.end=l.i,s}"\n"==l.tag&&(l.last=0==n.length||"\n"==n[0].tag)}s.push(l)}if(i.length>0)throw new Error("missing closing tag: "+i.pop().n);return s}function g(e,n){for(var t=0,i=n.length;t<i;t++)if(n[t].o==e.n)return e.tag="#",!0}function b(e,n,t){for(var i=0,a=t.length;i<a;i++)if(t[i].c==e&&t[i].o==n)return!0}function f(e){var n=[];for(var t in e.partials)n.push('"'+m(t)+'":{name:"'+m(e.partials[t].name)+'", '+f(e.partials[t])+"}");return"partials: {"+n.join(",")+"}, subs: "+function(e){var n=[];for(var t in e)n.push('"'+m(t)+'": function(c,p,t,i) {'+e[t]+"}");return"{ "+n.join(",")+" }"}(e.subs)}e.stringify=function(n,t,i){return"{code: function (c,p,i) { "+e.wrapMain(n.code)+" },"+f(n)+"}"};var p=0;function m(e){return e.replace(r,"\\\\").replace(t,'\\"').replace(i,"\\n").replace(a,"\\r").replace(s,"\\u2028").replace(o,"\\u2029")}function h(e){return~e.indexOf(".")?"d":"f"}function E(e,n){var t="<"+(n.prefix||"")+e.n+p++;return n.partials[t]={name:e.n,partials:{}},n.code+='t.b(t.rp("'+m(t)+'",c,p,"'+(e.indent||"")+'"));',t}function _(e,n){n.code+="t.b(t.t(t."+h(e.n)+'("'+m(e.n)+'",c,p,0)));'}function N(e){return"t.b("+e+");"}e.generate=function(n,t,i){p=0;var a={code:"",subs:{},partials:{}};return e.walk(n,a),i.asString?this.stringify(a,t,i):this.makeTemplate(a,t,i)},e.wrapMain=function(e){return'var t=this;t.b(i=i||"");'+e+"return t.fl();"},e.template=e.Template,e.makeTemplate=function(e,n,t){var i=this.makePartials(e);return i.code=new Function("c","p","i",this.wrapMain(e.code)),new this.template(i,n,this,t)},e.makePartials=function(e){var n,t={subs:{},partials:e.partials,name:e.name};for(n in t.partials)t.partials[n]=this.makePartials(t.partials[n]);for(n in e.subs)t.subs[n]=new Function("c","p","t","i",e.subs[n]);return t},e.codegen={"#":function(n,t){t.code+="if(t.s(t."+h(n.n)+'("'+m(n.n)+'",c,p,1),c,p,0,'+n.i+","+n.end+',"'+n.otag+" "+n.ctag+'")){t.rs(c,p,function(c,p,t){',e.walk(n.nodes,t),t.code+="});c.pop();}"},"^":function(n,t){t.code+="if(!t.s(t."+h(n.n)+'("'+m(n.n)+'",c,p,1),c,p,1,0,0,"")){',e.walk(n.nodes,t),t.code+="};"},">":E,"<":function(n,t){var i={partials:{},code:"",subs:{},inPartial:!0};e.walk(n.nodes,i);var a=t.partials[E(n,t)];a.subs=i.subs,a.partials=i.partials},$:function(n,t){var i={subs:{},code:"",partials:t.partials,prefix:n.n};e.walk(n.nodes,i),t.subs[n.n]=i.code,t.inPartial||(t.code+='t.sub("'+m(n.n)+'",c,p,i);')},"\n":function(e,n){n.code+=N('"\\n"'+(e.last?"":" + i"))},_v:function(e,n){n.code+="t.b(t.v(t."+h(e.n)+'("'+m(e.n)+'",c,p,0)));'},_t:function(e,n){n.code+=N('"'+m(e.text)+'"')},"{":_,"&":_},e.walk=function(n,t){for(var i,a=0,r=n.length;a<r;a++)(i=e.codegen[n[a].tag])&&i(n[a],t);return t},e.parse=function(e,n,t){return u(e,0,[],(t=t||{}).sectionTags||[])},e.cache={},e.cacheKey=function(e,n){return[e,!!n.asString,!!n.disableLambda,n.delimiters,!!n.modelGet].join("||")},e.compile=function(n,t){t=t||{};var i=e.cacheKey(n,t),a=this.cache[i];if(a){var r=a.partials;for(var s in r)delete r[s].instance;return a}return a=this.generate(this.parse(this.scan(n,t.delimiters),n,t),n,t),this.cache[i]=a}}(n)},4714:(e,n,t)=>{var i=t(9110);i.Template=t(9549).Template,i.template=i.Template,e.exports=i},9549:(e,n)=>{!function(e){function n(e,n,t){var i;return n&&"object"==typeof n&&(void 0!==n[e]?i=n[e]:t&&n.get&&"function"==typeof n.get&&(i=n.get(e))),i}e.Template=function(e,n,t,i){e=e||{},this.r=e.code||this.r,this.c=t,this.options=i||{},this.text=n||"",this.partials=e.partials||{},this.subs=e.subs||{},this.buf=""},e.Template.prototype={r:function(e,n,t){return""},v:function(e){return e=l(e),o.test(e)?e.replace(t,"&").replace(i,"<").replace(a,">").replace(r,"'").replace(s,"""):e},t:l,render:function(e,n,t){return this.ri([e],n||{},t)},ri:function(e,n,t){return this.r(e,n,t)},ep:function(e,n){var t=this.partials[e],i=n[t.name];if(t.instance&&t.base==i)return t.instance;if("string"==typeof i){if(!this.c)throw new Error("No compiler available.");i=this.c.compile(i,this.options)}if(!i)return null;if(this.partials[e].base=i,t.subs){for(key in n.stackText||(n.stackText={}),t.subs)n.stackText[key]||(n.stackText[key]=void 0!==this.activeSub&&n.stackText[this.activeSub]?n.stackText[this.activeSub]:this.text);i=function(e,n,t,i,a,r){function s(){}function o(){}var l;s.prototype=e,o.prototype=e.subs;var c=new s;for(l in c.subs=new o,c.subsText={},c.buf="",i=i||{},c.stackSubs=i,c.subsText=r,n)i[l]||(i[l]=n[l]);for(l in i)c.subs[l]=i[l];for(l in a=a||{},c.stackPartials=a,t)a[l]||(a[l]=t[l]);for(l in a)c.partials[l]=a[l];return c}(i,t.subs,t.partials,this.stackSubs,this.stackPartials,n.stackText)}return this.partials[e].instance=i,i},rp:function(e,n,t,i){var a=this.ep(e,t);return a?a.ri(n,t,i):""},rs:function(e,n,t){var i=e[e.length-1];if(c(i))for(var a=0;a<i.length;a++)e.push(i[a]),t(e,n,this),e.pop();else t(e,n,this)},s:function(e,n,t,i,a,r,s){var o;return(!c(e)||0!==e.length)&&("function"==typeof e&&(e=this.ms(e,n,t,i,a,r,s)),o=!!e,!i&&o&&n&&n.push("object"==typeof e?e:n[n.length-1]),o)},d:function(e,t,i,a){var r,s=e.split("."),o=this.f(s[0],t,i,a),l=this.options.modelGet,d=null;if("."===e&&c(t[t.length-2]))o=t[t.length-1];else for(var u=1;u<s.length;u++)void 0!==(r=n(s[u],o,l))?(d=o,o=r):o="";return!(a&&!o)&&(a||"function"!=typeof o||(t.push(d),o=this.mv(o,t,i),t.pop()),o)},f:function(e,t,i,a){for(var r=!1,s=!1,o=this.options.modelGet,l=t.length-1;l>=0;l--)if(void 0!==(r=n(e,t[l],o))){s=!0;break}return s?(a||"function"!=typeof r||(r=this.mv(r,t,i)),r):!a&&""},ls:function(e,n,t,i,a){var r=this.options.delimiters;return this.options.delimiters=a,this.b(this.ct(l(e.call(n,i)),n,t)),this.options.delimiters=r,!1},ct:function(e,n,t){if(this.options.disableLambda)throw new Error("Lambda features disabled.");return this.c.compile(e,this.options).render(n,t)},b:function(e){this.buf+=e},fl:function(){var e=this.buf;return this.buf="",e},ms:function(e,n,t,i,a,r,s){var o,l=n[n.length-1],c=e.call(l);return"function"==typeof c?!!i||(o=this.activeSub&&this.subsText&&this.subsText[this.activeSub]?this.subsText[this.activeSub]:this.text,this.ls(c,l,t,o.substring(a,r),s)):c},mv:function(e,n,t){var i=n[n.length-1],a=e.call(i);return"function"==typeof a?this.ct(l(a.call(i)),i,t):a},sub:function(e,n,t,i){var a=this.subs[e];a&&(this.activeSub=e,a(n,t,this,i),this.activeSub=!1)}};var t=/&/g,i=/</g,a=/>/g,r=/\'/g,s=/\"/g,o=/[&<>\"\']/;function l(e){return String(null==e?"":e)}var c=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}}(n)},3957:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.parse=function(e,n={}){const t=[];let a=null,o=null,c=null,d=null,u=null,g=null,b=null;const f="--- ",p="+++ ",m="@@",h=/^old mode (\d{6})/,E=/^new mode (\d{6})/,_=/^deleted file mode (\d{6})/,N=/^new file mode (\d{6})/,T=/^copy from "?(.+)"?/,O=/^copy to "?(.+)"?/,v=/^rename from "?(.+)"?/,y=/^rename to "?(.+)"?/,A=/^similarity index (\d+)%/,S=/^dissimilarity index (\d+)%/,w=/^index ([\da-z]+)\.\.([\da-z]+)\s*(\d{6})?/,R=/^Binary files (.*) and (.*) differ/,I=/^GIT binary patch/,C=/^index ([\da-z]+),([\da-z]+)\.\.([\da-z]+)/,L=/^mode (\d{6}),(\d{6})\.\.(\d{6})/,M=/^new file mode (\d{6})/,D=/^deleted file mode (\d{6}),(\d{6})/,x=e.replace(/\/g,"").replace(/\r\n?/g,"\n").split("\n");function k(){null!==o&&null!==a&&(a.blocks.push(o),o=null)}function P(){null!==a&&(a.oldName||null===g||(a.oldName=g),a.newName||null===b||(a.newName=b),a.newName&&(t.push(a),a=null)),g=null,b=null}function U(){k(),P(),a={blocks:[],deletedLines:0,addedLines:0}}function B(e){let n;k(),null!==a&&((n=/^@@ -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@.*/.exec(e))?(a.isCombined=!1,c=parseInt(n[1],10),u=parseInt(n[2],10)):(n=/^@@@ -(\d+)(?:,\d+)? -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@@.*/.exec(e))?(a.isCombined=!0,c=parseInt(n[1],10),d=parseInt(n[2],10),u=parseInt(n[3],10)):(e.startsWith(m)&&console.error("Failed to parse lines, starting in 0!"),c=0,u=0,a.isCombined=!1)),o={lines:[],oldStartLine:c,oldStartLine2:d,newStartLine:u,header:e}}return x.forEach(((e,d)=>{if(!e||e.startsWith("*"))return;let k;const P=x[d-1],j=x[d+1],F=x[d+2];if(e.startsWith("diff --git")||e.startsWith("diff --combined")){if(U(),(k=/^diff --git "?([a-ciow]\/.+)"? "?([a-ciow]\/.+)"?/.exec(e))&&(g=l(k[1],void 0,n.dstPrefix),b=l(k[2],void 0,n.srcPrefix)),null===a)throw new Error("Where is my file !!!");return void(a.isGitDiff=!0)}if(e.startsWith("Binary files")&&!(null==a?void 0:a.isGitDiff)){if(U(),(k=/^Binary files "?([a-ciow]\/.+)"? and "?([a-ciow]\/.+)"? differ/.exec(e))&&(g=l(k[1],void 0,n.dstPrefix),b=l(k[2],void 0,n.srcPrefix)),null===a)throw new Error("Where is my file !!!");return void(a.isBinary=!0)}if((!a||!a.isGitDiff&&a&&e.startsWith(f)&&j.startsWith(p)&&F.startsWith(m))&&U(),null==a?void 0:a.isTooBig)return;if(a&&("number"==typeof n.diffMaxChanges&&a.addedLines+a.deletedLines>n.diffMaxChanges||"number"==typeof n.diffMaxLineLength&&e.length>n.diffMaxLineLength))return a.isTooBig=!0,a.addedLines=0,a.deletedLines=0,a.blocks=[],o=null,void B("function"==typeof n.diffTooBigMessage?n.diffTooBigMessage(t.length):"Diff too big to be displayed");if(e.startsWith(f)&&j.startsWith(p)||e.startsWith(p)&&P.startsWith(f)){if(a&&!a.oldName&&e.startsWith("--- ")&&(k=function(e,n){return l(e,"---",n)}(e,n.srcPrefix)))return a.oldName=k,void(a.language=r(a.oldName,a.language));if(a&&!a.newName&&e.startsWith("+++ ")&&(k=function(e,n){return l(e,"+++",n)}(e,n.dstPrefix)))return a.newName=k,void(a.language=r(a.newName,a.language))}if(a&&(e.startsWith(m)||a.isGitDiff&&a.oldName&&a.newName&&!o))return void B(e);if(o&&(e.startsWith("+")||e.startsWith("-")||e.startsWith(" ")))return void function(e){if(null===a||null===o||null===c||null===u)return;const n={content:e},t=a.isCombined?["+ "," +","++"]:["+"],r=a.isCombined?["- "," -","--"]:["-"];s(e,t)?(a.addedLines++,n.type=i.LineType.INSERT,n.oldNumber=void 0,n.newNumber=u++):s(e,r)?(a.deletedLines++,n.type=i.LineType.DELETE,n.oldNumber=c++,n.newNumber=void 0):(n.type=i.LineType.CONTEXT,n.oldNumber=c++,n.newNumber=u++),o.lines.push(n)}(e);const H=!function(e,n){let t=n;for(;t<x.length-3;){if(e.startsWith("diff"))return!1;if(x[t].startsWith(f)&&x[t+1].startsWith(p)&&x[t+2].startsWith(m))return!0;t++}return!1}(e,d);if(null===a)throw new Error("Where is my file !!!");(k=h.exec(e))?a.oldMode=k[1]:(k=E.exec(e))?a.newMode=k[1]:(k=_.exec(e))?(a.deletedFileMode=k[1],a.isDeleted=!0):(k=N.exec(e))?(a.newFileMode=k[1],a.isNew=!0):(k=T.exec(e))?(H&&(a.oldName=k[1]),a.isCopy=!0):(k=O.exec(e))?(H&&(a.newName=k[1]),a.isCopy=!0):(k=v.exec(e))?(H&&(a.oldName=k[1]),a.isRename=!0):(k=y.exec(e))?(H&&(a.newName=k[1]),a.isRename=!0):(k=R.exec(e))?(a.isBinary=!0,a.oldName=l(k[1],void 0,n.srcPrefix),a.newName=l(k[2],void 0,n.dstPrefix),B("Binary file")):I.test(e)?(a.isBinary=!0,B(e)):(k=A.exec(e))?a.unchangedPercentage=parseInt(k[1],10):(k=S.exec(e))?a.changedPercentage=parseInt(k[1],10):(k=w.exec(e))?(a.checksumBefore=k[1],a.checksumAfter=k[2],k[3]&&(a.mode=k[3])):(k=C.exec(e))?(a.checksumBefore=[k[2],k[3]],a.checksumAfter=k[1]):(k=L.exec(e))?(a.oldMode=[k[2],k[3]],a.newMode=k[1]):(k=M.exec(e))?(a.newFileMode=k[1],a.isNew=!0):(k=D.exec(e))&&(a.deletedFileMode=k[1],a.isDeleted=!0)})),k(),P(),t};const i=t(1613),a=t(6185);function r(e,n){const t=e.split(".");return t.length>1?t[t.length-1]:n}function s(e,n){return n.reduce(((n,t)=>n||e.startsWith(t)),!1)}const o=["a/","b/","i/","w/","c/","o/"];function l(e,n,t){const i=void 0!==t?[...o,t]:o,r=n?new RegExp(`^${(0,a.escapeForRegExp)(n)} "?(.+?)"?$`):new RegExp('^"?(.+?)"?$'),[,s=""]=r.exec(e)||[],l=i.find((e=>0===s.indexOf(e)));return(l?s.slice(l.length):s).replace(/\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}(?:\.\d+)? [+-]\d{4}.*$/,"")}},4488:function(e,n,t){"use strict";var i,a=this&&this.__createBinding||(Object.create?function(e,n,t,i){void 0===i&&(i=t);var a=Object.getOwnPropertyDescriptor(n,t);a&&!("get"in a?!n.__esModule:a.writable||a.configurable)||(a={enumerable:!0,get:function(){return n[t]}}),Object.defineProperty(e,i,a)}:function(e,n,t,i){void 0===i&&(i=t),e[i]=n[t]}),r=this&&this.__setModuleDefault||(Object.create?function(e,n){Object.defineProperty(e,"default",{enumerable:!0,value:n})}:function(e,n){e.default=n}),s=this&&this.__importStar||(i=function(e){return i=Object.getOwnPropertyNames||function(e){var n=[];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[n.length]=t);return n},i(e)},function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var t=i(e),s=0;s<t.length;s++)"default"!==t[s]&&a(n,e,t[s]);return r(n,e),n});Object.defineProperty(n,"__esModule",{value:!0}),n.defaultTemplates=void 0;const o=s(t(4714));n.defaultTemplates={},n.defaultTemplates["file-summary-line"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<li class="d2h-file-list-line">'),i.b("\n"+t),i.b(' <span class="d2h-file-name-wrapper">'),i.b("\n"+t),i.b(i.rp("<fileIcon0",e,n," ")),i.b(' <a href="#'),i.b(i.v(i.f("fileHtmlId",e,n,0))),i.b('" class="d2h-file-name">'),i.b(i.v(i.f("fileName",e,n,0))),i.b("</a>"),i.b("\n"+t),i.b(' <span class="d2h-file-stats">'),i.b("\n"+t),i.b(' <span class="d2h-lines-added">'),i.b(i.v(i.f("addedLines",e,n,0))),i.b("</span>"),i.b("\n"+t),i.b(' <span class="d2h-lines-deleted">'),i.b(i.v(i.f("deletedLines",e,n,0))),i.b("</span>"),i.b("\n"+t),i.b(" </span>"),i.b("\n"+t),i.b(" </span>"),i.b("\n"+t),i.b("</li>"),i.fl()},partials:{"<fileIcon0":{name:"fileIcon",partials:{},subs:{}}},subs:{}}),n.defaultTemplates["file-summary-wrapper"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<div class="d2h-file-list-wrapper '),i.b(i.v(i.f("colorScheme",e,n,0))),i.b('">'),i.b("\n"+t),i.b(' <div class="d2h-file-list-header">'),i.b("\n"+t),i.b(' <span class="d2h-file-list-title">Files changed ('),i.b(i.v(i.f("filesNumber",e,n,0))),i.b(")</span>"),i.b("\n"+t),i.b(' <a class="d2h-file-switch d2h-hide">hide</a>'),i.b("\n"+t),i.b(' <a class="d2h-file-switch d2h-show">show</a>'),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(' <ol class="d2h-file-list">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.f("files",e,n,0))),i.b("\n"+t),i.b(" </ol>"),i.b("\n"+t),i.b("</div>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["generic-block-header"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b("<tr>"),i.b("\n"+t),i.b(' <td class="'),i.b(i.v(i.f("lineClass",e,n,0))),i.b(" "),i.b(i.v(i.d("CSSLineClass.INFO",e,n,0))),i.b('"></td>'),i.b("\n"+t),i.b(' <td class="'),i.b(i.v(i.d("CSSLineClass.INFO",e,n,0))),i.b('">'),i.b("\n"+t),i.b(' <div class="'),i.b(i.v(i.f("contentClass",e,n,0))),i.b('">'),i.s(i.f("blockHeader",e,n,1),e,n,0,156,173,"{{ }}")&&(i.rs(e,n,(function(e,n,t){t.b(t.t(t.f("blockHeader",e,n,0)))})),e.pop()),i.s(i.f("blockHeader",e,n,1),e,n,1,0,0,"")||i.b(" "),i.b("</div>"),i.b("\n"+t),i.b(" </td>"),i.b("\n"+t),i.b("</tr>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["generic-empty-diff"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b("<tr>"),i.b("\n"+t),i.b(' <td class="'),i.b(i.v(i.d("CSSLineClass.INFO",e,n,0))),i.b('">'),i.b("\n"+t),i.b(' <div class="'),i.b(i.v(i.f("contentClass",e,n,0))),i.b('">'),i.b("\n"+t),i.b(" File without changes"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(" </td>"),i.b("\n"+t),i.b("</tr>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["generic-file-path"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<span class="d2h-file-name-wrapper">'),i.b("\n"+t),i.b(i.rp("<fileIcon0",e,n," ")),i.b(' <span class="d2h-file-name">'),i.b(i.v(i.f("fileDiffName",e,n,0))),i.b("</span>"),i.b("\n"+t),i.b(i.rp("<fileTag1",e,n," ")),i.b("</span>"),i.b("\n"+t),i.b('<label class="d2h-file-collapse">'),i.b("\n"+t),i.b(' <input class="d2h-file-collapse-input" type="checkbox" name="viewed" value="viewed">'),i.b("\n"+t),i.b(" Viewed"),i.b("\n"+t),i.b("</label>"),i.fl()},partials:{"<fileIcon0":{name:"fileIcon",partials:{},subs:{}},"<fileTag1":{name:"fileTag",partials:{},subs:{}}},subs:{}}),n.defaultTemplates["generic-line"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b("<tr>"),i.b("\n"+t),i.b(' <td class="'),i.b(i.v(i.f("lineClass",e,n,0))),i.b(" "),i.b(i.v(i.f("type",e,n,0))),i.b('">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.f("lineNumber",e,n,0))),i.b("\n"+t),i.b(" </td>"),i.b("\n"+t),i.b(' <td class="'),i.b(i.v(i.f("type",e,n,0))),i.b('">'),i.b("\n"+t),i.b(' <div class="'),i.b(i.v(i.f("contentClass",e,n,0))),i.b('">'),i.b("\n"+t),i.s(i.f("prefix",e,n,1),e,n,0,162,238,"{{ }}")&&(i.rs(e,n,(function(e,n,i){i.b(' <span class="d2h-code-line-prefix">'),i.b(i.t(i.f("prefix",e,n,0))),i.b("</span>"),i.b("\n"+t)})),e.pop()),i.s(i.f("prefix",e,n,1),e,n,1,0,0,"")||(i.b(' <span class="d2h-code-line-prefix"> </span>'),i.b("\n"+t)),i.s(i.f("content",e,n,1),e,n,0,371,445,"{{ }}")&&(i.rs(e,n,(function(e,n,i){i.b(' <span class="d2h-code-line-ctn">'),i.b(i.t(i.f("content",e,n,0))),i.b("</span>"),i.b("\n"+t)})),e.pop()),i.s(i.f("content",e,n,1),e,n,1,0,0,"")||(i.b(' <span class="d2h-code-line-ctn"><br></span>'),i.b("\n"+t)),i.b(" </div>"),i.b("\n"+t),i.b(" </td>"),i.b("\n"+t),i.b("</tr>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["generic-wrapper"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<div class="d2h-wrapper '),i.b(i.v(i.f("colorScheme",e,n,0))),i.b('">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.f("content",e,n,0))),i.b("\n"+t),i.b("</div>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["icon-file-added"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<svg aria-hidden="true" class="d2h-icon d2h-added" height="16" title="added" version="1.1" viewBox="0 0 14 16"'),i.b("\n"+t),i.b(' width="14">'),i.b("\n"+t),i.b(' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM6 9H3V7h3V4h2v3h3v2H8v3H6V9z"></path>'),i.b("\n"+t),i.b("</svg>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["icon-file-changed"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<svg aria-hidden="true" class="d2h-icon d2h-changed" height="16" title="modified" version="1.1"'),i.b("\n"+t),i.b(' viewBox="0 0 14 16" width="14">'),i.b("\n"+t),i.b(' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM4 8c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z"></path>'),i.b("\n"+t),i.b("</svg>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["icon-file-deleted"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<svg aria-hidden="true" class="d2h-icon d2h-deleted" height="16" title="removed" version="1.1"'),i.b("\n"+t),i.b(' viewBox="0 0 14 16" width="14">'),i.b("\n"+t),i.b(' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM11 9H3V7h8v2z"></path>'),i.b("\n"+t),i.b("</svg>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["icon-file-renamed"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<svg aria-hidden="true" class="d2h-icon d2h-moved" height="16" title="renamed" version="1.1"'),i.b("\n"+t),i.b(' viewBox="0 0 14 16" width="14">'),i.b("\n"+t),i.b(' <path d="M6 9H3V7h3V4l5 4-5 4V9z m8-7v12c0 0.55-0.45 1-1 1H1c-0.55 0-1-0.45-1-1V2c0-0.55 0.45-1 1-1h12c0.55 0 1 0.45 1 1z m-1 0H1v12h12V2z"></path>'),i.b("\n"+t),i.b("</svg>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["icon-file"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<svg aria-hidden="true" class="d2h-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12">'),i.b("\n"+t),i.b(' <path d="M6 5H2v-1h4v1zM2 8h7v-1H2v1z m0 2h7v-1H2v1z m0 2h7v-1H2v1z m10-7.5v9.5c0 0.55-0.45 1-1 1H1c-0.55 0-1-0.45-1-1V2c0-0.55 0.45-1 1-1h7.5l3.5 3.5z m-1 0.5L8 2H1v12h10V5z"></path>'),i.b("\n"+t),i.b("</svg>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["line-by-line-file-diff"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<div id="'),i.b(i.v(i.f("fileHtmlId",e,n,0))),i.b('" class="d2h-file-wrapper" data-lang="'),i.b(i.v(i.d("file.language",e,n,0))),i.b('">'),i.b("\n"+t),i.b(' <div class="d2h-file-header">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.f("filePath",e,n,0))),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(' <div class="d2h-file-diff">'),i.b("\n"+t),i.b(' <div class="d2h-code-wrapper">'),i.b("\n"+t),i.b(' <table class="d2h-diff-table">'),i.b("\n"+t),i.b(' <tbody class="d2h-diff-tbody">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.f("diffs",e,n,0))),i.b("\n"+t),i.b(" </tbody>"),i.b("\n"+t),i.b(" </table>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b("</div>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["line-by-line-numbers"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<div class="line-num1">'),i.b(i.v(i.f("oldNumber",e,n,0))),i.b("</div>"),i.b("\n"+t),i.b('<div class="line-num2">'),i.b(i.v(i.f("newNumber",e,n,0))),i.b("</div>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["side-by-side-file-diff"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<div id="'),i.b(i.v(i.f("fileHtmlId",e,n,0))),i.b('" class="d2h-file-wrapper" data-lang="'),i.b(i.v(i.d("file.language",e,n,0))),i.b('">'),i.b("\n"+t),i.b(' <div class="d2h-file-header">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.f("filePath",e,n,0))),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(' <div class="d2h-files-diff">'),i.b("\n"+t),i.b(' <div class="d2h-file-side-diff">'),i.b("\n"+t),i.b(' <div class="d2h-code-wrapper">'),i.b("\n"+t),i.b(' <table class="d2h-diff-table">'),i.b("\n"+t),i.b(' <tbody class="d2h-diff-tbody">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.d("diffs.left",e,n,0))),i.b("\n"+t),i.b(" </tbody>"),i.b("\n"+t),i.b(" </table>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(' <div class="d2h-file-side-diff">'),i.b("\n"+t),i.b(' <div class="d2h-code-wrapper">'),i.b("\n"+t),i.b(' <table class="d2h-diff-table">'),i.b("\n"+t),i.b(' <tbody class="d2h-diff-tbody">'),i.b("\n"+t),i.b(" "),i.b(i.t(i.d("diffs.right",e,n,0))),i.b("\n"+t),i.b(" </tbody>"),i.b("\n"+t),i.b(" </table>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b(" </div>"),i.b("\n"+t),i.b("</div>"),i.fl()},partials:{},subs:{}}),n.defaultTemplates["tag-file-added"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<span class="d2h-tag d2h-added d2h-added-tag">ADDED</span>'),i.fl()},partials:{},subs:{}}),n.defaultTemplates["tag-file-changed"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<span class="d2h-tag d2h-changed d2h-changed-tag">CHANGED</span>'),i.fl()},partials:{},subs:{}}),n.defaultTemplates["tag-file-deleted"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<span class="d2h-tag d2h-deleted d2h-deleted-tag">DELETED</span>'),i.fl()},partials:{},subs:{}}),n.defaultTemplates["tag-file-renamed"]=new o.Template({code:function(e,n,t){var i=this;return i.b(t=t||""),i.b('<span class="d2h-tag d2h-moved d2h-moved-tag">RENAMED</span>'),i.fl()},partials:{},subs:{}})},6166:function(e,n,t){"use strict";var i,a=this&&this.__createBinding||(Object.create?function(e,n,t,i){void 0===i&&(i=t);var a=Object.getOwnPropertyDescriptor(n,t);a&&!("get"in a?!n.__esModule:a.writable||a.configurable)||(a={enumerable:!0,get:function(){return n[t]}}),Object.defineProperty(e,i,a)}:function(e,n,t,i){void 0===i&&(i=t),e[i]=n[t]}),r=this&&this.__setModuleDefault||(Object.create?function(e,n){Object.defineProperty(e,"default",{enumerable:!0,value:n})}:function(e,n){e.default=n}),s=this&&this.__importStar||(i=function(e){return i=Object.getOwnPropertyNames||function(e){var n=[];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[n.length]=t);return n},i(e)},function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var t=i(e),s=0;s<t.length;s++)"default"!==t[s]&&a(n,e,t[s]);return r(n,e),n}),o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0}),n.defaultDiff2HtmlConfig=void 0,n.parse=function(e,t={}){return l.parse(e,Object.assign(Object.assign({},n.defaultDiff2HtmlConfig),t))},n.html=function(e,t={}){const i=Object.assign(Object.assign({},n.defaultDiff2HtmlConfig),t),a="string"==typeof e?l.parse(e,i):e,r=new b.default(i),{colorScheme:s}=i,o={colorScheme:s};return(i.drawFileList?new c.FileListRenderer(r,o).render(a):"")+("side-by-side"===i.outputFormat?new u.default(r,i).render(a):new d.default(r,i).render(a))};const l=s(t(3957)),c=t(5501),d=s(t(3895)),u=s(t(151)),g=t(1613),b=o(t(4178));n.defaultDiff2HtmlConfig=Object.assign(Object.assign(Object.assign({},d.defaultLineByLineRendererConfig),u.defaultSideBySideRendererConfig),{outputFormat:g.OutputFormatType.LINE_BY_LINE,drawFileList:!0})},5501:function(e,n,t){"use strict";var i,a=this&&this.__createBinding||(Object.create?function(e,n,t,i){void 0===i&&(i=t);var a=Object.getOwnPropertyDescriptor(n,t);a&&!("get"in a?!n.__esModule:a.writable||a.configurable)||(a={enumerable:!0,get:function(){return n[t]}}),Object.defineProperty(e,i,a)}:function(e,n,t,i){void 0===i&&(i=t),e[i]=n[t]}),r=this&&this.__setModuleDefault||(Object.create?function(e,n){Object.defineProperty(e,"default",{enumerable:!0,value:n})}:function(e,n){e.default=n}),s=this&&this.__importStar||(i=function(e){return i=Object.getOwnPropertyNames||function(e){var n=[];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[n.length]=t);return n},i(e)},function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var t=i(e),s=0;s<t.length;s++)"default"!==t[s]&&a(n,e,t[s]);return r(n,e),n});Object.defineProperty(n,"__esModule",{value:!0}),n.FileListRenderer=n.defaultFileListRendererConfig=void 0;const o=s(t(2302)),l="file-summary";n.defaultFileListRendererConfig={colorScheme:o.defaultRenderConfig.colorScheme},n.FileListRenderer=class{constructor(e,t={}){this.hoganUtils=e,this.config=Object.assign(Object.assign({},n.defaultFileListRendererConfig),t)}render(e){const n=e.map((e=>this.hoganUtils.render(l,"line",{fileHtmlId:o.getHtmlId(e),oldName:e.oldName,newName:e.newName,fileName:o.filenameDiff(e),deletedLines:"-"+e.deletedLines,addedLines:"+"+e.addedLines},{fileIcon:this.hoganUtils.template("icon",o.getFileIcon(e))}))).join("\n");return this.hoganUtils.render(l,"wrapper",{colorScheme:o.colorSchemeToCss(this.config.colorScheme),filesNumber:e.length,files:n})}}},4178:function(e,n,t){"use strict";var i,a=this&&this.__createBinding||(Object.create?function(e,n,t,i){void 0===i&&(i=t);var a=Object.getOwnPropertyDescriptor(n,t);a&&!("get"in a?!n.__esModule:a.writable||a.configurable)||(a={enumerable:!0,get:function(){return n[t]}}),Object.defineProperty(e,i,a)}:function(e,n,t,i){void 0===i&&(i=t),e[i]=n[t]}),r=this&&this.__setModuleDefault||(Object.create?function(e,n){Object.defineProperty(e,"default",{enumerable:!0,value:n})}:function(e,n){e.default=n}),s=this&&this.__importStar||(i=function(e){return i=Object.getOwnPropertyNames||function(e){var n=[];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[n.length]=t);return n},i(e)},function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var t=i(e),s=0;s<t.length;s++)"default"!==t[s]&&a(n,e,t[s]);return r(n,e),n});Object.defineProperty(n,"__esModule",{value:!0});const o=s(t(4714)),l=t(4488);n.default=class{constructor({compiledTemplates:e={},rawTemplates:n={}}){const t=Object.entries(n).reduce(((e,[n,t])=>{const i=o.compile(t,{asString:!1});return Object.assign(Object.assign({},e),{[n]:i})}),{});this.preCompiledTemplates=Object.assign(Object.assign(Object.assign({},l.defaultTemplates),e),t)}static compile(e){return o.compile(e,{asString:!1})}render(e,n,t,i,a){const r=this.templateKey(e,n);try{return this.preCompiledTemplates[r].render(t,i,a)}catch(e){throw new Error(`Could not find template to render '${r}'`)}}template(e,n){return this.preCompiledTemplates[this.templateKey(e,n)]}templateKey(e,n){return`${e}-${n}`}}},3895:function(e,n,t){"use strict";var i,a=this&&this.__createBinding||(Object.create?function(e,n,t,i){void 0===i&&(i=t);var a=Object.getOwnPropertyDescriptor(n,t);a&&!("get"in a?!n.__esModule:a.writable||a.configurable)||(a={enumerable:!0,get:function(){return n[t]}}),Object.defineProperty(e,i,a)}:function(e,n,t,i){void 0===i&&(i=t),e[i]=n[t]}),r=this&&this.__setModuleDefault||(Object.create?function(e,n){Object.defineProperty(e,"default",{enumerable:!0,value:n})}:function(e,n){e.default=n}),s=this&&this.__importStar||(i=function(e){return i=Object.getOwnPropertyNames||function(e){var n=[];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[n.length]=t);return n},i(e)},function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var t=i(e),s=0;s<t.length;s++)"default"!==t[s]&&a(n,e,t[s]);return r(n,e),n});Object.defineProperty(n,"__esModule",{value:!0}),n.defaultLineByLineRendererConfig=void 0;const o=s(t(4598)),l=s(t(2302)),c=t(1613),d=t(6185);n.defaultLineByLineRendererConfig=Object.assign(Object.assign({},l.defaultRenderConfig),{renderNothingWhenEmpty:!1,matchingMaxComparisons:2500,maxLineSizeInBlockForComparison:200});const u="generic",g="line-by-line";n.default=class{constructor(e,t={}){this.hoganUtils=e,this.config=Object.assign(Object.assign({},n.defaultLineByLineRendererConfig),t)}render(e){const n=e.map((e=>{let n;return n=e.blocks.length?this.generateFileHtml(e):this.generateEmptyDiff(),this.makeFileDiffHtml(e,n)})).join("\n");return this.hoganUtils.render(u,"wrapper",{colorScheme:l.colorSchemeToCss(this.config.colorScheme),content:n})}makeFileDiffHtml(e,n){if(this.config.renderNothingWhenEmpty&&Array.isArray(e.blocks)&&0===e.blocks.length)return"";const t=this.hoganUtils.template(g,"file-diff"),i=this.hoganUtils.template(u,"file-path"),a=this.hoganUtils.template("icon","file"),r=this.hoganUtils.template("tag",l.getFileIcon(e));return t.render({file:e,fileHtmlId:l.getHtmlId(e),diffs:n,filePath:i.render({fileDiffName:l.filenameDiff(e)},{fileIcon:a,fileTag:r})})}generateEmptyDiff(){return this.hoganUtils.render(u,"empty-diff",{contentClass:"d2h-code-line",CSSLineClass:l.CSSLineClass})}generateFileHtml(e){const n=o.newMatcherFn(o.newDistanceFn((n=>l.deconstructLine(n.content,e.isCombined).content)));return e.blocks.map((t=>{let i=this.hoganUtils.render(u,"block-header",{CSSLineClass:l.CSSLineClass,blockHeader:e.isTooBig?t.header:l.escapeForHtml(t.header),lineClass:"d2h-code-linenumber",contentClass:"d2h-code-line"});return this.applyLineGroupping(t).forEach((([t,a,r])=>{if(a.length&&r.length&&!t.length)this.applyRematchMatching(a,r,n).map((([n,t])=>{const{left:a,right:r}=this.processChangedLines(e,e.isCombined,n,t);i+=a,i+=r}));else if(t.length)t.forEach((n=>{const{prefix:t,content:a}=l.deconstructLine(n.content,e.isCombined);i+=this.generateSingleLineHtml(e,{type:l.CSSLineClass.CONTEXT,prefix:t,content:a,oldNumber:n.oldNumber,newNumber:n.newNumber})}));else if(a.length||r.length){const{left:n,right:t}=this.processChangedLines(e,e.isCombined,a,r);i+=n,i+=t}else console.error("Unknown state reached while processing groups of lines",t,a,r)})),i})).join("\n")}applyLineGroupping(e){const n=[];let t=[],i=[];for(let a=0;a<e.lines.length;a++){const r=e.lines[a];(r.type!==c.LineType.INSERT&&i.length||r.type===c.LineType.CONTEXT&&t.length>0)&&(n.push([[],t,i]),t=[],i=[]),r.type===c.LineType.CONTEXT?n.push([[r],[],[]]):r.type===c.LineType.INSERT&&0===t.length?n.push([[],[],[r]]):r.type===c.LineType.INSERT&&t.length>0?i.push(r):r.type===c.LineType.DELETE&&t.push(r)}return(t.length||i.length)&&(n.push([[],t,i]),t=[],i=[]),n}applyRematchMatching(e,n,t){const i=e.length*n.length,a=(0,d.max)(e.concat(n).map((e=>e.content.length)));return i<this.config.matchingMaxComparisons&&a<this.config.maxLineSizeInBlockForComparison&&("lines"===this.config.matching||"words"===this.config.matching)?t(e,n):[[e,n]]}processChangedLines(e,n,t,i){const a={right:"",left:""},r=Math.max(t.length,i.length);for(let s=0;s<r;s++){const r=t[s],o=i[s],c=void 0!==r&&void 0!==o?l.diffHighlight(r.content,o.content,n,this.config):void 0,d=void 0!==r&&void 0!==r.oldNumber?Object.assign(Object.assign({},void 0!==c?{prefix:c.oldLine.prefix,content:c.oldLine.content,type:l.CSSLineClass.DELETE_CHANGES}:Object.assign(Object.assign({},l.deconstructLine(r.content,n)),{type:l.toCSSClass(r.type)})),{oldNumber:r.oldNumber,newNumber:r.newNumber}):void 0,u=void 0!==o&&void 0!==o.newNumber?Object.assign(Object.assign({},void 0!==c?{prefix:c.newLine.prefix,content:c.newLine.content,type:l.CSSLineClass.INSERT_CHANGES}:Object.assign(Object.assign({},l.deconstructLine(o.content,n)),{type:l.toCSSClass(o.type)})),{oldNumber:o.oldNumber,newNumber:o.newNumber}):void 0,{left:g,right:b}=this.generateLineHtml(e,d,u);a.left+=g,a.right+=b}return a}generateLineHtml(e,n,t){return{left:this.generateSingleLineHtml(e,n),right:this.generateSingleLineHtml(e,t)}}generateSingleLineHtml(e,n){if(void 0===n)return"";const t=this.hoganUtils.render(g,"numbers",{oldNumber:n.oldNumber||"",newNumber:n.newNumber||""});return this.hoganUtils.render(u,"line",{type:n.type,lineClass:"d2h-code-linenumber",contentClass:"d2h-code-line",prefix:" "===n.prefix?" ":n.prefix,content:n.content,lineNumber:t,line:n,file:e})}}},4598:(e,n)=>{"use strict";function t(e,n){if(0===e.length)return n.length;if(0===n.length)return e.length;const t=[];let i,a;for(i=0;i<=n.length;i++)t[i]=[i];for(a=0;a<=e.length;a++)t[0][a]=a;for(i=1;i<=n.length;i++)for(a=1;a<=e.length;a++)n.charAt(i-1)===e.charAt(a-1)?t[i][a]=t[i-1][a-1]:t[i][a]=Math.min(t[i-1][a-1]+1,Math.min(t[i][a-1]+1,t[i-1][a]+1));return t[n.length][e.length]}Object.defineProperty(n,"__esModule",{value:!0}),n.levenshtein=t,n.newDistanceFn=function(e){return(n,i)=>{const a=e(n).trim(),r=e(i).trim();return t(a,r)/(a.length+r.length)}},n.newMatcherFn=function(e){return function n(t,i,a=0,r=new Map){const s=function(n,t,i=new Map){let a,r=1/0;for(let s=0;s<n.length;++s)for(let o=0;o<t.length;++o){const l=JSON.stringify([n[s],t[o]]);let c;i.has(l)&&(c=i.get(l))||(c=e(n[s],t[o]),i.set(l,c)),c<r&&(r=c,a={indexA:s,indexB:o,score:r})}return a}(t,i,r);if(!s||t.length+i.length<3)return[[t,i]];const o=t.slice(0,s.indexA),l=i.slice(0,s.indexB),c=[t[s.indexA]],d=[i[s.indexB]],u=s.indexA+1,g=s.indexB+1,b=t.slice(u),f=i.slice(g),p=n(o,l,a+1,r),m=n(c,d,a+1,r),h=n(b,f,a+1,r);let E=m;return(s.indexA>0||s.indexB>0)&&(E=p.concat(E)),(t.length>u||i.length>g)&&(E=E.concat(h)),E}}},2302:function(e,n,t){"use strict";var i,a=this&&this.__createBinding||(Object.create?function(e,n,t,i){void 0===i&&(i=t);var a=Object.getOwnPropertyDescriptor(n,t);a&&!("get"in a?!n.__esModule:a.writable||a.configurable)||(a={enumerable:!0,get:function(){return n[t]}}),Object.defineProperty(e,i,a)}:function(e,n,t,i){void 0===i&&(i=t),e[i]=n[t]}),r=this&&this.__setModuleDefault||(Object.create?function(e,n){Object.defineProperty(e,"default",{enumerable:!0,value:n})}:function(e,n){e.default=n}),s=this&&this.__importStar||(i=function(e){return i=Object.getOwnPropertyNames||function(e){var n=[];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[n.length]=t);return n},i(e)},function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var t=i(e),s=0;s<t.length;s++)"default"!==t[s]&&a(n,e,t[s]);return r(n,e),n});Object.defineProperty(n,"__esModule",{value:!0}),n.defaultRenderConfig=n.CSSLineClass=void 0,n.toCSSClass=function(e){switch(e){case d.LineType.CONTEXT:return n.CSSLineClass.CONTEXT;case d.LineType.INSERT:return n.CSSLineClass.INSERTS;case d.LineType.DELETE:return n.CSSLineClass.DELETES}},n.colorSchemeToCss=function(e){switch(e){case d.ColorSchemeType.DARK:return"d2h-dark-color-scheme";case d.ColorSchemeType.AUTO:return"d2h-auto-color-scheme";case d.ColorSchemeType.LIGHT:default:return"d2h-light-color-scheme"}},n.escapeForHtml=m,n.deconstructLine=h,n.filenameDiff=E,n.getHtmlId=function(e){return`d2h-${(0,l.hashCode)(E(e)).toString().slice(-6)}`},n.getFileIcon=function(e){let n="file-changed";return e.isRename||e.isCopy?n="file-renamed":e.isNew?n="file-added":e.isDeleted?n="file-deleted":e.newName!==e.oldName&&(n="file-renamed"),n},n.diffHighlight=function(e,t,i,a={}){const{matching:r,maxLineLengthHighlight:s,matchWordsThreshold:l,diffStyle:c}=Object.assign(Object.assign({},n.defaultRenderConfig),a),d=h(e,i,!1),u=h(t,i,!1);if(d.content.length>s||u.content.length>s)return{oldLine:{prefix:d.prefix,content:m(d.content)},newLine:{prefix:u.prefix,content:m(u.content)}};const f="char"===c?o.diffChars(d.content,u.content):o.diffWordsWithSpace(d.content,u.content),E=[];if("word"===c&&"words"===r){const e=f.filter((e=>e.removed)),n=f.filter((e=>e.added));b(n,e).forEach((e=>{1===e[0].length&&1===e[1].length&&g(e[0][0],e[1][0])<l&&(E.push(e[0][0]),E.push(e[1][0]))}))}const _=f.reduce(((e,n)=>{const t=n.added?"ins":n.removed?"del":null,i=E.indexOf(n)>-1?' class="d2h-change"':"",a=m(n.value);return null!==t?`${e}<${t}${i}>${a}</${t}>`:`${e}${a}`}),"");return{oldLine:{prefix:d.prefix,content:(N=_,N.replace(/(<ins[^>]*>((.|\n)*?)<\/ins>)/g,""))},newLine:{prefix:u.prefix,content:p(_)}};var N};const o=s(t(7546)),l=t(6185),c=s(t(4598)),d=t(1613);n.CSSLineClass={INSERTS:"d2h-ins",DELETES:"d2h-del",CONTEXT:"d2h-cntx",INFO:"d2h-info",INSERT_CHANGES:"d2h-ins d2h-change",DELETE_CHANGES:"d2h-del d2h-change"},n.defaultRenderConfig={matching:d.LineMatchingType.NONE,matchWordsThreshold:.25,maxLineLengthHighlight:1e4,diffStyle:d.DiffStyleType.WORD,colorScheme:d.ColorSchemeType.LIGHT};const u="/",g=c.newDistanceFn((e=>e.value)),b=c.newMatcherFn(g);function f(e){return-1!==e.indexOf("dev/null")}function p(e){return e.replace(/(<del[^>]*>((.|\n)*?)<\/del>)/g,"")}function m(e){return e.slice(0).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")}function h(e,n,t=!0){const i=function(e){return e?2:1}(n);return{prefix:e.substring(0,i),content:t?m(e.substring(i)):e.substring(i)}}function E(e){const n=(0,l.unifyPath)(e.oldName),t=(0,l.unifyPath)(e.newName);if(n===t||f(n)||f(t))return f(t)?n:t;{const e=[],i=[],a=n.split(u),r=t.split(u);let s=0,o=a.length-1,l=r.length-1;for(;s<o&&s<l&&a[s]===r[s];)e.push(r[s]),s+=1;for(;o>s&&l>s&&a[o]===r[l];)i.unshift(r[l]),o-=1,l-=1;const c=e.join(u),d=i.join(u),g=a.slice(s,o+1).join(u),b=r.slice(s,l+1).join(u);return c.length&&d.length?c+u+"{"+g+" → "+b+"}"+u+d:c.length?c+u+"{"+g+" → "+b+"}":d.length?"{"+g+" → "+b+"}"+u+d:n+" → "+t}}},151:function(e,n,t){"use strict";var i,a=this&&this.__createBinding||(Object.create?function(e,n,t,i){void 0===i&&(i=t);var a=Object.getOwnPropertyDescriptor(n,t);a&&!("get"in a?!n.__esModule:a.writable||a.configurable)||(a={enumerable:!0,get:function(){return n[t]}}),Object.defineProperty(e,i,a)}:function(e,n,t,i){void 0===i&&(i=t),e[i]=n[t]}),r=this&&this.__setModuleDefault||(Object.create?function(e,n){Object.defineProperty(e,"default",{enumerable:!0,value:n})}:function(e,n){e.default=n}),s=this&&this.__importStar||(i=function(e){return i=Object.getOwnPropertyNames||function(e){var n=[];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[n.length]=t);return n},i(e)},function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var t=i(e),s=0;s<t.length;s++)"default"!==t[s]&&a(n,e,t[s]);return r(n,e),n});Object.defineProperty(n,"__esModule",{value:!0}),n.defaultSideBySideRendererConfig=void 0;const o=s(t(4598)),l=s(t(2302)),c=t(1613),d=t(6185);n.defaultSideBySideRendererConfig=Object.assign(Object.assign({},l.defaultRenderConfig),{renderNothingWhenEmpty:!1,matchingMaxComparisons:2500,maxLineSizeInBlockForComparison:200});const u="generic";n.default=class{constructor(e,t={}){this.hoganUtils=e,this.config=Object.assign(Object.assign({},n.defaultSideBySideRendererConfig),t)}render(e){const n=e.map((e=>{let n;return n=e.blocks.length?this.generateFileHtml(e):this.generateEmptyDiff(),this.makeFileDiffHtml(e,n)})).join("\n");return this.hoganUtils.render(u,"wrapper",{colorScheme:l.colorSchemeToCss(this.config.colorScheme),content:n})}makeFileDiffHtml(e,n){if(this.config.renderNothingWhenEmpty&&Array.isArray(e.blocks)&&0===e.blocks.length)return"";const t=this.hoganUtils.template("side-by-side","file-diff"),i=this.hoganUtils.template(u,"file-path"),a=this.hoganUtils.template("icon","file"),r=this.hoganUtils.template("tag",l.getFileIcon(e));return t.render({file:e,fileHtmlId:l.getHtmlId(e),diffs:n,filePath:i.render({fileDiffName:l.filenameDiff(e)},{fileIcon:a,fileTag:r})})}generateEmptyDiff(){return{right:"",left:this.hoganUtils.render(u,"empty-diff",{contentClass:"d2h-code-side-line",CSSLineClass:l.CSSLineClass})}}generateFileHtml(e){const n=o.newMatcherFn(o.newDistanceFn((n=>l.deconstructLine(n.content,e.isCombined).content)));return e.blocks.map((t=>{const i={left:this.makeHeaderHtml(t.header,e),right:this.makeHeaderHtml("")};return this.applyLineGroupping(t).forEach((([t,a,r])=>{if(a.length&&r.length&&!t.length)this.applyRematchMatching(a,r,n).map((([n,t])=>{const{left:a,right:r}=this.processChangedLines(e.isCombined,n,t);i.left+=a,i.right+=r}));else if(t.length)t.forEach((n=>{const{prefix:t,content:a}=l.deconstructLine(n.content,e.isCombined),{left:r,right:s}=this.generateLineHtml({type:l.CSSLineClass.CONTEXT,prefix:t,content:a,number:n.oldNumber},{type:l.CSSLineClass.CONTEXT,prefix:t,content:a,number:n.newNumber});i.left+=r,i.right+=s}));else if(a.length||r.length){const{left:n,right:t}=this.processChangedLines(e.isCombined,a,r);i.left+=n,i.right+=t}else console.error("Unknown state reached while processing groups of lines",t,a,r)})),i})).reduce(((e,n)=>({left:e.left+n.left,right:e.right+n.right})),{left:"",right:""})}applyLineGroupping(e){const n=[];let t=[],i=[];for(let a=0;a<e.lines.length;a++){const r=e.lines[a];(r.type!==c.LineType.INSERT&&i.length||r.type===c.LineType.CONTEXT&&t.length>0)&&(n.push([[],t,i]),t=[],i=[]),r.type===c.LineType.CONTEXT?n.push([[r],[],[]]):r.type===c.LineType.INSERT&&0===t.length?n.push([[],[],[r]]):r.type===c.LineType.INSERT&&t.length>0?i.push(r):r.type===c.LineType.DELETE&&t.push(r)}return(t.length||i.length)&&(n.push([[],t,i]),t=[],i=[]),n}applyRematchMatching(e,n,t){const i=e.length*n.length,a=(0,d.max)(e.concat(n).map((e=>e.content.length)));return i<this.config.matchingMaxComparisons&&a<this.config.maxLineSizeInBlockForComparison&&("lines"===this.config.matching||"words"===this.config.matching)?t(e,n):[[e,n]]}makeHeaderHtml(e,n){return this.hoganUtils.render(u,"block-header",{CSSLineClass:l.CSSLineClass,blockHeader:(null==n?void 0:n.isTooBig)?e:l.escapeForHtml(e),lineClass:"d2h-code-side-linenumber",contentClass:"d2h-code-side-line"})}processChangedLines(e,n,t){const i={right:"",left:""},a=Math.max(n.length,t.length);for(let r=0;r<a;r++){const a=n[r],s=t[r],o=void 0!==a&&void 0!==s?l.diffHighlight(a.content,s.content,e,this.config):void 0,c=void 0!==a&&void 0!==a.oldNumber?Object.assign(Object.assign({},void 0!==o?{prefix:o.oldLine.prefix,content:o.oldLine.content,type:l.CSSLineClass.DELETE_CHANGES}:Object.assign(Object.assign({},l.deconstructLine(a.content,e)),{type:l.toCSSClass(a.type)})),{number:a.oldNumber}):void 0,d=void 0!==s&&void 0!==s.newNumber?Object.assign(Object.assign({},void 0!==o?{prefix:o.newLine.prefix,content:o.newLine.content,type:l.CSSLineClass.INSERT_CHANGES}:Object.assign(Object.assign({},l.deconstructLine(s.content,e)),{type:l.toCSSClass(s.type)})),{number:s.newNumber}):void 0,{left:u,right:g}=this.generateLineHtml(c,d);i.left+=u,i.right+=g}return i}generateLineHtml(e,n){return{left:this.generateSingleHtml(e),right:this.generateSingleHtml(n)}}generateSingleHtml(e){const n="d2h-code-side-linenumber",t="d2h-code-side-line";return this.hoganUtils.render(u,"line",{type:(null==e?void 0:e.type)||`${l.CSSLineClass.CONTEXT} d2h-emptyplaceholder`,lineClass:void 0!==e?n:`${n} d2h-code-side-emptyplaceholder`,contentClass:void 0!==e?t:`${t} d2h-code-side-emptyplaceholder`,prefix:" "===(null==e?void 0:e.prefix)?" ":null==e?void 0:e.prefix,content:null==e?void 0:e.content,lineNumber:null==e?void 0:e.number})}}},1613:(e,n)=>{"use strict";var t,i;Object.defineProperty(n,"__esModule",{value:!0}),n.ColorSchemeType=n.DiffStyleType=n.LineMatchingType=n.OutputFormatType=n.LineType=void 0,function(e){e.INSERT="insert",e.DELETE="delete",e.CONTEXT="context"}(t||(n.LineType=t={})),n.OutputFormatType={LINE_BY_LINE:"line-by-line",SIDE_BY_SIDE:"side-by-side"},n.LineMatchingType={LINES:"lines",WORDS:"words",NONE:"none"},n.DiffStyleType={WORD:"word",CHAR:"char"},function(e){e.AUTO="auto",e.DARK="dark",e.LIGHT="light"}(i||(n.ColorSchemeType=i={}))},92:(e,n,t)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Diff2HtmlUI=n.defaultDiff2HtmlUIConfig=void 0;const i=t(4206),a=t(6166);n.defaultDiff2HtmlUIConfig=Object.assign(Object.assign({},a.defaultDiff2HtmlConfig),{synchronisedScroll:!0,highlight:!0,fileListToggle:!0,fileListStartVisible:!1,highlightLanguages:new Map,smartSelection:!0,fileContentToggle:!0,stickyFileHeaders:!0}),n.Diff2HtmlUI=class{constructor(e,t,i={},r){this.hljs=null,this.currentSelectionColumnId=-1,this.config=Object.assign(Object.assign({},n.defaultDiff2HtmlUIConfig),i),this.diffHtml=void 0!==t?(0,a.html)(t,this.config):e.innerHTML,this.targetElement=e,void 0!==r&&(this.hljs=r)}draw(){this.targetElement.innerHTML=this.diffHtml,this.config.synchronisedScroll&&this.synchronisedScroll(),this.config.highlight&&this.highlightCode(),this.config.fileListToggle&&this.fileListToggle(this.config.fileListStartVisible),this.config.fileContentToggle&&this.fileContentToggle(),this.config.stickyFileHeaders&&this.stickyFileHeaders()}synchronisedScroll(){this.targetElement.querySelectorAll(".d2h-file-wrapper").forEach((e=>{const[n,t]=Array().slice.call(e.querySelectorAll(".d2h-file-side-diff"));if(void 0===n||void 0===t)return;const i=e=>{null!==e&&null!==e.target&&(e.target===n?(t.scrollTop=n.scrollTop,t.scrollLeft=n.scrollLeft):(n.scrollTop=t.scrollTop,n.scrollLeft=t.scrollLeft))};n.addEventListener("scroll",i),t.addEventListener("scroll",i)}))}fileListToggle(e){const n=this.targetElement.querySelector(".d2h-show"),t=this.targetElement.querySelector(".d2h-hide"),i=this.targetElement.querySelector(".d2h-file-list");if(null===n||null===t||null===i)return;const a=()=>{n.style.display="none",t.style.display="inline",i.style.display="block"},r=()=>{n.style.display="inline",t.style.display="none",i.style.display="none"};n.addEventListener("click",(()=>a())),t.addEventListener("click",(()=>r()));const s=this.getHashTag();"files-summary-show"===s?a():"files-summary-hide"===s?r():e?a():r()}fileContentToggle(){this.targetElement.querySelectorAll(".d2h-file-collapse").forEach((e=>{e.style.display="flex";const n=n=>{var t;const i=null===(t=e.closest(".d2h-file-wrapper"))||void 0===t?void 0:t.querySelector(n);null!=i&&(e.classList.toggle("d2h-selected"),i.classList.toggle("d2h-d-none"))};e.addEventListener("click",(t=>(t=>{e!==t.target&&(n(".d2h-file-diff"),n(".d2h-files-diff"))})(t)))}))}highlightCode(){const e=this.hljs;if(null===e)throw new Error("Missing a `highlight.js` implementation. Please provide one when instantiating Diff2HtmlUI.");this.targetElement.querySelectorAll(".d2h-file-wrapper").forEach((n=>{const t=n.getAttribute("data-lang");this.config.highlightLanguages instanceof Map||(this.config.highlightLanguages=new Map(Object.entries(this.config.highlightLanguages)));let a=t&&this.config.highlightLanguages.has(t)?this.config.highlightLanguages.get(t):t?(0,i.getLanguage)(t):"plaintext";void 0===e.getLanguage(a)&&(a="plaintext"),n.querySelectorAll(".d2h-code-line-ctn").forEach((n=>{const t=n.textContent,r=n.parentNode;if(null===t||null===r||!this.isElement(r))return;const s=(0,i.closeTags)(e.highlight(t,{language:a,ignoreIllegals:!0})),o=(0,i.nodeStream)(n);if(o.length){const e=document.createElementNS("http://www.w3.org/1999/xhtml","div");e.innerHTML=s.value,s.value=(0,i.mergeStreams)(o,(0,i.nodeStream)(e),t)}n.classList.add("hljs"),s.language&&n.classList.add(s.language),n.innerHTML=s.value}))}))}stickyFileHeaders(){this.targetElement.querySelectorAll(".d2h-file-header").forEach((e=>{e.classList.add("d2h-sticky-header")}))}smartSelection(){console.warn("Smart selection is now enabled by default with CSS. No need to call this method anymore.")}getHashTag(){const e=document.URL,n=e.indexOf("#");let t=null;return-1!==n&&(t=e.substr(n+1)),t}isElement(e){return null!==e&&void 0!==(null==e?void 0:e.classList)}}},4206:(e,n)=>{"use strict";function t(e){return e.replace(/&/gm,"&").replace(/</gm,"<").replace(/>/gm,">")}function i(e){return e.nodeName.toLowerCase()}Object.defineProperty(n,"__esModule",{value:!0}),n.nodeStream=function(e){const n=[],t=(e,a)=>{for(let r=e.firstChild;r;r=r.nextSibling)3===r.nodeType&&null!==r.nodeValue?a+=r.nodeValue.length:1===r.nodeType&&(n.push({event:"start",offset:a,node:r}),a=t(r,a),i(r).match(/br|hr|img|input/)||n.push({event:"stop",offset:a,node:r}));return a};return t(e,0),n},n.mergeStreams=function(e,n,a){let r=0,s="";const o=[];function l(){return e.length&&n.length?e[0].offset!==n[0].offset?e[0].offset<n[0].offset?e:n:"start"===n[0].event?e:n:e.length?e:n}function c(e){if(null===(n=e)||void 0===(null==n?void 0:n.attributes))throw new Error("Node is not an Element");var n;s+=`<${i(e)} ${Array().map.call(e.attributes,(e=>`${e.nodeName}="${t(e.value).replace(/"/g,""")}"`)).join(" ")}>`}function d(e){s+="</"+i(e)+">"}function u(e){("start"===e.event?c:d)(e.node)}for(;e.length||n.length;){let n=l();if(s+=t(a.substring(r,n[0].offset)),r=n[0].offset,n===e){o.reverse().forEach(d);do{u(n.splice(0,1)[0]),n=l()}while(n===e&&n.length&&n[0].offset===r);o.reverse().forEach(c)}else"start"===n[0].event?o.push(n[0].node):o.pop(),u(n.splice(0,1)[0])}return s+t(a.substr(r))},n.closeTags=function(e){const n=new Array;return e.value=e.value.split("\n").map((e=>{const t=n.map((e=>`<span class="${e}">`)).join(""),i=e.matchAll(/(<span class="(.*?)">|<\/span>)/g);return Array.from(i).forEach((e=>{"</span>"===e[0]?n.shift():n.unshift(e[2])})),t+e+"</span>".repeat(n.length)})).join("\n"),e},n.getLanguage=function(e){var n;return null!==(n=a[e])&&void 0!==n?n:"plaintext"};const a={"1c":"1c",abnf:"abnf",accesslog:"accesslog",as:"actionscript",adb:"ada",ada:"ada",ads:"ada",angelscript:"angelscript",apache:"apache",applescript:"applescript",scpt:"applescript",arcade:"arcade",cpp:"cpp",hpp:"cpp",arduino:"arduino",ino:"arduino",armasm:"armasm",arm:"armasm",xml:"xml",html:"xml",xhtml:"xml",rss:"xml",atom:"xml",xjb:"xml",xsd:"xml",xsl:"xml",plist:"xml",svg:"xml",asciidoc:"asciidoc",adoc:"asciidoc",asc:"asciidoc",aspectj:"aspectj",ahk:"autohotkey",ahkl:"autohotkey",au3:"autoit",avrasm:"avrasm",awk:"awk",axapta:"axapta","x++":"axapta",bash:"bash",sh:"bash",zsh:"bash",b:"basic",bnf:"bnf",bf:"brainfuck",c:"c",h:"c",cats:"c",idc:"c",cal:"cal",capnproto:"capnproto",capnp:"capnproto",ceylon:"ceylon",clean:"clean",clj:"clojure",boot:"clojure",cl2:"clojure",cljc:"clojure",cljs:"clojure","cljs.hl":"clojure",cljscm:"clojure",cljx:"clojure",hic:"clojure","clojure-repl":"clojure-repl",cmake:"cmake","cmake.in":"cmake",coffee:"coffeescript",_coffee:"coffeescript",cake:"coffeescript",cjsx:"coffeescript",iced:"coffeescript",cson:"coffeescript",coq:"coq",cos:"cos",cls:"cos",crmsh:"crmsh",crm:"crmsh",pcmk:"crmsh",cr:"crystal",cs:"csharp",csx:"csharp",csp:"csp",css:"css",d:"d",di:"d",md:"markdown",markdown:"markdown",mdown:"markdown",mdwn:"markdown",mkd:"markdown",mkdn:"markdown",mkdown:"markdown",ronn:"markdown",workbook:"markdown",dart:"dart",dpr:"delphi",dfm:"delphi",pas:"delphi",pascal:"delphi",diff:"diff",patch:"diff",django:"django",jinja:"django",dns:"dns",zone:"dns",bind:"dns",dockerfile:"dockerfile",docker:"dockerfile",dos:"dos",bat:"dos",cmd:"dos",dsconfig:"dsconfig",dts:"dts",dust:"dust",dst:"dust",ebnf:"ebnf",ex:"elixir",exs:"elixir",elm:"elm",rb:"ruby",builder:"ruby",eye:"ruby",gemspec:"ruby",god:"ruby",jbuilder:"ruby",mspec:"ruby",pluginspec:"ruby",podspec:"ruby",rabl:"ruby",rake:"ruby",rbuild:"ruby",rbw:"ruby",rbx:"ruby",ru:"ruby",ruby:"ruby",spec:"ruby",thor:"ruby",watchr:"ruby",erb:"erb","erlang-repl":"erlang-repl",erl:"erlang","app.src":"erlang",escript:"erlang",hrl:"erlang",xrl:"erlang",yrl:"erlang",excel:"excel",xls:"excel",xlsx:"excel",fix:"fix",flix:"flix",f90:"fortran",f:"fortran",f03:"fortran",f08:"fortran",f77:"fortran",f95:"fortran",for:"fortran",fpp:"fortran",fs:"fsharp",fsx:"fsharp",gams:"gams",gms:"gams",gauss:"gauss",gss:"gauss",gcode:"gcode",nc:"gcode",gherkin:"gherkin",glsl:"glsl",fp:"glsl",frag:"glsl",frg:"glsl",fsh:"glsl",fshader:"glsl",geo:"glsl",geom:"glsl",glslv:"glsl",gshader:"glsl",shader:"glsl",tesc:"glsl",tese:"glsl",vert:"glsl",vrx:"glsl",vsh:"glsl",vshader:"glsl",gml:"gml",go:"go",bal:"go",golo:"golo",gololang:"golo",gradle:"gradle",groovy:"groovy",grt:"groovy",gtpl:"groovy",gvy:"groovy",haml:"haml","haml.deface":"haml",handlebars:"handlebars",hbs:"handlebars","html.hbs":"handlebars","html.handlebars":"handlebars",hs:"haskell",hsc:"haskell",idr:"haskell",purs:"haskell",hx:"haxe",hxsl:"haxe",hsp:"hsp",htmlbars:"htmlbars",http:"http",https:"http",hy:"hy",inform7:"inform7",i7:"inform7",ini:"ini",toml:"ini",cfg:"ini",prefs:"ini",irpf90:"irpf90",isbl:"isbl",java:"java",jsp:"java",js:"javascript",jsx:"javascript",_js:"javascript",bones:"javascript",es:"javascript",es6:"javascript",gs:"javascript",jake:"javascript",jsb:"javascript",jscad:"javascript",jsfl:"javascript",jsm:"javascript",jss:"javascript",mjs:"javascript",njs:"javascript",pac:"javascript",sjs:"javascript",ssjs:"javascript",xsjs:"javascript",xsjslib:"javascript",cfc:"javascript","jboss-cli":"jboss-cli",json:"json",avsc:"json",geojson:"json",gltf:"json","JSON-tmLanguage":"json",jsonl:"json",tfstate:"json","tfstate.backup":"json",topojson:"json",webapp:"json",webmanifest:"json",jl:"julia","julia-repl":"julia-repl",kt:"kotlin",ktm:"kotlin",kts:"kotlin",lasso:"lasso",lassoscript:"lasso",tex:"latex",ldif:"ldif",leaf:"leaf",less:"less",lisp:"lisp",factor:"lisp",livecodeserver:"livecodeserver",ls:"livescript",_ls:"livescript",llvm:"llvm",lsl:"lsl",lua:"lua",nse:"lua",p8:"lua",pd_lua:"lua",rbxs:"lua",wlua:"lua",mak:"makefile",make:"makefile",mk:"makefile",mkfile:"makefile",mathematica:"mathematica",mma:"mathematica",wl:"mathematica",matlab:"matlab",maxima:"maxima",mel:"mel",mercury:"mercury",mipsasm:"mipsasm",miz:"mizar",voc:"mizar",al:"perl",cgi:"perl",fcgi:"perl",perl:"perl",ph:"perl",plx:"perl",pl:"perl",pm:"perl",psgi:"perl",t:"perl",mojolicious:"mojolicious",monkey:"monkey",monkey2:"monkey",moonscript:"moonscript",moon:"moonscript",n1ql:"n1ql",nginxconf:"nginx",nim:"nim",nimrod:"nim",nix:"nix",nsi:"nsis",nsh:"nsis",m:"objectivec",objc:"objectivec",mm:"objectivec","obj-c":"objectivec","obj-c++":"objectivec","objective-c++":"objectivec",fun:"ocaml",sig:"ocaml",ml:"ocaml",mli:"ocaml",eliom:"ocaml",eliomi:"ocaml",ml4:"ocaml",mll:"ocaml",mly:"ocaml",openscad:"openscad",oxygene:"oxygene",parser3:"parser3",pf:"pf","pf.conf":"pf",pgsql:"pgsql",postgres:"pgsql",postgresql:"pgsql",php:"php",aw:"php",ctp:"php",inc:"php",php3:"php",php4:"php",php5:"php",phps:"php",phpt:"php","php-template":"php-template",plaintext:"plaintext",txt:"plaintext",text:"plaintext",pony:"pony",ps:"powershell",ps1:"powershell",psd1:"powershell",psm1:"powershell",pde:"processing",profile:"profile",pro:"prolog",prolog:"prolog",yap:"prolog",properties:"properties",proto:"protobuf",puppet:"puppet",pp:"puppet",purebasic:"purebasic",py:"python",bzl:"python",gyp:"python",gypi:"python",lmi:"python",py3:"python",pyde:"python",pyi:"python",pyp:"python",pyt:"python",pyw:"python",rpy:"python",tac:"python",wsgi:"python",xpy:"python","python-repl":"python-repl",pycon:"python-repl",q:"q",k:"q",kdb:"q",qml:"qml",r:"r",rd:"r",rsx:"r",reasonml:"reasonml",re:"reasonml",rib:"rib",roboconf:"roboconf",graph:"roboconf",instances:"roboconf",routeros:"routeros",rsl:"rsl",ruleslanguage:"ruleslanguage",rs:"rust","rs.in":"rust",sas:"sas",scala:"scala",kojo:"scala",sbt:"scala",sc:"scala",scm:"scheme",sch:"scheme",sld:"scheme",sls:"scheme",sps:"scheme",ss:"scheme",rkt:"scheme",scilab:"scilab",scss:"scss",shell:"shell",smali:"smali",st:"smalltalk",sml:"sml",sqf:"sqf",sql:"sql",cql:"sql",ddl:"sql",mysql:"sql",prc:"sql",tab:"sql",udf:"sql",viw:"sql",stan:"stan",stanfuncs:"stan",stata:"stata",step21:"step21",step:"step21",stp:"step21",styl:"stylus",subunit:"subunit",swift:"swift",taggerscript:"taggerscript",yml:"yaml",mir:"yaml",reek:"yaml",rviz:"yaml","sublime-syntax":"yaml",syntax:"yaml",yaml:"yaml","yaml-tmlanguage":"yaml","yml.mysql":"yaml",tap:"tap",tcl:"tcl",adp:"tcl",tm:"tcl",thrift:"thrift",tp:"tp",twig:"twig",craftcms:"twig",ts:"typescript",tsx:"typescript",vala:"vala",vbnet:"vbnet",vb:"vbnet",vbscript:"vbscript",vbs:"vbscript","vbscript-html":"vbscript-html",v:"verilog",veo:"verilog",vhdl:"vhdl",vhd:"vhdl",vhf:"vhdl",vhi:"vhdl",vho:"vhdl",vhs:"vhdl",vht:"vhdl",vhw:"vhdl",vim:"vim",x86asm:"x86asm",xl:"xl",xquery:"xquery",xpath:"xquery",xq:"xquery",zephir:"zephir",zep:"zephir"}},2834:function(e,n,t){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0}),n.hljs=void 0;const a=i(t(8416)),r=i(t(6570)),s=i(t(114)),o=i(t(2702)),l=i(t(8641)),c=i(t(722)),d=i(t(7579)),u=i(t(8661)),g=i(t(7120)),b=i(t(6813)),f=i(t(8612)),p=i(t(602)),m=i(t(2274)),h=i(t(8596)),E=i(t(9197)),_=i(t(9632)),N=i(t(8155)),T=i(t(5015)),O=i(t(8188)),v=i(t(9301)),y=i(t(9777)),A=i(t(1432)),S=i(t(253)),w=i(t(3187)),R=i(t(379)),I=i(t(1533)),C=i(t(4895)),L=i(t(6035)),M=i(t(621)),D=i(t(2838)),x=i(t(8330)),k=i(t(2491)),P=i(t(3873)),U=i(t(7667)),B=i(t(946)),j=i(t(7259)),F=i(t(943)),H=i(t(6876)),G=i(t(3111)),$=i(t(9040)),z=i(t(3982)),W=i(t(7646)),V=i(t(7300)),K=i(t(1117)),q=i(t(5409)),X=i(t(3449)),Y=i(t(1611)),Z=i(t(8813)),Q=i(t(315)),J=i(t(1496)),ee=i(t(5588)),ne=i(t(8640));a.default.registerLanguage("cpp",r.default),a.default.registerLanguage("xml",s.default),a.default.registerLanguage("awk",o.default),a.default.registerLanguage("bash",l.default),a.default.registerLanguage("c",c.default),a.default.registerLanguage("clojure",d.default),a.default.registerLanguage("crystal",u.default),a.default.registerLanguage("csharp",g.default),a.default.registerLanguage("csp",b.default),a.default.registerLanguage("css",f.default),a.default.registerLanguage("markdown",p.default),a.default.registerLanguage("dart",m.default),a.default.registerLanguage("diff",h.default),a.default.registerLanguage("dockerfile",E.default),a.default.registerLanguage("elixir",_.default),a.default.registerLanguage("elm",N.default),a.default.registerLanguage("ruby",T.default),a.default.registerLanguage("erlang",O.default),a.default.registerLanguage("fsharp",v.default),a.default.registerLanguage("go",y.default),a.default.registerLanguage("gradle",A.default),a.default.registerLanguage("groovy",S.default),a.default.registerLanguage("handlebars",w.default),a.default.registerLanguage("haskell",R.default),a.default.registerLanguage("ini",I.default),a.default.registerLanguage("java",C.default),a.default.registerLanguage("javascript",L.default),a.default.registerLanguage("json",M.default),a.default.registerLanguage("kotlin",D.default),a.default.registerLanguage("less",x.default),a.default.registerLanguage("lisp",k.default),a.default.registerLanguage("lua",P.default),a.default.registerLanguage("makefile",U.default),a.default.registerLanguage("perl",B.default),a.default.registerLanguage("nginx",j.default),a.default.registerLanguage("objectivec",F.default),a.default.registerLanguage("pgsql",H.default),a.default.registerLanguage("php",G.default),a.default.registerLanguage("plaintext",$.default),a.default.registerLanguage("powershell",z.default),a.default.registerLanguage("properties",W.default),a.default.registerLanguage("protobuf",V.default),a.default.registerLanguage("python",K.default),a.default.registerLanguage("rust",q.default),a.default.registerLanguage("scala",X.default),a.default.registerLanguage("scss",Y.default),a.default.registerLanguage("shell",Z.default),a.default.registerLanguage("sql",Q.default),a.default.registerLanguage("swift",J.default),a.default.registerLanguage("yaml",ee.default),a.default.registerLanguage("typescript",ne.default),n.hljs=a.default},6185:(e,n)=>{"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.escapeForRegExp=function(e){return e.replace(t,"\\$&")},n.unifyPath=function(e){return e?e.replace(/\\/g,"/"):e},n.hashCode=function(e){let n,t,i,a=0;for(n=0,i=e.length;n<i;n++)t=e.charCodeAt(n),a=(a<<5)-a+t,a|=0;return a},n.max=function(e){const n=e.length;let t=-1/0;for(let i=0;i<n;i++)t=Math.max(t,e[i]);return t};const t=RegExp("["+["-","[","]","/","{","}","(",")","*","+","?",".","\\","^","$","|"].join("\\")+"]","g")},8416:e=>{function n(e){return e instanceof Map?e.clear=e.delete=e.set=function(){throw new Error("map is read-only")}:e instanceof Set&&(e.add=e.clear=e.delete=function(){throw new Error("set is read-only")}),Object.freeze(e),Object.getOwnPropertyNames(e).forEach((t=>{const i=e[t],a=typeof i;"object"!==a&&"function"!==a||Object.isFrozen(i)||n(i)})),e}class t{constructor(e){void 0===e.data&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function i(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function a(e,...n){const t=Object.create(null);for(const n in e)t[n]=e[n];return n.forEach((function(e){for(const n in e)t[n]=e[n]})),t}const r=e=>!!e.scope;class s{constructor(e,n){this.buffer="",this.classPrefix=n.classPrefix,e.walk(this)}addText(e){this.buffer+=i(e)}openNode(e){if(!r(e))return;const n=((e,{prefix:n})=>{if(e.startsWith("language:"))return e.replace("language:","language-");if(e.includes(".")){const t=e.split(".");return[`${n}${t.shift()}`,...t.map(((e,n)=>`${e}${"_".repeat(n+1)}`))].join(" ")}return`${n}${e}`})(e.scope,{prefix:this.classPrefix});this.span(n)}closeNode(e){r(e)&&(this.buffer+="</span>")}value(){return this.buffer}span(e){this.buffer+=`<span class="${e}">`}}const o=(e={})=>{const n={children:[]};return Object.assign(n,e),n};class l{constructor(){this.rootNode=o(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){const n=o({scope:e});this.add(n),this.stack.push(n)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,n){return"string"==typeof n?e.addText(n):n.children&&(e.openNode(n),n.children.forEach((n=>this._walk(e,n))),e.closeNode(n)),e}static _collapse(e){"string"!=typeof e&&e.children&&(e.children.every((e=>"string"==typeof e))?e.children=[e.children.join("")]:e.children.forEach((e=>{l._collapse(e)})))}}class c extends l{constructor(e){super(),this.options=e}addText(e){""!==e&&this.add(e)}startScope(e){this.openNode(e)}endScope(){this.closeNode()}__addSublanguage(e,n){const t=e.root;n&&(t.scope=`language:${n}`),this.add(t)}toHTML(){return new s(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function d(e){return e?"string"==typeof e?e:e.source:null}function u(e){return f("(?=",e,")")}function g(e){return f("(?:",e,")*")}function b(e){return f("(?:",e,")?")}function f(...e){return e.map((e=>d(e))).join("")}function p(...e){const n=function(e){const n=e[e.length-1];return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{}}(e);return"("+(n.capture?"":"?:")+e.map((e=>d(e))).join("|")+")"}function m(e){return new RegExp(e.toString()+"|").exec("").length-1}const h=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function E(e,{joinWith:n}){let t=0;return e.map((e=>{t+=1;const n=t;let i=d(e),a="";for(;i.length>0;){const e=h.exec(i);if(!e){a+=i;break}a+=i.substring(0,e.index),i=i.substring(e.index+e[0].length),"\\"===e[0][0]&&e[1]?a+="\\"+String(Number(e[1])+n):(a+=e[0],"("===e[0]&&t++)}return a})).map((e=>`(${e})`)).join(n)}const _="[a-zA-Z]\\w*",N="[a-zA-Z_]\\w*",T="\\b\\d+(\\.\\d+)?",O="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",v="\\b(0b[01]+)",y={begin:"\\\\[\\s\\S]",relevance:0},A={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[y]},S={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[y]},w=function(e,n,t={}){const i=a({scope:"comment",begin:e,end:n,contains:[]},t);i.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const r=p("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return i.contains.push({begin:f(/[ ]+/,"(",r,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),i},R=w("//","$"),I=w("/\\*","\\*/"),C=w("#","$"),L={scope:"number",begin:T,relevance:0},M={scope:"number",begin:O,relevance:0},D={scope:"number",begin:v,relevance:0},x={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[y,{begin:/\[/,end:/\]/,relevance:0,contains:[y]}]},k={scope:"title",begin:_,relevance:0},P={scope:"title",begin:N,relevance:0},U={begin:"\\.\\s*"+N,relevance:0};var B=Object.freeze({__proto__:null,APOS_STRING_MODE:A,BACKSLASH_ESCAPE:y,BINARY_NUMBER_MODE:D,BINARY_NUMBER_RE:v,COMMENT:w,C_BLOCK_COMMENT_MODE:I,C_LINE_COMMENT_MODE:R,C_NUMBER_MODE:M,C_NUMBER_RE:O,END_SAME_AS_BEGIN:function(e){return Object.assign(e,{"on:begin":(e,n)=>{n.data._beginMatch=e[1]},"on:end":(e,n)=>{n.data._beginMatch!==e[1]&&n.ignoreMatch()}})},HASH_COMMENT_MODE:C,IDENT_RE:_,MATCH_NOTHING_RE:/\b\B/,METHOD_GUARD:U,NUMBER_MODE:L,NUMBER_RE:T,PHRASAL_WORDS_MODE:{begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},QUOTE_STRING_MODE:S,REGEXP_MODE:x,RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG:(e={})=>{const n=/^#![ ]*\//;return e.binary&&(e.begin=f(n,/.*\b/,e.binary,/\b.*/)),a({scope:"meta",begin:n,end:/$/,relevance:0,"on:begin":(e,n)=>{0!==e.index&&n.ignoreMatch()}},e)},TITLE_MODE:k,UNDERSCORE_IDENT_RE:N,UNDERSCORE_TITLE_MODE:P});function j(e,n){"."===e.input[e.index-1]&&n.ignoreMatch()}function F(e,n){void 0!==e.className&&(e.scope=e.className,delete e.className)}function H(e,n){n&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",e.__beforeBegin=j,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords,void 0===e.relevance&&(e.relevance=0))}function G(e,n){Array.isArray(e.illegal)&&(e.illegal=p(...e.illegal))}function $(e,n){if(e.match){if(e.begin||e.end)throw new Error("begin & end are not supported with match");e.begin=e.match,delete e.match}}function z(e,n){void 0===e.relevance&&(e.relevance=1)}const W=(e,n)=>{if(!e.beforeMatch)return;if(e.starts)throw new Error("beforeMatch cannot be used with starts");const t=Object.assign({},e);Object.keys(e).forEach((n=>{delete e[n]})),e.keywords=t.keywords,e.begin=f(t.beforeMatch,u(t.begin)),e.starts={relevance:0,contains:[Object.assign(t,{endsParent:!0})]},e.relevance=0,delete t.beforeMatch},V=["of","and","for","in","not","or","if","then","parent","list","value"];function K(e,n,t="keyword"){const i=Object.create(null);return"string"==typeof e?a(t,e.split(" ")):Array.isArray(e)?a(t,e):Object.keys(e).forEach((function(t){Object.assign(i,K(e[t],n,t))})),i;function a(e,t){n&&(t=t.map((e=>e.toLowerCase()))),t.forEach((function(n){const t=n.split("|");i[t[0]]=[e,q(t[0],t[1])]}))}}function q(e,n){return n?Number(n):function(e){return V.includes(e.toLowerCase())}(e)?0:1}const X={},Y=e=>{console.error(e)},Z=(e,...n)=>{console.log(`WARN: ${e}`,...n)},Q=(e,n)=>{X[`${e}/${n}`]||(console.log(`Deprecated as of ${e}. ${n}`),X[`${e}/${n}`]=!0)},J=new Error;function ee(e,n,{key:t}){let i=0;const a=e[t],r={},s={};for(let e=1;e<=n.length;e++)s[e+i]=a[e],r[e+i]=!0,i+=m(n[e-1]);e[t]=s,e[t]._emit=r,e[t]._multi=!0}function ne(e){!function(e){e.scope&&"object"==typeof e.scope&&null!==e.scope&&(e.beginScope=e.scope,delete e.scope)}(e),"string"==typeof e.beginScope&&(e.beginScope={_wrap:e.beginScope}),"string"==typeof e.endScope&&(e.endScope={_wrap:e.endScope}),function(e){if(Array.isArray(e.begin)){if(e.skip||e.excludeBegin||e.returnBegin)throw Y("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),J;if("object"!=typeof e.beginScope||null===e.beginScope)throw Y("beginScope must be object"),J;ee(e,e.begin,{key:"beginScope"}),e.begin=E(e.begin,{joinWith:""})}}(e),function(e){if(Array.isArray(e.end)){if(e.skip||e.excludeEnd||e.returnEnd)throw Y("skip, excludeEnd, returnEnd not compatible with endScope: {}"),J;if("object"!=typeof e.endScope||null===e.endScope)throw Y("endScope must be object"),J;ee(e,e.end,{key:"endScope"}),e.end=E(e.end,{joinWith:""})}}(e)}function te(e){function n(n,t){return new RegExp(d(n),"m"+(e.case_insensitive?"i":"")+(e.unicodeRegex?"u":"")+(t?"g":""))}class t{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(e,n){n.position=this.position++,this.matchIndexes[this.matchAt]=n,this.regexes.push([n,e]),this.matchAt+=m(e)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);const e=this.regexes.map((e=>e[1]));this.matcherRe=n(E(e,{joinWith:"|"}),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex;const n=this.matcherRe.exec(e);if(!n)return null;const t=n.findIndex(((e,n)=>n>0&&void 0!==e)),i=this.matchIndexes[t];return n.splice(0,t),Object.assign(n,i)}}class i{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){if(this.multiRegexes[e])return this.multiRegexes[e];const n=new t;return this.rules.slice(e).forEach((([e,t])=>n.addRule(e,t))),n.compile(),this.multiRegexes[e]=n,n}resumingScanAtSamePosition(){return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(e,n){this.rules.push([e,n]),"begin"===n.type&&this.count++}exec(e){const n=this.getMatcher(this.regexIndex);n.lastIndex=this.lastIndex;let t=n.exec(e);if(this.resumingScanAtSamePosition())if(t&&t.index===this.lastIndex);else{const n=this.getMatcher(0);n.lastIndex=this.lastIndex+1,t=n.exec(e)}return t&&(this.regexIndex+=t.position+1,this.regexIndex===this.count&&this.considerAll()),t}}if(e.compilerExtensions||(e.compilerExtensions=[]),e.contains&&e.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return e.classNameAliases=a(e.classNameAliases||{}),function t(r,s){const o=r;if(r.isCompiled)return o;[F,$,ne,W].forEach((e=>e(r,s))),e.compilerExtensions.forEach((e=>e(r,s))),r.__beforeBegin=null,[H,G,z].forEach((e=>e(r,s))),r.isCompiled=!0;let l=null;return"object"==typeof r.keywords&&r.keywords.$pattern&&(r.keywords=Object.assign({},r.keywords),l=r.keywords.$pattern,delete r.keywords.$pattern),l=l||/\w+/,r.keywords&&(r.keywords=K(r.keywords,e.case_insensitive)),o.keywordPatternRe=n(l,!0),s&&(r.begin||(r.begin=/\B|\b/),o.beginRe=n(o.begin),r.end||r.endsWithParent||(r.end=/\B|\b/),r.end&&(o.endRe=n(o.end)),o.terminatorEnd=d(o.end)||"",r.endsWithParent&&s.terminatorEnd&&(o.terminatorEnd+=(r.end?"|":"")+s.terminatorEnd)),r.illegal&&(o.illegalRe=n(r.illegal)),r.contains||(r.contains=[]),r.contains=[].concat(...r.contains.map((function(e){return function(e){return e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map((function(n){return a(e,{variants:null},n)}))),e.cachedVariants?e.cachedVariants:ie(e)?a(e,{starts:e.starts?a(e.starts):null}):Object.isFrozen(e)?a(e):e}("self"===e?r:e)}))),r.contains.forEach((function(e){t(e,o)})),r.starts&&t(r.starts,s),o.matcher=function(e){const n=new i;return e.contains.forEach((e=>n.addRule(e.begin,{rule:e,type:"begin"}))),e.terminatorEnd&&n.addRule(e.terminatorEnd,{type:"end"}),e.illegal&&n.addRule(e.illegal,{type:"illegal"}),n}(o),o}(e)}function ie(e){return!!e&&(e.endsWithParent||ie(e.starts))}class ae extends Error{constructor(e,n){super(e),this.name="HTMLInjectionError",this.html=n}}const re=i,se=a,oe=Symbol("nomatch"),le=function(e){const i=Object.create(null),a=Object.create(null),r=[];let s=!0;const o="Could not find the language '{}', did you forget to load/include a language module?",l={disableAutodetect:!0,name:"Plain text",contains:[]};let d={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:c};function m(e){return d.noHighlightRe.test(e)}function h(e,n,t){let i="",a="";"object"==typeof n?(i=e,t=n.ignoreIllegals,a=n.language):(Q("10.7.0","highlight(lang, code, ...args) has been deprecated."),Q("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"),a=e,i=n),void 0===t&&(t=!0);const r={code:i,language:a};S("before:highlight",r);const s=r.result?r.result:E(r.language,r.code,t);return s.code=r.code,S("after:highlight",s),s}function E(e,n,a,r){const l=Object.create(null);function c(){if(!S.keywords)return void R.addText(I);let e=0;S.keywordPatternRe.lastIndex=0;let n=S.keywordPatternRe.exec(I),t="";for(;n;){t+=I.substring(e,n.index);const a=O.case_insensitive?n[0].toLowerCase():n[0],r=(i=a,S.keywords[i]);if(r){const[e,i]=r;if(R.addText(t),t="",l[a]=(l[a]||0)+1,l[a]<=7&&(C+=i),e.startsWith("_"))t+=n[0];else{const t=O.classNameAliases[e]||e;g(n[0],t)}}else t+=n[0];e=S.keywordPatternRe.lastIndex,n=S.keywordPatternRe.exec(I)}var i;t+=I.substring(e),R.addText(t)}function u(){null!=S.subLanguage?function(){if(""===I)return;let e=null;if("string"==typeof S.subLanguage){if(!i[S.subLanguage])return void R.addText(I);e=E(S.subLanguage,I,!0,w[S.subLanguage]),w[S.subLanguage]=e._top}else e=_(I,S.subLanguage.length?S.subLanguage:null);S.relevance>0&&(C+=e.relevance),R.__addSublanguage(e._emitter,e.language)}():c(),I=""}function g(e,n){""!==e&&(R.startScope(n),R.addText(e),R.endScope())}function b(e,n){let t=1;const i=n.length-1;for(;t<=i;){if(!e._emit[t]){t++;continue}const i=O.classNameAliases[e[t]]||e[t],a=n[t];i?g(a,i):(I=a,c(),I=""),t++}}function f(e,n){return e.scope&&"string"==typeof e.scope&&R.openNode(O.classNameAliases[e.scope]||e.scope),e.beginScope&&(e.beginScope._wrap?(g(I,O.classNameAliases[e.beginScope._wrap]||e.beginScope._wrap),I=""):e.beginScope._multi&&(b(e.beginScope,n),I="")),S=Object.create(e,{parent:{value:S}}),S}function p(e,n,i){let a=function(e,n){const t=e&&e.exec(n);return t&&0===t.index}(e.endRe,i);if(a){if(e["on:end"]){const i=new t(e);e["on:end"](n,i),i.isMatchIgnored&&(a=!1)}if(a){for(;e.endsParent&&e.parent;)e=e.parent;return e}}if(e.endsWithParent)return p(e.parent,n,i)}function m(e){return 0===S.matcher.regexIndex?(I+=e[0],1):(D=!0,0)}function h(e){const t=e[0],i=n.substring(e.index),a=p(S,e,i);if(!a)return oe;const r=S;S.endScope&&S.endScope._wrap?(u(),g(t,S.endScope._wrap)):S.endScope&&S.endScope._multi?(u(),b(S.endScope,e)):r.skip?I+=t:(r.returnEnd||r.excludeEnd||(I+=t),u(),r.excludeEnd&&(I=t));do{S.scope&&R.closeNode(),S.skip||S.subLanguage||(C+=S.relevance),S=S.parent}while(S!==a.parent);return a.starts&&f(a.starts,e),r.returnEnd?0:t.length}let N={};function T(i,r){const o=r&&r[0];if(I+=i,null==o)return u(),0;if("begin"===N.type&&"end"===r.type&&N.index===r.index&&""===o){if(I+=n.slice(r.index,r.index+1),!s){const n=new Error(`0 width match regex (${e})`);throw n.languageName=e,n.badRule=N.rule,n}return 1}if(N=r,"begin"===r.type)return function(e){const n=e[0],i=e.rule,a=new t(i),r=[i.__beforeBegin,i["on:begin"]];for(const t of r)if(t&&(t(e,a),a.isMatchIgnored))return m(n);return i.skip?I+=n:(i.excludeBegin&&(I+=n),u(),i.returnBegin||i.excludeBegin||(I=n)),f(i,e),i.returnBegin?0:n.length}(r);if("illegal"===r.type&&!a){const e=new Error('Illegal lexeme "'+o+'" for mode "'+(S.scope||"<unnamed>")+'"');throw e.mode=S,e}if("end"===r.type){const e=h(r);if(e!==oe)return e}if("illegal"===r.type&&""===o)return 1;if(M>1e5&&M>3*r.index)throw new Error("potential infinite loop, way more iterations than matches");return I+=o,o.length}const O=v(e);if(!O)throw Y(o.replace("{}",e)),new Error('Unknown language: "'+e+'"');const y=te(O);let A="",S=r||y;const w={},R=new d.__emitter(d);!function(){const e=[];for(let n=S;n!==O;n=n.parent)n.scope&&e.unshift(n.scope);e.forEach((e=>R.openNode(e)))}();let I="",C=0,L=0,M=0,D=!1;try{if(O.__emitTokens)O.__emitTokens(n,R);else{for(S.matcher.considerAll();;){M++,D?D=!1:S.matcher.considerAll(),S.matcher.lastIndex=L;const e=S.matcher.exec(n);if(!e)break;const t=T(n.substring(L,e.index),e);L=e.index+t}T(n.substring(L))}return R.finalize(),A=R.toHTML(),{language:e,value:A,relevance:C,illegal:!1,_emitter:R,_top:S}}catch(t){if(t.message&&t.message.includes("Illegal"))return{language:e,value:re(n),illegal:!0,relevance:0,_illegalBy:{message:t.message,index:L,context:n.slice(L-100,L+100),mode:t.mode,resultSoFar:A},_emitter:R};if(s)return{language:e,value:re(n),illegal:!1,relevance:0,errorRaised:t,_emitter:R,_top:S};throw t}}function _(e,n){n=n||d.languages||Object.keys(i);const t=function(e){const n={value:re(e),illegal:!1,relevance:0,_top:l,_emitter:new d.__emitter(d)};return n._emitter.addText(e),n}(e),a=n.filter(v).filter(A).map((n=>E(n,e,!1)));a.unshift(t);const r=a.sort(((e,n)=>{if(e.relevance!==n.relevance)return n.relevance-e.relevance;if(e.language&&n.language){if(v(e.language).supersetOf===n.language)return 1;if(v(n.language).supersetOf===e.language)return-1}return 0})),[s,o]=r,c=s;return c.secondBest=o,c}function N(e){let n=null;const t=function(e){let n=e.className+" ";n+=e.parentNode?e.parentNode.className:"";const t=d.languageDetectRe.exec(n);if(t){const n=v(t[1]);return n||(Z(o.replace("{}",t[1])),Z("Falling back to no-highlight mode for this block.",e)),n?t[1]:"no-highlight"}return n.split(/\s+/).find((e=>m(e)||v(e)))}(e);if(m(t))return;if(S("before:highlightElement",{el:e,language:t}),e.dataset.highlighted)return void console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",e);if(e.children.length>0&&(d.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(e)),d.throwUnescapedHTML))throw new ae("One of your code blocks includes unescaped HTML.",e.innerHTML);n=e;const i=n.textContent,r=t?h(i,{language:t,ignoreIllegals:!0}):_(i);e.innerHTML=r.value,e.dataset.highlighted="yes",function(e,n,t){const i=n&&a[n]||t;e.classList.add("hljs"),e.classList.add(`language-${i}`)}(e,t,r.language),e.result={language:r.language,re:r.relevance,relevance:r.relevance},r.secondBest&&(e.secondBest={language:r.secondBest.language,relevance:r.secondBest.relevance}),S("after:highlightElement",{el:e,result:r,text:i})}let T=!1;function O(){"loading"!==document.readyState?document.querySelectorAll(d.cssSelector).forEach(N):T=!0}function v(e){return e=(e||"").toLowerCase(),i[e]||i[a[e]]}function y(e,{languageName:n}){"string"==typeof e&&(e=[e]),e.forEach((e=>{a[e.toLowerCase()]=n}))}function A(e){const n=v(e);return n&&!n.disableAutodetect}function S(e,n){const t=e;r.forEach((function(e){e[t]&&e[t](n)}))}"undefined"!=typeof window&&window.addEventListener&&window.addEventListener("DOMContentLoaded",(function(){T&&O()}),!1),Object.assign(e,{highlight:h,highlightAuto:_,highlightAll:O,highlightElement:N,highlightBlock:function(e){return Q("10.7.0","highlightBlock will be removed entirely in v12.0"),Q("10.7.0","Please use highlightElement now."),N(e)},configure:function(e){d=se(d,e)},initHighlighting:()=>{O(),Q("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")},initHighlightingOnLoad:function(){O(),Q("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")},registerLanguage:function(n,t){let a=null;try{a=t(e)}catch(e){if(Y("Language definition for '{}' could not be registered.".replace("{}",n)),!s)throw e;Y(e),a=l}a.name||(a.name=n),i[n]=a,a.rawDefinition=t.bind(null,e),a.aliases&&y(a.aliases,{languageName:n})},unregisterLanguage:function(e){delete i[e];for(const n of Object.keys(a))a[n]===e&&delete a[n]},listLanguages:function(){return Object.keys(i)},getLanguage:v,registerAliases:y,autoDetection:A,inherit:se,addPlugin:function(e){!function(e){e["before:highlightBlock"]&&!e["before:highlightElement"]&&(e["before:highlightElement"]=n=>{e["before:highlightBlock"](Object.assign({block:n.el},n))}),e["after:highlightBlock"]&&!e["after:highlightElement"]&&(e["after:highlightElement"]=n=>{e["after:highlightBlock"](Object.assign({block:n.el},n))})}(e),r.push(e)},removePlugin:function(e){const n=r.indexOf(e);-1!==n&&r.splice(n,1)}}),e.debugMode=function(){s=!1},e.safeMode=function(){s=!0},e.versionString="11.9.0",e.regex={concat:f,lookahead:u,either:p,optional:b,anyNumberOfTimes:g};for(const e in B)"object"==typeof B[e]&&n(B[e]);return Object.assign(e,B),e},ce=le({});ce.newInstance=()=>le({}),e.exports=ce,ce.HighlightJS=ce,ce.default=ce},2702:e=>{e.exports=function(e){return{name:"Awk",keywords:{keyword:"BEGIN END if else while do for in break continue delete next nextfile function func exit|10"},contains:[{className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,relevance:10},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},e.REGEXP_MODE,e.HASH_COMMENT_MODE,e.NUMBER_MODE]}}},8641:e=>{e.exports=function(e){const n=e.regex,t={},i={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[t]}]};Object.assign(t,{className:"variable",variants:[{begin:n.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},i]});const a={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},r={begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},s={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t,a]};a.contains.push(s);const o={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,t]},l=e.SHEBANG({binary:`(${["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"].join("|")})`,relevance:10}),c={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{name:"Bash",aliases:["sh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"],literal:["true","false"],built_in:["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset","alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","type","typeset","ulimit","unalias","set","shopt","autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp","chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"]},contains:[l,e.SHEBANG(),c,o,e.HASH_COMMENT_MODE,r,{match:/(\/[a-z._-]+)+/},s,{match:/\\"/},{className:"string",begin:/'/,end:/'/},{match:/\\'/},t]}}},722:e=>{e.exports=function(e){const n=e.regex,t=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),i="decltype\\(auto\\)",a="[a-zA-Z_]\\w*::",r="("+i+"|"+n.optional(a)+"[a-zA-Z_]\\w*"+n.optional("<[^<>]+>")+")",s={className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{match:/\batomic_[a-z]{3,6}\b/}]},o={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},l={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},c={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(o,{className:"string"}),{className:"string",begin:/<.*?>/},t,e.C_BLOCK_COMMENT_MODE]},d={className:"title",begin:n.optional(a)+e.IDENT_RE,relevance:0},u=n.optional(a)+e.IDENT_RE+"\\s*\\(",g={keyword:["asm","auto","break","case","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"],type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal128","const","static","complex","bool","imaginary"],literal:"true false NULL",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr"},b=[c,s,t,e.C_BLOCK_COMMENT_MODE,l,o],f={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:g,contains:b.concat([{begin:/\(/,end:/\)/,keywords:g,contains:b.concat(["self"]),relevance:0}]),relevance:0},p={begin:"("+r+"[\\*&\\s]+)+"+u,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:g,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:i,keywords:g,relevance:0},{begin:u,returnBegin:!0,contains:[e.inherit(d,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:g,relevance:0,contains:[t,e.C_BLOCK_COMMENT_MODE,o,l,s,{begin:/\(/,end:/\)/,keywords:g,relevance:0,contains:["self",t,e.C_BLOCK_COMMENT_MODE,o,l,s]}]},s,t,e.C_BLOCK_COMMENT_MODE,c]};return{name:"C",aliases:["h"],keywords:g,disableAutodetect:!0,illegal:"</",contains:[].concat(f,p,b,[c,{begin:e.IDENT_RE+"::",keywords:g},{className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,contains:[{beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{preprocessor:c,strings:o,keywords:g}}}},7579:e=>{e.exports=function(e){const n="a-zA-Z_\\-!.?+*=<>&'",t="[#]?["+n+"]["+n+"0-9/;:$#]*",i="def defonce defprotocol defstruct defmulti defmethod defn- defn defmacro deftype defrecord",a={$pattern:t,built_in:i+" cond apply if-not if-let if not not= =|0 <|0 >|0 <=|0 >=|0 ==|0 +|0 /|0 *|0 -|0 rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy first rest cons cast coll last butlast sigs reify second ffirst fnext nfirst nnext meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"},r={begin:t,relevance:0},s={scope:"number",relevance:0,variants:[{match:/[-+]?0[xX][0-9a-fA-F]+N?/},{match:/[-+]?0[0-7]+N?/},{match:/[-+]?[1-9][0-9]?[rR][0-9a-zA-Z]+N?/},{match:/[-+]?[0-9]+\/[0-9]+N?/},{match:/[-+]?[0-9]+((\.[0-9]*([eE][+-]?[0-9]+)?M?)|([eE][+-]?[0-9]+M?|M))/},{match:/[-+]?([1-9][0-9]*|0)N?/}]},o={scope:"character",variants:[{match:/\\o[0-3]?[0-7]{1,2}/},{match:/\\u[0-9a-fA-F]{4}/},{match:/\\(newline|space|tab|formfeed|backspace|return)/},{match:/\\\S/,relevance:0}]},l={scope:"regex",begin:/#"/,end:/"/,contains:[e.BACKSLASH_ESCAPE]},c=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),d={scope:"punctuation",match:/,/,relevance:0},u=e.COMMENT(";","$",{relevance:0}),g={className:"literal",begin:/\b(true|false|nil)\b/},b={begin:"\\[|(#::?"+t+")?\\{",end:"[\\]\\}]",relevance:0},f={className:"symbol",begin:"[:]{1,2}"+t},p={begin:"\\(",end:"\\)"},m={endsWithParent:!0,relevance:0},h={keywords:a,className:"name",begin:t,relevance:0,starts:m},E=[d,p,o,l,c,u,f,b,s,g,r],_={beginKeywords:i,keywords:{$pattern:t,keyword:i},end:'(\\[|#|\\d|"|:|\\{|\\)|\\(|$)',contains:[{className:"title",begin:t,relevance:0,excludeEnd:!0,endsParent:!0}].concat(E)};return p.contains=[_,h,m],m.contains=E,b.contains=E,{name:"Clojure",aliases:["clj","edn"],illegal:/\S/,contains:[d,p,o,l,c,u,f,b,s,g]}}},6570:e=>{e.exports=function(e){const n=e.regex,t=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),i="decltype\\(auto\\)",a="[a-zA-Z_]\\w*::",r="(?!struct)("+i+"|"+n.optional(a)+"[a-zA-Z_]\\w*"+n.optional("<[^<>]+>")+")",s={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},o={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},l={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},c={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(o,{className:"string"}),{className:"string",begin:/<.*?>/},t,e.C_BLOCK_COMMENT_MODE]},d={className:"title",begin:n.optional(a)+e.IDENT_RE,relevance:0},u=n.optional(a)+e.IDENT_RE+"\\s*\\(",g={type:["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],keyword:["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"]},b={className:"function.dispatch",relevance:0,keywords:{_hint:["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"]},begin:n.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,n.lookahead(/(<[^<>]+>|)\s*\(/))},f=[b,c,s,t,e.C_BLOCK_COMMENT_MODE,l,o],p={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:g,contains:f.concat([{begin:/\(/,end:/\)/,keywords:g,contains:f.concat(["self"]),relevance:0}]),relevance:0},m={className:"function",begin:"("+r+"[\\*&\\s]+)+"+u,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:g,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:i,keywords:g,relevance:0},{begin:u,returnBegin:!0,contains:[d],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[o,l]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:g,relevance:0,contains:[t,e.C_BLOCK_COMMENT_MODE,o,l,s,{begin:/\(/,end:/\)/,keywords:g,relevance:0,contains:["self",t,e.C_BLOCK_COMMENT_MODE,o,l,s]}]},s,t,e.C_BLOCK_COMMENT_MODE,c]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:g,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(p,m,b,f,[c,{begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)",end:">",keywords:g,contains:["self",s]},{begin:e.IDENT_RE+"::",keywords:g},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}},8661:e=>{e.exports=function(e){const n="(_?[ui](8|16|32|64|128))?",t="[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~|]|//|//=|&[-+*]=?|&\\*\\*|\\[\\][=?]?",i="[A-Za-z_]\\w*(::\\w+)*(\\?|!)?",a={$pattern:"[a-zA-Z_]\\w*[!?=]?",keyword:"abstract alias annotation as as? asm begin break case class def do else elsif end ensure enum extend for fun if include instance_sizeof is_a? lib macro module next nil? of out pointerof private protected rescue responds_to? return require select self sizeof struct super then type typeof union uninitialized unless until verbatim when while with yield __DIR__ __END_LINE__ __FILE__ __LINE__",literal:"false nil true"},r={className:"subst",begin:/#\{/,end:/\}/,keywords:a},s={className:"template-variable",variants:[{begin:"\\{\\{",end:"\\}\\}"},{begin:"\\{%",end:"%\\}"}],keywords:a};function o(e,n){const t=[{begin:e,end:n}];return t[0].contains=t,t}const l={className:"string",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[Qwi]?\\(",end:"\\)",contains:o("\\(","\\)")},{begin:"%[Qwi]?\\[",end:"\\]",contains:o("\\[","\\]")},{begin:"%[Qwi]?\\{",end:/\}/,contains:o(/\{/,/\}/)},{begin:"%[Qwi]?<",end:">",contains:o("<",">")},{begin:"%[Qwi]?\\|",end:"\\|"},{begin:/<<-\w+$/,end:/^\s*\w+$/}],relevance:0},c={className:"string",variants:[{begin:"%q\\(",end:"\\)",contains:o("\\(","\\)")},{begin:"%q\\[",end:"\\]",contains:o("\\[","\\]")},{begin:"%q\\{",end:/\}/,contains:o(/\{/,/\}/)},{begin:"%q<",end:">",contains:o("<",">")},{begin:"%q\\|",end:"\\|"},{begin:/<<-'\w+'$/,end:/^\s*\w+$/}],relevance:0},d={begin:"(?!%\\})("+e.RE_STARTERS_RE+"|\\n|\\b(case|if|select|unless|until|when|while)\\b)\\s*",keywords:"case if select unless until when while",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:"//[a-z]*",relevance:0},{begin:"/(?!\\/)",end:"/[a-z]*"}]}],relevance:0},u=[s,l,c,{className:"regexp",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:"%r\\(",end:"\\)",contains:o("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:o("\\[","\\]")},{begin:"%r\\{",end:/\}/,contains:o(/\{/,/\}/)},{begin:"%r<",end:">",contains:o("<",">")},{begin:"%r\\|",end:"\\|"}],relevance:0},d,{className:"meta",begin:"@\\[",end:"\\]",contains:[e.inherit(e.QUOTE_STRING_MODE,{className:"string"})]},{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},e.HASH_COMMENT_MODE,{className:"class",beginKeywords:"class module struct",end:"$|;",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:i}),{begin:"<"}]},{className:"class",beginKeywords:"lib enum union",end:"$|;",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:i})]},{beginKeywords:"annotation",end:"$|;",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:i})],relevance:2},{className:"function",beginKeywords:"def",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:t,endsParent:!0})]},{className:"function",beginKeywords:"fun macro",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:t,endsParent:!0})],relevance:2},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":",contains:[l,{begin:t}],relevance:0},{className:"number",variants:[{begin:"\\b0b([01_]+)"+n},{begin:"\\b0o([0-7_]+)"+n},{begin:"\\b0x([A-Fa-f0-9_]+)"+n},{begin:"\\b([1-9][0-9_]*[0-9]|[0-9])(\\.[0-9][0-9_]*)?([eE]_?[-+]?[0-9_]*)?(_?f(32|64))?(?!_)"},{begin:"\\b([1-9][0-9_]*|0)"+n}],relevance:0}];return r.contains=u,s.contains=u.slice(1),{name:"Crystal",aliases:["cr"],keywords:a,contains:u}}},7120:e=>{e.exports=function(e){const n={keyword:["abstract","as","base","break","case","catch","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","scoped","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"].concat(["add","alias","and","ascending","async","await","by","descending","equals","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","remove","select","set","unmanaged","value|0","var","when","where","with","yield"]),built_in:["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],literal:["default","false","null","true"]},t=e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),i={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},a={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},r=e.inherit(a,{illegal:/\n/}),s={className:"subst",begin:/\{/,end:/\}/,keywords:n},o=e.inherit(s,{illegal:/\n/}),l={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},e.BACKSLASH_ESCAPE,o]},c={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},s]},d=e.inherit(c,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},o]});s.contains=[c,l,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.C_BLOCK_COMMENT_MODE],o.contains=[d,l,r,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const u={variants:[c,l,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},g={begin:"<",end:">",contains:[{beginKeywords:"in out"},t]},b=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",f={begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:n,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"\x3c!--|--\x3e"},{begin:"</?",end:">"}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef warning error line region endregion pragma checksum"}},u,i,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},t,g,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[t,g,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[(?=[\\w])",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+b+"\\s+)+"+e.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:n,contains:[{beginKeywords:["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"].join(" "),relevance:0},{begin:e.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,contains:[e.TITLE_MODE,g],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,relevance:0,contains:[u,i,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},f]}}},6813:e=>{e.exports=function(e){return{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","manifest-src","media-src","object-src","plugin-types","report-uri","sandbox","script-src","style-src","trusted-types","unsafe-hashes","worker-src"]},contains:[{className:"string",begin:"'",end:"'"},{className:"attribute",begin:"^Content",end:":",excludeEnd:!0}]}}},8612:e=>{const n=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],t=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],i=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],a=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],r=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse();e.exports=function(e){const s=e.regex,o=(e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}))(e),l=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[o.BLOCK_COMMENT,{begin:/-(webkit|moz|ms|o)-(?=[a-z])/},o.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\.[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0},o.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+i.join("|")+")"},{begin:":(:)?("+a.join("|")+")"}]},o.CSS_VARIABLE,{className:"attribute",begin:"\\b("+r.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[o.BLOCK_COMMENT,o.HEXCOLOR,o.IMPORTANT,o.CSS_NUMBER_MODE,...l,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...l,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},o.FUNCTION_DISPATCH]},{begin:s.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:/@-?\w[\w]*(-\w+)*/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:"and or not only",attribute:t.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...l,o.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+n.join("|")+")\\b"}]}}},2274:e=>{e.exports=function(e){const n={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"}]},t={className:"subst",variants:[{begin:/\$\{/,end:/\}/}],keywords:"true false null this is new super"},i={className:"string",variants:[{begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'",illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''",contains:[e.BACKSLASH_ESCAPE,n,t]},{begin:'"""',end:'"""',contains:[e.BACKSLASH_ESCAPE,n,t]},{begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,n,t]},{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,n,t]}]};t.contains=[e.C_NUMBER_MODE,i];const a=["Comparable","DateTime","Duration","Function","Iterable","Iterator","List","Map","Match","Object","Pattern","RegExp","Set","Stopwatch","String","StringBuffer","StringSink","Symbol","Type","Uri","bool","double","int","num","Element","ElementList"],r=a.map((e=>`${e}?`));return{name:"Dart",keywords:{keyword:["abstract","as","assert","async","await","base","break","case","catch","class","const","continue","covariant","default","deferred","do","dynamic","else","enum","export","extends","extension","external","factory","false","final","finally","for","Function","get","hide","if","implements","import","in","interface","is","late","library","mixin","new","null","on","operator","part","required","rethrow","return","sealed","set","show","static","super","switch","sync","this","throw","true","try","typedef","var","void","when","while","with","yield"],built_in:a.concat(r).concat(["Never","Null","dynamic","print","document","querySelector","querySelectorAll","window"]),$pattern:/[A-Za-z][A-Za-z0-9_]*\??/},contains:[i,e.COMMENT(/\/\*\*(?!\/)/,/\*\//,{subLanguage:"markdown",relevance:0}),e.COMMENT(/\/{3,} ?/,/$/,{contains:[{subLanguage:"markdown",begin:".",end:"$",relevance:0}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}},8596:e=>{e.exports=function(e){const n=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:n.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}},9197:e=>{e.exports=function(e){return{name:"Dockerfile",aliases:["docker"],case_insensitive:!0,keywords:["from","maintainer","expose","env","arg","user","onbuild","stopsignal"],contains:[e.HASH_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"</"}}},9632:e=>{e.exports=function(e){const n=e.regex,t="[a-zA-Z_][a-zA-Z0-9_.]*(!|\\?)?",i={$pattern:t,keyword:["after","alias","and","case","catch","cond","defstruct","defguard","do","else","end","fn","for","if","import","in","not","or","quote","raise","receive","require","reraise","rescue","try","unless","unquote","unquote_splicing","use","when","with|0"],literal:["false","nil","true"]},a={className:"subst",begin:/#\{/,end:/\}/,keywords:i},r={match:/\\[\s\S]/,scope:"char.escape",relevance:0},s="[/|([{<\"']",o=[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/\//,end:/\//},{begin:/\|/,end:/\|/},{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/},{begin:/</,end:/>/}],l=e=>({scope:"char.escape",begin:n.concat(/\\/,e),relevance:0}),c={className:"string",begin:"~[a-z](?="+s+")",contains:o.map((n=>e.inherit(n,{contains:[l(n.end),r,a]})))},d={className:"string",begin:"~[A-Z](?="+s+")",contains:o.map((n=>e.inherit(n,{contains:[l(n.end)]})))},u={className:"regex",variants:[{begin:"~r(?="+s+")",contains:o.map((t=>e.inherit(t,{end:n.concat(t.end,/[uismxfU]{0,7}/),contains:[l(t.end),r,a]})))},{begin:"~R(?="+s+")",contains:o.map((t=>e.inherit(t,{end:n.concat(t.end,/[uismxfU]{0,7}/),contains:[l(t.end)]})))}]},g={className:"string",contains:[e.BACKSLASH_ESCAPE,a],variants:[{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:/~S"""/,end:/"""/,contains:[]},{begin:/~S"/,end:/"/,contains:[]},{begin:/~S'''/,end:/'''/,contains:[]},{begin:/~S'/,end:/'/,contains:[]},{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},b={className:"function",beginKeywords:"def defp defmacro defmacrop",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:t,endsParent:!0})]},f=e.inherit(b,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),p=[g,u,d,c,e.HASH_COMMENT_MODE,f,b,{begin:"::"},{className:"symbol",begin:":(?![\\s:])",contains:[g,{begin:"[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?"}],relevance:0},{className:"symbol",begin:t+":(?!:)",relevance:0},{className:"title.class",begin:/(\b[A-Z][a-zA-Z0-9_]+)/,relevance:0},{className:"number",begin:"(\\b0o[0-7_]+)|(\\b0b[01_]+)|(\\b0x[0-9a-fA-F_]+)|(-?\\b[0-9][0-9_]*(\\.[0-9_]+([eE][-+]?[0-9]+)?)?)",relevance:0},{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))"}];return a.contains=p,{name:"Elixir",aliases:["ex","exs"],keywords:i,contains:p}}},8155:e=>{e.exports=function(e){const n={variants:[e.COMMENT("--","$"),e.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},t={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},i={begin:"\\(",end:"\\)",illegal:'"',contains:[{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},n]};return{name:"Elm",keywords:["let","in","if","then","else","case","of","where","module","import","exposing","type","alias","as","infix","infixl","infixr","port","effect","command","subscription"],contains:[{beginKeywords:"port effect module",end:"exposing",keywords:"port effect module where command subscription exposing",contains:[i,n],illegal:"\\W\\.|;"},{begin:"import",end:"$",keywords:"import as exposing",contains:[i,n],illegal:"\\W\\.|;"},{begin:"type",end:"$",keywords:"type alias",contains:[t,i,{begin:/\{/,end:/\}/,contains:i.contains},n]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,n]},{begin:"port",end:"$",keywords:"port",contains:[n]},{className:"string",begin:"'\\\\?.",end:"'",illegal:"."},e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,t,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),n,{begin:"->|<-"}],illegal:/;/}}},8188:e=>{e.exports=function(e){const n="[a-z'][a-zA-Z0-9_']*",t="("+n+":"+n+"|"+n+")",i={keyword:"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",literal:"false true"},a=e.COMMENT("%","$"),r={className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},s={begin:"fun\\s+"+n+"/\\d+"},o={begin:t+"\\(",end:"\\)",returnBegin:!0,relevance:0,contains:[{begin:t,relevance:0},{begin:"\\(",end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},l={begin:/\{/,end:/\}/,relevance:0},c={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},d={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},u={begin:"#"+e.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+e.UNDERSCORE_IDENT_RE,relevance:0},{begin:/\{/,end:/\}/,relevance:0}]},g={beginKeywords:"fun receive if try case",end:"end",keywords:i};g.contains=[a,s,e.inherit(e.APOS_STRING_MODE,{className:""}),g,o,e.QUOTE_STRING_MODE,r,l,c,d,u];const b=[a,s,g,o,e.QUOTE_STRING_MODE,r,l,c,d,u];o.contains[1].contains=b,l.contains=b,u.contains[1].contains=b;const f={className:"params",begin:"\\(",end:"\\)",contains:b};return{name:"Erlang",aliases:["erl"],keywords:i,illegal:"(</|\\*=|\\+=|-=|/\\*|\\*/|\\(\\*|\\*\\))",contains:[{className:"function",begin:"^"+n+"\\s*\\(",end:"->",returnBegin:!0,illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[f,e.inherit(e.TITLE_MODE,{begin:n})],starts:{end:";|\\.",keywords:i,contains:b}},a,{begin:"^-",end:"\\.",relevance:0,excludeEnd:!0,returnBegin:!0,keywords:{$pattern:"-"+e.IDENT_RE,keyword:["-module","-record","-undef","-export","-ifdef","-ifndef","-author","-copyright","-doc","-vsn","-import","-include","-include_lib","-compile","-define","-else","-endif","-file","-behaviour","-behavior","-spec"].map((e=>`${e}|1.5`)).join(" ")},contains:[f]},r,e.QUOTE_STRING_MODE,u,c,d,l,{begin:/\.$/}]}}},9301:e=>{function n(e){return new RegExp(e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function t(e){return e?"string"==typeof e?e:e.source:null}function i(e){return a("(?=",e,")")}function a(...e){return e.map((e=>t(e))).join("")}function r(...e){const n=function(e){const n=e[e.length-1];return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{}}(e);return"("+(n.capture?"":"?:")+e.map((e=>t(e))).join("|")+")"}e.exports=function(e){const t={scope:"keyword",match:/\b(yield|return|let|do|match|use)!/},s=["bool","byte","sbyte","int8","int16","int32","uint8","uint16","uint32","int","uint","int64","uint64","nativeint","unativeint","decimal","float","double","float32","single","char","string","unit","bigint","option","voption","list","array","seq","byref","exn","inref","nativeptr","obj","outref","voidptr","Result"],o={keyword:["abstract","and","as","assert","base","begin","class","default","delegate","do","done","downcast","downto","elif","else","end","exception","extern","finally","fixed","for","fun","function","global","if","in","inherit","inline","interface","internal","lazy","let","match","member","module","mutable","namespace","new","of","open","or","override","private","public","rec","return","static","struct","then","to","try","type","upcast","use","val","void","when","while","with","yield"],literal:["true","false","null","Some","None","Ok","Error","infinity","infinityf","nan","nanf"],built_in:["not","ref","raise","reraise","dict","readOnlyDict","set","get","enum","sizeof","typeof","typedefof","nameof","nullArg","invalidArg","invalidOp","id","fst","snd","ignore","lock","using","box","unbox","tryUnbox","printf","printfn","sprintf","eprintf","eprintfn","fprintf","fprintfn","failwith","failwithf"],"variable.constant":["__LINE__","__SOURCE_DIRECTORY__","__SOURCE_FILE__"]},l={variants:[e.COMMENT(/\(\*(?!\))/,/\*\)/,{contains:["self"]}),e.C_LINE_COMMENT_MODE]},c={scope:"variable",begin:/``/,end:/``/},d=/\B('|\^)/,u={scope:"symbol",variants:[{match:a(d,/``.*?``/)},{match:a(d,e.UNDERSCORE_IDENT_RE)}],relevance:0},g=function({includeEqual:e}){let t;t=e?"!%&*+-/<=>@^|~?":"!%&*+-/<>@^|~?";const s=a("[",...Array.from(t).map(n),"]"),o=r(s,/\./),l=a(o,i(o)),c=r(a(l,o,"*"),a(s,"+"));return{scope:"operator",match:r(c,/:\?>/,/:\?/,/:>/,/:=/,/::?/,/\$/),relevance:0}},b=g({includeEqual:!0}),f=g({includeEqual:!1}),p=function(n,t){return{begin:a(n,i(a(/\s*/,r(/\w/,/'/,/\^/,/#/,/``/,/\(/,/{\|/)))),beginScope:t,end:i(r(/\n/,/=/)),relevance:0,keywords:e.inherit(o,{type:s}),contains:[l,u,e.inherit(c,{scope:null}),f]}},m=p(/:/,"operator"),h=p(/\bof\b/,"keyword"),E={begin:[/(^|\s+)/,/type/,/\s+/,/[a-zA-Z_](\w|')*/],beginScope:{2:"keyword",4:"title.class"},end:i(/\(|=|$/),keywords:o,contains:[l,e.inherit(c,{scope:null}),u,{scope:"operator",match:/<|>/},m]},_={scope:"computation-expression",match:/\b[_a-z]\w*(?=\s*\{)/},N={begin:[/^\s*/,a(/#/,r("if","else","endif","line","nowarn","light","r","i","I","load","time","help","quit")),/\b/],beginScope:{2:"meta"},end:i(/\s|$/)},T={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]},O={scope:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE]},v={scope:"string",begin:/@"/,end:/"/,contains:[{match:/""/},e.BACKSLASH_ESCAPE]},y={scope:"string",begin:/"""/,end:/"""/,relevance:2},A={scope:"subst",begin:/\{/,end:/\}/,keywords:o},S={scope:"string",begin:/\$"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},e.BACKSLASH_ESCAPE,A]},w={scope:"string",begin:/(\$@|@\$)"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},{match:/""/},e.BACKSLASH_ESCAPE,A]},R={scope:"string",begin:/\$"""/,end:/"""/,contains:[{match:/\{\{/},{match:/\}\}/},A],relevance:2},I={scope:"string",match:a(/'/,r(/[^\\']/,/\\(?:.|\d{3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}|U[a-fA-F\d]{8})/),/'/)};return A.contains=[w,S,v,O,I,t,l,c,m,_,N,T,u,b],{name:"F#",aliases:["fs","f#"],keywords:o,illegal:/\/\*/,classNameAliases:{"computation-expression":"keyword"},contains:[t,{variants:[R,w,S,y,v,O,I]},l,c,E,{scope:"meta",begin:/\[</,end:/>\]/,relevance:2,contains:[c,y,v,O,I,T]},h,m,_,N,T,u,b]}}},9777:e=>{e.exports=function(e){const n={keyword:["break","case","chan","const","continue","default","defer","else","fallthrough","for","func","go","goto","if","import","interface","map","package","range","return","select","struct","switch","type","var"],type:["bool","byte","complex64","complex128","error","float32","float64","int8","int16","int32","int64","string","uint8","uint16","uint32","uint64","int","uint","uintptr","rune"],literal:["true","false","iota","nil"],built_in:["append","cap","close","complex","copy","imag","len","make","new","panic","print","println","real","recover","delete"]};return{name:"Go",aliases:["golang"],keywords:n,illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",variants:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{begin:"`",end:"`"}]},{className:"number",variants:[{begin:e.C_NUMBER_RE+"[i]",relevance:1},e.C_NUMBER_MODE]},{begin:/:=/},{className:"function",beginKeywords:"func",end:"\\s*(\\{|$)",excludeEnd:!0,contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:n,illegal:/["']/}]}]}}},1432:e=>{e.exports=function(e){return{name:"Gradle",case_insensitive:!0,keywords:["task","project","allprojects","subprojects","artifacts","buildscript","configurations","dependencies","repositories","sourceSets","description","delete","from","into","include","exclude","source","classpath","destinationDir","includes","options","sourceCompatibility","targetCompatibility","group","flatDir","doLast","doFirst","flatten","todir","fromdir","ant","def","abstract","break","case","catch","continue","default","do","else","extends","final","finally","for","if","implements","instanceof","native","new","private","protected","public","return","static","switch","synchronized","throw","throws","transient","try","volatile","while","strictfp","package","import","false","null","super","this","true","antlrtask","checkstyle","codenarc","copy","boolean","byte","char","class","double","float","int","interface","long","short","void","compile","runTime","file","fileTree","abs","any","append","asList","asWritable","call","collect","compareTo","count","div","dump","each","eachByte","eachFile","eachLine","every","find","findAll","flatten","getAt","getErr","getIn","getOut","getText","grep","immutable","inject","inspect","intersect","invokeMethods","isCase","join","leftShift","minus","multiply","newInputStream","newOutputStream","newPrintWriter","newReader","newWriter","next","plus","pop","power","previous","print","println","push","putAt","read","readBytes","readLines","reverse","reverseEach","round","size","sort","splitEachLine","step","subMap","times","toInteger","toList","tokenize","upto","waitForOrKill","withPrintWriter","withReader","withStream","withWriter","withWriterAppend","write","writeLine"],contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.REGEXP_MODE]}}},253:e=>{function n(e,n={}){return n.variants=e,n}e.exports=function(e){const t=e.regex,i="[A-Za-z0-9_$]+",a=n([e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]})]),r={className:"regexp",begin:/~?\/[^\/\n]+\//,contains:[e.BACKSLASH_ESCAPE]},s=n([e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]),o=n([{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:"\\$/",end:"/\\$",relevance:10},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE],{className:"string"}),l={match:[/(class|interface|trait|enum|record|extends|implements)/,/\s+/,e.UNDERSCORE_IDENT_RE],scope:{1:"keyword",3:"title.class"}};return{name:"Groovy",keywords:{"variable.language":"this super",literal:"true false null",type:["byte","short","char","int","long","boolean","float","double","void"],keyword:["def","as","in","assert","trait","abstract","static","volatile","transient","public","private","protected","synchronized","final","class","interface","enum","if","else","for","while","switch","case","break","default","continue","throw","throws","try","catch","finally","implements","extends","new","import","package","return","instanceof","var"]},contains:[e.SHEBANG({binary:"groovy",relevance:10}),a,o,r,s,l,{className:"meta",begin:"@[A-Za-z]+",relevance:0},{className:"attr",begin:i+"[ \t]*:",relevance:0},{begin:/\?/,end:/:/,relevance:0,contains:[a,o,r,s,"self"]},{className:"symbol",begin:"^[ \t]*"+t.lookahead(i+":"),excludeBegin:!0,end:i+":",relevance:0}],illegal:/#|<\//}}},3187:e=>{e.exports=function(e){const n=e.regex,t={$pattern:/[\w.\/]+/,built_in:["action","bindattr","collection","component","concat","debugger","each","each-in","get","hash","if","in","input","link-to","loc","log","lookup","mut","outlet","partial","query-params","render","template","textarea","unbound","unless","view","with","yield"]},i=/\[\]|\[[^\]]+\]/,a=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,r=n.either(/""|"[^"]+"/,/''|'[^']+'/,i,a),s=n.concat(n.optional(/\.|\.\/|\//),r,n.anyNumberOfTimes(n.concat(/(\.|\/)/,r))),o=n.concat("(",i,"|",a,")(?==)"),l={begin:s},c=e.inherit(l,{keywords:{$pattern:/[\w.\/]+/,literal:["true","false","undefined","null"]}}),d={begin:/\(/,end:/\)/},u={className:"attr",begin:o,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[e.NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,c,d]}}},g={contains:[e.NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},u,c,d],returnEnd:!0},b=e.inherit(l,{className:"name",keywords:t,starts:e.inherit(g,{end:/\)/})});d.contains=[b];const f=e.inherit(l,{keywords:t,className:"name",starts:e.inherit(g,{end:/\}\}/})}),p=e.inherit(l,{keywords:t,className:"name"}),m=e.inherit(l,{className:"name",keywords:t,starts:e.inherit(g,{end:/\}\}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},e.COMMENT(/\{\{!--/,/--\}\}/),e.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[f],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[p]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[f]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{(?=else if)/,end:/\}\}/,keywords:"else if"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[p]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[m]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[m]}]}}},379:e=>{e.exports=function(e){const n="([0-9]_*)+",t="([0-9a-fA-F]_*)+",i="([!#$%&*+.\\/<=>?@\\\\^~-]|(?!([(),;\\[\\]`|{}]|[_:\"']))(\\p{S}|\\p{P}))",a={variants:[e.COMMENT("--+","$"),e.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},r={className:"meta",begin:/\{-#/,end:/#-\}/},s={className:"meta",begin:"^#",end:"$"},o={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},l={begin:"\\(",end:"\\)",illegal:'"',contains:[r,s,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TITLE_MODE,{begin:"[_a-z][\\w']*"}),a]},c={className:"number",relevance:0,variants:[{match:`\\b(${n})(\\.(${n}))?([eE][+-]?(${n}))?\\b`},{match:`\\b0[xX]_*(${t})(\\.(${t}))?([pP][+-]?(${n}))?\\b`},{match:"\\b0[oO](([0-7]_*)+)\\b"},{match:"\\b0[bB](([01]_*)+)\\b"}]};return{name:"Haskell",aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",unicodeRegex:!0,contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[l,a],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[l,a],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[o,l,a]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[r,o,l,{begin:/\{/,end:/\}/,contains:l.contains},a]},{beginKeywords:"default",end:"$",contains:[o,l,a]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,a]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[o,e.QUOTE_STRING_MODE,a]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},r,s,{scope:"string",begin:/'(?=\\?.')/,end:/'/,contains:[{scope:"char.escape",match:/\\./}]},e.QUOTE_STRING_MODE,c,o,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),{begin:`(?!-)${i}--+|--+(?!-)${i}`},a,{begin:"->|<-"}]}}},1533:e=>{e.exports=function(e){const n=e.regex,t={className:"number",relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:e.NUMBER_RE}]},i=e.COMMENT();i.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const a={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},r={className:"literal",begin:/\bon|off|true|false|yes|no\b/},s={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},o={begin:/\[/,end:/\]/,contains:[i,r,a,s,t,"self"],relevance:0},l=n.either(/[A-Za-z0-9_-]+/,/"(\\"|[^"])*"/,/'[^']*'/);return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[i,{className:"section",begin:/\[+/,end:/\]+/},{begin:n.concat(l,"(\\s*\\.\\s*",l,")*",n.lookahead(/\s*=\s*[^#\s]/)),className:"attr",starts:{end:/$/,contains:[i,o,r,a,s,t]}}]}}},4895:e=>{var n="[0-9](_*[0-9])*",t=`\\.(${n})`,i="[0-9a-fA-F](_*[0-9a-fA-F])*",a={className:"number",variants:[{begin:`(\\b(${n})((${t})|\\.)?|(${t}))[eE][+-]?(${n})[fFdD]?\\b`},{begin:`\\b(${n})((${t})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${t})[fFdD]?\\b`},{begin:`\\b(${n})[fFdD]\\b`},{begin:`\\b0[xX]((${i})\\.?|(${i})?\\.(${i}))[pP][+-]?(${n})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${i})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function r(e,n,t){return-1===t?"":e.replace(n,(i=>r(e,n,t-1)))}e.exports=function(e){const n=e.regex,t="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",i=t+r("(?:<"+t+"~~~(?:\\s*,\\s*"+t+"~~~)*>)?",/~~~/g,2),s={keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do","sealed","yield","permits"],literal:["false","true","null"],type:["char","boolean","long","float","int","byte","short","double"],built_in:["super","this"]},o={className:"meta",begin:"@"+t,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},l={className:"params",begin:/\(/,end:/\)/,keywords:s,relevance:0,contains:[e.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:s,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[e.BACKSLASH_ESCAPE]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,t],className:{1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{begin:[n.concat(/(?!else)/,t),/\s+/,t,/\s+/,/=(?!=)/],className:{1:"type",3:"variable",5:"operator"}},{begin:[/record/,/\s+/,t],className:{1:"keyword",3:"title.class"},contains:[l,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+i+"\\s+)",e.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:s,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:s,relevance:0,contains:[o,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},a,o]}}},6035:e=>{const n="[A-Za-z$_][0-9A-Za-z$_]*",t=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],i=["true","false","null","undefined","NaN","Infinity"],a=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],r=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],s=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],o=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],l=[].concat(s,a,r);e.exports=function(e){const c=e.regex,d=n,u={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(e,n)=>{const t=e[0].length+e.index,i=e.input[t];if("<"===i||","===i)return void n.ignoreMatch();let a;">"===i&&(((e,{after:n})=>{const t="</"+e[0].slice(1);return-1!==e.input.indexOf(t,n)})(e,{after:t})||n.ignoreMatch());const r=e.input.substring(t);((a=r.match(/^\s*=/))||(a=r.match(/^\s+extends\s+/))&&0===a.index)&&n.ignoreMatch()}},g={$pattern:n,keyword:t,literal:i,built_in:l,"variable.language":o},b="[0-9](_?[0-9])*",f=`\\.(${b})`,p="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",m={className:"number",variants:[{begin:`(\\b(${p})((${f})|\\.)?|(${f}))[eE][+-]?(${b})\\b`},{begin:`\\b(${p})\\b((${f})\\b|\\.)?|(${f})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},h={className:"subst",begin:"\\$\\{",end:"\\}",keywords:g,contains:[]},E={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,h],subLanguage:"xml"}},_={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,h],subLanguage:"css"}},N={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,h],subLanguage:"graphql"}},T={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,h]},O={className:"comment",variants:[e.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:d+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},v=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,E,_,N,T,{match:/\$\d+/},m];h.contains=v.concat({begin:/\{/,end:/\}/,keywords:g,contains:["self"].concat(v)});const y=[].concat(O,h.contains),A=y.concat([{begin:/\(/,end:/\)/,keywords:g,contains:["self"].concat(y)}]),S={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:g,contains:A},w={variants:[{match:[/class/,/\s+/,d,/\s+/,/extends/,/\s+/,c.concat(d,"(",c.concat(/\./,d),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,d],scope:{1:"keyword",3:"title.class"}}]},R={relevance:0,match:c.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...a,...r]}},I={variants:[{match:[/function/,/\s+/,d,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[S],illegal:/%/},C={match:c.concat(/\b/,(L=[...s,"super","import"],c.concat("(?!",L.join("|"),")")),d,c.lookahead(/\(/)),className:"title.function",relevance:0};var L;const M={begin:c.concat(/\./,c.lookahead(c.concat(d,/(?![0-9A-Za-z$_(])/))),end:d,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},D={match:[/get|set/,/\s+/,d,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},S]},x="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",k={match:[/const|var|let/,/\s+/,d,/\s*/,/=\s*/,/(async\s*)?/,c.lookahead(x)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[S]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:g,exports:{PARAMS_CONTAINS:A,CLASS_REFERENCE:R},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),{label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,E,_,N,T,O,{match:/\$\d+/},m,R,{className:"attr",begin:d+c.lookahead(":"),relevance:0},k,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[O,e.REGEXP_MODE,{className:"function",begin:x,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:g,contains:A}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:"<>",end:"</>"},{match:/<[A-Za-z0-9\\._:-]+\s*\/>/},{begin:u.begin,"on:begin":u.isTrulyOpeningTag,end:u.end}],subLanguage:"xml",contains:[{begin:u.begin,end:u.end,skip:!0,contains:["self"]}]}]},I,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[S,e.inherit(e.TITLE_MODE,{begin:d,className:"title.function"})]},{match:/\.\.\./,relevance:0},M,{match:"\\$"+d,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[S]},C,{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},w,D,{match:/\$[(.]/}]}}},621:e=>{e.exports=function(e){const n=["true","false","null"],t={scope:"literal",beginKeywords:n.join(" ")};return{name:"JSON",keywords:{literal:n},contains:[{className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},{match:/[{}[\],:]/,className:"punctuation",relevance:0},e.QUOTE_STRING_MODE,t,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}},2838:e=>{var n="[0-9](_*[0-9])*",t=`\\.(${n})`,i="[0-9a-fA-F](_*[0-9a-fA-F])*",a={className:"number",variants:[{begin:`(\\b(${n})((${t})|\\.)?|(${t}))[eE][+-]?(${n})[fFdD]?\\b`},{begin:`\\b(${n})((${t})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${t})[fFdD]?\\b`},{begin:`\\b(${n})[fFdD]\\b`},{begin:`\\b0[xX]((${i})\\.?|(${i})?\\.(${i}))[pP][+-]?(${n})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${i})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};e.exports=function(e){const n={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},t={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},i={className:"subst",begin:/\$\{/,end:/\}/,contains:[e.C_NUMBER_MODE]},r={className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},s={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[r,i]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,r,i]}]};i.contains.push(s);const o={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},l={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(s,{className:"string"}),"self"]}]},c=a,d=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),u={variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},g=u;return g.variants[1].contains=[u],u.variants[1].contains=[g],{name:"Kotlin",aliases:["kt","kts"],keywords:n,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,d,{className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},t,o,l,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:n,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin:/</,end:/>/,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:n,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[u,e.C_LINE_COMMENT_MODE,d],relevance:0},e.C_LINE_COMMENT_MODE,d,o,l,s,e.C_NUMBER_MODE]},d]},{begin:[/class|interface|trait/,/\s+/,e.UNDERSCORE_IDENT_RE],beginScope:{3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin:/</,end:/>/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},o,l]},s,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},c]}}},8330:e=>{const n=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],t=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],i=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],a=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],r=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse(),s=i.concat(a);e.exports=function(e){const o=(e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}))(e),l=s,c="[\\w-]+",d="("+c+"|@\\{"+c+"\\})",u=[],g=[],b=function(e){return{className:"string",begin:"~?"+e+".*?"+e}},f=function(e,n,t){return{className:e,begin:n,relevance:t}},p={$pattern:/[a-z-]+/,keyword:"and or not only",attribute:t.join(" ")},m={begin:"\\(",end:"\\)",contains:g,keywords:p,relevance:0};g.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,b("'"),b('"'),o.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},o.HEXCOLOR,m,f("variable","@@?"+c,10),f("variable","@\\{"+c+"\\}"),f("built_in","~?`[^`]*?`"),{className:"attribute",begin:c+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},o.IMPORTANT,{beginKeywords:"and not"},o.FUNCTION_DISPATCH);const h=g.concat({begin:/\{/,end:/\}/,contains:u}),E={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(g)},_={begin:d+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},o.CSS_VARIABLE,{className:"attribute",begin:"\\b("+r.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:g}}]},N={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:p,returnEnd:!0,contains:g,relevance:0}},T={className:"variable",variants:[{begin:"@"+c+"\\s*:",relevance:15},{begin:"@"+c}],starts:{end:"[;}]",returnEnd:!0,contains:h}},O={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:d,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:"[<='$\"]",relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,E,f("keyword","all\\b"),f("variable","@\\{"+c+"\\}"),{begin:"\\b("+n.join("|")+")\\b",className:"selector-tag"},o.CSS_NUMBER_MODE,f("selector-tag",d,0),f("selector-id","#"+d),f("selector-class","\\."+d,0),f("selector-tag","&",0),o.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+i.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+a.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:h},{begin:"!important"},o.FUNCTION_DISPATCH]},v={begin:c+":(:)?"+`(${l.join("|")})`,returnBegin:!0,contains:[O]};return u.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,N,T,v,_,O,E,o.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:"[=>'/<($\"]",contains:u}}},2491:e=>{e.exports=function(e){const n="[a-zA-Z_\\-+\\*\\/<=>&#][a-zA-Z0-9_\\-+*\\/<=>&#!]*",t="\\|[^]*?\\|",i="(-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|-)?\\d+)?",a={className:"literal",begin:"\\b(t{1}|nil)\\b"},r={className:"number",variants:[{begin:i,relevance:0},{begin:"#(b|B)[0-1]+(/[0-1]+)?"},{begin:"#(o|O)[0-7]+(/[0-7]+)?"},{begin:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{begin:"#(c|C)\\("+i+" +"+i,end:"\\)"}]},s=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),o=e.COMMENT(";","$",{relevance:0}),l={begin:"\\*",end:"\\*"},c={className:"symbol",begin:"[:&]"+n},d={begin:n,relevance:0},u={begin:t},g={contains:[r,s,l,c,{begin:"\\(",end:"\\)",contains:["self",a,s,r,d]},d],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'"+t}]},b={variants:[{begin:"'"+n},{begin:"#'"+n+"(::"+n+")*"}]},f={begin:"\\(\\s*",end:"\\)"},p={endsWithParent:!0,relevance:0};return f.contains=[{className:"name",variants:[{begin:n,relevance:0},{begin:t}]},p],p.contains=[g,b,f,a,r,s,o,l,c,u,d],{name:"Lisp",illegal:/\S/,contains:[r,e.SHEBANG(),a,s,o,g,b,f,d]}}},3873:e=>{e.exports=function(e){const n="\\[=*\\[",t="\\]=*\\]",i={begin:n,end:t,contains:["self"]},a=[e.COMMENT("--(?!"+n+")","$"),e.COMMENT("--"+n,t,{contains:[i],relevance:10})];return{name:"Lua",keywords:{$pattern:e.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:a.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:a}].concat(a)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:n,end:t,contains:[i],relevance:5}])}}},7667:e=>{e.exports=function(e){const n={className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%<?\^\+\*]/}]},t={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,n]},i={className:"variable",begin:/\$\([\w-]+\s/,end:/\)/,keywords:{built_in:"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value"},contains:[n]},a={begin:"^"+e.UNDERSCORE_IDENT_RE+"\\s*(?=[:+?]?=)"},r={className:"section",begin:/^[^\s]+:/,end:/$/,contains:[n]};return{name:"Makefile",aliases:["mk","mak","make"],keywords:{$pattern:/[\w-]+/,keyword:"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath"},contains:[e.HASH_COMMENT_MODE,n,t,i,a,{className:"meta",begin:/^\.PHONY:/,end:/$/,keywords:{$pattern:/[\.\w]+/,keyword:".PHONY"}},r]}}},602:e=>{e.exports=function(e){const n={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},t={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:e.regex.concat(/\[.+?\]\(/,/[A-Za-z][A-Za-z0-9+.-]*/,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},i={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},a={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},r=e.inherit(i,{contains:[]}),s=e.inherit(a,{contains:[]});i.contains.push(s),a.contains.push(r);let o=[n,t];return[i,a,r,s].forEach((e=>{e.contains=e.contains.concat(o)})),o=o.concat(i,a),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:o},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:o}]}]},n,{className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},i,a,{className:"quote",begin:"^>\\s+",contains:o,end:"$"},{className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},t,{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}},7259:e=>{e.exports=function(e){const n=e.regex,t={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{\w+\}/},{begin:n.concat(/[$@]/,e.UNDERSCORE_IDENT_RE)}]},i={endsWithParent:!0,keywords:{$pattern:/[a-z_]{2,}|\/dev\/poll/,literal:["on","off","yes","no","true","false","none","blocked","debug","info","notice","warn","error","crit","select","break","last","permanent","redirect","kqueue","rtsig","epoll","poll","/dev/poll"]},relevance:0,illegal:"=>",contains:[e.HASH_COMMENT_MODE,{className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[t]},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:"\\s\\^",end:"\\s|\\{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|\\{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]?\\b",relevance:0},t]};return{name:"Nginx config",aliases:["nginxconf"],contains:[e.HASH_COMMENT_MODE,{beginKeywords:"upstream location",end:/;|\{/,contains:i.contains,keywords:{section:"upstream location"}},{className:"section",begin:n.concat(e.UNDERSCORE_IDENT_RE+n.lookahead(/\s+\{/)),relevance:0},{begin:n.lookahead(e.UNDERSCORE_IDENT_RE+"\\s"),end:";|\\{",contains:[{className:"attribute",begin:e.UNDERSCORE_IDENT_RE,starts:i}],relevance:0}],illegal:"[^\\s\\}\\{]"}}},943:e=>{e.exports=function(e){const n=/[a-zA-Z@][a-zA-Z0-9_]*/,t={$pattern:n,keyword:["@interface","@class","@protocol","@implementation"]};return{name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],keywords:{"variable.language":["this","super"],$pattern:n,keyword:["while","export","sizeof","typedef","const","struct","for","union","volatile","static","mutable","if","do","return","goto","enum","else","break","extern","asm","case","default","register","explicit","typename","switch","continue","inline","readonly","assign","readwrite","self","@synchronized","id","typeof","nonatomic","IBOutlet","IBAction","strong","weak","copy","in","out","inout","bycopy","byref","oneway","__strong","__weak","__block","__autoreleasing","@private","@protected","@public","@try","@property","@end","@throw","@catch","@finally","@autoreleasepool","@synthesize","@dynamic","@selector","@optional","@required","@encode","@package","@import","@defs","@compatibility_alias","__bridge","__bridge_transfer","__bridge_retained","__bridge_retain","__covariant","__contravariant","__kindof","_Nonnull","_Nullable","_Null_unspecified","__FUNCTION__","__PRETTY_FUNCTION__","__attribute__","getter","setter","retain","unsafe_unretained","nonnull","nullable","null_unspecified","null_resettable","class","instancetype","NS_DESIGNATED_INITIALIZER","NS_UNAVAILABLE","NS_REQUIRES_SUPER","NS_RETURNS_INNER_POINTER","NS_INLINE","NS_AVAILABLE","NS_DEPRECATED","NS_ENUM","NS_OPTIONS","NS_SWIFT_UNAVAILABLE","NS_ASSUME_NONNULL_BEGIN","NS_ASSUME_NONNULL_END","NS_REFINED_FOR_SWIFT","NS_SWIFT_NAME","NS_SWIFT_NOTHROW","NS_DURING","NS_HANDLER","NS_ENDHANDLER","NS_VALUERETURN","NS_VOIDRETURN"],literal:["false","true","FALSE","TRUE","nil","YES","NO","NULL"],built_in:["dispatch_once_t","dispatch_queue_t","dispatch_sync","dispatch_async","dispatch_once"],type:["int","float","char","unsigned","signed","short","long","double","wchar_t","unichar","void","bool","BOOL","id|0","_Bool"]},illegal:"</",contains:[{className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"string",variants:[{begin:'@"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]}]},{className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),{className:"string",begin:/<.*?>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+t.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:t,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}},946:e=>{e.exports=function(e){const n=e.regex,t=/[dualxmsipngr]{0,12}/,i={$pattern:/[\w.]+/,keyword:["abs","accept","alarm","and","atan2","bind","binmode","bless","break","caller","chdir","chmod","chomp","chop","chown","chr","chroot","close","closedir","connect","continue","cos","crypt","dbmclose","dbmopen","defined","delete","die","do","dump","each","else","elsif","endgrent","endhostent","endnetent","endprotoent","endpwent","endservent","eof","eval","exec","exists","exit","exp","fcntl","fileno","flock","for","foreach","fork","format","formline","getc","getgrent","getgrgid","getgrnam","gethostbyaddr","gethostbyname","gethostent","getlogin","getnetbyaddr","getnetbyname","getnetent","getpeername","getpgrp","getpriority","getprotobyname","getprotobynumber","getprotoent","getpwent","getpwnam","getpwuid","getservbyname","getservbyport","getservent","getsockname","getsockopt","given","glob","gmtime","goto","grep","gt","hex","if","index","int","ioctl","join","keys","kill","last","lc","lcfirst","length","link","listen","local","localtime","log","lstat","lt","ma","map","mkdir","msgctl","msgget","msgrcv","msgsnd","my","ne","next","no","not","oct","open","opendir","or","ord","our","pack","package","pipe","pop","pos","print","printf","prototype","push","q|0","qq","quotemeta","qw","qx","rand","read","readdir","readline","readlink","readpipe","recv","redo","ref","rename","require","reset","return","reverse","rewinddir","rindex","rmdir","say","scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnetent","setpgrp","setpriority","setprotoent","setpwent","setservent","setsockopt","shift","shmctl","shmget","shmread","shmwrite","shutdown","sin","sleep","socket","socketpair","sort","splice","split","sprintf","sqrt","srand","stat","state","study","sub","substr","symlink","syscall","sysopen","sysread","sysseek","system","syswrite","tell","telldir","tie","tied","time","times","tr","truncate","uc","ucfirst","umask","undef","unless","unlink","unpack","unshift","untie","until","use","utime","values","vec","wait","waitpid","wantarray","warn","when","while","write","x|0","xor","y|0"].join(" ")},a={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:i},r={begin:/->\{/,end:/\}/},s={variants:[{begin:/\$\d/},{begin:n.concat(/[$%@](\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")},{begin:/[$%@][^\s\w{]/,relevance:0}]},o=[e.BACKSLASH_ESCAPE,a,s],l=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],c=(e,i,a="\\1")=>{const r="\\1"===a?a:n.concat(a,i);return n.concat(n.concat("(?:",e,")"),i,/(?:\\.|[^\\\/])*?/,r,/(?:\\.|[^\\\/])*?/,a,t)},d=(e,i,a)=>n.concat(n.concat("(?:",e,")"),i,/(?:\\.|[^\\\/])*?/,a,t),u=[s,e.HASH_COMMENT_MODE,e.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),r,{className:"string",contains:o,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{begin:"-?\\w+\\s*=>",relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",variants:[{begin:c("s|tr|y",n.either(...l,{capture:!0}))},{begin:c("s|tr|y","\\(","\\)")},{begin:c("s|tr|y","\\[","\\]")},{begin:c("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:d("(?:m|qr)?",/\//,/\//)},{begin:d("m|qr",n.either(...l,{capture:!0}),/\1/)},{begin:d("m|qr",/\(/,/\)/)},{begin:d("m|qr",/\[/,/\]/)},{begin:d("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return a.contains=u,r.contains=u,{name:"Perl",aliases:["pl","pm"],keywords:i,contains:u}}},6876:e=>{e.exports=function(e){const n=e.COMMENT("--","$"),t="\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",i="BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR NAME OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 ",a=i.trim().split(" ").map((function(e){return e.split("|")[0]})).join("|"),r="ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP PERCENTILE_CONT PERCENTILE_DISC ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE NUM_NONNULLS NUM_NULLS ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT TRUNC WIDTH_BUCKET RANDOM SETSEED ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAP LEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR TO_ASCII TO_HEX TRANSLATE OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 TIMEOFDAY TRANSACTION_TIMESTAMP|10 ENUM_FIRST ENUM_LAST ENUM_RANGE AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILY INET_MERGE MACADDR8_SET7BIT ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA CURSOR_TO_XML CURSOR_TO_XMLSCHEMA SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA XMLATTRIBUTES TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY CURRVAL LASTVAL NEXTVAL SETVAL COALESCE NULLIF GREATEST LEAST ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY STRING_TO_ARRAY UNNEST ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE GENERATE_SERIES GENERATE_SUBSCRIPTS CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE GIN_CLEAN_PENDING_LIST SUPPRESS_REDUNDANT_UPDATES_TRIGGER LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE GROUPING CAST ".trim().split(" ").map((function(e){return e.split("|")[0]})).join("|");return{name:"PostgreSQL",aliases:["postgres","postgresql"],supersetOf:"sql",case_insensitive:!0,keywords:{keyword:"ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION INDEX PROCEDURE ASSERTION ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS DEFERRABLE RANGE DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED OF NOTHING NONE EXCLUDE ATTRIBUTE USAGE ROUTINES TRUE FALSE NAN INFINITY ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT OPEN SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ",built_in:"CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 SQLSTATE SQLERRM|10 SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED INDEX_CORRUPTED "},illegal:/:==|\W\s*\(\*|(^|\s)\$[a-z]|\{\{|[a-z]:\s*$|\.\.\.|TO:|DO:/,contains:[{className:"keyword",variants:[{begin:/\bTEXT\s*SEARCH\b/},{begin:/\b(PRIMARY|FOREIGN|FOR(\s+NO)?)\s+KEY\b/},{begin:/\bPARALLEL\s+(UNSAFE|RESTRICTED|SAFE)\b/},{begin:/\bSTORAGE\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\b/},{begin:/\bMATCH\s+(FULL|PARTIAL|SIMPLE)\b/},{begin:/\bNULLS\s+(FIRST|LAST)\b/},{begin:/\bEVENT\s+TRIGGER\b/},{begin:/\b(MAPPING|OR)\s+REPLACE\b/},{begin:/\b(FROM|TO)\s+(PROGRAM|STDIN|STDOUT)\b/},{begin:/\b(SHARE|EXCLUSIVE)\s+MODE\b/},{begin:/\b(LEFT|RIGHT)\s+(OUTER\s+)?JOIN\b/},{begin:/\b(FETCH|MOVE)\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\b/},{begin:/\bPRESERVE\s+ROWS\b/},{begin:/\bDISCARD\s+PLANS\b/},{begin:/\bREFERENCING\s+(OLD|NEW)\b/},{begin:/\bSKIP\s+LOCKED\b/},{begin:/\bGROUPING\s+SETS\b/},{begin:/\b(BINARY|INSENSITIVE|SCROLL|NO\s+SCROLL)\s+(CURSOR|FOR)\b/},{begin:/\b(WITH|WITHOUT)\s+HOLD\b/},{begin:/\bWITH\s+(CASCADED|LOCAL)\s+CHECK\s+OPTION\b/},{begin:/\bEXCLUDE\s+(TIES|NO\s+OTHERS)\b/},{begin:/\bFORMAT\s+(TEXT|XML|JSON|YAML)\b/},{begin:/\bSET\s+((SESSION|LOCAL)\s+)?NAMES\b/},{begin:/\bIS\s+(NOT\s+)?UNKNOWN\b/},{begin:/\bSECURITY\s+LABEL\b/},{begin:/\bSTANDALONE\s+(YES|NO|NO\s+VALUE)\b/},{begin:/\bWITH\s+(NO\s+)?DATA\b/},{begin:/\b(FOREIGN|SET)\s+DATA\b/},{begin:/\bSET\s+(CATALOG|CONSTRAINTS)\b/},{begin:/\b(WITH|FOR)\s+ORDINALITY\b/},{begin:/\bIS\s+(NOT\s+)?DOCUMENT\b/},{begin:/\bXML\s+OPTION\s+(DOCUMENT|CONTENT)\b/},{begin:/\b(STRIP|PRESERVE)\s+WHITESPACE\b/},{begin:/\bNO\s+(ACTION|MAXVALUE|MINVALUE)\b/},{begin:/\bPARTITION\s+BY\s+(RANGE|LIST|HASH)\b/},{begin:/\bAT\s+TIME\s+ZONE\b/},{begin:/\bGRANTED\s+BY\b/},{begin:/\bRETURN\s+(QUERY|NEXT)\b/},{begin:/\b(ATTACH|DETACH)\s+PARTITION\b/},{begin:/\bFORCE\s+ROW\s+LEVEL\s+SECURITY\b/},{begin:/\b(INCLUDING|EXCLUDING)\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\b/},{begin:/\bAS\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\b/}]},{begin:/\b(FORMAT|FAMILY|VERSION)\s*\(/},{begin:/\bINCLUDE\s*\(/,keywords:"INCLUDE"},{begin:/\bRANGE(?!\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/},{begin:/\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\s*=/},{begin:/\b(PG_\w+?|HAS_[A-Z_]+_PRIVILEGE)\b/,relevance:10},{begin:/\bEXTRACT\s*\(/,end:/\bFROM\b/,returnEnd:!0,keywords:{type:"CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR TIMEZONE_MINUTE WEEK YEAR"}},{begin:/\b(XMLELEMENT|XMLPI)\s*\(\s*NAME/,keywords:{keyword:"NAME"}},{begin:/\b(XMLPARSE|XMLSERIALIZE)\s*\(\s*(DOCUMENT|CONTENT)/,keywords:{keyword:"DOCUMENT CONTENT"}},{beginKeywords:"CACHE INCREMENT MAXVALUE MINVALUE",end:e.C_NUMBER_RE,returnEnd:!0,keywords:"BY CACHE INCREMENT MAXVALUE MINVALUE"},{className:"type",begin:/\b(WITH|WITHOUT)\s+TIME\s+ZONE\b/},{className:"type",begin:/\bINTERVAL\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\s+TO\s+(MONTH|HOUR|MINUTE|SECOND))?\b/},{begin:/\bRETURNS\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\b/,keywords:{keyword:"RETURNS",type:"LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER"}},{begin:"\\b("+r+")\\s*\\("},{begin:"\\.("+a+")\\b"},{begin:"\\b("+a+")\\s+PATH\\b",keywords:{keyword:"PATH",type:i.replace("PATH ","")}},{className:"type",begin:"\\b("+a+")\\b"},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:"(e|E|u&|U&)'",end:"'",contains:[{begin:"\\\\."}],relevance:10},e.END_SAME_AS_BEGIN({begin:t,end:t,contains:[{subLanguage:["pgsql","perl","python","tcl","r","lua","java","php","ruby","bash","scheme","xml","json"],endsWithParent:!0}]}),{begin:'"',end:'"',contains:[{begin:'""'}]},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,n,{className:"meta",variants:[{begin:"%(ROW)?TYPE",relevance:10},{begin:"\\$\\d+"},{begin:"^#\\w",end:"$"}]},{className:"symbol",begin:"<<\\s*[a-zA-Z_][a-zA-Z_0-9$]*\\s*>>",relevance:10}]}}},3111:e=>{e.exports=function(e){const n=e.regex,t=/(?![A-Za-z0-9])(?![$])/,i=n.concat(/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/,t),a=n.concat(/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,t),r={scope:"variable",match:"\\$+"+i},s={scope:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]},o=e.inherit(e.APOS_STRING_MODE,{illegal:null}),l="[ \t\n]",c={scope:"string",variants:[e.inherit(e.QUOTE_STRING_MODE,{illegal:null,contains:e.QUOTE_STRING_MODE.contains.concat(s)}),o,{begin:/<<<[ \t]*(?:(\w+)|"(\w+)")\n/,end:/[ \t]*(\w+)\b/,contains:e.QUOTE_STRING_MODE.contains.concat(s),"on:begin":(e,n)=>{n.data._beginMatch=e[1]||e[2]},"on:end":(e,n)=>{n.data._beginMatch!==e[1]&&n.ignoreMatch()}},e.END_SAME_AS_BEGIN({begin:/<<<[ \t]*'(\w+)'\n/,end:/[ \t]*(\w+)\b/})]},d={scope:"number",variants:[{begin:"\\b0[bB][01]+(?:_[01]+)*\\b"},{begin:"\\b0[oO][0-7]+(?:_[0-7]+)*\\b"},{begin:"\\b0[xX][\\da-fA-F]+(?:_[\\da-fA-F]+)*\\b"},{begin:"(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:[eE][+-]?\\d+)?"}],relevance:0},u=["false","null","true"],g=["__CLASS__","__DIR__","__FILE__","__FUNCTION__","__COMPILER_HALT_OFFSET__","__LINE__","__METHOD__","__NAMESPACE__","__TRAIT__","die","echo","exit","include","include_once","print","require","require_once","array","abstract","and","as","binary","bool","boolean","break","callable","case","catch","class","clone","const","continue","declare","default","do","double","else","elseif","empty","enddeclare","endfor","endforeach","endif","endswitch","endwhile","enum","eval","extends","final","finally","float","for","foreach","from","global","goto","if","implements","instanceof","insteadof","int","integer","interface","isset","iterable","list","match|0","mixed","new","never","object","or","private","protected","public","readonly","real","return","string","switch","throw","trait","try","unset","use","var","void","while","xor","yield"],b=["Error|0","AppendIterator","ArgumentCountError","ArithmeticError","ArrayIterator","ArrayObject","AssertionError","BadFunctionCallException","BadMethodCallException","CachingIterator","CallbackFilterIterator","CompileError","Countable","DirectoryIterator","DivisionByZeroError","DomainException","EmptyIterator","ErrorException","Exception","FilesystemIterator","FilterIterator","GlobIterator","InfiniteIterator","InvalidArgumentException","IteratorIterator","LengthException","LimitIterator","LogicException","MultipleIterator","NoRewindIterator","OutOfBoundsException","OutOfRangeException","OuterIterator","OverflowException","ParentIterator","ParseError","RangeException","RecursiveArrayIterator","RecursiveCachingIterator","RecursiveCallbackFilterIterator","RecursiveDirectoryIterator","RecursiveFilterIterator","RecursiveIterator","RecursiveIteratorIterator","RecursiveRegexIterator","RecursiveTreeIterator","RegexIterator","RuntimeException","SeekableIterator","SplDoublyLinkedList","SplFileInfo","SplFileObject","SplFixedArray","SplHeap","SplMaxHeap","SplMinHeap","SplObjectStorage","SplObserver","SplPriorityQueue","SplQueue","SplStack","SplSubject","SplTempFileObject","TypeError","UnderflowException","UnexpectedValueException","UnhandledMatchError","ArrayAccess","BackedEnum","Closure","Fiber","Generator","Iterator","IteratorAggregate","Serializable","Stringable","Throwable","Traversable","UnitEnum","WeakReference","WeakMap","Directory","__PHP_Incomplete_Class","parent","php_user_filter","self","static","stdClass"],f={keyword:g,literal:(e=>{const n=[];return e.forEach((e=>{n.push(e),e.toLowerCase()===e?n.push(e.toUpperCase()):n.push(e.toLowerCase())})),n})(u),built_in:b},p=e=>e.map((e=>e.replace(/\|\d+$/,""))),m={variants:[{match:[/new/,n.concat(l,"+"),n.concat("(?!",p(b).join("\\b|"),"\\b)"),a],scope:{1:"keyword",4:"title.class"}}]},h=n.concat(i,"\\b(?!\\()"),E={variants:[{match:[n.concat(/::/,n.lookahead(/(?!class\b)/)),h],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[a,n.concat(/::/,n.lookahead(/(?!class\b)/)),h],scope:{1:"title.class",3:"variable.constant"}},{match:[a,n.concat("::",n.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[a,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},_={scope:"attr",match:n.concat(i,n.lookahead(":"),n.lookahead(/(?!::)/))},N={relevance:0,begin:/\(/,end:/\)/,keywords:f,contains:[_,r,E,e.C_BLOCK_COMMENT_MODE,c,d,m]},T={relevance:0,match:[/\b/,n.concat("(?!fn\\b|function\\b|",p(g).join("\\b|"),"|",p(b).join("\\b|"),"\\b)"),i,n.concat(l,"*"),n.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[N]};N.contains.push(T);const O=[_,E,e.C_BLOCK_COMMENT_MODE,c,d,m];return{case_insensitive:!1,keywords:f,contains:[{begin:n.concat(/#\[\s*/,a),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:u,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:u,keyword:["new","array"]},contains:["self",...O]},...O,{scope:"meta",match:a}]},e.HASH_COMMENT_MODE,e.COMMENT("//","$"),e.COMMENT("/\\*","\\*/",{contains:[{scope:"doctag",match:"@[A-Za-z]+"}]}),{match:/__halt_compiler\(\);/,keywords:"__halt_compiler",starts:{scope:"comment",end:e.MATCH_NOTHING_RE,contains:[{match:/\?>/,scope:"meta",endsParent:!0}]}},{scope:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?=/},{begin:/<\?/,relevance:.1},{begin:/\?>/}]},{scope:"variable.language",match:/\$this\b/},r,T,E,{match:[/const/,/\s/,i],scope:{1:"keyword",3:"variable.constant"}},m,{scope:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},e.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{scope:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:f,contains:["self",r,E,e.C_BLOCK_COMMENT_MODE,c,d]}]},{scope:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{scope:"title.class"})]},{beginKeywords:"use",relevance:0,end:";",contains:[{match:/\b(as|const|function)\b/,scope:"keyword"},e.UNDERSCORE_TITLE_MODE]},c,d]}}},9040:e=>{e.exports=function(e){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}},3982:e=>{e.exports=function(e){const n={$pattern:/-?[A-z\.\-]+\b/,keyword:"if else foreach return do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch hidden static parameter",built_in:"ac asnp cat cd CFS chdir clc clear clhy cli clp cls clv cnsn compare copy cp cpi cpp curl cvpa dbp del diff dir dnsn ebp echo|0 epal epcsv epsn erase etsn exsn fc fhx fl ft fw gal gbp gc gcb gci gcm gcs gdr gerr ghy gi gin gjb gl gm gmo gp gps gpv group gsn gsnp gsv gtz gu gv gwmi h history icm iex ihy ii ipal ipcsv ipmo ipsn irm ise iwmi iwr kill lp ls man md measure mi mount move mp mv nal ndr ni nmo npssc nsn nv ogv oh popd ps pushd pwd r rbp rcjb rcsn rd rdr ren ri rjb rm rmdir rmo rni rnp rp rsn rsnp rujb rv rvpa rwmi sajb sal saps sasv sbp sc scb select set shcm si sl sleep sls sort sp spjb spps spsv start stz sujb sv swmi tee trcm type wget where wjb write"},t={begin:"`[\\s\\S]",relevance:0},i={className:"variable",variants:[{begin:/\$\B/},{className:"keyword",begin:/\$this/},{begin:/\$[\w\d][\w\d_:]*/}]},a={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[t,i,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},r={className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},s=e.inherit(e.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[{className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]}]}),o={className:"built_in",variants:[{begin:"(".concat("Add|Clear|Close|Copy|Enter|Exit|Find|Format|Get|Hide|Join|Lock|Move|New|Open|Optimize|Pop|Push|Redo|Remove|Rename|Reset|Resize|Search|Select|Set|Show|Skip|Split|Step|Switch|Undo|Unlock|Watch|Backup|Checkpoint|Compare|Compress|Convert|ConvertFrom|ConvertTo|Dismount|Edit|Expand|Export|Group|Import|Initialize|Limit|Merge|Mount|Out|Publish|Restore|Save|Sync|Unpublish|Update|Approve|Assert|Build|Complete|Confirm|Deny|Deploy|Disable|Enable|Install|Invoke|Register|Request|Restart|Resume|Start|Stop|Submit|Suspend|Uninstall|Unregister|Wait|Debug|Measure|Ping|Repair|Resolve|Test|Trace|Connect|Disconnect|Read|Receive|Send|Write|Block|Grant|Protect|Revoke|Unblock|Unprotect|Use|ForEach|Sort|Tee|Where",")+(-)[\\w\\d]+")}]},l={className:"class",beginKeywords:"class enum",end:/\s*[{]/,excludeEnd:!0,relevance:0,contains:[e.TITLE_MODE]},c={className:"function",begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,contains:[{begin:"function",relevance:0,className:"keyword"},{className:"title",begin:/\w[\w\d]*((-)[\w\d]+)*/,relevance:0},{begin:/\(/,end:/\)/,className:"params",relevance:0,contains:[i]}]},d={begin:/using\s/,end:/$/,returnBegin:!0,contains:[a,r,{className:"keyword",begin:/(using|assembly|command|module|namespace|type)/}]},u={variants:[{className:"operator",begin:"(".concat("-and|-as|-band|-bnot|-bor|-bxor|-casesensitive|-ccontains|-ceq|-cge|-cgt|-cle|-clike|-clt|-cmatch|-cne|-cnotcontains|-cnotlike|-cnotmatch|-contains|-creplace|-csplit|-eq|-exact|-f|-file|-ge|-gt|-icontains|-ieq|-ige|-igt|-ile|-ilike|-ilt|-imatch|-in|-ine|-inotcontains|-inotlike|-inotmatch|-ireplace|-is|-isnot|-isplit|-join|-le|-like|-lt|-match|-ne|-not|-notcontains|-notin|-notlike|-notmatch|-or|-regex|-replace|-shl|-shr|-split|-wildcard|-xor",")\\b")},{className:"literal",begin:/(-){1,2}[\w\d-]+/,relevance:0}]},g={className:"function",begin:/\[.*\]\s*[\w]+[ ]??\(/,end:/$/,returnBegin:!0,relevance:0,contains:[{className:"keyword",begin:"(".concat(n.keyword.toString().replace(/\s/g,"|"),")\\b"),endsParent:!0,relevance:0},e.inherit(e.TITLE_MODE,{endsParent:!0})]},b=[g,s,t,e.NUMBER_MODE,a,r,o,i,{className:"literal",begin:/\$(null|true|false)\b/},{className:"selector-tag",begin:/@\B/,relevance:0}],f={begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[].concat("self",b,{begin:"("+["string","char","byte","int","long","bool","decimal","single","double","DateTime","xml","array","hashtable","void"].join("|")+")",className:"built_in",relevance:0},{className:"type",begin:/[\.\w\d]+/,relevance:0})};return g.contains.unshift(f),{name:"PowerShell",aliases:["pwsh","ps","ps1"],case_insensitive:!0,keywords:n,contains:b.concat(l,c,d,u,f)}}},7646:e=>{e.exports=function(e){const n="[ \\t\\f]*",t=n+"[:=]"+n,i="[ \\t\\f]+",a="([^\\\\:= \\t\\f\\n]|\\\\.)+",r={end:"("+t+"|"+i+")",relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\\\"},{begin:"\\\\\\n"}]}};return{name:".properties",disableAutodetect:!0,case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT("^\\s*[!#]","$"),{returnBegin:!0,variants:[{begin:a+t},{begin:a+i}],contains:[{className:"attr",begin:a,endsParent:!0}],starts:r},{className:"attr",begin:a+n+"$"}]}}},7300:e=>{e.exports=function(e){const n={match:[/(message|enum|service)\s+/,e.IDENT_RE],scope:{1:"keyword",2:"title.class"}};return{name:"Protocol Buffers",aliases:["proto"],keywords:{keyword:["package","import","option","optional","required","repeated","group","oneof"],type:["double","float","int32","int64","uint32","uint64","sint32","sint64","fixed32","fixed64","sfixed32","sfixed64","bool","string","bytes"],literal:["true","false"]},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,{className:"function",beginKeywords:"rpc",end:/[{;]/,excludeEnd:!0,keywords:"rpc returns"},{begin:/^\s*[A-Z_]+(?=\s*=[^\n]+;$)/}]}}},1117:e=>{e.exports=function(e){const n=e.regex,t=/[\p{XID_Start}_]\p{XID_Continue}*/u,i=["and","as","assert","async","await","break","case","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","match","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],a={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:i,built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},r={className:"meta",begin:/^(>>>|\.\.\.) /},s={className:"subst",begin:/\{/,end:/\}/,keywords:a,illegal:/#/},o={begin:/\{\{/,relevance:0},l={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,r],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,r],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,r,o,s]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,r,o,s]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,o,s]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,o,s]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},c="[0-9](_?[0-9])*",d=`(\\b(${c}))?\\.(${c})|\\b(${c})\\.`,u=`\\b|${i.join("|")}`,g={className:"number",relevance:0,variants:[{begin:`(\\b(${c})|(${d}))[eE][+-]?(${c})[jJ]?(?=${u})`},{begin:`(${d})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${u})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${u})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${u})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${u})`},{begin:`\\b(${c})[jJ](?=${u})`}]},b={className:"comment",begin:n.lookahead(/# type:/),end:/$/,keywords:a,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},f={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:a,contains:["self",r,g,l,e.HASH_COMMENT_MODE]}]};return s.contains=[l,g,r],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:a,illegal:/(<\/|\?)|=>/,contains:[r,g,{begin:/\bself\b/},{beginKeywords:"if",relevance:0},l,b,e.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,t],scope:{1:"keyword",3:"title.function"},contains:[f]},{variants:[{match:[/\bclass/,/\s+/,t,/\s*/,/\(\s*/,t,/\s*\)/]},{match:[/\bclass/,/\s+/,t]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[g,f,l]}]}}},5015:e=>{e.exports=function(e){const n=e.regex,t="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",i=n.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),a=n.concat(i,/(::\w+)*/),r={"variable.constant":["__FILE__","__LINE__","__ENCODING__"],"variable.language":["self","super"],keyword:["alias","and","begin","BEGIN","break","case","class","defined","do","else","elsif","end","END","ensure","for","if","in","module","next","not","or","redo","require","rescue","retry","return","then","undef","unless","until","when","while","yield","include","extend","prepend","public","private","protected","raise","throw"],built_in:["proc","lambda","attr_accessor","attr_reader","attr_writer","define_method","private_constant","module_function"],literal:["true","false","nil"]},s={className:"doctag",begin:"@[A-Za-z]+"},o={begin:"#<",end:">"},l=[e.COMMENT("#","$",{contains:[s]}),e.COMMENT("^=begin","^=end",{contains:[s],relevance:10}),e.COMMENT("^__END__",e.MATCH_NOTHING_RE)],c={className:"subst",begin:/#\{/,end:/\}/,keywords:r},d={className:"string",contains:[e.BACKSLASH_ESCAPE,c],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?</,end:/>/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{begin:n.concat(/<<[-~]?'?/,n.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[e.BACKSLASH_ESCAPE,c]})]}]},u="[0-9](_?[0-9])*",g={className:"number",relevance:0,variants:[{begin:`\\b([1-9](_?[0-9])*|0)(\\.(${u}))?([eE][+-]?(${u})|r)?i?\\b`},{begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{begin:"\\b0(_?[0-7])+r?i?\\b"}]},b={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:r}]},f=[d,{variants:[{match:[/class\s+/,a,/\s+<\s+/,a]},{match:[/\b(class|module)\s+/,a]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:r},{match:[/(include|extend)\s+/,a],scope:{2:"title.class"},keywords:r},{relevance:0,match:[a,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:i,scope:"title.class"},{match:[/def/,/\s+/,t],scope:{1:"keyword",3:"title.function"},contains:[b]},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[d,{begin:t}],relevance:0},g,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|/,end:/\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:r},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,c],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(o,l),relevance:0}].concat(o,l);c.contains=f,b.contains=f;const p=[{begin:/^\s*=>/,starts:{end:"$",contains:f}},{className:"meta.prompt",begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]|(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>)(?=[ ])",starts:{end:"$",keywords:r,contains:f}}];return l.unshift(o),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:r,illegal:/\/\*/,contains:[e.SHEBANG({binary:"ruby"})].concat(p).concat(l).concat(f)}}},5409:e=>{e.exports=function(e){const n=e.regex,t={className:"title.function.invoke",relevance:0,begin:n.concat(/\b/,/(?!let|for|while|if|else|match\b)/,e.IDENT_RE,n.lookahead(/\s*\(/))},i="([ui](8|16|32|64|128|size)|f(32|64))?",a=["drop ","Copy","Send","Sized","Sync","Drop","Fn","FnMut","FnOnce","ToOwned","Clone","Debug","PartialEq","PartialOrd","Eq","Ord","AsRef","AsMut","Into","From","Default","Iterator","Extend","IntoIterator","DoubleEndedIterator","ExactSizeIterator","SliceConcatExt","ToString","assert!","assert_eq!","bitflags!","bytes!","cfg!","col!","concat!","concat_idents!","debug_assert!","debug_assert_eq!","env!","eprintln!","panic!","file!","format!","format_args!","include_bytes!","include_str!","line!","local_data_key!","module_path!","option_env!","print!","println!","select!","stringify!","try!","unimplemented!","unreachable!","vec!","write!","writeln!","macro_rules!","assert_ne!","debug_assert_ne!"],r=["i8","i16","i32","i64","i128","isize","u8","u16","u32","u64","u128","usize","f32","f64","str","char","bool","Box","Option","Result","String","Vec"];return{name:"Rust",aliases:["rs"],keywords:{$pattern:e.IDENT_RE+"!?",type:r,keyword:["abstract","as","async","await","become","box","break","const","continue","crate","do","dyn","else","enum","extern","false","final","fn","for","if","impl","in","let","loop","macro","match","mod","move","mut","override","priv","pub","ref","return","self","Self","static","struct","super","trait","true","try","type","typeof","unsafe","unsized","use","virtual","where","while","yield"],literal:["true","false","Some","None","Ok","Err"],built_in:a},illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]}),e.inherit(e.QUOTE_STRING_MODE,{begin:/b?"/,illegal:null}),{className:"string",variants:[{begin:/b?r(#*)"(.|\n)*?"\1(?!#)/},{begin:/b?'\\?(x\w{2}|u\w{4}|U\w{8}|.)'/}]},{className:"symbol",begin:/'[a-zA-Z_][a-zA-Z0-9_]*/},{className:"number",variants:[{begin:"\\b0b([01_]+)"+i},{begin:"\\b0o([0-7_]+)"+i},{begin:"\\b0x([A-Fa-f0-9_]+)"+i},{begin:"\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)"+i}],relevance:0},{begin:[/fn/,/\s+/,e.UNDERSCORE_IDENT_RE],className:{1:"keyword",3:"title.function"}},{className:"meta",begin:"#!?\\[",end:"\\]",contains:[{className:"string",begin:/"/,end:/"/}]},{begin:[/let/,/\s+/,/(?:mut\s+)?/,e.UNDERSCORE_IDENT_RE],className:{1:"keyword",3:"keyword",4:"variable"}},{begin:[/for/,/\s+/,e.UNDERSCORE_IDENT_RE,/\s+/,/in/],className:{1:"keyword",3:"variable",5:"keyword"}},{begin:[/type/,/\s+/,e.UNDERSCORE_IDENT_RE],className:{1:"keyword",3:"title.class"}},{begin:[/(?:trait|enum|struct|union|impl|for)/,/\s+/,e.UNDERSCORE_IDENT_RE],className:{1:"keyword",3:"title.class"}},{begin:e.IDENT_RE+"::",keywords:{keyword:"Self",built_in:a,type:r}},{className:"punctuation",begin:"->"},t]}}},3449:e=>{e.exports=function(e){const n=e.regex,t={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:/\$\{/,end:/\}/}]},i={className:"string",variants:[{begin:'"""',end:'"""'},{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[t],relevance:10}]},a={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},r={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},s={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[a,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[a,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},r]},o={className:"function",beginKeywords:"def",end:n.lookahead(/[:={\[(\n;]/),contains:[r]};return{name:"Scala",keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if then forSome for while do throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit export enum given transparent"},contains:[{begin:["//>",/\s+/,/using/,/\s+/,/\S+/],beginScope:{1:"comment",3:"keyword",5:"type"},end:/$/,contains:[{className:"string",begin:/\S+/}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,a,o,s,e.C_NUMBER_MODE,{begin:[/^\s*/,"extension",/\s+(?=[[(])/],beginScope:{2:"keyword"}},{begin:[/^\s*/,/end/,/\s+/,/(extension\b)?/],beginScope:{2:"keyword",4:"keyword"}},{match:/\.inline\b/},{begin:/\binline(?=\s)/,keywords:"inline"},{begin:[/\(\s*/,/using/,/\s+(?!\))/],beginScope:{2:"keyword"}},{className:"meta",begin:"@[A-Za-z]+"}]}}},1611:e=>{const n=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],t=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],i=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],a=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],r=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse();e.exports=function(e){const s=(e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}))(e),o=a,l=i,c="@[a-z-]+",d={className:"variable",begin:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b",relevance:0};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s.CSS_NUMBER_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},s.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+n.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+l.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+o.join("|")+")"},d,{begin:/\(/,end:/\)/,contains:[s.CSS_NUMBER_MODE]},s.CSS_VARIABLE,{className:"attribute",begin:"\\b("+r.join("|")+")\\b"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:/:/,end:/[;}{]/,relevance:0,contains:[s.BLOCK_COMMENT,d,s.HEXCOLOR,s.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,s.IMPORTANT,s.FUNCTION_DISPATCH]},{begin:"@(page|font-face)",keywords:{$pattern:c,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:"and or not only",attribute:t.join(" ")},contains:[{begin:c,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},d,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,s.HEXCOLOR,s.CSS_NUMBER_MODE]},s.FUNCTION_DISPATCH]}}},8813:e=>{e.exports=function(e){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta.prompt",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}},315:e=>{e.exports=function(e){const n=e.regex,t=e.COMMENT("--","$"),i=["true","false","unknown"],a=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],r=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],s=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],o=r,l=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year","add","asc","collation","desc","final","first","last","view"].filter((e=>!r.includes(e))),c={begin:n.concat(/\b/,n.either(...o),/\s*\(/),relevance:0,keywords:{built_in:o}};return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:function(e,{exceptions:n,when:t}={}){const i=t;return n=n||[],e.map((e=>e.match(/\|\d+$/)||n.includes(e)?e:i(e)?`${e}|0`:e))}(l,{when:e=>e.length<3}),literal:i,type:a,built_in:["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"]},contains:[{begin:n.either(...s),relevance:0,keywords:{$pattern:/[\w\.]+/,keyword:l.concat(s),literal:i,type:a}},{className:"type",begin:n.either("double precision","large object","with timezone","without timezone")},c,{className:"variable",begin:/@[a-z0-9][a-z0-9_]*/},{className:"string",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},{begin:/"/,end:/"/,contains:[{begin:/""/}]},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,{className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0}]}}},1496:e=>{function n(e){return e?"string"==typeof e?e:e.source:null}function t(e){return i("(?=",e,")")}function i(...e){return e.map((e=>n(e))).join("")}function a(...e){const t=function(e){const n=e[e.length-1];return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{}}(e);return"("+(t.capture?"":"?:")+e.map((e=>n(e))).join("|")+")"}const r=e=>i(/\b/,e,/\w$/.test(e)?/\b/:/\B/),s=["Protocol","Type"].map(r),o=["init","self"].map(r),l=["Any","Self"],c=["actor","any","associatedtype","async","await",/as\?/,/as!/,"as","borrowing","break","case","catch","class","consume","consuming","continue","convenience","copy","default","defer","deinit","didSet","distributed","do","dynamic","each","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","isolated","nonisolated","lazy","let","macro","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],d=["false","nil","true"],u=["assignment","associativity","higherThan","left","lowerThan","none","right"],g=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warning"],b=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],f=a(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),p=a(f,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),m=i(f,p,"*"),h=a(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),E=a(h,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),_=i(h,E,"*"),N=i(/[A-Z]/,E,"*"),T=["attached","autoclosure",i(/convention\(/,a("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","freestanding","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",i(/objc\(/,_,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","Sendable","testable","UIApplicationMain","unchecked","unknown","usableFromInline","warn_unqualified_access"],O=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];e.exports=function(e){const n={match:/\s+/,relevance:0},f=e.COMMENT("/\\*","\\*/",{contains:["self"]}),h=[e.C_LINE_COMMENT_MODE,f],v={match:[/\./,a(...s,...o)],className:{2:"keyword"}},y={match:i(/\./,a(...c)),relevance:0},A=c.filter((e=>"string"==typeof e)).concat(["_|0"]),S={variants:[{className:"keyword",match:a(...c.filter((e=>"string"!=typeof e)).concat(l).map(r),...o)}]},w={$pattern:a(/\b\w+/,/#\w+/),keyword:A.concat(g),literal:d},R=[v,y,S],I=[{match:i(/\./,a(...b)),relevance:0},{className:"built_in",match:i(/\b/,a(...b),/(?=\()/)}],C={match:/->/,relevance:0},L=[C,{className:"operator",relevance:0,variants:[{match:m},{match:`\\.(\\.|${p})+`}]}],M="([0-9]_*)+",D="([0-9a-fA-F]_*)+",x={className:"number",relevance:0,variants:[{match:`\\b(${M})(\\.(${M}))?([eE][+-]?(${M}))?\\b`},{match:`\\b0x(${D})(\\.(${D}))?([pP][+-]?(${M}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},k=(e="")=>({className:"subst",variants:[{match:i(/\\/,e,/[0\\tnr"']/)},{match:i(/\\/,e,/u\{[0-9a-fA-F]{1,8}\}/)}]}),P=(e="")=>({className:"subst",match:i(/\\/,e,/[\t ]*(?:[\r\n]|\r\n)/)}),U=(e="")=>({className:"subst",label:"interpol",begin:i(/\\/,e,/\(/),end:/\)/}),B=(e="")=>({begin:i(e,/"""/),end:i(/"""/,e),contains:[k(e),P(e),U(e)]}),j=(e="")=>({begin:i(e,/"/),end:i(/"/,e),contains:[k(e),U(e)]}),F={className:"string",variants:[B(),B("#"),B("##"),B("###"),j(),j("#"),j("##"),j("###")]},H=[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}],G={begin:/\/[^\s](?=[^/\n]*\/)/,end:/\//,contains:H},$=e=>{const n=i(e,/\//),t=i(/\//,e);return{begin:n,end:t,contains:[...H,{scope:"comment",begin:`#(?!.*${t})`,end:/$/}]}},z={scope:"regexp",variants:[$("###"),$("##"),$("#"),G]},W={match:i(/`/,_,/`/)},V=[W,{className:"variable",match:/\$\d+/},{className:"variable",match:`\\$${E}+`}],K=[{match:/(@|#(un)?)available/,scope:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:O,contains:[...L,x,F]}]}},{scope:"keyword",match:i(/@/,a(...T))},{scope:"meta",match:i(/@/,_)}],q={match:t(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:i(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,E,"+")},{className:"type",match:N,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:i(/\s+&\s+/,t(N)),relevance:0}]},X={begin:/</,end:/>/,keywords:w,contains:[...h,...R,...K,C,q]};q.contains.push(X);const Y={begin:/\(/,end:/\)/,relevance:0,keywords:w,contains:["self",{match:i(_,/\s*:/),keywords:"_|0",relevance:0},...h,z,...R,...I,...L,x,F,...V,...K,q]},Z={begin:/</,end:/>/,keywords:"repeat each",contains:[...h,q]},Q={begin:/\(/,end:/\)/,keywords:w,contains:[{begin:a(t(i(_,/\s*:/)),t(i(_,/\s+/,_,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:_}]},...h,...R,...L,x,F,...K,q,Y],endsParent:!0,illegal:/["']/},J={match:[/(func|macro)/,/\s+/,a(W.match,_,m)],className:{1:"keyword",3:"title.function"},contains:[Z,Q,n],illegal:[/\[/,/%/]},ee={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[Z,Q,n],illegal:/\[|%/},ne={match:[/operator/,/\s+/,m],className:{1:"keyword",3:"title"}},te={begin:[/precedencegroup/,/\s+/,N],className:{1:"keyword",3:"title"},contains:[q],keywords:[...u,...d],end:/}/};for(const e of F.variants){const n=e.contains.find((e=>"interpol"===e.label));n.keywords=w;const t=[...R,...I,...L,x,F,...V];n.contains=[...t,{begin:/\(/,end:/\)/,contains:["self",...t]}]}return{name:"Swift",keywords:w,contains:[...h,J,ee,{beginKeywords:"struct protocol class extension enum actor",end:"\\{",excludeEnd:!0,keywords:w,contains:[e.inherit(e.TITLE_MODE,{className:"title.class",begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/}),...R]},ne,te,{beginKeywords:"import",end:/$/,contains:[...h],relevance:0},z,...R,...I,...L,x,F,...V,...K,q,Y]}}},8640:e=>{const n="[A-Za-z$_][0-9A-Za-z$_]*",t=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],i=["true","false","null","undefined","NaN","Infinity"],a=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],r=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],s=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],o=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],l=[].concat(s,a,r);function c(e){const c=e.regex,d=n,u={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(e,n)=>{const t=e[0].length+e.index,i=e.input[t];if("<"===i||","===i)return void n.ignoreMatch();let a;">"===i&&(((e,{after:n})=>{const t="</"+e[0].slice(1);return-1!==e.input.indexOf(t,n)})(e,{after:t})||n.ignoreMatch());const r=e.input.substring(t);((a=r.match(/^\s*=/))||(a=r.match(/^\s+extends\s+/))&&0===a.index)&&n.ignoreMatch()}},g={$pattern:n,keyword:t,literal:i,built_in:l,"variable.language":o},b="[0-9](_?[0-9])*",f=`\\.(${b})`,p="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",m={className:"number",variants:[{begin:`(\\b(${p})((${f})|\\.)?|(${f}))[eE][+-]?(${b})\\b`},{begin:`\\b(${p})\\b((${f})\\b|\\.)?|(${f})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},h={className:"subst",begin:"\\$\\{",end:"\\}",keywords:g,contains:[]},E={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,h],subLanguage:"xml"}},_={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,h],subLanguage:"css"}},N={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,h],subLanguage:"graphql"}},T={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,h]},O={className:"comment",variants:[e.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:d+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},v=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,E,_,N,T,{match:/\$\d+/},m];h.contains=v.concat({begin:/\{/,end:/\}/,keywords:g,contains:["self"].concat(v)});const y=[].concat(O,h.contains),A=y.concat([{begin:/\(/,end:/\)/,keywords:g,contains:["self"].concat(y)}]),S={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:g,contains:A},w={variants:[{match:[/class/,/\s+/,d,/\s+/,/extends/,/\s+/,c.concat(d,"(",c.concat(/\./,d),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,d],scope:{1:"keyword",3:"title.class"}}]},R={relevance:0,match:c.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...a,...r]}},I={variants:[{match:[/function/,/\s+/,d,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[S],illegal:/%/},C={match:c.concat(/\b/,(L=[...s,"super","import"],c.concat("(?!",L.join("|"),")")),d,c.lookahead(/\(/)),className:"title.function",relevance:0};var L;const M={begin:c.concat(/\./,c.lookahead(c.concat(d,/(?![0-9A-Za-z$_(])/))),end:d,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},D={match:[/get|set/,/\s+/,d,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},S]},x="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",k={match:[/const|var|let/,/\s+/,d,/\s*/,/=\s*/,/(async\s*)?/,c.lookahead(x)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[S]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:g,exports:{PARAMS_CONTAINS:A,CLASS_REFERENCE:R},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),{label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,E,_,N,T,O,{match:/\$\d+/},m,R,{className:"attr",begin:d+c.lookahead(":"),relevance:0},k,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[O,e.REGEXP_MODE,{className:"function",begin:x,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:g,contains:A}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:"<>",end:"</>"},{match:/<[A-Za-z0-9\\._:-]+\s*\/>/},{begin:u.begin,"on:begin":u.isTrulyOpeningTag,end:u.end}],subLanguage:"xml",contains:[{begin:u.begin,end:u.end,skip:!0,contains:["self"]}]}]},I,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[S,e.inherit(e.TITLE_MODE,{begin:d,className:"title.function"})]},{match:/\.\.\./,relevance:0},M,{match:"\\$"+d,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[S]},C,{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},w,D,{match:/\$[(.]/}]}}e.exports=function(e){const a=c(e),r=n,s=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],d={beginKeywords:"namespace",end:/\{/,excludeEnd:!0,contains:[a.exports.CLASS_REFERENCE]},u={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:s},contains:[a.exports.CLASS_REFERENCE]},g={$pattern:n,keyword:t.concat(["type","namespace","interface","public","private","protected","implements","declare","abstract","readonly","enum","override"]),literal:i,built_in:l.concat(s),"variable.language":o},b={className:"meta",begin:"@"+r},f=(e,n,t)=>{const i=e.contains.findIndex((e=>e.label===n));if(-1===i)throw new Error("can not find mode to replace");e.contains.splice(i,1,t)};return Object.assign(a.keywords,g),a.exports.PARAMS_CONTAINS.push(b),a.contains=a.contains.concat([b,d,u]),f(a,"shebang",e.SHEBANG()),f(a,"use_strict",{className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/}),a.contains.find((e=>"func.def"===e.label)).relevance=0,Object.assign(a,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),a}},114:e=>{e.exports=function(e){const n=e.regex,t=n.concat(/[\p{L}_]/u,n.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),i={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},a={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},r=e.inherit(a,{begin:/\(/,end:/\)/}),s=e.inherit(e.APOS_STRING_MODE,{className:"string"}),o=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),l={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:/[\p{L}0-9._:-]+/u,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[i]},{begin:/'/,end:/'/,contains:[i]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,relevance:10,contains:[a,o,s,r,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[a,r,o,s]}]}]},e.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},i,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[o]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[l],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[l],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:n.concat(/</,n.lookahead(n.concat(t,n.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:t,relevance:0,starts:l}]},{className:"tag",begin:n.concat(/<\//,n.lookahead(n.concat(t,/>/))),contains:[{className:"name",begin:t,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}},5588:e=>{e.exports=function(e){const n="true false yes no null",t="[\\w#;/?:@&=+$,.~*'()[\\]]+",i={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]}]},a=e.inherit(i,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),r={end:",",endsWithParent:!0,excludeEnd:!0,keywords:n,relevance:0},s={begin:/\{/,end:/\}/,contains:[r],illegal:"\\n",relevance:0},o={begin:"\\[",end:"\\]",contains:[r],illegal:"\\n",relevance:0},l=[{className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+t},{className:"type",begin:"!<"+t+">"},{className:"type",begin:"!"+t},{className:"type",begin:"!!"+t},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},{className:"number",begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b"},{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},s,o,i],c=[...l];return c.pop(),c.push(a),r.contains=c,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:l}}}},n={};function t(i){var a=n[i];if(void 0!==a)return a.exports;var r=n[i]={exports:{}};return e[i].call(r.exports,r,r.exports,t),r.exports}var i={};return(()=>{"use strict";var e=i;Object.defineProperty(e,"__esModule",{value:!0}),e.defaultDiff2HtmlUIConfig=e.Diff2HtmlUI=void 0;const n=t(2834),a=t(92);Object.defineProperty(e,"defaultDiff2HtmlUIConfig",{enumerable:!0,get:function(){return a.defaultDiff2HtmlUIConfig}});class r extends a.Diff2HtmlUI{constructor(e,t,i={}){super(e,t,i,n.hljs)}}e.Diff2HtmlUI=r})(),i})()));
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
<script>
|
| 41 |
-
document.addEventListener(
|
| 42 |
-
const targetElement = document.getElementById(
|
| 43 |
const diff2htmlUi = new Diff2HtmlUI(targetElement);
|
| 44 |
diff2htmlUi.fileListToggle(false);
|
| 45 |
diff2htmlUi.fileContentToggle();
|
|
@@ -48,215 +15041,207 @@
|
|
| 48 |
});
|
| 49 |
</script>
|
| 50 |
</head>
|
| 51 |
-
<body style="text-align: center; font-family:
|
| 52 |
<h1>Diff to HTML by <a href="https://github.com/rtfpessoa">rtfpessoa</a></h1>
|
| 53 |
|
| 54 |
<div id="diff">
|
| 55 |
<div class="d2h-file-list-wrapper d2h-auto-color-scheme">
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
</
|
| 74 |
-
|
| 75 |
-
</
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
<
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
<
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
</
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
<table class="d2h-diff-table">
|
| 92 |
-
|
| 93 |
<tr>
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
</tr>
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
<
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
<
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
<
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
<
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
<
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
<
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
<div class="d2h-code-side-line">
|
| 164 |
-
<span class="d2h-code-line-prefix"> </span>
|
| 165 |
-
<span class="d2h-code-line-ctn"> You can even add a little note about which of these is the best way to reach you.</span>
|
| 166 |
-
</div>
|
| 167 |
-
</td>
|
| 168 |
-
</tr>
|
| 169 |
-
</tbody>
|
| 170 |
</table>
|
|
|
|
| 171 |
</div>
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
<div class="d2h-code-wrapper">
|
| 175 |
<table class="d2h-diff-table">
|
| 176 |
-
|
| 177 |
<tr>
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
</tr>
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
<
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
<
|
| 203 |
-
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
| 212 |
-
<
|
| 213 |
-
|
| 214 |
-
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
<
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-
|
| 230 |
-
|
| 231 |
-
|
| 232 |
-
<
|
| 233 |
-
|
| 234 |
-
|
| 235 |
-
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
|
| 242 |
-
<
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
|
| 247 |
-
<div class="d2h-code-side-line">
|
| 248 |
-
<span class="d2h-code-line-prefix"> </span>
|
| 249 |
-
<span class="d2h-code-line-ctn"> You can even add a little note about which of these is the best way to reach you.</span>
|
| 250 |
-
</div>
|
| 251 |
-
</td>
|
| 252 |
-
</tr>
|
| 253 |
-
</tbody>
|
| 254 |
</table>
|
|
|
|
| 255 |
</div>
|
|
|
|
| 256 |
</div>
|
| 257 |
-
|
| 258 |
-
</div>
|
| 259 |
-
</div>
|
| 260 |
</div>
|
| 261 |
</body>
|
| 262 |
</html>
|
|
|
|
| 10 |
-->
|
| 11 |
|
| 12 |
<style>
|
| 13 |
+
@media screen and (prefers-color-scheme: light) {
|
| 14 |
+
body {
|
| 15 |
+
background-color: var(--d2h-bg-color);
|
| 16 |
+
}
|
| 17 |
+
h1 {
|
| 18 |
+
color: var(--d2h-light-color);
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
@media screen and (prefers-color-scheme: dark) {
|
| 22 |
+
body {
|
| 23 |
+
background-color: rgb(13, 17, 23);
|
| 24 |
+
}
|
| 25 |
+
h1 {
|
| 26 |
+
color: var(--d2h-dark-color);
|
| 27 |
+
}
|
| 28 |
+
}
|
| 29 |
+
</style>
|
| 30 |
+
<link
|
| 31 |
+
rel="stylesheet"
|
| 32 |
+
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css"
|
| 33 |
+
media="screen and (prefers-color-scheme: light)"
|
| 34 |
+
/>
|
| 35 |
+
<link
|
| 36 |
+
rel="stylesheet"
|
| 37 |
+
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css"
|
| 38 |
+
media="screen and (prefers-color-scheme: dark)"
|
| 39 |
+
/>
|
| 40 |
+
<style>
|
| 41 |
+
:host,
|
| 42 |
+
:root {
|
| 43 |
+
--d2h-bg-color: #fff;
|
| 44 |
+
--d2h-border-color: #ddd;
|
| 45 |
+
--d2h-dim-color: rgba(0, 0, 0, 0.3);
|
| 46 |
+
--d2h-line-border-color: #eee;
|
| 47 |
+
--d2h-file-header-bg-color: #f7f7f7;
|
| 48 |
+
--d2h-file-header-border-color: #d8d8d8;
|
| 49 |
+
--d2h-empty-placeholder-bg-color: #f1f1f1;
|
| 50 |
+
--d2h-empty-placeholder-border-color: #e1e1e1;
|
| 51 |
+
--d2h-selected-color: #c8e1ff;
|
| 52 |
+
--d2h-ins-bg-color: #dfd;
|
| 53 |
+
--d2h-ins-border-color: #b4e2b4;
|
| 54 |
+
--d2h-ins-highlight-bg-color: #97f295;
|
| 55 |
+
--d2h-ins-label-color: #399839;
|
| 56 |
+
--d2h-del-bg-color: #fee8e9;
|
| 57 |
+
--d2h-del-border-color: #e9aeae;
|
| 58 |
+
--d2h-del-highlight-bg-color: #ffb6ba;
|
| 59 |
+
--d2h-del-label-color: #c33;
|
| 60 |
+
--d2h-change-del-color: #fdf2d0;
|
| 61 |
+
--d2h-change-ins-color: #ded;
|
| 62 |
+
--d2h-info-bg-color: #f8fafd;
|
| 63 |
+
--d2h-info-border-color: #d5e4f2;
|
| 64 |
+
--d2h-change-label-color: #d0b44c;
|
| 65 |
+
--d2h-moved-label-color: #3572b0;
|
| 66 |
+
--d2h-dark-color: #e6edf3;
|
| 67 |
+
--d2h-dark-bg-color: #0d1117;
|
| 68 |
+
--d2h-dark-border-color: #30363d;
|
| 69 |
+
--d2h-dark-dim-color: #6e7681;
|
| 70 |
+
--d2h-dark-line-border-color: #21262d;
|
| 71 |
+
--d2h-dark-file-header-bg-color: #161b22;
|
| 72 |
+
--d2h-dark-file-header-border-color: #30363d;
|
| 73 |
+
--d2h-dark-empty-placeholder-bg-color: hsla(215, 8%, 47%, 0.1);
|
| 74 |
+
--d2h-dark-empty-placeholder-border-color: #30363d;
|
| 75 |
+
--d2h-dark-selected-color: rgba(56, 139, 253, 0.1);
|
| 76 |
+
--d2h-dark-ins-bg-color: rgba(46, 160, 67, 0.15);
|
| 77 |
+
--d2h-dark-ins-border-color: rgba(46, 160, 67, 0.4);
|
| 78 |
+
--d2h-dark-ins-highlight-bg-color: rgba(46, 160, 67, 0.4);
|
| 79 |
+
--d2h-dark-ins-label-color: #3fb950;
|
| 80 |
+
--d2h-dark-del-bg-color: rgba(248, 81, 73, 0.1);
|
| 81 |
+
--d2h-dark-del-border-color: rgba(248, 81, 73, 0.4);
|
| 82 |
+
--d2h-dark-del-highlight-bg-color: rgba(248, 81, 73, 0.4);
|
| 83 |
+
--d2h-dark-del-label-color: #f85149;
|
| 84 |
+
--d2h-dark-change-del-color: rgba(210, 153, 34, 0.2);
|
| 85 |
+
--d2h-dark-change-ins-color: rgba(46, 160, 67, 0.25);
|
| 86 |
+
--d2h-dark-info-bg-color: rgba(56, 139, 253, 0.1);
|
| 87 |
+
--d2h-dark-info-border-color: rgba(56, 139, 253, 0.4);
|
| 88 |
+
--d2h-dark-change-label-color: #d29922;
|
| 89 |
+
--d2h-dark-moved-label-color: #3572b0;
|
| 90 |
+
}
|
| 91 |
+
.d2h-wrapper {
|
| 92 |
+
text-align: left;
|
| 93 |
+
}
|
| 94 |
+
.d2h-file-header {
|
| 95 |
+
background-color: #f7f7f7;
|
| 96 |
+
background-color: var(--d2h-file-header-bg-color);
|
| 97 |
+
border-bottom: 1px solid #d8d8d8;
|
| 98 |
+
border-bottom: 1px solid var(--d2h-file-header-border-color);
|
| 99 |
+
display: -webkit-box;
|
| 100 |
+
display: -ms-flexbox;
|
| 101 |
+
display: flex;
|
| 102 |
+
font-family:
|
| 103 |
+
Source Sans Pro,
|
| 104 |
+
Helvetica Neue,
|
| 105 |
+
Helvetica,
|
| 106 |
+
Arial,
|
| 107 |
+
sans-serif;
|
| 108 |
+
height: 35px;
|
| 109 |
+
padding: 5px 10px;
|
| 110 |
+
}
|
| 111 |
+
.d2h-file-header.d2h-sticky-header {
|
| 112 |
+
position: sticky;
|
| 113 |
+
top: 0;
|
| 114 |
+
z-index: 1;
|
| 115 |
+
}
|
| 116 |
+
.d2h-file-stats {
|
| 117 |
+
display: -webkit-box;
|
| 118 |
+
display: -ms-flexbox;
|
| 119 |
+
display: flex;
|
| 120 |
+
font-size: 14px;
|
| 121 |
+
margin-left: auto;
|
| 122 |
+
}
|
| 123 |
+
.d2h-lines-added {
|
| 124 |
+
border: 1px solid #b4e2b4;
|
| 125 |
+
border: 1px solid var(--d2h-ins-border-color);
|
| 126 |
+
border-radius: 5px 0 0 5px;
|
| 127 |
+
color: #399839;
|
| 128 |
+
color: var(--d2h-ins-label-color);
|
| 129 |
+
padding: 2px;
|
| 130 |
+
text-align: right;
|
| 131 |
+
vertical-align: middle;
|
| 132 |
+
}
|
| 133 |
+
.d2h-lines-deleted {
|
| 134 |
+
border: 1px solid #e9aeae;
|
| 135 |
+
border: 1px solid var(--d2h-del-border-color);
|
| 136 |
+
border-radius: 0 5px 5px 0;
|
| 137 |
+
color: #c33;
|
| 138 |
+
color: var(--d2h-del-label-color);
|
| 139 |
+
margin-left: 1px;
|
| 140 |
+
padding: 2px;
|
| 141 |
+
text-align: left;
|
| 142 |
+
vertical-align: middle;
|
| 143 |
+
}
|
| 144 |
+
.d2h-file-name-wrapper {
|
| 145 |
+
display: -webkit-box;
|
| 146 |
+
display: -ms-flexbox;
|
| 147 |
+
display: flex;
|
| 148 |
+
-webkit-box-align: center;
|
| 149 |
+
-ms-flex-align: center;
|
| 150 |
+
align-items: center;
|
| 151 |
+
font-size: 15px;
|
| 152 |
+
width: 100%;
|
| 153 |
+
}
|
| 154 |
+
.d2h-file-name {
|
| 155 |
+
overflow-x: hidden;
|
| 156 |
+
text-overflow: ellipsis;
|
| 157 |
+
white-space: nowrap;
|
| 158 |
+
}
|
| 159 |
+
.d2h-file-wrapper {
|
| 160 |
+
border: 1px solid #ddd;
|
| 161 |
+
border: 1px solid var(--d2h-border-color);
|
| 162 |
+
border-radius: 3px;
|
| 163 |
+
margin-bottom: 1em;
|
| 164 |
+
}
|
| 165 |
+
.d2h-file-collapse {
|
| 166 |
+
-webkit-box-pack: end;
|
| 167 |
+
-ms-flex-pack: end;
|
| 168 |
+
cursor: pointer;
|
| 169 |
+
display: none;
|
| 170 |
+
font-size: 12px;
|
| 171 |
+
justify-content: flex-end;
|
| 172 |
+
-webkit-box-align: center;
|
| 173 |
+
-ms-flex-align: center;
|
| 174 |
+
align-items: center;
|
| 175 |
+
border: 1px solid #ddd;
|
| 176 |
+
border: 1px solid var(--d2h-border-color);
|
| 177 |
+
border-radius: 3px;
|
| 178 |
+
padding: 4px 8px;
|
| 179 |
+
}
|
| 180 |
+
.d2h-file-collapse.d2h-selected {
|
| 181 |
+
background-color: #c8e1ff;
|
| 182 |
+
background-color: var(--d2h-selected-color);
|
| 183 |
+
}
|
| 184 |
+
.d2h-file-collapse-input {
|
| 185 |
+
margin: 0 4px 0 0;
|
| 186 |
+
}
|
| 187 |
+
.d2h-diff-table {
|
| 188 |
+
border-collapse: collapse;
|
| 189 |
+
font-family: Menlo, Consolas, monospace;
|
| 190 |
+
font-size: 13px;
|
| 191 |
+
width: 100%;
|
| 192 |
+
}
|
| 193 |
+
.d2h-files-diff {
|
| 194 |
+
display: -webkit-box;
|
| 195 |
+
display: -ms-flexbox;
|
| 196 |
+
display: flex;
|
| 197 |
+
width: 100%;
|
| 198 |
+
}
|
| 199 |
+
.d2h-file-diff {
|
| 200 |
+
overflow-y: hidden;
|
| 201 |
+
}
|
| 202 |
+
.d2h-file-diff.d2h-d-none,
|
| 203 |
+
.d2h-files-diff.d2h-d-none {
|
| 204 |
+
display: none;
|
| 205 |
+
}
|
| 206 |
+
.d2h-file-side-diff {
|
| 207 |
+
display: inline-block;
|
| 208 |
+
overflow-x: scroll;
|
| 209 |
+
overflow-y: hidden;
|
| 210 |
+
width: 50%;
|
| 211 |
+
}
|
| 212 |
+
.d2h-code-line {
|
| 213 |
+
padding: 0 8em;
|
| 214 |
+
width: calc(100% - 16em);
|
| 215 |
+
}
|
| 216 |
+
.d2h-code-line,
|
| 217 |
+
.d2h-code-side-line {
|
| 218 |
+
display: inline-block;
|
| 219 |
+
-webkit-user-select: none;
|
| 220 |
+
-moz-user-select: none;
|
| 221 |
+
-ms-user-select: none;
|
| 222 |
+
user-select: none;
|
| 223 |
+
white-space: nowrap;
|
| 224 |
+
}
|
| 225 |
+
.d2h-code-side-line {
|
| 226 |
+
padding: 0 4.5em;
|
| 227 |
+
width: calc(100% - 9em);
|
| 228 |
+
}
|
| 229 |
+
.d2h-code-line-ctn {
|
| 230 |
+
background: none;
|
| 231 |
+
display: inline-block;
|
| 232 |
+
padding: 0;
|
| 233 |
+
word-wrap: normal;
|
| 234 |
+
-webkit-user-select: text;
|
| 235 |
+
-moz-user-select: text;
|
| 236 |
+
-ms-user-select: text;
|
| 237 |
+
user-select: text;
|
| 238 |
+
vertical-align: middle;
|
| 239 |
+
white-space: pre;
|
| 240 |
+
width: 100%;
|
| 241 |
+
}
|
| 242 |
+
.d2h-code-line del,
|
| 243 |
+
.d2h-code-side-line del {
|
| 244 |
+
background-color: #ffb6ba;
|
| 245 |
+
background-color: var(--d2h-del-highlight-bg-color);
|
| 246 |
+
}
|
| 247 |
+
.d2h-code-line del,
|
| 248 |
+
.d2h-code-line ins,
|
| 249 |
+
.d2h-code-side-line del,
|
| 250 |
+
.d2h-code-side-line ins {
|
| 251 |
+
border-radius: 0.2em;
|
| 252 |
+
display: inline-block;
|
| 253 |
+
margin-top: -1px;
|
| 254 |
+
-webkit-text-decoration: none;
|
| 255 |
+
text-decoration: none;
|
| 256 |
+
}
|
| 257 |
+
.d2h-code-line ins,
|
| 258 |
+
.d2h-code-side-line ins {
|
| 259 |
+
background-color: #97f295;
|
| 260 |
+
background-color: var(--d2h-ins-highlight-bg-color);
|
| 261 |
+
text-align: left;
|
| 262 |
+
}
|
| 263 |
+
.d2h-code-line-prefix {
|
| 264 |
+
background: none;
|
| 265 |
+
display: inline;
|
| 266 |
+
padding: 0;
|
| 267 |
+
word-wrap: normal;
|
| 268 |
+
white-space: pre;
|
| 269 |
+
}
|
| 270 |
+
.line-num1 {
|
| 271 |
+
float: left;
|
| 272 |
+
}
|
| 273 |
+
.line-num1,
|
| 274 |
+
.line-num2 {
|
| 275 |
+
-webkit-box-sizing: border-box;
|
| 276 |
+
box-sizing: border-box;
|
| 277 |
+
overflow: hidden;
|
| 278 |
+
padding: 0 0.5em;
|
| 279 |
+
text-overflow: ellipsis;
|
| 280 |
+
width: 3.5em;
|
| 281 |
+
}
|
| 282 |
+
.line-num2 {
|
| 283 |
+
float: right;
|
| 284 |
+
}
|
| 285 |
+
.d2h-code-linenumber {
|
| 286 |
+
background-color: #fff;
|
| 287 |
+
background-color: var(--d2h-bg-color);
|
| 288 |
+
border: solid #eee;
|
| 289 |
+
border: solid var(--d2h-line-border-color);
|
| 290 |
+
border-width: 0 1px;
|
| 291 |
+
-webkit-box-sizing: border-box;
|
| 292 |
+
box-sizing: border-box;
|
| 293 |
+
color: rgba(0, 0, 0, 0.3);
|
| 294 |
+
color: var(--d2h-dim-color);
|
| 295 |
+
cursor: pointer;
|
| 296 |
+
display: inline-block;
|
| 297 |
+
position: absolute;
|
| 298 |
+
text-align: right;
|
| 299 |
+
width: 7.5em;
|
| 300 |
+
}
|
| 301 |
+
.d2h-code-linenumber:after {
|
| 302 |
+
content: "\200b";
|
| 303 |
+
}
|
| 304 |
+
.d2h-code-side-linenumber {
|
| 305 |
+
background-color: #fff;
|
| 306 |
+
background-color: var(--d2h-bg-color);
|
| 307 |
+
border: solid #eee;
|
| 308 |
+
border: solid var(--d2h-line-border-color);
|
| 309 |
+
border-width: 0 1px;
|
| 310 |
+
-webkit-box-sizing: border-box;
|
| 311 |
+
box-sizing: border-box;
|
| 312 |
+
color: rgba(0, 0, 0, 0.3);
|
| 313 |
+
color: var(--d2h-dim-color);
|
| 314 |
+
cursor: pointer;
|
| 315 |
+
display: inline-block;
|
| 316 |
+
overflow: hidden;
|
| 317 |
+
padding: 0 0.5em;
|
| 318 |
+
position: absolute;
|
| 319 |
+
text-align: right;
|
| 320 |
+
text-overflow: ellipsis;
|
| 321 |
+
width: 4em;
|
| 322 |
+
}
|
| 323 |
+
.d2h-code-side-linenumber:after {
|
| 324 |
+
content: "\200b";
|
| 325 |
+
}
|
| 326 |
+
.d2h-code-side-emptyplaceholder,
|
| 327 |
+
.d2h-emptyplaceholder {
|
| 328 |
+
background-color: #f1f1f1;
|
| 329 |
+
background-color: var(--d2h-empty-placeholder-bg-color);
|
| 330 |
+
border-color: #e1e1e1;
|
| 331 |
+
border-color: var(--d2h-empty-placeholder-border-color);
|
| 332 |
+
}
|
| 333 |
+
.d2h-code-line-prefix,
|
| 334 |
+
.d2h-code-linenumber,
|
| 335 |
+
.d2h-code-side-linenumber,
|
| 336 |
+
.d2h-emptyplaceholder {
|
| 337 |
+
-webkit-user-select: none;
|
| 338 |
+
-moz-user-select: none;
|
| 339 |
+
-ms-user-select: none;
|
| 340 |
+
user-select: none;
|
| 341 |
+
}
|
| 342 |
+
.d2h-code-linenumber,
|
| 343 |
+
.d2h-code-side-linenumber {
|
| 344 |
+
direction: rtl;
|
| 345 |
+
}
|
| 346 |
+
.d2h-del {
|
| 347 |
+
background-color: #fee8e9;
|
| 348 |
+
background-color: var(--d2h-del-bg-color);
|
| 349 |
+
border-color: #e9aeae;
|
| 350 |
+
border-color: var(--d2h-del-border-color);
|
| 351 |
+
}
|
| 352 |
+
.d2h-ins {
|
| 353 |
+
background-color: #dfd;
|
| 354 |
+
background-color: var(--d2h-ins-bg-color);
|
| 355 |
+
border-color: #b4e2b4;
|
| 356 |
+
border-color: var(--d2h-ins-border-color);
|
| 357 |
+
}
|
| 358 |
+
.d2h-info {
|
| 359 |
+
background-color: #f8fafd;
|
| 360 |
+
background-color: var(--d2h-info-bg-color);
|
| 361 |
+
border-color: #d5e4f2;
|
| 362 |
+
border-color: var(--d2h-info-border-color);
|
| 363 |
+
color: rgba(0, 0, 0, 0.3);
|
| 364 |
+
color: var(--d2h-dim-color);
|
| 365 |
+
}
|
| 366 |
+
.d2h-file-diff .d2h-del.d2h-change {
|
| 367 |
+
background-color: #fdf2d0;
|
| 368 |
+
background-color: var(--d2h-change-del-color);
|
| 369 |
+
}
|
| 370 |
+
.d2h-file-diff .d2h-ins.d2h-change {
|
| 371 |
+
background-color: #ded;
|
| 372 |
+
background-color: var(--d2h-change-ins-color);
|
| 373 |
+
}
|
| 374 |
+
.d2h-file-list-wrapper {
|
| 375 |
+
margin-bottom: 10px;
|
| 376 |
+
}
|
| 377 |
+
.d2h-file-list-wrapper a {
|
| 378 |
+
-webkit-text-decoration: none;
|
| 379 |
+
text-decoration: none;
|
| 380 |
+
}
|
| 381 |
+
.d2h-file-list-wrapper a,
|
| 382 |
+
.d2h-file-list-wrapper a:visited {
|
| 383 |
+
color: #3572b0;
|
| 384 |
+
color: var(--d2h-moved-label-color);
|
| 385 |
+
}
|
| 386 |
+
.d2h-file-list-header {
|
| 387 |
+
text-align: left;
|
| 388 |
+
}
|
| 389 |
+
.d2h-file-list-title {
|
| 390 |
+
font-weight: 700;
|
| 391 |
+
}
|
| 392 |
+
.d2h-file-list-line {
|
| 393 |
+
display: -webkit-box;
|
| 394 |
+
display: -ms-flexbox;
|
| 395 |
+
display: flex;
|
| 396 |
+
text-align: left;
|
| 397 |
+
}
|
| 398 |
+
.d2h-file-list {
|
| 399 |
+
display: block;
|
| 400 |
+
list-style: none;
|
| 401 |
+
margin: 0;
|
| 402 |
+
padding: 0;
|
| 403 |
+
}
|
| 404 |
+
.d2h-file-list > li {
|
| 405 |
+
border-bottom: 1px solid #ddd;
|
| 406 |
+
border-bottom: 1px solid var(--d2h-border-color);
|
| 407 |
+
margin: 0;
|
| 408 |
+
padding: 5px 10px;
|
| 409 |
+
}
|
| 410 |
+
.d2h-file-list > li:last-child {
|
| 411 |
+
border-bottom: none;
|
| 412 |
+
}
|
| 413 |
+
.d2h-file-switch {
|
| 414 |
+
cursor: pointer;
|
| 415 |
+
display: none;
|
| 416 |
+
font-size: 10px;
|
| 417 |
+
}
|
| 418 |
+
.d2h-icon {
|
| 419 |
+
margin-right: 10px;
|
| 420 |
+
vertical-align: middle;
|
| 421 |
+
fill: currentColor;
|
| 422 |
+
}
|
| 423 |
+
.d2h-deleted {
|
| 424 |
+
color: #c33;
|
| 425 |
+
color: var(--d2h-del-label-color);
|
| 426 |
+
}
|
| 427 |
+
.d2h-added {
|
| 428 |
+
color: #399839;
|
| 429 |
+
color: var(--d2h-ins-label-color);
|
| 430 |
+
}
|
| 431 |
+
.d2h-changed {
|
| 432 |
+
color: #d0b44c;
|
| 433 |
+
color: var(--d2h-change-label-color);
|
| 434 |
+
}
|
| 435 |
+
.d2h-moved {
|
| 436 |
+
color: #3572b0;
|
| 437 |
+
color: var(--d2h-moved-label-color);
|
| 438 |
+
}
|
| 439 |
+
.d2h-tag {
|
| 440 |
+
background-color: #fff;
|
| 441 |
+
background-color: var(--d2h-bg-color);
|
| 442 |
+
display: -webkit-box;
|
| 443 |
+
display: -ms-flexbox;
|
| 444 |
+
display: flex;
|
| 445 |
+
font-size: 10px;
|
| 446 |
+
margin-left: 5px;
|
| 447 |
+
padding: 0 2px;
|
| 448 |
+
}
|
| 449 |
+
.d2h-deleted-tag {
|
| 450 |
+
border: 1px solid #c33;
|
| 451 |
+
border: 1px solid var(--d2h-del-label-color);
|
| 452 |
+
}
|
| 453 |
+
.d2h-added-tag {
|
| 454 |
+
border: 1px solid #399839;
|
| 455 |
+
border: 1px solid var(--d2h-ins-label-color);
|
| 456 |
+
}
|
| 457 |
+
.d2h-changed-tag {
|
| 458 |
+
border: 1px solid #d0b44c;
|
| 459 |
+
border: 1px solid var(--d2h-change-label-color);
|
| 460 |
+
}
|
| 461 |
+
.d2h-moved-tag {
|
| 462 |
+
border: 1px solid #3572b0;
|
| 463 |
+
border: 1px solid var(--d2h-moved-label-color);
|
| 464 |
+
}
|
| 465 |
+
.d2h-dark-color-scheme {
|
| 466 |
+
background-color: #0d1117;
|
| 467 |
+
background-color: var(--d2h-dark-bg-color);
|
| 468 |
+
color: #e6edf3;
|
| 469 |
+
color: var(--d2h-dark-color);
|
| 470 |
+
}
|
| 471 |
+
.d2h-dark-color-scheme .d2h-file-header {
|
| 472 |
+
background-color: #161b22;
|
| 473 |
+
background-color: var(--d2h-dark-file-header-bg-color);
|
| 474 |
+
border-bottom: #30363d;
|
| 475 |
+
border-bottom: var(--d2h-dark-file-header-border-color);
|
| 476 |
+
}
|
| 477 |
+
.d2h-dark-color-scheme .d2h-lines-added {
|
| 478 |
+
border: 1px solid rgba(46, 160, 67, 0.4);
|
| 479 |
+
border: 1px solid var(--d2h-dark-ins-border-color);
|
| 480 |
+
color: #3fb950;
|
| 481 |
+
color: var(--d2h-dark-ins-label-color);
|
| 482 |
+
}
|
| 483 |
+
.d2h-dark-color-scheme .d2h-lines-deleted {
|
| 484 |
+
border: 1px solid rgba(248, 81, 73, 0.4);
|
| 485 |
+
border: 1px solid var(--d2h-dark-del-border-color);
|
| 486 |
+
color: #f85149;
|
| 487 |
+
color: var(--d2h-dark-del-label-color);
|
| 488 |
+
}
|
| 489 |
+
.d2h-dark-color-scheme .d2h-code-line del,
|
| 490 |
+
.d2h-dark-color-scheme .d2h-code-side-line del {
|
| 491 |
+
background-color: rgba(248, 81, 73, 0.4);
|
| 492 |
+
background-color: var(--d2h-dark-del-highlight-bg-color);
|
| 493 |
+
}
|
| 494 |
+
.d2h-dark-color-scheme .d2h-code-line ins,
|
| 495 |
+
.d2h-dark-color-scheme .d2h-code-side-line ins {
|
| 496 |
+
background-color: rgba(46, 160, 67, 0.4);
|
| 497 |
+
background-color: var(--d2h-dark-ins-highlight-bg-color);
|
| 498 |
+
}
|
| 499 |
+
.d2h-dark-color-scheme .d2h-diff-tbody {
|
| 500 |
+
border-color: #30363d;
|
| 501 |
+
border-color: var(--d2h-dark-border-color);
|
| 502 |
+
}
|
| 503 |
+
.d2h-dark-color-scheme .d2h-code-side-linenumber {
|
| 504 |
+
background-color: #0d1117;
|
| 505 |
+
background-color: var(--d2h-dark-bg-color);
|
| 506 |
+
border-color: #21262d;
|
| 507 |
+
border-color: var(--d2h-dark-line-border-color);
|
| 508 |
+
color: #6e7681;
|
| 509 |
+
color: var(--d2h-dark-dim-color);
|
| 510 |
+
}
|
| 511 |
+
.d2h-dark-color-scheme .d2h-files-diff .d2h-code-side-emptyplaceholder,
|
| 512 |
+
.d2h-dark-color-scheme .d2h-files-diff .d2h-emptyplaceholder {
|
| 513 |
+
background-color: hsla(215, 8%, 47%, 0.1);
|
| 514 |
+
background-color: var(--d2h-dark-empty-placeholder-bg-color);
|
| 515 |
+
border-color: #30363d;
|
| 516 |
+
border-color: var(--d2h-dark-empty-placeholder-border-color);
|
| 517 |
+
}
|
| 518 |
+
.d2h-dark-color-scheme .d2h-code-linenumber {
|
| 519 |
+
background-color: #0d1117;
|
| 520 |
+
background-color: var(--d2h-dark-bg-color);
|
| 521 |
+
border-color: #21262d;
|
| 522 |
+
border-color: var(--d2h-dark-line-border-color);
|
| 523 |
+
color: #6e7681;
|
| 524 |
+
color: var(--d2h-dark-dim-color);
|
| 525 |
+
}
|
| 526 |
+
.d2h-dark-color-scheme .d2h-del {
|
| 527 |
+
background-color: rgba(248, 81, 73, 0.1);
|
| 528 |
+
background-color: var(--d2h-dark-del-bg-color);
|
| 529 |
+
border-color: rgba(248, 81, 73, 0.4);
|
| 530 |
+
border-color: var(--d2h-dark-del-border-color);
|
| 531 |
+
}
|
| 532 |
+
.d2h-dark-color-scheme .d2h-ins {
|
| 533 |
+
background-color: rgba(46, 160, 67, 0.15);
|
| 534 |
+
background-color: var(--d2h-dark-ins-bg-color);
|
| 535 |
+
border-color: rgba(46, 160, 67, 0.4);
|
| 536 |
+
border-color: var(--d2h-dark-ins-border-color);
|
| 537 |
+
}
|
| 538 |
+
.d2h-dark-color-scheme .d2h-info {
|
| 539 |
+
background-color: rgba(56, 139, 253, 0.1);
|
| 540 |
+
background-color: var(--d2h-dark-info-bg-color);
|
| 541 |
+
border-color: rgba(56, 139, 253, 0.4);
|
| 542 |
+
border-color: var(--d2h-dark-info-border-color);
|
| 543 |
+
color: #6e7681;
|
| 544 |
+
color: var(--d2h-dark-dim-color);
|
| 545 |
+
}
|
| 546 |
+
.d2h-dark-color-scheme .d2h-file-diff .d2h-del.d2h-change {
|
| 547 |
+
background-color: rgba(210, 153, 34, 0.2);
|
| 548 |
+
background-color: var(--d2h-dark-change-del-color);
|
| 549 |
+
}
|
| 550 |
+
.d2h-dark-color-scheme .d2h-file-diff .d2h-ins.d2h-change {
|
| 551 |
+
background-color: rgba(46, 160, 67, 0.25);
|
| 552 |
+
background-color: var(--d2h-dark-change-ins-color);
|
| 553 |
+
}
|
| 554 |
+
.d2h-dark-color-scheme .d2h-file-wrapper {
|
| 555 |
+
border: 1px solid #30363d;
|
| 556 |
+
border: 1px solid var(--d2h-dark-border-color);
|
| 557 |
+
}
|
| 558 |
+
.d2h-dark-color-scheme .d2h-file-collapse {
|
| 559 |
+
border: 1px solid #0d1117;
|
| 560 |
+
border: 1px solid var(--d2h-dark-bg-color);
|
| 561 |
+
}
|
| 562 |
+
.d2h-dark-color-scheme .d2h-file-collapse.d2h-selected {
|
| 563 |
+
background-color: rgba(56, 139, 253, 0.1);
|
| 564 |
+
background-color: var(--d2h-dark-selected-color);
|
| 565 |
+
}
|
| 566 |
+
.d2h-dark-color-scheme .d2h-file-list-wrapper a,
|
| 567 |
+
.d2h-dark-color-scheme .d2h-file-list-wrapper a:visited {
|
| 568 |
+
color: #3572b0;
|
| 569 |
+
color: var(--d2h-dark-moved-label-color);
|
| 570 |
+
}
|
| 571 |
+
.d2h-dark-color-scheme .d2h-file-list > li {
|
| 572 |
+
border-bottom: 1px solid #0d1117;
|
| 573 |
+
border-bottom: 1px solid var(--d2h-dark-bg-color);
|
| 574 |
+
}
|
| 575 |
+
.d2h-dark-color-scheme .d2h-deleted {
|
| 576 |
+
color: #f85149;
|
| 577 |
+
color: var(--d2h-dark-del-label-color);
|
| 578 |
+
}
|
| 579 |
+
.d2h-dark-color-scheme .d2h-added {
|
| 580 |
+
color: #3fb950;
|
| 581 |
+
color: var(--d2h-dark-ins-label-color);
|
| 582 |
+
}
|
| 583 |
+
.d2h-dark-color-scheme .d2h-changed {
|
| 584 |
+
color: #d29922;
|
| 585 |
+
color: var(--d2h-dark-change-label-color);
|
| 586 |
+
}
|
| 587 |
+
.d2h-dark-color-scheme .d2h-moved {
|
| 588 |
+
color: #3572b0;
|
| 589 |
+
color: var(--d2h-dark-moved-label-color);
|
| 590 |
+
}
|
| 591 |
+
.d2h-dark-color-scheme .d2h-tag {
|
| 592 |
+
background-color: #0d1117;
|
| 593 |
+
background-color: var(--d2h-dark-bg-color);
|
| 594 |
+
}
|
| 595 |
+
.d2h-dark-color-scheme .d2h-deleted-tag {
|
| 596 |
+
border: 1px solid #f85149;
|
| 597 |
+
border: 1px solid var(--d2h-dark-del-label-color);
|
| 598 |
+
}
|
| 599 |
+
.d2h-dark-color-scheme .d2h-added-tag {
|
| 600 |
+
border: 1px solid #3fb950;
|
| 601 |
+
border: 1px solid var(--d2h-dark-ins-label-color);
|
| 602 |
+
}
|
| 603 |
+
.d2h-dark-color-scheme .d2h-changed-tag {
|
| 604 |
+
border: 1px solid #d29922;
|
| 605 |
+
border: 1px solid var(--d2h-dark-change-label-color);
|
| 606 |
+
}
|
| 607 |
+
.d2h-dark-color-scheme .d2h-moved-tag {
|
| 608 |
+
border: 1px solid #3572b0;
|
| 609 |
+
border: 1px solid var(--d2h-dark-moved-label-color);
|
| 610 |
+
}
|
| 611 |
+
@media (prefers-color-scheme: dark) {
|
| 612 |
+
.d2h-auto-color-scheme {
|
| 613 |
+
background-color: #0d1117;
|
| 614 |
+
background-color: var(--d2h-dark-bg-color);
|
| 615 |
+
color: #e6edf3;
|
| 616 |
+
color: var(--d2h-dark-color);
|
| 617 |
+
}
|
| 618 |
+
.d2h-auto-color-scheme .d2h-file-header {
|
| 619 |
+
background-color: #161b22;
|
| 620 |
+
background-color: var(--d2h-dark-file-header-bg-color);
|
| 621 |
+
border-bottom: #30363d;
|
| 622 |
+
border-bottom: var(--d2h-dark-file-header-border-color);
|
| 623 |
+
}
|
| 624 |
+
.d2h-auto-color-scheme .d2h-lines-added {
|
| 625 |
+
border: 1px solid rgba(46, 160, 67, 0.4);
|
| 626 |
+
border: 1px solid var(--d2h-dark-ins-border-color);
|
| 627 |
+
color: #3fb950;
|
| 628 |
+
color: var(--d2h-dark-ins-label-color);
|
| 629 |
+
}
|
| 630 |
+
.d2h-auto-color-scheme .d2h-lines-deleted {
|
| 631 |
+
border: 1px solid rgba(248, 81, 73, 0.4);
|
| 632 |
+
border: 1px solid var(--d2h-dark-del-border-color);
|
| 633 |
+
color: #f85149;
|
| 634 |
+
color: var(--d2h-dark-del-label-color);
|
| 635 |
+
}
|
| 636 |
+
.d2h-auto-color-scheme .d2h-code-line del,
|
| 637 |
+
.d2h-auto-color-scheme .d2h-code-side-line del {
|
| 638 |
+
background-color: rgba(248, 81, 73, 0.4);
|
| 639 |
+
background-color: var(--d2h-dark-del-highlight-bg-color);
|
| 640 |
+
}
|
| 641 |
+
.d2h-auto-color-scheme .d2h-code-line ins,
|
| 642 |
+
.d2h-auto-color-scheme .d2h-code-side-line ins {
|
| 643 |
+
background-color: rgba(46, 160, 67, 0.4);
|
| 644 |
+
background-color: var(--d2h-dark-ins-highlight-bg-color);
|
| 645 |
+
}
|
| 646 |
+
.d2h-auto-color-scheme .d2h-diff-tbody {
|
| 647 |
+
border-color: #30363d;
|
| 648 |
+
border-color: var(--d2h-dark-border-color);
|
| 649 |
+
}
|
| 650 |
+
.d2h-auto-color-scheme .d2h-code-side-linenumber {
|
| 651 |
+
background-color: #0d1117;
|
| 652 |
+
background-color: var(--d2h-dark-bg-color);
|
| 653 |
+
border-color: #21262d;
|
| 654 |
+
border-color: var(--d2h-dark-line-border-color);
|
| 655 |
+
color: #6e7681;
|
| 656 |
+
color: var(--d2h-dark-dim-color);
|
| 657 |
+
}
|
| 658 |
+
.d2h-auto-color-scheme .d2h-files-diff .d2h-code-side-emptyplaceholder,
|
| 659 |
+
.d2h-auto-color-scheme .d2h-files-diff .d2h-emptyplaceholder {
|
| 660 |
+
background-color: hsla(215, 8%, 47%, 0.1);
|
| 661 |
+
background-color: var(--d2h-dark-empty-placeholder-bg-color);
|
| 662 |
+
border-color: #30363d;
|
| 663 |
+
border-color: var(--d2h-dark-empty-placeholder-border-color);
|
| 664 |
+
}
|
| 665 |
+
.d2h-auto-color-scheme .d2h-code-linenumber {
|
| 666 |
+
background-color: #0d1117;
|
| 667 |
+
background-color: var(--d2h-dark-bg-color);
|
| 668 |
+
border-color: #21262d;
|
| 669 |
+
border-color: var(--d2h-dark-line-border-color);
|
| 670 |
+
color: #6e7681;
|
| 671 |
+
color: var(--d2h-dark-dim-color);
|
| 672 |
+
}
|
| 673 |
+
.d2h-auto-color-scheme .d2h-del {
|
| 674 |
+
background-color: rgba(248, 81, 73, 0.1);
|
| 675 |
+
background-color: var(--d2h-dark-del-bg-color);
|
| 676 |
+
border-color: rgba(248, 81, 73, 0.4);
|
| 677 |
+
border-color: var(--d2h-dark-del-border-color);
|
| 678 |
+
}
|
| 679 |
+
.d2h-auto-color-scheme .d2h-ins {
|
| 680 |
+
background-color: rgba(46, 160, 67, 0.15);
|
| 681 |
+
background-color: var(--d2h-dark-ins-bg-color);
|
| 682 |
+
border-color: rgba(46, 160, 67, 0.4);
|
| 683 |
+
border-color: var(--d2h-dark-ins-border-color);
|
| 684 |
+
}
|
| 685 |
+
.d2h-auto-color-scheme .d2h-info {
|
| 686 |
+
background-color: rgba(56, 139, 253, 0.1);
|
| 687 |
+
background-color: var(--d2h-dark-info-bg-color);
|
| 688 |
+
border-color: rgba(56, 139, 253, 0.4);
|
| 689 |
+
border-color: var(--d2h-dark-info-border-color);
|
| 690 |
+
color: #6e7681;
|
| 691 |
+
color: var(--d2h-dark-dim-color);
|
| 692 |
+
}
|
| 693 |
+
.d2h-auto-color-scheme .d2h-file-diff .d2h-del.d2h-change {
|
| 694 |
+
background-color: rgba(210, 153, 34, 0.2);
|
| 695 |
+
background-color: var(--d2h-dark-change-del-color);
|
| 696 |
+
}
|
| 697 |
+
.d2h-auto-color-scheme .d2h-file-diff .d2h-ins.d2h-change {
|
| 698 |
+
background-color: rgba(46, 160, 67, 0.25);
|
| 699 |
+
background-color: var(--d2h-dark-change-ins-color);
|
| 700 |
+
}
|
| 701 |
+
.d2h-auto-color-scheme .d2h-file-wrapper {
|
| 702 |
+
border: 1px solid #30363d;
|
| 703 |
+
border: 1px solid var(--d2h-dark-border-color);
|
| 704 |
+
}
|
| 705 |
+
.d2h-auto-color-scheme .d2h-file-collapse {
|
| 706 |
+
border: 1px solid #0d1117;
|
| 707 |
+
border: 1px solid var(--d2h-dark-bg-color);
|
| 708 |
+
}
|
| 709 |
+
.d2h-auto-color-scheme .d2h-file-collapse.d2h-selected {
|
| 710 |
+
background-color: rgba(56, 139, 253, 0.1);
|
| 711 |
+
background-color: var(--d2h-dark-selected-color);
|
| 712 |
+
}
|
| 713 |
+
.d2h-auto-color-scheme .d2h-file-list-wrapper a,
|
| 714 |
+
.d2h-auto-color-scheme .d2h-file-list-wrapper a:visited {
|
| 715 |
+
color: #3572b0;
|
| 716 |
+
color: var(--d2h-dark-moved-label-color);
|
| 717 |
+
}
|
| 718 |
+
.d2h-auto-color-scheme .d2h-file-list > li {
|
| 719 |
+
border-bottom: 1px solid #0d1117;
|
| 720 |
+
border-bottom: 1px solid var(--d2h-dark-bg-color);
|
| 721 |
+
}
|
| 722 |
+
.d2h-dark-color-scheme .d2h-deleted {
|
| 723 |
+
color: #f85149;
|
| 724 |
+
color: var(--d2h-dark-del-label-color);
|
| 725 |
+
}
|
| 726 |
+
.d2h-auto-color-scheme .d2h-added {
|
| 727 |
+
color: #3fb950;
|
| 728 |
+
color: var(--d2h-dark-ins-label-color);
|
| 729 |
+
}
|
| 730 |
+
.d2h-auto-color-scheme .d2h-changed {
|
| 731 |
+
color: #d29922;
|
| 732 |
+
color: var(--d2h-dark-change-label-color);
|
| 733 |
+
}
|
| 734 |
+
.d2h-auto-color-scheme .d2h-moved {
|
| 735 |
+
color: #3572b0;
|
| 736 |
+
color: var(--d2h-dark-moved-label-color);
|
| 737 |
+
}
|
| 738 |
+
.d2h-auto-color-scheme .d2h-tag {
|
| 739 |
+
background-color: #0d1117;
|
| 740 |
+
background-color: var(--d2h-dark-bg-color);
|
| 741 |
+
}
|
| 742 |
+
.d2h-auto-color-scheme .d2h-deleted-tag {
|
| 743 |
+
border: 1px solid #f85149;
|
| 744 |
+
border: 1px solid var(--d2h-dark-del-label-color);
|
| 745 |
+
}
|
| 746 |
+
.d2h-auto-color-scheme .d2h-added-tag {
|
| 747 |
+
border: 1px solid #3fb950;
|
| 748 |
+
border: 1px solid var(--d2h-dark-ins-label-color);
|
| 749 |
+
}
|
| 750 |
+
.d2h-auto-color-scheme .d2h-changed-tag {
|
| 751 |
+
border: 1px solid #d29922;
|
| 752 |
+
border: 1px solid var(--d2h-dark-change-label-color);
|
| 753 |
+
}
|
| 754 |
+
.d2h-auto-color-scheme .d2h-moved-tag {
|
| 755 |
+
border: 1px solid #3572b0;
|
| 756 |
+
border: 1px solid var(--d2h-dark-moved-label-color);
|
| 757 |
+
}
|
| 758 |
+
}
|
| 759 |
+
</style>
|
| 760 |
|
| 761 |
<script>
|
| 762 |
+
!(function (e, n) {
|
| 763 |
+
if ("object" == typeof exports && "object" == typeof module) module.exports = n();
|
| 764 |
+
else if ("function" == typeof define && define.amd) define([], n);
|
| 765 |
+
else {
|
| 766 |
+
var t = n();
|
| 767 |
+
for (var i in t) ("object" == typeof exports ? exports : e)[i] = t[i];
|
| 768 |
+
}
|
| 769 |
+
})(this, () =>
|
| 770 |
+
(() => {
|
| 771 |
+
var e = {
|
| 772 |
+
6583: (e, n) => {
|
| 773 |
+
"use strict";
|
| 774 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 775 |
+
(n.convertChangesToDMP = function (e) {
|
| 776 |
+
for (var n, t, i = [], a = 0; a < e.length; a++) (t = (n = e[a]).added ? 1 : n.removed ? -1 : 0), i.push([t, n.value]);
|
| 777 |
+
return i;
|
| 778 |
+
});
|
| 779 |
+
},
|
| 780 |
+
1591: (e, n) => {
|
| 781 |
+
"use strict";
|
| 782 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 783 |
+
(n.convertChangesToXML = function (e) {
|
| 784 |
+
for (var n = [], t = 0; t < e.length; t++) {
|
| 785 |
+
var i = e[t];
|
| 786 |
+
i.added ? n.push("<ins>") : i.removed && n.push("<del>"),
|
| 787 |
+
n.push(((a = i.value), a.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """))),
|
| 788 |
+
i.added ? n.push("</ins>") : i.removed && n.push("</del>");
|
| 789 |
+
}
|
| 790 |
+
var a;
|
| 791 |
+
return n.join("");
|
| 792 |
+
});
|
| 793 |
+
},
|
| 794 |
+
4321: (e, n, t) => {
|
| 795 |
+
"use strict";
|
| 796 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 797 |
+
(n.arrayDiff = void 0),
|
| 798 |
+
(n.diffArrays = function (e, n, t) {
|
| 799 |
+
return r.diff(e, n, t);
|
| 800 |
+
});
|
| 801 |
+
var i,
|
| 802 |
+
a = (i = t(5255)) && i.__esModule ? i : { default: i },
|
| 803 |
+
r = (n.arrayDiff = new a.default());
|
| 804 |
+
(r.tokenize = function (e) {
|
| 805 |
+
return e.slice();
|
| 806 |
+
}),
|
| 807 |
+
(r.join = r.removeEmpty =
|
| 808 |
+
function (e) {
|
| 809 |
+
return e;
|
| 810 |
+
});
|
| 811 |
+
},
|
| 812 |
+
5255: (e, n) => {
|
| 813 |
+
"use strict";
|
| 814 |
+
function t() {}
|
| 815 |
+
function i(e, n, t, i, a) {
|
| 816 |
+
for (var r, s = []; n; ) s.push(n), (r = n.previousComponent), delete n.previousComponent, (n = r);
|
| 817 |
+
s.reverse();
|
| 818 |
+
for (var o = 0, l = s.length, c = 0, d = 0; o < l; o++) {
|
| 819 |
+
var u = s[o];
|
| 820 |
+
if (u.removed) (u.value = e.join(i.slice(d, d + u.count))), (d += u.count);
|
| 821 |
+
else {
|
| 822 |
+
if (!u.added && a) {
|
| 823 |
+
var g = t.slice(c, c + u.count);
|
| 824 |
+
(g = g.map(function (e, n) {
|
| 825 |
+
var t = i[d + n];
|
| 826 |
+
return t.length > e.length ? t : e;
|
| 827 |
+
})),
|
| 828 |
+
(u.value = e.join(g));
|
| 829 |
+
} else u.value = e.join(t.slice(c, c + u.count));
|
| 830 |
+
(c += u.count), u.added || (d += u.count);
|
| 831 |
+
}
|
| 832 |
+
}
|
| 833 |
+
return s;
|
| 834 |
+
}
|
| 835 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 836 |
+
(n.default = t),
|
| 837 |
+
(t.prototype = {
|
| 838 |
+
diff: function (e, n) {
|
| 839 |
+
var t,
|
| 840 |
+
a = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : {},
|
| 841 |
+
r = a.callback;
|
| 842 |
+
"function" == typeof a && ((r = a), (a = {}));
|
| 843 |
+
var s = this;
|
| 844 |
+
function o(e) {
|
| 845 |
+
return (
|
| 846 |
+
(e = s.postProcess(e, a)),
|
| 847 |
+
r
|
| 848 |
+
? (setTimeout(function () {
|
| 849 |
+
r(e);
|
| 850 |
+
}, 0),
|
| 851 |
+
!0)
|
| 852 |
+
: e
|
| 853 |
+
);
|
| 854 |
+
}
|
| 855 |
+
(e = this.castInput(e, a)), (n = this.castInput(n, a)), (e = this.removeEmpty(this.tokenize(e, a)));
|
| 856 |
+
var l = (n = this.removeEmpty(this.tokenize(n, a))).length,
|
| 857 |
+
c = e.length,
|
| 858 |
+
d = 1,
|
| 859 |
+
u = l + c;
|
| 860 |
+
null != a.maxEditLength && (u = Math.min(u, a.maxEditLength));
|
| 861 |
+
var g = null !== (t = a.timeout) && void 0 !== t ? t : 1 / 0,
|
| 862 |
+
b = Date.now() + g,
|
| 863 |
+
f = [{ oldPos: -1, lastComponent: void 0 }],
|
| 864 |
+
p = this.extractCommon(f[0], n, e, 0, a);
|
| 865 |
+
if (f[0].oldPos + 1 >= c && p + 1 >= l) return o(i(s, f[0].lastComponent, n, e, s.useLongestToken));
|
| 866 |
+
var m = -1 / 0,
|
| 867 |
+
h = 1 / 0;
|
| 868 |
+
function E() {
|
| 869 |
+
for (var t = Math.max(m, -d); t <= Math.min(h, d); t += 2) {
|
| 870 |
+
var r = void 0,
|
| 871 |
+
u = f[t - 1],
|
| 872 |
+
g = f[t + 1];
|
| 873 |
+
u && (f[t - 1] = void 0);
|
| 874 |
+
var b = !1;
|
| 875 |
+
if (g) {
|
| 876 |
+
var E = g.oldPos - t;
|
| 877 |
+
b = g && 0 <= E && E < l;
|
| 878 |
+
}
|
| 879 |
+
var _ = u && u.oldPos + 1 < c;
|
| 880 |
+
if (b || _) {
|
| 881 |
+
if (
|
| 882 |
+
((r = !_ || (b && u.oldPos < g.oldPos) ? s.addToPath(g, !0, !1, 0, a) : s.addToPath(u, !1, !0, 1, a)),
|
| 883 |
+
(p = s.extractCommon(r, n, e, t, a)),
|
| 884 |
+
r.oldPos + 1 >= c && p + 1 >= l)
|
| 885 |
+
)
|
| 886 |
+
return o(i(s, r.lastComponent, n, e, s.useLongestToken));
|
| 887 |
+
(f[t] = r), r.oldPos + 1 >= c && (h = Math.min(h, t - 1)), p + 1 >= l && (m = Math.max(m, t + 1));
|
| 888 |
+
} else f[t] = void 0;
|
| 889 |
+
}
|
| 890 |
+
d++;
|
| 891 |
+
}
|
| 892 |
+
if (r)
|
| 893 |
+
!(function e() {
|
| 894 |
+
setTimeout(function () {
|
| 895 |
+
if (d > u || Date.now() > b) return r();
|
| 896 |
+
E() || e();
|
| 897 |
+
}, 0);
|
| 898 |
+
})();
|
| 899 |
+
else
|
| 900 |
+
for (; d <= u && Date.now() <= b; ) {
|
| 901 |
+
var _ = E();
|
| 902 |
+
if (_) return _;
|
| 903 |
+
}
|
| 904 |
+
},
|
| 905 |
+
addToPath: function (e, n, t, i, a) {
|
| 906 |
+
var r = e.lastComponent;
|
| 907 |
+
return r && !a.oneChangePerToken && r.added === n && r.removed === t
|
| 908 |
+
? {
|
| 909 |
+
oldPos: e.oldPos + i,
|
| 910 |
+
lastComponent: { count: r.count + 1, added: n, removed: t, previousComponent: r.previousComponent },
|
| 911 |
+
}
|
| 912 |
+
: { oldPos: e.oldPos + i, lastComponent: { count: 1, added: n, removed: t, previousComponent: r } };
|
| 913 |
+
},
|
| 914 |
+
extractCommon: function (e, n, t, i, a) {
|
| 915 |
+
for (
|
| 916 |
+
var r = n.length, s = t.length, o = e.oldPos, l = o - i, c = 0;
|
| 917 |
+
l + 1 < r && o + 1 < s && this.equals(t[o + 1], n[l + 1], a);
|
| 918 |
+
|
| 919 |
+
)
|
| 920 |
+
l++,
|
| 921 |
+
o++,
|
| 922 |
+
c++,
|
| 923 |
+
a.oneChangePerToken && (e.lastComponent = { count: 1, previousComponent: e.lastComponent, added: !1, removed: !1 });
|
| 924 |
+
return (
|
| 925 |
+
c && !a.oneChangePerToken && (e.lastComponent = { count: c, previousComponent: e.lastComponent, added: !1, removed: !1 }),
|
| 926 |
+
(e.oldPos = o),
|
| 927 |
+
l
|
| 928 |
+
);
|
| 929 |
+
},
|
| 930 |
+
equals: function (e, n, t) {
|
| 931 |
+
return t.comparator ? t.comparator(e, n) : e === n || (t.ignoreCase && e.toLowerCase() === n.toLowerCase());
|
| 932 |
+
},
|
| 933 |
+
removeEmpty: function (e) {
|
| 934 |
+
for (var n = [], t = 0; t < e.length; t++) e[t] && n.push(e[t]);
|
| 935 |
+
return n;
|
| 936 |
+
},
|
| 937 |
+
castInput: function (e) {
|
| 938 |
+
return e;
|
| 939 |
+
},
|
| 940 |
+
tokenize: function (e) {
|
| 941 |
+
return Array.from(e);
|
| 942 |
+
},
|
| 943 |
+
join: function (e) {
|
| 944 |
+
return e.join("");
|
| 945 |
+
},
|
| 946 |
+
postProcess: function (e) {
|
| 947 |
+
return e;
|
| 948 |
+
},
|
| 949 |
+
});
|
| 950 |
+
},
|
| 951 |
+
6687: (e, n, t) => {
|
| 952 |
+
"use strict";
|
| 953 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 954 |
+
(n.characterDiff = void 0),
|
| 955 |
+
(n.diffChars = function (e, n, t) {
|
| 956 |
+
return r.diff(e, n, t);
|
| 957 |
+
});
|
| 958 |
+
var i,
|
| 959 |
+
a = (i = t(5255)) && i.__esModule ? i : { default: i },
|
| 960 |
+
r = (n.characterDiff = new a.default());
|
| 961 |
+
},
|
| 962 |
+
4079: (e, n, t) => {
|
| 963 |
+
"use strict";
|
| 964 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 965 |
+
(n.cssDiff = void 0),
|
| 966 |
+
(n.diffCss = function (e, n, t) {
|
| 967 |
+
return r.diff(e, n, t);
|
| 968 |
+
});
|
| 969 |
+
var i,
|
| 970 |
+
a = (i = t(5255)) && i.__esModule ? i : { default: i },
|
| 971 |
+
r = (n.cssDiff = new a.default());
|
| 972 |
+
r.tokenize = function (e) {
|
| 973 |
+
return e.split(/([{}:;,]|\s+)/);
|
| 974 |
+
};
|
| 975 |
+
},
|
| 976 |
+
3728: (e, n, t) => {
|
| 977 |
+
"use strict";
|
| 978 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 979 |
+
(n.canonicalize = l),
|
| 980 |
+
(n.diffJson = function (e, n, t) {
|
| 981 |
+
return o.diff(e, n, t);
|
| 982 |
+
}),
|
| 983 |
+
(n.jsonDiff = void 0);
|
| 984 |
+
var i,
|
| 985 |
+
a = (i = t(5255)) && i.__esModule ? i : { default: i },
|
| 986 |
+
r = t(9268);
|
| 987 |
+
function s(e) {
|
| 988 |
+
return (
|
| 989 |
+
(s =
|
| 990 |
+
"function" == typeof Symbol && "symbol" == typeof Symbol.iterator
|
| 991 |
+
? function (e) {
|
| 992 |
+
return typeof e;
|
| 993 |
+
}
|
| 994 |
+
: function (e) {
|
| 995 |
+
return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
| 996 |
+
}),
|
| 997 |
+
s(e)
|
| 998 |
+
);
|
| 999 |
+
}
|
| 1000 |
+
var o = (n.jsonDiff = new a.default());
|
| 1001 |
+
function l(e, n, t, i, a) {
|
| 1002 |
+
var r, o;
|
| 1003 |
+
for (n = n || [], t = t || [], i && (e = i(a, e)), r = 0; r < n.length; r += 1) if (n[r] === e) return t[r];
|
| 1004 |
+
if ("[object Array]" === Object.prototype.toString.call(e)) {
|
| 1005 |
+
for (n.push(e), o = new Array(e.length), t.push(o), r = 0; r < e.length; r += 1) o[r] = l(e[r], n, t, i, a);
|
| 1006 |
+
return n.pop(), t.pop(), o;
|
| 1007 |
+
}
|
| 1008 |
+
if ((e && e.toJSON && (e = e.toJSON()), "object" === s(e) && null !== e)) {
|
| 1009 |
+
n.push(e), (o = {}), t.push(o);
|
| 1010 |
+
var c,
|
| 1011 |
+
d = [];
|
| 1012 |
+
for (c in e) Object.prototype.hasOwnProperty.call(e, c) && d.push(c);
|
| 1013 |
+
for (d.sort(), r = 0; r < d.length; r += 1) o[(c = d[r])] = l(e[c], n, t, i, c);
|
| 1014 |
+
n.pop(), t.pop();
|
| 1015 |
+
} else o = e;
|
| 1016 |
+
return o;
|
| 1017 |
+
}
|
| 1018 |
+
(o.useLongestToken = !0),
|
| 1019 |
+
(o.tokenize = r.lineDiff.tokenize),
|
| 1020 |
+
(o.castInput = function (e, n) {
|
| 1021 |
+
var t = n.undefinedReplacement,
|
| 1022 |
+
i = n.stringifyReplacer,
|
| 1023 |
+
a =
|
| 1024 |
+
void 0 === i
|
| 1025 |
+
? function (e, n) {
|
| 1026 |
+
return void 0 === n ? t : n;
|
| 1027 |
+
}
|
| 1028 |
+
: i;
|
| 1029 |
+
return "string" == typeof e ? e : JSON.stringify(l(e, null, null, a), a, " ");
|
| 1030 |
+
}),
|
| 1031 |
+
(o.equals = function (e, n, t) {
|
| 1032 |
+
return a.default.prototype.equals.call(o, e.replace(/,([\r\n])/g, "$1"), n.replace(/,([\r\n])/g, "$1"), t);
|
| 1033 |
+
});
|
| 1034 |
+
},
|
| 1035 |
+
9268: (e, n, t) => {
|
| 1036 |
+
"use strict";
|
| 1037 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 1038 |
+
(n.diffLines = function (e, n, t) {
|
| 1039 |
+
return s.diff(e, n, t);
|
| 1040 |
+
}),
|
| 1041 |
+
(n.diffTrimmedLines = function (e, n, t) {
|
| 1042 |
+
var i = (0, r.generateOptions)(t, { ignoreWhitespace: !0 });
|
| 1043 |
+
return s.diff(e, n, i);
|
| 1044 |
+
}),
|
| 1045 |
+
(n.lineDiff = void 0);
|
| 1046 |
+
var i,
|
| 1047 |
+
a = (i = t(5255)) && i.__esModule ? i : { default: i },
|
| 1048 |
+
r = t(6065),
|
| 1049 |
+
s = (n.lineDiff = new a.default());
|
| 1050 |
+
(s.tokenize = function (e, n) {
|
| 1051 |
+
n.stripTrailingCr && (e = e.replace(/\r\n/g, "\n"));
|
| 1052 |
+
var t = [],
|
| 1053 |
+
i = e.split(/(\n|\r\n)/);
|
| 1054 |
+
i[i.length - 1] || i.pop();
|
| 1055 |
+
for (var a = 0; a < i.length; a++) {
|
| 1056 |
+
var r = i[a];
|
| 1057 |
+
a % 2 && !n.newlineIsToken ? (t[t.length - 1] += r) : t.push(r);
|
| 1058 |
+
}
|
| 1059 |
+
return t;
|
| 1060 |
+
}),
|
| 1061 |
+
(s.equals = function (e, n, t) {
|
| 1062 |
+
return (
|
| 1063 |
+
t.ignoreWhitespace
|
| 1064 |
+
? ((t.newlineIsToken && e.includes("\n")) || (e = e.trim()), (t.newlineIsToken && n.includes("\n")) || (n = n.trim()))
|
| 1065 |
+
: t.ignoreNewlineAtEof &&
|
| 1066 |
+
!t.newlineIsToken &&
|
| 1067 |
+
(e.endsWith("\n") && (e = e.slice(0, -1)), n.endsWith("\n") && (n = n.slice(0, -1))),
|
| 1068 |
+
a.default.prototype.equals.call(this, e, n, t)
|
| 1069 |
+
);
|
| 1070 |
+
});
|
| 1071 |
+
},
|
| 1072 |
+
883: (e, n, t) => {
|
| 1073 |
+
"use strict";
|
| 1074 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 1075 |
+
(n.diffSentences = function (e, n, t) {
|
| 1076 |
+
return r.diff(e, n, t);
|
| 1077 |
+
}),
|
| 1078 |
+
(n.sentenceDiff = void 0);
|
| 1079 |
+
var i,
|
| 1080 |
+
a = (i = t(5255)) && i.__esModule ? i : { default: i },
|
| 1081 |
+
r = (n.sentenceDiff = new a.default());
|
| 1082 |
+
r.tokenize = function (e) {
|
| 1083 |
+
return e.split(/(\S.+?[.!?])(?=\s+|$)/);
|
| 1084 |
+
};
|
| 1085 |
+
},
|
| 1086 |
+
3422: (e, n, t) => {
|
| 1087 |
+
"use strict";
|
| 1088 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 1089 |
+
(n.diffWords = function (e, n, t) {
|
| 1090 |
+
return null == (null == t ? void 0 : t.ignoreWhitespace) || t.ignoreWhitespace ? l.diff(e, n, t) : u(e, n, t);
|
| 1091 |
+
}),
|
| 1092 |
+
(n.diffWordsWithSpace = u),
|
| 1093 |
+
(n.wordWithSpaceDiff = n.wordDiff = void 0);
|
| 1094 |
+
var i,
|
| 1095 |
+
a = (i = t(5255)) && i.__esModule ? i : { default: i },
|
| 1096 |
+
r = t(3666),
|
| 1097 |
+
s = "a-zA-Z0-9_\\u{C0}-\\u{FF}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",
|
| 1098 |
+
o = new RegExp("[".concat(s, "]+|\\s+|[^").concat(s, "]"), "ug"),
|
| 1099 |
+
l = (n.wordDiff = new a.default());
|
| 1100 |
+
function c(e, n, t, i) {
|
| 1101 |
+
if (n && t) {
|
| 1102 |
+
var a = n.value.match(/^\s*/)[0],
|
| 1103 |
+
s = n.value.match(/\s*$/)[0],
|
| 1104 |
+
o = t.value.match(/^\s*/)[0],
|
| 1105 |
+
l = t.value.match(/\s*$/)[0];
|
| 1106 |
+
if (e) {
|
| 1107 |
+
var c = (0, r.longestCommonPrefix)(a, o);
|
| 1108 |
+
(e.value = (0, r.replaceSuffix)(e.value, o, c)),
|
| 1109 |
+
(n.value = (0, r.removePrefix)(n.value, c)),
|
| 1110 |
+
(t.value = (0, r.removePrefix)(t.value, c));
|
| 1111 |
+
}
|
| 1112 |
+
if (i) {
|
| 1113 |
+
var d = (0, r.longestCommonSuffix)(s, l);
|
| 1114 |
+
(i.value = (0, r.replacePrefix)(i.value, l, d)),
|
| 1115 |
+
(n.value = (0, r.removeSuffix)(n.value, d)),
|
| 1116 |
+
(t.value = (0, r.removeSuffix)(t.value, d));
|
| 1117 |
+
}
|
| 1118 |
+
} else if (t) e && (t.value = t.value.replace(/^\s*/, "")), i && (i.value = i.value.replace(/^\s*/, ""));
|
| 1119 |
+
else if (e && i) {
|
| 1120 |
+
var u = i.value.match(/^\s*/)[0],
|
| 1121 |
+
g = n.value.match(/^\s*/)[0],
|
| 1122 |
+
b = n.value.match(/\s*$/)[0],
|
| 1123 |
+
f = (0, r.longestCommonPrefix)(u, g);
|
| 1124 |
+
n.value = (0, r.removePrefix)(n.value, f);
|
| 1125 |
+
var p = (0, r.longestCommonSuffix)((0, r.removePrefix)(u, f), b);
|
| 1126 |
+
(n.value = (0, r.removeSuffix)(n.value, p)),
|
| 1127 |
+
(i.value = (0, r.replacePrefix)(i.value, u, p)),
|
| 1128 |
+
(e.value = (0, r.replaceSuffix)(e.value, u, u.slice(0, u.length - p.length)));
|
| 1129 |
+
} else if (i) {
|
| 1130 |
+
var m = i.value.match(/^\s*/)[0],
|
| 1131 |
+
h = n.value.match(/\s*$/)[0],
|
| 1132 |
+
E = (0, r.maximumOverlap)(h, m);
|
| 1133 |
+
n.value = (0, r.removeSuffix)(n.value, E);
|
| 1134 |
+
} else if (e) {
|
| 1135 |
+
var _ = e.value.match(/\s*$/)[0],
|
| 1136 |
+
N = n.value.match(/^\s*/)[0],
|
| 1137 |
+
T = (0, r.maximumOverlap)(_, N);
|
| 1138 |
+
n.value = (0, r.removePrefix)(n.value, T);
|
| 1139 |
+
}
|
| 1140 |
+
}
|
| 1141 |
+
(l.equals = function (e, n, t) {
|
| 1142 |
+
return t.ignoreCase && ((e = e.toLowerCase()), (n = n.toLowerCase())), e.trim() === n.trim();
|
| 1143 |
+
}),
|
| 1144 |
+
(l.tokenize = function (e) {
|
| 1145 |
+
var n,
|
| 1146 |
+
t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {};
|
| 1147 |
+
if (t.intlSegmenter) {
|
| 1148 |
+
if ("word" != t.intlSegmenter.resolvedOptions().granularity)
|
| 1149 |
+
throw new Error('The segmenter passed must have a granularity of "word"');
|
| 1150 |
+
n = Array.from(t.intlSegmenter.segment(e), function (e) {
|
| 1151 |
+
return e.segment;
|
| 1152 |
+
});
|
| 1153 |
+
} else n = e.match(o) || [];
|
| 1154 |
+
var i = [],
|
| 1155 |
+
a = null;
|
| 1156 |
+
return (
|
| 1157 |
+
n.forEach(function (e) {
|
| 1158 |
+
/\s/.test(e)
|
| 1159 |
+
? null == a
|
| 1160 |
+
? i.push(e)
|
| 1161 |
+
: i.push(i.pop() + e)
|
| 1162 |
+
: /\s/.test(a)
|
| 1163 |
+
? i[i.length - 1] == a
|
| 1164 |
+
? i.push(i.pop() + e)
|
| 1165 |
+
: i.push(a + e)
|
| 1166 |
+
: i.push(e),
|
| 1167 |
+
(a = e);
|
| 1168 |
+
}),
|
| 1169 |
+
i
|
| 1170 |
+
);
|
| 1171 |
+
}),
|
| 1172 |
+
(l.join = function (e) {
|
| 1173 |
+
return e
|
| 1174 |
+
.map(function (e, n) {
|
| 1175 |
+
return 0 == n ? e : e.replace(/^\s+/, "");
|
| 1176 |
+
})
|
| 1177 |
+
.join("");
|
| 1178 |
+
}),
|
| 1179 |
+
(l.postProcess = function (e, n) {
|
| 1180 |
+
if (!e || n.oneChangePerToken) return e;
|
| 1181 |
+
var t = null,
|
| 1182 |
+
i = null,
|
| 1183 |
+
a = null;
|
| 1184 |
+
return (
|
| 1185 |
+
e.forEach(function (e) {
|
| 1186 |
+
e.added ? (i = e) : e.removed ? (a = e) : ((i || a) && c(t, a, i, e), (t = e), (i = null), (a = null));
|
| 1187 |
+
}),
|
| 1188 |
+
(i || a) && c(t, a, i, null),
|
| 1189 |
+
e
|
| 1190 |
+
);
|
| 1191 |
+
});
|
| 1192 |
+
var d = (n.wordWithSpaceDiff = new a.default());
|
| 1193 |
+
function u(e, n, t) {
|
| 1194 |
+
return d.diff(e, n, t);
|
| 1195 |
+
}
|
| 1196 |
+
d.tokenize = function (e) {
|
| 1197 |
+
var n = new RegExp("(\\r?\\n)|[".concat(s, "]+|[^\\S\\n\\r]+|[^").concat(s, "]"), "ug");
|
| 1198 |
+
return e.match(n) || [];
|
| 1199 |
+
};
|
| 1200 |
+
},
|
| 1201 |
+
7546: (e, n, t) => {
|
| 1202 |
+
"use strict";
|
| 1203 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 1204 |
+
Object.defineProperty(n, "Diff", {
|
| 1205 |
+
enumerable: !0,
|
| 1206 |
+
get: function () {
|
| 1207 |
+
return a.default;
|
| 1208 |
+
},
|
| 1209 |
+
}),
|
| 1210 |
+
Object.defineProperty(n, "applyPatch", {
|
| 1211 |
+
enumerable: !0,
|
| 1212 |
+
get: function () {
|
| 1213 |
+
return g.applyPatch;
|
| 1214 |
+
},
|
| 1215 |
+
}),
|
| 1216 |
+
Object.defineProperty(n, "applyPatches", {
|
| 1217 |
+
enumerable: !0,
|
| 1218 |
+
get: function () {
|
| 1219 |
+
return g.applyPatches;
|
| 1220 |
+
},
|
| 1221 |
+
}),
|
| 1222 |
+
Object.defineProperty(n, "canonicalize", {
|
| 1223 |
+
enumerable: !0,
|
| 1224 |
+
get: function () {
|
| 1225 |
+
return d.canonicalize;
|
| 1226 |
+
},
|
| 1227 |
+
}),
|
| 1228 |
+
Object.defineProperty(n, "convertChangesToDMP", {
|
| 1229 |
+
enumerable: !0,
|
| 1230 |
+
get: function () {
|
| 1231 |
+
return h.convertChangesToDMP;
|
| 1232 |
+
},
|
| 1233 |
+
}),
|
| 1234 |
+
Object.defineProperty(n, "convertChangesToXML", {
|
| 1235 |
+
enumerable: !0,
|
| 1236 |
+
get: function () {
|
| 1237 |
+
return E.convertChangesToXML;
|
| 1238 |
+
},
|
| 1239 |
+
}),
|
| 1240 |
+
Object.defineProperty(n, "createPatch", {
|
| 1241 |
+
enumerable: !0,
|
| 1242 |
+
get: function () {
|
| 1243 |
+
return m.createPatch;
|
| 1244 |
+
},
|
| 1245 |
+
}),
|
| 1246 |
+
Object.defineProperty(n, "createTwoFilesPatch", {
|
| 1247 |
+
enumerable: !0,
|
| 1248 |
+
get: function () {
|
| 1249 |
+
return m.createTwoFilesPatch;
|
| 1250 |
+
},
|
| 1251 |
+
}),
|
| 1252 |
+
Object.defineProperty(n, "diffArrays", {
|
| 1253 |
+
enumerable: !0,
|
| 1254 |
+
get: function () {
|
| 1255 |
+
return u.diffArrays;
|
| 1256 |
+
},
|
| 1257 |
+
}),
|
| 1258 |
+
Object.defineProperty(n, "diffChars", {
|
| 1259 |
+
enumerable: !0,
|
| 1260 |
+
get: function () {
|
| 1261 |
+
return r.diffChars;
|
| 1262 |
+
},
|
| 1263 |
+
}),
|
| 1264 |
+
Object.defineProperty(n, "diffCss", {
|
| 1265 |
+
enumerable: !0,
|
| 1266 |
+
get: function () {
|
| 1267 |
+
return c.diffCss;
|
| 1268 |
+
},
|
| 1269 |
+
}),
|
| 1270 |
+
Object.defineProperty(n, "diffJson", {
|
| 1271 |
+
enumerable: !0,
|
| 1272 |
+
get: function () {
|
| 1273 |
+
return d.diffJson;
|
| 1274 |
+
},
|
| 1275 |
+
}),
|
| 1276 |
+
Object.defineProperty(n, "diffLines", {
|
| 1277 |
+
enumerable: !0,
|
| 1278 |
+
get: function () {
|
| 1279 |
+
return o.diffLines;
|
| 1280 |
+
},
|
| 1281 |
+
}),
|
| 1282 |
+
Object.defineProperty(n, "diffSentences", {
|
| 1283 |
+
enumerable: !0,
|
| 1284 |
+
get: function () {
|
| 1285 |
+
return l.diffSentences;
|
| 1286 |
+
},
|
| 1287 |
+
}),
|
| 1288 |
+
Object.defineProperty(n, "diffTrimmedLines", {
|
| 1289 |
+
enumerable: !0,
|
| 1290 |
+
get: function () {
|
| 1291 |
+
return o.diffTrimmedLines;
|
| 1292 |
+
},
|
| 1293 |
+
}),
|
| 1294 |
+
Object.defineProperty(n, "diffWords", {
|
| 1295 |
+
enumerable: !0,
|
| 1296 |
+
get: function () {
|
| 1297 |
+
return s.diffWords;
|
| 1298 |
+
},
|
| 1299 |
+
}),
|
| 1300 |
+
Object.defineProperty(n, "diffWordsWithSpace", {
|
| 1301 |
+
enumerable: !0,
|
| 1302 |
+
get: function () {
|
| 1303 |
+
return s.diffWordsWithSpace;
|
| 1304 |
+
},
|
| 1305 |
+
}),
|
| 1306 |
+
Object.defineProperty(n, "formatPatch", {
|
| 1307 |
+
enumerable: !0,
|
| 1308 |
+
get: function () {
|
| 1309 |
+
return m.formatPatch;
|
| 1310 |
+
},
|
| 1311 |
+
}),
|
| 1312 |
+
Object.defineProperty(n, "merge", {
|
| 1313 |
+
enumerable: !0,
|
| 1314 |
+
get: function () {
|
| 1315 |
+
return f.merge;
|
| 1316 |
+
},
|
| 1317 |
+
}),
|
| 1318 |
+
Object.defineProperty(n, "parsePatch", {
|
| 1319 |
+
enumerable: !0,
|
| 1320 |
+
get: function () {
|
| 1321 |
+
return b.parsePatch;
|
| 1322 |
+
},
|
| 1323 |
+
}),
|
| 1324 |
+
Object.defineProperty(n, "reversePatch", {
|
| 1325 |
+
enumerable: !0,
|
| 1326 |
+
get: function () {
|
| 1327 |
+
return p.reversePatch;
|
| 1328 |
+
},
|
| 1329 |
+
}),
|
| 1330 |
+
Object.defineProperty(n, "structuredPatch", {
|
| 1331 |
+
enumerable: !0,
|
| 1332 |
+
get: function () {
|
| 1333 |
+
return m.structuredPatch;
|
| 1334 |
+
},
|
| 1335 |
+
});
|
| 1336 |
+
var i,
|
| 1337 |
+
a = (i = t(5255)) && i.__esModule ? i : { default: i },
|
| 1338 |
+
r = t(6687),
|
| 1339 |
+
s = t(3422),
|
| 1340 |
+
o = t(9268),
|
| 1341 |
+
l = t(883),
|
| 1342 |
+
c = t(4079),
|
| 1343 |
+
d = t(3728),
|
| 1344 |
+
u = t(4321),
|
| 1345 |
+
g = t(5467),
|
| 1346 |
+
b = t(3020),
|
| 1347 |
+
f = t(8555),
|
| 1348 |
+
p = t(7769),
|
| 1349 |
+
m = t(2723),
|
| 1350 |
+
h = t(6583),
|
| 1351 |
+
E = t(1591);
|
| 1352 |
+
},
|
| 1353 |
+
5467: (e, n, t) => {
|
| 1354 |
+
"use strict";
|
| 1355 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 1356 |
+
(n.applyPatch = l),
|
| 1357 |
+
(n.applyPatches = function (e, n) {
|
| 1358 |
+
"string" == typeof e && (e = (0, s.parsePatch)(e));
|
| 1359 |
+
var t = 0;
|
| 1360 |
+
!(function i() {
|
| 1361 |
+
var a = e[t++];
|
| 1362 |
+
if (!a) return n.complete();
|
| 1363 |
+
n.loadFile(a, function (e, t) {
|
| 1364 |
+
if (e) return n.complete(e);
|
| 1365 |
+
var r = l(t, a, n);
|
| 1366 |
+
n.patched(a, r, function (e) {
|
| 1367 |
+
if (e) return n.complete(e);
|
| 1368 |
+
i();
|
| 1369 |
+
});
|
| 1370 |
+
});
|
| 1371 |
+
})();
|
| 1372 |
+
});
|
| 1373 |
+
var i,
|
| 1374 |
+
a = t(3666),
|
| 1375 |
+
r = t(9380),
|
| 1376 |
+
s = t(3020),
|
| 1377 |
+
o = (i = t(1439)) && i.__esModule ? i : { default: i };
|
| 1378 |
+
function l(e, n) {
|
| 1379 |
+
var t = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : {};
|
| 1380 |
+
if (("string" == typeof n && (n = (0, s.parsePatch)(n)), Array.isArray(n))) {
|
| 1381 |
+
if (n.length > 1) throw new Error("applyPatch only works with a single input.");
|
| 1382 |
+
n = n[0];
|
| 1383 |
+
}
|
| 1384 |
+
(t.autoConvertLineEndings || null == t.autoConvertLineEndings) &&
|
| 1385 |
+
((0, a.hasOnlyWinLineEndings)(e) && (0, r.isUnix)(n)
|
| 1386 |
+
? (n = (0, r.unixToWin)(n))
|
| 1387 |
+
: (0, a.hasOnlyUnixLineEndings)(e) && (0, r.isWin)(n) && (n = (0, r.winToUnix)(n)));
|
| 1388 |
+
var i = e.split("\n"),
|
| 1389 |
+
l = n.hunks,
|
| 1390 |
+
c =
|
| 1391 |
+
t.compareLine ||
|
| 1392 |
+
function (e, n, t, i) {
|
| 1393 |
+
return n === i;
|
| 1394 |
+
},
|
| 1395 |
+
d = t.fuzzFactor || 0,
|
| 1396 |
+
u = 0;
|
| 1397 |
+
if (d < 0 || !Number.isInteger(d)) throw new Error("fuzzFactor must be a non-negative integer");
|
| 1398 |
+
if (!l.length) return e;
|
| 1399 |
+
for (var g = "", b = !1, f = !1, p = 0; p < l[l.length - 1].lines.length; p++) {
|
| 1400 |
+
var m = l[l.length - 1].lines[p];
|
| 1401 |
+
"\\" == m[0] && ("+" == g[0] ? (b = !0) : "-" == g[0] && (f = !0)), (g = m);
|
| 1402 |
+
}
|
| 1403 |
+
if (b) {
|
| 1404 |
+
if (f) {
|
| 1405 |
+
if (!d && "" == i[i.length - 1]) return !1;
|
| 1406 |
+
} else if ("" == i[i.length - 1]) i.pop();
|
| 1407 |
+
else if (!d) return !1;
|
| 1408 |
+
} else if (f)
|
| 1409 |
+
if ("" != i[i.length - 1]) i.push("");
|
| 1410 |
+
else if (!d) return !1;
|
| 1411 |
+
function h(e, n, t) {
|
| 1412 |
+
for (
|
| 1413 |
+
var a = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : 0,
|
| 1414 |
+
r = !(arguments.length > 4 && void 0 !== arguments[4]) || arguments[4],
|
| 1415 |
+
s = arguments.length > 5 && void 0 !== arguments[5] ? arguments[5] : [],
|
| 1416 |
+
o = arguments.length > 6 && void 0 !== arguments[6] ? arguments[6] : 0,
|
| 1417 |
+
l = 0,
|
| 1418 |
+
d = !1;
|
| 1419 |
+
a < e.length;
|
| 1420 |
+
a++
|
| 1421 |
+
) {
|
| 1422 |
+
var u = e[a],
|
| 1423 |
+
g = u.length > 0 ? u[0] : " ",
|
| 1424 |
+
b = u.length > 0 ? u.substr(1) : u;
|
| 1425 |
+
if ("-" === g) {
|
| 1426 |
+
if (!c(n + 1, i[n], g, b)) return t && null != i[n] ? ((s[o] = i[n]), h(e, n + 1, t - 1, a, !1, s, o + 1)) : null;
|
| 1427 |
+
n++, (l = 0);
|
| 1428 |
+
}
|
| 1429 |
+
if ("+" === g) {
|
| 1430 |
+
if (!r) return null;
|
| 1431 |
+
(s[o] = b), o++, (l = 0), (d = !0);
|
| 1432 |
+
}
|
| 1433 |
+
if (" " === g) {
|
| 1434 |
+
if ((l++, (s[o] = i[n]), !c(n + 1, i[n], g, b)))
|
| 1435 |
+
return d || !t
|
| 1436 |
+
? null
|
| 1437 |
+
: (i[n] && (h(e, n + 1, t - 1, a + 1, !1, s, o + 1) || h(e, n + 1, t - 1, a, !1, s, o + 1))) ||
|
| 1438 |
+
h(e, n, t - 1, a + 1, !1, s, o);
|
| 1439 |
+
o++, (r = !0), (d = !1), n++;
|
| 1440 |
+
}
|
| 1441 |
+
}
|
| 1442 |
+
return (o -= l), (n -= l), (s.length = o), { patchedLines: s, oldLineLastI: n - 1 };
|
| 1443 |
+
}
|
| 1444 |
+
for (var E = [], _ = 0, N = 0; N < l.length; N++) {
|
| 1445 |
+
for (var T = l[N], O = void 0, v = i.length - T.oldLines + d, y = void 0, A = 0; A <= d; A++) {
|
| 1446 |
+
y = T.oldStart + _ - 1;
|
| 1447 |
+
for (var S = (0, o.default)(y, u, v); void 0 !== y && !(O = h(T.lines, y, A)); y = S());
|
| 1448 |
+
if (O) break;
|
| 1449 |
+
}
|
| 1450 |
+
if (!O) return !1;
|
| 1451 |
+
for (var w = u; w < y; w++) E.push(i[w]);
|
| 1452 |
+
for (var R = 0; R < O.patchedLines.length; R++) {
|
| 1453 |
+
var I = O.patchedLines[R];
|
| 1454 |
+
E.push(I);
|
| 1455 |
+
}
|
| 1456 |
+
(u = O.oldLineLastI + 1), (_ = y + 1 - T.oldStart);
|
| 1457 |
+
}
|
| 1458 |
+
for (var C = u; C < i.length; C++) E.push(i[C]);
|
| 1459 |
+
return E.join("\n");
|
| 1460 |
+
}
|
| 1461 |
+
},
|
| 1462 |
+
2723: (e, n, t) => {
|
| 1463 |
+
"use strict";
|
| 1464 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 1465 |
+
(n.createPatch = function (e, n, t, i, a, r) {
|
| 1466 |
+
return g(e, e, n, t, i, a, r);
|
| 1467 |
+
}),
|
| 1468 |
+
(n.createTwoFilesPatch = g),
|
| 1469 |
+
(n.formatPatch = u),
|
| 1470 |
+
(n.structuredPatch = d);
|
| 1471 |
+
var i = t(9268);
|
| 1472 |
+
function a(e) {
|
| 1473 |
+
return (
|
| 1474 |
+
(a =
|
| 1475 |
+
"function" == typeof Symbol && "symbol" == typeof Symbol.iterator
|
| 1476 |
+
? function (e) {
|
| 1477 |
+
return typeof e;
|
| 1478 |
+
}
|
| 1479 |
+
: function (e) {
|
| 1480 |
+
return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
| 1481 |
+
}),
|
| 1482 |
+
a(e)
|
| 1483 |
+
);
|
| 1484 |
+
}
|
| 1485 |
+
function r(e) {
|
| 1486 |
+
return (
|
| 1487 |
+
(function (e) {
|
| 1488 |
+
if (Array.isArray(e)) return s(e);
|
| 1489 |
+
})(e) ||
|
| 1490 |
+
(function (e) {
|
| 1491 |
+
if (("undefined" != typeof Symbol && null != e[Symbol.iterator]) || null != e["@@iterator"]) return Array.from(e);
|
| 1492 |
+
})(e) ||
|
| 1493 |
+
(function (e, n) {
|
| 1494 |
+
if (e) {
|
| 1495 |
+
if ("string" == typeof e) return s(e, n);
|
| 1496 |
+
var t = Object.prototype.toString.call(e).slice(8, -1);
|
| 1497 |
+
return (
|
| 1498 |
+
"Object" === t && e.constructor && (t = e.constructor.name),
|
| 1499 |
+
"Map" === t || "Set" === t
|
| 1500 |
+
? Array.from(e)
|
| 1501 |
+
: "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)
|
| 1502 |
+
? s(e, n)
|
| 1503 |
+
: void 0
|
| 1504 |
+
);
|
| 1505 |
+
}
|
| 1506 |
+
})(e) ||
|
| 1507 |
+
(function () {
|
| 1508 |
+
throw new TypeError(
|
| 1509 |
+
"Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
|
| 1510 |
+
);
|
| 1511 |
+
})()
|
| 1512 |
+
);
|
| 1513 |
+
}
|
| 1514 |
+
function s(e, n) {
|
| 1515 |
+
(null == n || n > e.length) && (n = e.length);
|
| 1516 |
+
for (var t = 0, i = new Array(n); t < n; t++) i[t] = e[t];
|
| 1517 |
+
return i;
|
| 1518 |
+
}
|
| 1519 |
+
function o(e, n) {
|
| 1520 |
+
var t = Object.keys(e);
|
| 1521 |
+
if (Object.getOwnPropertySymbols) {
|
| 1522 |
+
var i = Object.getOwnPropertySymbols(e);
|
| 1523 |
+
n &&
|
| 1524 |
+
(i = i.filter(function (n) {
|
| 1525 |
+
return Object.getOwnPropertyDescriptor(e, n).enumerable;
|
| 1526 |
+
})),
|
| 1527 |
+
t.push.apply(t, i);
|
| 1528 |
+
}
|
| 1529 |
+
return t;
|
| 1530 |
+
}
|
| 1531 |
+
function l(e) {
|
| 1532 |
+
for (var n = 1; n < arguments.length; n++) {
|
| 1533 |
+
var t = null != arguments[n] ? arguments[n] : {};
|
| 1534 |
+
n % 2
|
| 1535 |
+
? o(Object(t), !0).forEach(function (n) {
|
| 1536 |
+
c(e, n, t[n]);
|
| 1537 |
+
})
|
| 1538 |
+
: Object.getOwnPropertyDescriptors
|
| 1539 |
+
? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t))
|
| 1540 |
+
: o(Object(t)).forEach(function (n) {
|
| 1541 |
+
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(t, n));
|
| 1542 |
+
});
|
| 1543 |
+
}
|
| 1544 |
+
return e;
|
| 1545 |
+
}
|
| 1546 |
+
function c(e, n, t) {
|
| 1547 |
+
var i;
|
| 1548 |
+
return (
|
| 1549 |
+
(i = (function (e) {
|
| 1550 |
+
if ("object" != a(e) || !e) return e;
|
| 1551 |
+
var n = e[Symbol.toPrimitive];
|
| 1552 |
+
if (void 0 !== n) {
|
| 1553 |
+
var t = n.call(e, "string");
|
| 1554 |
+
if ("object" != a(t)) return t;
|
| 1555 |
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
| 1556 |
+
}
|
| 1557 |
+
return String(e);
|
| 1558 |
+
})(n)),
|
| 1559 |
+
(n = "symbol" == a(i) ? i : i + "") in e
|
| 1560 |
+
? Object.defineProperty(e, n, { value: t, enumerable: !0, configurable: !0, writable: !0 })
|
| 1561 |
+
: (e[n] = t),
|
| 1562 |
+
e
|
| 1563 |
+
);
|
| 1564 |
+
}
|
| 1565 |
+
function d(e, n, t, a, s, o, c) {
|
| 1566 |
+
if ((c || (c = {}), "function" == typeof c && (c = { callback: c }), void 0 === c.context && (c.context = 4), c.newlineIsToken))
|
| 1567 |
+
throw new Error("newlineIsToken may not be used with patch-generation functions, only with diffing functions");
|
| 1568 |
+
if (!c.callback) return u((0, i.diffLines)(t, a, c));
|
| 1569 |
+
var d = c.callback;
|
| 1570 |
+
function u(t) {
|
| 1571 |
+
if (t) {
|
| 1572 |
+
t.push({ value: "", lines: [] });
|
| 1573 |
+
for (
|
| 1574 |
+
var i = [],
|
| 1575 |
+
a = 0,
|
| 1576 |
+
l = 0,
|
| 1577 |
+
d = [],
|
| 1578 |
+
u = 1,
|
| 1579 |
+
g = 1,
|
| 1580 |
+
b = function () {
|
| 1581 |
+
var e,
|
| 1582 |
+
n,
|
| 1583 |
+
s,
|
| 1584 |
+
o = t[f],
|
| 1585 |
+
b =
|
| 1586 |
+
o.lines ||
|
| 1587 |
+
((e = o.value),
|
| 1588 |
+
(n = e.endsWith("\n")),
|
| 1589 |
+
(s = e.split("\n").map(function (e) {
|
| 1590 |
+
return e + "\n";
|
| 1591 |
+
})),
|
| 1592 |
+
n ? s.pop() : s.push(s.pop().slice(0, -1)),
|
| 1593 |
+
s);
|
| 1594 |
+
if (((o.lines = b), o.added || o.removed)) {
|
| 1595 |
+
var p;
|
| 1596 |
+
if (!a) {
|
| 1597 |
+
var m = t[f - 1];
|
| 1598 |
+
(a = u), (l = g), m && ((d = c.context > 0 ? _(m.lines.slice(-c.context)) : []), (a -= d.length), (l -= d.length));
|
| 1599 |
+
}
|
| 1600 |
+
(p = d).push.apply(
|
| 1601 |
+
p,
|
| 1602 |
+
r(
|
| 1603 |
+
b.map(function (e) {
|
| 1604 |
+
return (o.added ? "+" : "-") + e;
|
| 1605 |
+
})
|
| 1606 |
+
)
|
| 1607 |
+
),
|
| 1608 |
+
o.added ? (g += b.length) : (u += b.length);
|
| 1609 |
+
} else {
|
| 1610 |
+
if (a)
|
| 1611 |
+
if (b.length <= 2 * c.context && f < t.length - 2) {
|
| 1612 |
+
var h;
|
| 1613 |
+
(h = d).push.apply(h, r(_(b)));
|
| 1614 |
+
} else {
|
| 1615 |
+
var E,
|
| 1616 |
+
N = Math.min(b.length, c.context);
|
| 1617 |
+
(E = d).push.apply(E, r(_(b.slice(0, N))));
|
| 1618 |
+
var T = { oldStart: a, oldLines: u - a + N, newStart: l, newLines: g - l + N, lines: d };
|
| 1619 |
+
i.push(T), (a = 0), (l = 0), (d = []);
|
| 1620 |
+
}
|
| 1621 |
+
(u += b.length), (g += b.length);
|
| 1622 |
+
}
|
| 1623 |
+
},
|
| 1624 |
+
f = 0;
|
| 1625 |
+
f < t.length;
|
| 1626 |
+
f++
|
| 1627 |
+
)
|
| 1628 |
+
b();
|
| 1629 |
+
for (var p = 0, m = i; p < m.length; p++)
|
| 1630 |
+
for (var h = m[p], E = 0; E < h.lines.length; E++)
|
| 1631 |
+
h.lines[E].endsWith("\n")
|
| 1632 |
+
? (h.lines[E] = h.lines[E].slice(0, -1))
|
| 1633 |
+
: (h.lines.splice(E + 1, 0, "\"), E++);
|
| 1634 |
+
return { oldFileName: e, newFileName: n, oldHeader: s, newHeader: o, hunks: i };
|
| 1635 |
+
}
|
| 1636 |
+
function _(e) {
|
| 1637 |
+
return e.map(function (e) {
|
| 1638 |
+
return " " + e;
|
| 1639 |
+
});
|
| 1640 |
+
}
|
| 1641 |
+
}
|
| 1642 |
+
(0, i.diffLines)(
|
| 1643 |
+
t,
|
| 1644 |
+
a,
|
| 1645 |
+
l(
|
| 1646 |
+
l({}, c),
|
| 1647 |
+
{},
|
| 1648 |
+
{
|
| 1649 |
+
callback: function (e) {
|
| 1650 |
+
var n = u(e);
|
| 1651 |
+
d(n);
|
| 1652 |
+
},
|
| 1653 |
+
}
|
| 1654 |
+
)
|
| 1655 |
+
);
|
| 1656 |
+
}
|
| 1657 |
+
function u(e) {
|
| 1658 |
+
if (Array.isArray(e)) return e.map(u).join("\n");
|
| 1659 |
+
var n = [];
|
| 1660 |
+
e.oldFileName == e.newFileName && n.push("Index: " + e.oldFileName),
|
| 1661 |
+
n.push("==================================================================="),
|
| 1662 |
+
n.push("--- " + e.oldFileName + (void 0 === e.oldHeader ? "" : "\t" + e.oldHeader)),
|
| 1663 |
+
n.push("+++ " + e.newFileName + (void 0 === e.newHeader ? "" : "\t" + e.newHeader));
|
| 1664 |
+
for (var t = 0; t < e.hunks.length; t++) {
|
| 1665 |
+
var i = e.hunks[t];
|
| 1666 |
+
0 === i.oldLines && (i.oldStart -= 1),
|
| 1667 |
+
0 === i.newLines && (i.newStart -= 1),
|
| 1668 |
+
n.push("@@ -" + i.oldStart + "," + i.oldLines + " +" + i.newStart + "," + i.newLines + " @@"),
|
| 1669 |
+
n.push.apply(n, i.lines);
|
| 1670 |
+
}
|
| 1671 |
+
return n.join("\n") + "\n";
|
| 1672 |
+
}
|
| 1673 |
+
function g(e, n, t, i, a, r, s) {
|
| 1674 |
+
var o;
|
| 1675 |
+
if (("function" == typeof s && (s = { callback: s }), null === (o = s) || void 0 === o || !o.callback)) {
|
| 1676 |
+
var c = d(e, n, t, i, a, r, s);
|
| 1677 |
+
if (!c) return;
|
| 1678 |
+
return u(c);
|
| 1679 |
+
}
|
| 1680 |
+
var g = s.callback;
|
| 1681 |
+
d(
|
| 1682 |
+
e,
|
| 1683 |
+
n,
|
| 1684 |
+
t,
|
| 1685 |
+
i,
|
| 1686 |
+
a,
|
| 1687 |
+
r,
|
| 1688 |
+
l(
|
| 1689 |
+
l({}, s),
|
| 1690 |
+
{},
|
| 1691 |
+
{
|
| 1692 |
+
callback: function (e) {
|
| 1693 |
+
e ? g(u(e)) : g();
|
| 1694 |
+
},
|
| 1695 |
+
}
|
| 1696 |
+
)
|
| 1697 |
+
);
|
| 1698 |
+
}
|
| 1699 |
+
},
|
| 1700 |
+
9380: (e, n) => {
|
| 1701 |
+
"use strict";
|
| 1702 |
+
function t(e) {
|
| 1703 |
+
return (
|
| 1704 |
+
(t =
|
| 1705 |
+
"function" == typeof Symbol && "symbol" == typeof Symbol.iterator
|
| 1706 |
+
? function (e) {
|
| 1707 |
+
return typeof e;
|
| 1708 |
+
}
|
| 1709 |
+
: function (e) {
|
| 1710 |
+
return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
| 1711 |
+
}),
|
| 1712 |
+
t(e)
|
| 1713 |
+
);
|
| 1714 |
+
}
|
| 1715 |
+
function i(e, n) {
|
| 1716 |
+
var t = Object.keys(e);
|
| 1717 |
+
if (Object.getOwnPropertySymbols) {
|
| 1718 |
+
var i = Object.getOwnPropertySymbols(e);
|
| 1719 |
+
n &&
|
| 1720 |
+
(i = i.filter(function (n) {
|
| 1721 |
+
return Object.getOwnPropertyDescriptor(e, n).enumerable;
|
| 1722 |
+
})),
|
| 1723 |
+
t.push.apply(t, i);
|
| 1724 |
+
}
|
| 1725 |
+
return t;
|
| 1726 |
+
}
|
| 1727 |
+
function a(e) {
|
| 1728 |
+
for (var n = 1; n < arguments.length; n++) {
|
| 1729 |
+
var t = null != arguments[n] ? arguments[n] : {};
|
| 1730 |
+
n % 2
|
| 1731 |
+
? i(Object(t), !0).forEach(function (n) {
|
| 1732 |
+
r(e, n, t[n]);
|
| 1733 |
+
})
|
| 1734 |
+
: Object.getOwnPropertyDescriptors
|
| 1735 |
+
? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t))
|
| 1736 |
+
: i(Object(t)).forEach(function (n) {
|
| 1737 |
+
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(t, n));
|
| 1738 |
+
});
|
| 1739 |
+
}
|
| 1740 |
+
return e;
|
| 1741 |
+
}
|
| 1742 |
+
function r(e, n, i) {
|
| 1743 |
+
var a;
|
| 1744 |
+
return (
|
| 1745 |
+
(a = (function (e) {
|
| 1746 |
+
if ("object" != t(e) || !e) return e;
|
| 1747 |
+
var n = e[Symbol.toPrimitive];
|
| 1748 |
+
if (void 0 !== n) {
|
| 1749 |
+
var i = n.call(e, "string");
|
| 1750 |
+
if ("object" != t(i)) return i;
|
| 1751 |
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
| 1752 |
+
}
|
| 1753 |
+
return String(e);
|
| 1754 |
+
})(n)),
|
| 1755 |
+
(n = "symbol" == t(a) ? a : a + "") in e
|
| 1756 |
+
? Object.defineProperty(e, n, { value: i, enumerable: !0, configurable: !0, writable: !0 })
|
| 1757 |
+
: (e[n] = i),
|
| 1758 |
+
e
|
| 1759 |
+
);
|
| 1760 |
+
}
|
| 1761 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 1762 |
+
(n.isUnix = function (e) {
|
| 1763 |
+
return (
|
| 1764 |
+
Array.isArray(e) || (e = [e]),
|
| 1765 |
+
!e.some(function (e) {
|
| 1766 |
+
return e.hunks.some(function (e) {
|
| 1767 |
+
return e.lines.some(function (e) {
|
| 1768 |
+
return !e.startsWith("\\") && e.endsWith("\r");
|
| 1769 |
+
});
|
| 1770 |
+
});
|
| 1771 |
+
})
|
| 1772 |
+
);
|
| 1773 |
+
}),
|
| 1774 |
+
(n.isWin = function (e) {
|
| 1775 |
+
return (
|
| 1776 |
+
Array.isArray(e) || (e = [e]),
|
| 1777 |
+
e.some(function (e) {
|
| 1778 |
+
return e.hunks.some(function (e) {
|
| 1779 |
+
return e.lines.some(function (e) {
|
| 1780 |
+
return e.endsWith("\r");
|
| 1781 |
+
});
|
| 1782 |
+
});
|
| 1783 |
+
}) &&
|
| 1784 |
+
e.every(function (e) {
|
| 1785 |
+
return e.hunks.every(function (e) {
|
| 1786 |
+
return e.lines.every(function (n, t) {
|
| 1787 |
+
var i;
|
| 1788 |
+
return (
|
| 1789 |
+
n.startsWith("\\") ||
|
| 1790 |
+
n.endsWith("\r") ||
|
| 1791 |
+
(null === (i = e.lines[t + 1]) || void 0 === i ? void 0 : i.startsWith("\\"))
|
| 1792 |
+
);
|
| 1793 |
+
});
|
| 1794 |
+
});
|
| 1795 |
+
})
|
| 1796 |
+
);
|
| 1797 |
+
}),
|
| 1798 |
+
(n.unixToWin = function e(n) {
|
| 1799 |
+
return Array.isArray(n)
|
| 1800 |
+
? n.map(e)
|
| 1801 |
+
: a(
|
| 1802 |
+
a({}, n),
|
| 1803 |
+
{},
|
| 1804 |
+
{
|
| 1805 |
+
hunks: n.hunks.map(function (e) {
|
| 1806 |
+
return a(
|
| 1807 |
+
a({}, e),
|
| 1808 |
+
{},
|
| 1809 |
+
{
|
| 1810 |
+
lines: e.lines.map(function (n, t) {
|
| 1811 |
+
var i;
|
| 1812 |
+
return n.startsWith("\\") ||
|
| 1813 |
+
n.endsWith("\r") ||
|
| 1814 |
+
(null !== (i = e.lines[t + 1]) && void 0 !== i && i.startsWith("\\"))
|
| 1815 |
+
? n
|
| 1816 |
+
: n + "\r";
|
| 1817 |
+
}),
|
| 1818 |
+
}
|
| 1819 |
+
);
|
| 1820 |
+
}),
|
| 1821 |
+
}
|
| 1822 |
+
);
|
| 1823 |
+
}),
|
| 1824 |
+
(n.winToUnix = function e(n) {
|
| 1825 |
+
return Array.isArray(n)
|
| 1826 |
+
? n.map(e)
|
| 1827 |
+
: a(
|
| 1828 |
+
a({}, n),
|
| 1829 |
+
{},
|
| 1830 |
+
{
|
| 1831 |
+
hunks: n.hunks.map(function (e) {
|
| 1832 |
+
return a(
|
| 1833 |
+
a({}, e),
|
| 1834 |
+
{},
|
| 1835 |
+
{
|
| 1836 |
+
lines: e.lines.map(function (e) {
|
| 1837 |
+
return e.endsWith("\r") ? e.substring(0, e.length - 1) : e;
|
| 1838 |
+
}),
|
| 1839 |
+
}
|
| 1840 |
+
);
|
| 1841 |
+
}),
|
| 1842 |
+
}
|
| 1843 |
+
);
|
| 1844 |
+
});
|
| 1845 |
+
},
|
| 1846 |
+
8555: (e, n, t) => {
|
| 1847 |
+
"use strict";
|
| 1848 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 1849 |
+
(n.calcLineCount = l),
|
| 1850 |
+
(n.merge = function (e, n, t) {
|
| 1851 |
+
(e = c(e, t)), (n = c(n, t));
|
| 1852 |
+
var i = {};
|
| 1853 |
+
(e.index || n.index) && (i.index = e.index || n.index),
|
| 1854 |
+
(e.newFileName || n.newFileName) &&
|
| 1855 |
+
(d(e)
|
| 1856 |
+
? d(n)
|
| 1857 |
+
? ((i.oldFileName = u(i, e.oldFileName, n.oldFileName)),
|
| 1858 |
+
(i.newFileName = u(i, e.newFileName, n.newFileName)),
|
| 1859 |
+
(i.oldHeader = u(i, e.oldHeader, n.oldHeader)),
|
| 1860 |
+
(i.newHeader = u(i, e.newHeader, n.newHeader)))
|
| 1861 |
+
: ((i.oldFileName = e.oldFileName),
|
| 1862 |
+
(i.newFileName = e.newFileName),
|
| 1863 |
+
(i.oldHeader = e.oldHeader),
|
| 1864 |
+
(i.newHeader = e.newHeader))
|
| 1865 |
+
: ((i.oldFileName = n.oldFileName || e.oldFileName),
|
| 1866 |
+
(i.newFileName = n.newFileName || e.newFileName),
|
| 1867 |
+
(i.oldHeader = n.oldHeader || e.oldHeader),
|
| 1868 |
+
(i.newHeader = n.newHeader || e.newHeader))),
|
| 1869 |
+
(i.hunks = []);
|
| 1870 |
+
for (var a = 0, r = 0, s = 0, o = 0; a < e.hunks.length || r < n.hunks.length; ) {
|
| 1871 |
+
var l = e.hunks[a] || { oldStart: 1 / 0 },
|
| 1872 |
+
p = n.hunks[r] || { oldStart: 1 / 0 };
|
| 1873 |
+
if (g(l, p)) i.hunks.push(b(l, s)), a++, (o += l.newLines - l.oldLines);
|
| 1874 |
+
else if (g(p, l)) i.hunks.push(b(p, o)), r++, (s += p.newLines - p.oldLines);
|
| 1875 |
+
else {
|
| 1876 |
+
var m = {
|
| 1877 |
+
oldStart: Math.min(l.oldStart, p.oldStart),
|
| 1878 |
+
oldLines: 0,
|
| 1879 |
+
newStart: Math.min(l.newStart + s, p.oldStart + o),
|
| 1880 |
+
newLines: 0,
|
| 1881 |
+
lines: [],
|
| 1882 |
+
};
|
| 1883 |
+
f(m, l.oldStart, l.lines, p.oldStart, p.lines), r++, a++, i.hunks.push(m);
|
| 1884 |
+
}
|
| 1885 |
+
}
|
| 1886 |
+
return i;
|
| 1887 |
+
});
|
| 1888 |
+
var i = t(2723),
|
| 1889 |
+
a = t(3020),
|
| 1890 |
+
r = t(750);
|
| 1891 |
+
function s(e) {
|
| 1892 |
+
return (
|
| 1893 |
+
(function (e) {
|
| 1894 |
+
if (Array.isArray(e)) return o(e);
|
| 1895 |
+
})(e) ||
|
| 1896 |
+
(function (e) {
|
| 1897 |
+
if (("undefined" != typeof Symbol && null != e[Symbol.iterator]) || null != e["@@iterator"]) return Array.from(e);
|
| 1898 |
+
})(e) ||
|
| 1899 |
+
(function (e, n) {
|
| 1900 |
+
if (e) {
|
| 1901 |
+
if ("string" == typeof e) return o(e, n);
|
| 1902 |
+
var t = Object.prototype.toString.call(e).slice(8, -1);
|
| 1903 |
+
return (
|
| 1904 |
+
"Object" === t && e.constructor && (t = e.constructor.name),
|
| 1905 |
+
"Map" === t || "Set" === t
|
| 1906 |
+
? Array.from(e)
|
| 1907 |
+
: "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)
|
| 1908 |
+
? o(e, n)
|
| 1909 |
+
: void 0
|
| 1910 |
+
);
|
| 1911 |
+
}
|
| 1912 |
+
})(e) ||
|
| 1913 |
+
(function () {
|
| 1914 |
+
throw new TypeError(
|
| 1915 |
+
"Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
|
| 1916 |
+
);
|
| 1917 |
+
})()
|
| 1918 |
+
);
|
| 1919 |
+
}
|
| 1920 |
+
function o(e, n) {
|
| 1921 |
+
(null == n || n > e.length) && (n = e.length);
|
| 1922 |
+
for (var t = 0, i = new Array(n); t < n; t++) i[t] = e[t];
|
| 1923 |
+
return i;
|
| 1924 |
+
}
|
| 1925 |
+
function l(e) {
|
| 1926 |
+
var n = v(e.lines),
|
| 1927 |
+
t = n.oldLines,
|
| 1928 |
+
i = n.newLines;
|
| 1929 |
+
void 0 !== t ? (e.oldLines = t) : delete e.oldLines, void 0 !== i ? (e.newLines = i) : delete e.newLines;
|
| 1930 |
+
}
|
| 1931 |
+
function c(e, n) {
|
| 1932 |
+
if ("string" == typeof e) {
|
| 1933 |
+
if (/^@@/m.test(e) || /^Index:/m.test(e)) return (0, a.parsePatch)(e)[0];
|
| 1934 |
+
if (!n) throw new Error("Must provide a base reference or pass in a patch");
|
| 1935 |
+
return (0, i.structuredPatch)(void 0, void 0, n, e);
|
| 1936 |
+
}
|
| 1937 |
+
return e;
|
| 1938 |
+
}
|
| 1939 |
+
function d(e) {
|
| 1940 |
+
return e.newFileName && e.newFileName !== e.oldFileName;
|
| 1941 |
+
}
|
| 1942 |
+
function u(e, n, t) {
|
| 1943 |
+
return n === t ? n : ((e.conflict = !0), { mine: n, theirs: t });
|
| 1944 |
+
}
|
| 1945 |
+
function g(e, n) {
|
| 1946 |
+
return e.oldStart < n.oldStart && e.oldStart + e.oldLines < n.oldStart;
|
| 1947 |
+
}
|
| 1948 |
+
function b(e, n) {
|
| 1949 |
+
return { oldStart: e.oldStart, oldLines: e.oldLines, newStart: e.newStart + n, newLines: e.newLines, lines: e.lines };
|
| 1950 |
+
}
|
| 1951 |
+
function f(e, n, t, i, a) {
|
| 1952 |
+
var r = { offset: n, lines: t, index: 0 },
|
| 1953 |
+
o = { offset: i, lines: a, index: 0 };
|
| 1954 |
+
for (E(e, r, o), E(e, o, r); r.index < r.lines.length && o.index < o.lines.length; ) {
|
| 1955 |
+
var c = r.lines[r.index],
|
| 1956 |
+
d = o.lines[o.index];
|
| 1957 |
+
if (("-" !== c[0] && "+" !== c[0]) || ("-" !== d[0] && "+" !== d[0]))
|
| 1958 |
+
if ("+" === c[0] && " " === d[0]) {
|
| 1959 |
+
var u;
|
| 1960 |
+
(u = e.lines).push.apply(u, s(N(r)));
|
| 1961 |
+
} else if ("+" === d[0] && " " === c[0]) {
|
| 1962 |
+
var g;
|
| 1963 |
+
(g = e.lines).push.apply(g, s(N(o)));
|
| 1964 |
+
} else
|
| 1965 |
+
"-" === c[0] && " " === d[0]
|
| 1966 |
+
? m(e, r, o)
|
| 1967 |
+
: "-" === d[0] && " " === c[0]
|
| 1968 |
+
? m(e, o, r, !0)
|
| 1969 |
+
: c === d
|
| 1970 |
+
? (e.lines.push(c), r.index++, o.index++)
|
| 1971 |
+
: h(e, N(r), N(o));
|
| 1972 |
+
else p(e, r, o);
|
| 1973 |
+
}
|
| 1974 |
+
_(e, r), _(e, o), l(e);
|
| 1975 |
+
}
|
| 1976 |
+
function p(e, n, t) {
|
| 1977 |
+
var i = N(n),
|
| 1978 |
+
a = N(t);
|
| 1979 |
+
if (T(i) && T(a)) {
|
| 1980 |
+
var o, l;
|
| 1981 |
+
if ((0, r.arrayStartsWith)(i, a) && O(t, i, i.length - a.length)) return void (o = e.lines).push.apply(o, s(i));
|
| 1982 |
+
if ((0, r.arrayStartsWith)(a, i) && O(n, a, a.length - i.length)) return void (l = e.lines).push.apply(l, s(a));
|
| 1983 |
+
} else if ((0, r.arrayEqual)(i, a)) {
|
| 1984 |
+
var c;
|
| 1985 |
+
return void (c = e.lines).push.apply(c, s(i));
|
| 1986 |
+
}
|
| 1987 |
+
h(e, i, a);
|
| 1988 |
+
}
|
| 1989 |
+
function m(e, n, t, i) {
|
| 1990 |
+
var a,
|
| 1991 |
+
r = N(n),
|
| 1992 |
+
o = (function (e, n) {
|
| 1993 |
+
for (var t = [], i = [], a = 0, r = !1, s = !1; a < n.length && e.index < e.lines.length; ) {
|
| 1994 |
+
var o = e.lines[e.index],
|
| 1995 |
+
l = n[a];
|
| 1996 |
+
if ("+" === l[0]) break;
|
| 1997 |
+
if (((r = r || " " !== o[0]), i.push(l), a++, "+" === o[0])) for (s = !0; "+" === o[0]; ) t.push(o), (o = e.lines[++e.index]);
|
| 1998 |
+
l.substr(1) === o.substr(1) ? (t.push(o), e.index++) : (s = !0);
|
| 1999 |
+
}
|
| 2000 |
+
if (("+" === (n[a] || "")[0] && r && (s = !0), s)) return t;
|
| 2001 |
+
for (; a < n.length; ) i.push(n[a++]);
|
| 2002 |
+
return { merged: i, changes: t };
|
| 2003 |
+
})(t, r);
|
| 2004 |
+
o.merged ? (a = e.lines).push.apply(a, s(o.merged)) : h(e, i ? o : r, i ? r : o);
|
| 2005 |
+
}
|
| 2006 |
+
function h(e, n, t) {
|
| 2007 |
+
(e.conflict = !0), e.lines.push({ conflict: !0, mine: n, theirs: t });
|
| 2008 |
+
}
|
| 2009 |
+
function E(e, n, t) {
|
| 2010 |
+
for (; n.offset < t.offset && n.index < n.lines.length; ) {
|
| 2011 |
+
var i = n.lines[n.index++];
|
| 2012 |
+
e.lines.push(i), n.offset++;
|
| 2013 |
+
}
|
| 2014 |
+
}
|
| 2015 |
+
function _(e, n) {
|
| 2016 |
+
for (; n.index < n.lines.length; ) {
|
| 2017 |
+
var t = n.lines[n.index++];
|
| 2018 |
+
e.lines.push(t);
|
| 2019 |
+
}
|
| 2020 |
+
}
|
| 2021 |
+
function N(e) {
|
| 2022 |
+
for (var n = [], t = e.lines[e.index][0]; e.index < e.lines.length; ) {
|
| 2023 |
+
var i = e.lines[e.index];
|
| 2024 |
+
if (("-" === t && "+" === i[0] && (t = "+"), t !== i[0])) break;
|
| 2025 |
+
n.push(i), e.index++;
|
| 2026 |
+
}
|
| 2027 |
+
return n;
|
| 2028 |
+
}
|
| 2029 |
+
function T(e) {
|
| 2030 |
+
return e.reduce(function (e, n) {
|
| 2031 |
+
return e && "-" === n[0];
|
| 2032 |
+
}, !0);
|
| 2033 |
+
}
|
| 2034 |
+
function O(e, n, t) {
|
| 2035 |
+
for (var i = 0; i < t; i++) {
|
| 2036 |
+
var a = n[n.length - t + i].substr(1);
|
| 2037 |
+
if (e.lines[e.index + i] !== " " + a) return !1;
|
| 2038 |
+
}
|
| 2039 |
+
return (e.index += t), !0;
|
| 2040 |
+
}
|
| 2041 |
+
function v(e) {
|
| 2042 |
+
var n = 0,
|
| 2043 |
+
t = 0;
|
| 2044 |
+
return (
|
| 2045 |
+
e.forEach(function (e) {
|
| 2046 |
+
if ("string" != typeof e) {
|
| 2047 |
+
var i = v(e.mine),
|
| 2048 |
+
a = v(e.theirs);
|
| 2049 |
+
void 0 !== n && (i.oldLines === a.oldLines ? (n += i.oldLines) : (n = void 0)),
|
| 2050 |
+
void 0 !== t && (i.newLines === a.newLines ? (t += i.newLines) : (t = void 0));
|
| 2051 |
+
} else void 0 === t || ("+" !== e[0] && " " !== e[0]) || t++, void 0 === n || ("-" !== e[0] && " " !== e[0]) || n++;
|
| 2052 |
+
}),
|
| 2053 |
+
{ oldLines: n, newLines: t }
|
| 2054 |
+
);
|
| 2055 |
+
}
|
| 2056 |
+
},
|
| 2057 |
+
3020: (e, n) => {
|
| 2058 |
+
"use strict";
|
| 2059 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 2060 |
+
(n.parsePatch = function (e) {
|
| 2061 |
+
var n = e.split(/\n/),
|
| 2062 |
+
t = [],
|
| 2063 |
+
i = 0;
|
| 2064 |
+
function a() {
|
| 2065 |
+
var e = {};
|
| 2066 |
+
for (t.push(e); i < n.length; ) {
|
| 2067 |
+
var a = n[i];
|
| 2068 |
+
if (/^(\-\-\-|\+\+\+|@@)\s/.test(a)) break;
|
| 2069 |
+
var o = /^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(a);
|
| 2070 |
+
o && (e.index = o[1]), i++;
|
| 2071 |
+
}
|
| 2072 |
+
for (r(e), r(e), e.hunks = []; i < n.length; ) {
|
| 2073 |
+
var l = n[i];
|
| 2074 |
+
if (/^(Index:\s|diff\s|\-\-\-\s|\+\+\+\s|===================================================================)/.test(l)) break;
|
| 2075 |
+
if (/^@@/.test(l)) e.hunks.push(s());
|
| 2076 |
+
else {
|
| 2077 |
+
if (l) throw new Error("Unknown line " + (i + 1) + " " + JSON.stringify(l));
|
| 2078 |
+
i++;
|
| 2079 |
+
}
|
| 2080 |
+
}
|
| 2081 |
+
}
|
| 2082 |
+
function r(e) {
|
| 2083 |
+
var t = /^(---|\+\+\+)\s+(.*)\r?$/.exec(n[i]);
|
| 2084 |
+
if (t) {
|
| 2085 |
+
var a = "---" === t[1] ? "old" : "new",
|
| 2086 |
+
r = t[2].split("\t", 2),
|
| 2087 |
+
s = r[0].replace(/\\\\/g, "\\");
|
| 2088 |
+
/^".*"$/.test(s) && (s = s.substr(1, s.length - 2)), (e[a + "FileName"] = s), (e[a + "Header"] = (r[1] || "").trim()), i++;
|
| 2089 |
+
}
|
| 2090 |
+
}
|
| 2091 |
+
function s() {
|
| 2092 |
+
var e = i,
|
| 2093 |
+
t = n[i++].split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/),
|
| 2094 |
+
a = {
|
| 2095 |
+
oldStart: +t[1],
|
| 2096 |
+
oldLines: void 0 === t[2] ? 1 : +t[2],
|
| 2097 |
+
newStart: +t[3],
|
| 2098 |
+
newLines: void 0 === t[4] ? 1 : +t[4],
|
| 2099 |
+
lines: [],
|
| 2100 |
+
};
|
| 2101 |
+
0 === a.oldLines && (a.oldStart += 1), 0 === a.newLines && (a.newStart += 1);
|
| 2102 |
+
for (
|
| 2103 |
+
var r = 0, s = 0;
|
| 2104 |
+
i < n.length && (s < a.oldLines || r < a.newLines || (null !== (o = n[i]) && void 0 !== o && o.startsWith("\\")));
|
| 2105 |
+
i++
|
| 2106 |
+
) {
|
| 2107 |
+
var o,
|
| 2108 |
+
l = 0 == n[i].length && i != n.length - 1 ? " " : n[i][0];
|
| 2109 |
+
if ("+" !== l && "-" !== l && " " !== l && "\\" !== l)
|
| 2110 |
+
throw new Error("Hunk at line ".concat(e + 1, " contained invalid line ").concat(n[i]));
|
| 2111 |
+
a.lines.push(n[i]), "+" === l ? r++ : "-" === l ? s++ : " " === l && (r++, s++);
|
| 2112 |
+
}
|
| 2113 |
+
if ((r || 1 !== a.newLines || (a.newLines = 0), s || 1 !== a.oldLines || (a.oldLines = 0), r !== a.newLines))
|
| 2114 |
+
throw new Error("Added line count did not match for hunk at line " + (e + 1));
|
| 2115 |
+
if (s !== a.oldLines) throw new Error("Removed line count did not match for hunk at line " + (e + 1));
|
| 2116 |
+
return a;
|
| 2117 |
+
}
|
| 2118 |
+
for (; i < n.length; ) a();
|
| 2119 |
+
return t;
|
| 2120 |
+
});
|
| 2121 |
+
},
|
| 2122 |
+
7769: (e, n) => {
|
| 2123 |
+
"use strict";
|
| 2124 |
+
function t(e) {
|
| 2125 |
+
return (
|
| 2126 |
+
(t =
|
| 2127 |
+
"function" == typeof Symbol && "symbol" == typeof Symbol.iterator
|
| 2128 |
+
? function (e) {
|
| 2129 |
+
return typeof e;
|
| 2130 |
+
}
|
| 2131 |
+
: function (e) {
|
| 2132 |
+
return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
| 2133 |
+
}),
|
| 2134 |
+
t(e)
|
| 2135 |
+
);
|
| 2136 |
+
}
|
| 2137 |
+
function i(e, n) {
|
| 2138 |
+
var t = Object.keys(e);
|
| 2139 |
+
if (Object.getOwnPropertySymbols) {
|
| 2140 |
+
var i = Object.getOwnPropertySymbols(e);
|
| 2141 |
+
n &&
|
| 2142 |
+
(i = i.filter(function (n) {
|
| 2143 |
+
return Object.getOwnPropertyDescriptor(e, n).enumerable;
|
| 2144 |
+
})),
|
| 2145 |
+
t.push.apply(t, i);
|
| 2146 |
+
}
|
| 2147 |
+
return t;
|
| 2148 |
+
}
|
| 2149 |
+
function a(e) {
|
| 2150 |
+
for (var n = 1; n < arguments.length; n++) {
|
| 2151 |
+
var t = null != arguments[n] ? arguments[n] : {};
|
| 2152 |
+
n % 2
|
| 2153 |
+
? i(Object(t), !0).forEach(function (n) {
|
| 2154 |
+
r(e, n, t[n]);
|
| 2155 |
+
})
|
| 2156 |
+
: Object.getOwnPropertyDescriptors
|
| 2157 |
+
? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t))
|
| 2158 |
+
: i(Object(t)).forEach(function (n) {
|
| 2159 |
+
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(t, n));
|
| 2160 |
+
});
|
| 2161 |
+
}
|
| 2162 |
+
return e;
|
| 2163 |
+
}
|
| 2164 |
+
function r(e, n, i) {
|
| 2165 |
+
var a;
|
| 2166 |
+
return (
|
| 2167 |
+
(a = (function (e) {
|
| 2168 |
+
if ("object" != t(e) || !e) return e;
|
| 2169 |
+
var n = e[Symbol.toPrimitive];
|
| 2170 |
+
if (void 0 !== n) {
|
| 2171 |
+
var i = n.call(e, "string");
|
| 2172 |
+
if ("object" != t(i)) return i;
|
| 2173 |
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
| 2174 |
+
}
|
| 2175 |
+
return String(e);
|
| 2176 |
+
})(n)),
|
| 2177 |
+
(n = "symbol" == t(a) ? a : a + "") in e
|
| 2178 |
+
? Object.defineProperty(e, n, { value: i, enumerable: !0, configurable: !0, writable: !0 })
|
| 2179 |
+
: (e[n] = i),
|
| 2180 |
+
e
|
| 2181 |
+
);
|
| 2182 |
+
}
|
| 2183 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 2184 |
+
(n.reversePatch = function e(n) {
|
| 2185 |
+
return Array.isArray(n)
|
| 2186 |
+
? n.map(e).reverse()
|
| 2187 |
+
: a(
|
| 2188 |
+
a({}, n),
|
| 2189 |
+
{},
|
| 2190 |
+
{
|
| 2191 |
+
oldFileName: n.newFileName,
|
| 2192 |
+
oldHeader: n.newHeader,
|
| 2193 |
+
newFileName: n.oldFileName,
|
| 2194 |
+
newHeader: n.oldHeader,
|
| 2195 |
+
hunks: n.hunks.map(function (e) {
|
| 2196 |
+
return {
|
| 2197 |
+
oldLines: e.newLines,
|
| 2198 |
+
oldStart: e.newStart,
|
| 2199 |
+
newLines: e.oldLines,
|
| 2200 |
+
newStart: e.oldStart,
|
| 2201 |
+
lines: e.lines.map(function (e) {
|
| 2202 |
+
return e.startsWith("-") ? "+".concat(e.slice(1)) : e.startsWith("+") ? "-".concat(e.slice(1)) : e;
|
| 2203 |
+
}),
|
| 2204 |
+
};
|
| 2205 |
+
}),
|
| 2206 |
+
}
|
| 2207 |
+
);
|
| 2208 |
+
});
|
| 2209 |
+
},
|
| 2210 |
+
750: (e, n) => {
|
| 2211 |
+
"use strict";
|
| 2212 |
+
function t(e, n) {
|
| 2213 |
+
if (n.length > e.length) return !1;
|
| 2214 |
+
for (var t = 0; t < n.length; t++) if (n[t] !== e[t]) return !1;
|
| 2215 |
+
return !0;
|
| 2216 |
+
}
|
| 2217 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 2218 |
+
(n.arrayEqual = function (e, n) {
|
| 2219 |
+
return e.length === n.length && t(e, n);
|
| 2220 |
+
}),
|
| 2221 |
+
(n.arrayStartsWith = t);
|
| 2222 |
+
},
|
| 2223 |
+
1439: (e, n) => {
|
| 2224 |
+
"use strict";
|
| 2225 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 2226 |
+
(n.default = function (e, n, t) {
|
| 2227 |
+
var i = !0,
|
| 2228 |
+
a = !1,
|
| 2229 |
+
r = !1,
|
| 2230 |
+
s = 1;
|
| 2231 |
+
return function o() {
|
| 2232 |
+
if (i && !r) {
|
| 2233 |
+
if ((a ? s++ : (i = !1), e + s <= t)) return e + s;
|
| 2234 |
+
r = !0;
|
| 2235 |
+
}
|
| 2236 |
+
if (!a) return r || (i = !0), n <= e - s ? e - s++ : ((a = !0), o());
|
| 2237 |
+
};
|
| 2238 |
+
});
|
| 2239 |
+
},
|
| 2240 |
+
6065: (e, n) => {
|
| 2241 |
+
"use strict";
|
| 2242 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 2243 |
+
(n.generateOptions = function (e, n) {
|
| 2244 |
+
if ("function" == typeof e) n.callback = e;
|
| 2245 |
+
else if (e) for (var t in e) e.hasOwnProperty(t) && (n[t] = e[t]);
|
| 2246 |
+
return n;
|
| 2247 |
+
});
|
| 2248 |
+
},
|
| 2249 |
+
3666: (e, n) => {
|
| 2250 |
+
"use strict";
|
| 2251 |
+
function t(e, n, t) {
|
| 2252 |
+
if (e.slice(0, n.length) != n)
|
| 2253 |
+
throw Error("string ".concat(JSON.stringify(e), " doesn't start with prefix ").concat(JSON.stringify(n), "; this is a bug"));
|
| 2254 |
+
return t + e.slice(n.length);
|
| 2255 |
+
}
|
| 2256 |
+
function i(e, n, t) {
|
| 2257 |
+
if (!n) return e + t;
|
| 2258 |
+
if (e.slice(-n.length) != n)
|
| 2259 |
+
throw Error("string ".concat(JSON.stringify(e), " doesn't end with suffix ").concat(JSON.stringify(n), "; this is a bug"));
|
| 2260 |
+
return e.slice(0, -n.length) + t;
|
| 2261 |
+
}
|
| 2262 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 2263 |
+
(n.hasOnlyUnixLineEndings = function (e) {
|
| 2264 |
+
return !e.includes("\r\n") && e.includes("\n");
|
| 2265 |
+
}),
|
| 2266 |
+
(n.hasOnlyWinLineEndings = function (e) {
|
| 2267 |
+
return e.includes("\r\n") && !e.startsWith("\n") && !e.match(/[^\r]\n/);
|
| 2268 |
+
}),
|
| 2269 |
+
(n.longestCommonPrefix = function (e, n) {
|
| 2270 |
+
var t;
|
| 2271 |
+
for (t = 0; t < e.length && t < n.length; t++) if (e[t] != n[t]) return e.slice(0, t);
|
| 2272 |
+
return e.slice(0, t);
|
| 2273 |
+
}),
|
| 2274 |
+
(n.longestCommonSuffix = function (e, n) {
|
| 2275 |
+
var t;
|
| 2276 |
+
if (!e || !n || e[e.length - 1] != n[n.length - 1]) return "";
|
| 2277 |
+
for (t = 0; t < e.length && t < n.length; t++) if (e[e.length - (t + 1)] != n[n.length - (t + 1)]) return e.slice(-t);
|
| 2278 |
+
return e.slice(-t);
|
| 2279 |
+
}),
|
| 2280 |
+
(n.maximumOverlap = function (e, n) {
|
| 2281 |
+
return n.slice(
|
| 2282 |
+
0,
|
| 2283 |
+
(function (e, n) {
|
| 2284 |
+
var t = 0;
|
| 2285 |
+
e.length > n.length && (t = e.length - n.length);
|
| 2286 |
+
var i = n.length;
|
| 2287 |
+
e.length < n.length && (i = e.length);
|
| 2288 |
+
var a = Array(i),
|
| 2289 |
+
r = 0;
|
| 2290 |
+
a[0] = 0;
|
| 2291 |
+
for (var s = 1; s < i; s++) {
|
| 2292 |
+
for (n[s] == n[r] ? (a[s] = a[r]) : (a[s] = r); r > 0 && n[s] != n[r]; ) r = a[r];
|
| 2293 |
+
n[s] == n[r] && r++;
|
| 2294 |
+
}
|
| 2295 |
+
r = 0;
|
| 2296 |
+
for (var o = t; o < e.length; o++) {
|
| 2297 |
+
for (; r > 0 && e[o] != n[r]; ) r = a[r];
|
| 2298 |
+
e[o] == n[r] && r++;
|
| 2299 |
+
}
|
| 2300 |
+
return r;
|
| 2301 |
+
})(e, n)
|
| 2302 |
+
);
|
| 2303 |
+
}),
|
| 2304 |
+
(n.removePrefix = function (e, n) {
|
| 2305 |
+
return t(e, n, "");
|
| 2306 |
+
}),
|
| 2307 |
+
(n.removeSuffix = function (e, n) {
|
| 2308 |
+
return i(e, n, "");
|
| 2309 |
+
}),
|
| 2310 |
+
(n.replacePrefix = t),
|
| 2311 |
+
(n.replaceSuffix = i);
|
| 2312 |
+
},
|
| 2313 |
+
9110: (e, n) => {
|
| 2314 |
+
!(function (e) {
|
| 2315 |
+
var n = /\S/,
|
| 2316 |
+
t = /\"/g,
|
| 2317 |
+
i = /\n/g,
|
| 2318 |
+
a = /\r/g,
|
| 2319 |
+
r = /\\/g,
|
| 2320 |
+
s = /\u2028/,
|
| 2321 |
+
o = /\u2029/;
|
| 2322 |
+
function l(e) {
|
| 2323 |
+
return e.trim ? e.trim() : e.replace(/^\s*|\s*$/g, "");
|
| 2324 |
+
}
|
| 2325 |
+
function c(e, n, t) {
|
| 2326 |
+
if (n.charAt(t) != e.charAt(0)) return !1;
|
| 2327 |
+
for (var i = 1, a = e.length; i < a; i++) if (n.charAt(t + i) != e.charAt(i)) return !1;
|
| 2328 |
+
return !0;
|
| 2329 |
+
}
|
| 2330 |
+
(e.tags = { "#": 1, "^": 2, "<": 3, $: 4, "/": 5, "!": 6, ">": 7, "=": 8, _v: 9, "{": 10, "&": 11, _t: 12 }),
|
| 2331 |
+
(e.scan = function (t, i) {
|
| 2332 |
+
var a,
|
| 2333 |
+
r = t.length,
|
| 2334 |
+
s = 0,
|
| 2335 |
+
o = null,
|
| 2336 |
+
d = null,
|
| 2337 |
+
u = "",
|
| 2338 |
+
g = [],
|
| 2339 |
+
b = !1,
|
| 2340 |
+
f = 0,
|
| 2341 |
+
p = 0,
|
| 2342 |
+
m = "{{",
|
| 2343 |
+
h = "}}";
|
| 2344 |
+
function E() {
|
| 2345 |
+
u.length > 0 && (g.push({ tag: "_t", text: new String(u) }), (u = ""));
|
| 2346 |
+
}
|
| 2347 |
+
function _(t, i) {
|
| 2348 |
+
if (
|
| 2349 |
+
(E(),
|
| 2350 |
+
t &&
|
| 2351 |
+
(function () {
|
| 2352 |
+
for (var t = !0, i = p; i < g.length; i++)
|
| 2353 |
+
if (!(t = e.tags[g[i].tag] < e.tags._v || ("_t" == g[i].tag && null === g[i].text.match(n)))) return !1;
|
| 2354 |
+
return t;
|
| 2355 |
+
})())
|
| 2356 |
+
)
|
| 2357 |
+
for (var a, r = p; r < g.length; r++)
|
| 2358 |
+
g[r].text && ((a = g[r + 1]) && ">" == a.tag && (a.indent = g[r].text.toString()), g.splice(r, 1));
|
| 2359 |
+
else i || g.push({ tag: "\n" });
|
| 2360 |
+
(b = !1), (p = g.length);
|
| 2361 |
+
}
|
| 2362 |
+
function N(e, n) {
|
| 2363 |
+
var t = "=" + h,
|
| 2364 |
+
i = e.indexOf(t, n),
|
| 2365 |
+
a = l(e.substring(e.indexOf("=", n) + 1, i)).split(" ");
|
| 2366 |
+
return (m = a[0]), (h = a[a.length - 1]), i + t.length - 1;
|
| 2367 |
+
}
|
| 2368 |
+
for (i && ((i = i.split(" ")), (m = i[0]), (h = i[1])), f = 0; f < r; f++)
|
| 2369 |
+
0 == s
|
| 2370 |
+
? c(m, t, f)
|
| 2371 |
+
? (--f, E(), (s = 1))
|
| 2372 |
+
: "\n" == t.charAt(f)
|
| 2373 |
+
? _(b)
|
| 2374 |
+
: (u += t.charAt(f))
|
| 2375 |
+
: 1 == s
|
| 2376 |
+
? ((f += m.length - 1),
|
| 2377 |
+
"=" == (o = (d = e.tags[t.charAt(f + 1)]) ? t.charAt(f + 1) : "_v") ? ((f = N(t, f)), (s = 0)) : (d && f++, (s = 2)),
|
| 2378 |
+
(b = f))
|
| 2379 |
+
: c(h, t, f)
|
| 2380 |
+
? (g.push({ tag: o, n: l(u), otag: m, ctag: h, i: "/" == o ? b - m.length : f + h.length }),
|
| 2381 |
+
(u = ""),
|
| 2382 |
+
(f += h.length - 1),
|
| 2383 |
+
(s = 0),
|
| 2384 |
+
"{" == o &&
|
| 2385 |
+
("}}" == h
|
| 2386 |
+
? f++
|
| 2387 |
+
: "}" === (a = g[g.length - 1]).n.substr(a.n.length - 1) && (a.n = a.n.substring(0, a.n.length - 1))))
|
| 2388 |
+
: (u += t.charAt(f));
|
| 2389 |
+
return _(b, !0), g;
|
| 2390 |
+
});
|
| 2391 |
+
var d = { _t: !0, "\n": !0, $: !0, "/": !0 };
|
| 2392 |
+
function u(n, t, i, a) {
|
| 2393 |
+
var r,
|
| 2394 |
+
s = [],
|
| 2395 |
+
o = null,
|
| 2396 |
+
l = null;
|
| 2397 |
+
for (r = i[i.length - 1]; n.length > 0; ) {
|
| 2398 |
+
if (((l = n.shift()), r && "<" == r.tag && !(l.tag in d))) throw new Error("Illegal content in < super tag.");
|
| 2399 |
+
if (e.tags[l.tag] <= e.tags.$ || g(l, a)) i.push(l), (l.nodes = u(n, l.tag, i, a));
|
| 2400 |
+
else {
|
| 2401 |
+
if ("/" == l.tag) {
|
| 2402 |
+
if (0 === i.length) throw new Error("Closing tag without opener: /" + l.n);
|
| 2403 |
+
if (((o = i.pop()), l.n != o.n && !b(l.n, o.n, a))) throw new Error("Nesting error: " + o.n + " vs. " + l.n);
|
| 2404 |
+
return (o.end = l.i), s;
|
| 2405 |
+
}
|
| 2406 |
+
"\n" == l.tag && (l.last = 0 == n.length || "\n" == n[0].tag);
|
| 2407 |
+
}
|
| 2408 |
+
s.push(l);
|
| 2409 |
+
}
|
| 2410 |
+
if (i.length > 0) throw new Error("missing closing tag: " + i.pop().n);
|
| 2411 |
+
return s;
|
| 2412 |
+
}
|
| 2413 |
+
function g(e, n) {
|
| 2414 |
+
for (var t = 0, i = n.length; t < i; t++) if (n[t].o == e.n) return (e.tag = "#"), !0;
|
| 2415 |
+
}
|
| 2416 |
+
function b(e, n, t) {
|
| 2417 |
+
for (var i = 0, a = t.length; i < a; i++) if (t[i].c == e && t[i].o == n) return !0;
|
| 2418 |
+
}
|
| 2419 |
+
function f(e) {
|
| 2420 |
+
var n = [];
|
| 2421 |
+
for (var t in e.partials) n.push('"' + m(t) + '":{name:"' + m(e.partials[t].name) + '", ' + f(e.partials[t]) + "}");
|
| 2422 |
+
return (
|
| 2423 |
+
"partials: {" +
|
| 2424 |
+
n.join(",") +
|
| 2425 |
+
"}, subs: " +
|
| 2426 |
+
(function (e) {
|
| 2427 |
+
var n = [];
|
| 2428 |
+
for (var t in e) n.push('"' + m(t) + '": function(c,p,t,i) {' + e[t] + "}");
|
| 2429 |
+
return "{ " + n.join(",") + " }";
|
| 2430 |
+
})(e.subs)
|
| 2431 |
+
);
|
| 2432 |
+
}
|
| 2433 |
+
e.stringify = function (n, t, i) {
|
| 2434 |
+
return "{code: function (c,p,i) { " + e.wrapMain(n.code) + " }," + f(n) + "}";
|
| 2435 |
+
};
|
| 2436 |
+
var p = 0;
|
| 2437 |
+
function m(e) {
|
| 2438 |
+
return e.replace(r, "\\\\").replace(t, '\\"').replace(i, "\\n").replace(a, "\\r").replace(s, "\\u2028").replace(o, "\\u2029");
|
| 2439 |
+
}
|
| 2440 |
+
function h(e) {
|
| 2441 |
+
return ~e.indexOf(".") ? "d" : "f";
|
| 2442 |
+
}
|
| 2443 |
+
function E(e, n) {
|
| 2444 |
+
var t = "<" + (n.prefix || "") + e.n + p++;
|
| 2445 |
+
return (n.partials[t] = { name: e.n, partials: {} }), (n.code += 't.b(t.rp("' + m(t) + '",c,p,"' + (e.indent || "") + '"));'), t;
|
| 2446 |
+
}
|
| 2447 |
+
function _(e, n) {
|
| 2448 |
+
n.code += "t.b(t.t(t." + h(e.n) + '("' + m(e.n) + '",c,p,0)));';
|
| 2449 |
+
}
|
| 2450 |
+
function N(e) {
|
| 2451 |
+
return "t.b(" + e + ");";
|
| 2452 |
+
}
|
| 2453 |
+
(e.generate = function (n, t, i) {
|
| 2454 |
+
p = 0;
|
| 2455 |
+
var a = { code: "", subs: {}, partials: {} };
|
| 2456 |
+
return e.walk(n, a), i.asString ? this.stringify(a, t, i) : this.makeTemplate(a, t, i);
|
| 2457 |
+
}),
|
| 2458 |
+
(e.wrapMain = function (e) {
|
| 2459 |
+
return 'var t=this;t.b(i=i||"");' + e + "return t.fl();";
|
| 2460 |
+
}),
|
| 2461 |
+
(e.template = e.Template),
|
| 2462 |
+
(e.makeTemplate = function (e, n, t) {
|
| 2463 |
+
var i = this.makePartials(e);
|
| 2464 |
+
return (i.code = new Function("c", "p", "i", this.wrapMain(e.code))), new this.template(i, n, this, t);
|
| 2465 |
+
}),
|
| 2466 |
+
(e.makePartials = function (e) {
|
| 2467 |
+
var n,
|
| 2468 |
+
t = { subs: {}, partials: e.partials, name: e.name };
|
| 2469 |
+
for (n in t.partials) t.partials[n] = this.makePartials(t.partials[n]);
|
| 2470 |
+
for (n in e.subs) t.subs[n] = new Function("c", "p", "t", "i", e.subs[n]);
|
| 2471 |
+
return t;
|
| 2472 |
+
}),
|
| 2473 |
+
(e.codegen = {
|
| 2474 |
+
"#": function (n, t) {
|
| 2475 |
+
(t.code +=
|
| 2476 |
+
"if(t.s(t." +
|
| 2477 |
+
h(n.n) +
|
| 2478 |
+
'("' +
|
| 2479 |
+
m(n.n) +
|
| 2480 |
+
'",c,p,1),c,p,0,' +
|
| 2481 |
+
n.i +
|
| 2482 |
+
"," +
|
| 2483 |
+
n.end +
|
| 2484 |
+
',"' +
|
| 2485 |
+
n.otag +
|
| 2486 |
+
" " +
|
| 2487 |
+
n.ctag +
|
| 2488 |
+
'")){t.rs(c,p,function(c,p,t){'),
|
| 2489 |
+
e.walk(n.nodes, t),
|
| 2490 |
+
(t.code += "});c.pop();}");
|
| 2491 |
+
},
|
| 2492 |
+
"^": function (n, t) {
|
| 2493 |
+
(t.code += "if(!t.s(t." + h(n.n) + '("' + m(n.n) + '",c,p,1),c,p,1,0,0,"")){'), e.walk(n.nodes, t), (t.code += "};");
|
| 2494 |
+
},
|
| 2495 |
+
">": E,
|
| 2496 |
+
"<": function (n, t) {
|
| 2497 |
+
var i = { partials: {}, code: "", subs: {}, inPartial: !0 };
|
| 2498 |
+
e.walk(n.nodes, i);
|
| 2499 |
+
var a = t.partials[E(n, t)];
|
| 2500 |
+
(a.subs = i.subs), (a.partials = i.partials);
|
| 2501 |
+
},
|
| 2502 |
+
$: function (n, t) {
|
| 2503 |
+
var i = { subs: {}, code: "", partials: t.partials, prefix: n.n };
|
| 2504 |
+
e.walk(n.nodes, i), (t.subs[n.n] = i.code), t.inPartial || (t.code += 't.sub("' + m(n.n) + '",c,p,i);');
|
| 2505 |
+
},
|
| 2506 |
+
"\n": function (e, n) {
|
| 2507 |
+
n.code += N('"\\n"' + (e.last ? "" : " + i"));
|
| 2508 |
+
},
|
| 2509 |
+
_v: function (e, n) {
|
| 2510 |
+
n.code += "t.b(t.v(t." + h(e.n) + '("' + m(e.n) + '",c,p,0)));';
|
| 2511 |
+
},
|
| 2512 |
+
_t: function (e, n) {
|
| 2513 |
+
n.code += N('"' + m(e.text) + '"');
|
| 2514 |
+
},
|
| 2515 |
+
"{": _,
|
| 2516 |
+
"&": _,
|
| 2517 |
+
}),
|
| 2518 |
+
(e.walk = function (n, t) {
|
| 2519 |
+
for (var i, a = 0, r = n.length; a < r; a++) (i = e.codegen[n[a].tag]) && i(n[a], t);
|
| 2520 |
+
return t;
|
| 2521 |
+
}),
|
| 2522 |
+
(e.parse = function (e, n, t) {
|
| 2523 |
+
return u(e, 0, [], (t = t || {}).sectionTags || []);
|
| 2524 |
+
}),
|
| 2525 |
+
(e.cache = {}),
|
| 2526 |
+
(e.cacheKey = function (e, n) {
|
| 2527 |
+
return [e, !!n.asString, !!n.disableLambda, n.delimiters, !!n.modelGet].join("||");
|
| 2528 |
+
}),
|
| 2529 |
+
(e.compile = function (n, t) {
|
| 2530 |
+
t = t || {};
|
| 2531 |
+
var i = e.cacheKey(n, t),
|
| 2532 |
+
a = this.cache[i];
|
| 2533 |
+
if (a) {
|
| 2534 |
+
var r = a.partials;
|
| 2535 |
+
for (var s in r) delete r[s].instance;
|
| 2536 |
+
return a;
|
| 2537 |
+
}
|
| 2538 |
+
return (a = this.generate(this.parse(this.scan(n, t.delimiters), n, t), n, t)), (this.cache[i] = a);
|
| 2539 |
+
});
|
| 2540 |
+
})(n);
|
| 2541 |
+
},
|
| 2542 |
+
4714: (e, n, t) => {
|
| 2543 |
+
var i = t(9110);
|
| 2544 |
+
(i.Template = t(9549).Template), (i.template = i.Template), (e.exports = i);
|
| 2545 |
+
},
|
| 2546 |
+
9549: (e, n) => {
|
| 2547 |
+
!(function (e) {
|
| 2548 |
+
function n(e, n, t) {
|
| 2549 |
+
var i;
|
| 2550 |
+
return (
|
| 2551 |
+
n && "object" == typeof n && (void 0 !== n[e] ? (i = n[e]) : t && n.get && "function" == typeof n.get && (i = n.get(e))), i
|
| 2552 |
+
);
|
| 2553 |
+
}
|
| 2554 |
+
(e.Template = function (e, n, t, i) {
|
| 2555 |
+
(e = e || {}),
|
| 2556 |
+
(this.r = e.code || this.r),
|
| 2557 |
+
(this.c = t),
|
| 2558 |
+
(this.options = i || {}),
|
| 2559 |
+
(this.text = n || ""),
|
| 2560 |
+
(this.partials = e.partials || {}),
|
| 2561 |
+
(this.subs = e.subs || {}),
|
| 2562 |
+
(this.buf = "");
|
| 2563 |
+
}),
|
| 2564 |
+
(e.Template.prototype = {
|
| 2565 |
+
r: function (e, n, t) {
|
| 2566 |
+
return "";
|
| 2567 |
+
},
|
| 2568 |
+
v: function (e) {
|
| 2569 |
+
return (
|
| 2570 |
+
(e = l(e)),
|
| 2571 |
+
o.test(e) ? e.replace(t, "&").replace(i, "<").replace(a, ">").replace(r, "'").replace(s, """) : e
|
| 2572 |
+
);
|
| 2573 |
+
},
|
| 2574 |
+
t: l,
|
| 2575 |
+
render: function (e, n, t) {
|
| 2576 |
+
return this.ri([e], n || {}, t);
|
| 2577 |
+
},
|
| 2578 |
+
ri: function (e, n, t) {
|
| 2579 |
+
return this.r(e, n, t);
|
| 2580 |
+
},
|
| 2581 |
+
ep: function (e, n) {
|
| 2582 |
+
var t = this.partials[e],
|
| 2583 |
+
i = n[t.name];
|
| 2584 |
+
if (t.instance && t.base == i) return t.instance;
|
| 2585 |
+
if ("string" == typeof i) {
|
| 2586 |
+
if (!this.c) throw new Error("No compiler available.");
|
| 2587 |
+
i = this.c.compile(i, this.options);
|
| 2588 |
+
}
|
| 2589 |
+
if (!i) return null;
|
| 2590 |
+
if (((this.partials[e].base = i), t.subs)) {
|
| 2591 |
+
for (key in (n.stackText || (n.stackText = {}), t.subs))
|
| 2592 |
+
n.stackText[key] ||
|
| 2593 |
+
(n.stackText[key] = void 0 !== this.activeSub && n.stackText[this.activeSub] ? n.stackText[this.activeSub] : this.text);
|
| 2594 |
+
i = (function (e, n, t, i, a, r) {
|
| 2595 |
+
function s() {}
|
| 2596 |
+
function o() {}
|
| 2597 |
+
var l;
|
| 2598 |
+
(s.prototype = e), (o.prototype = e.subs);
|
| 2599 |
+
var c = new s();
|
| 2600 |
+
for (l in ((c.subs = new o()), (c.subsText = {}), (c.buf = ""), (i = i || {}), (c.stackSubs = i), (c.subsText = r), n))
|
| 2601 |
+
i[l] || (i[l] = n[l]);
|
| 2602 |
+
for (l in i) c.subs[l] = i[l];
|
| 2603 |
+
for (l in ((a = a || {}), (c.stackPartials = a), t)) a[l] || (a[l] = t[l]);
|
| 2604 |
+
for (l in a) c.partials[l] = a[l];
|
| 2605 |
+
return c;
|
| 2606 |
+
})(i, t.subs, t.partials, this.stackSubs, this.stackPartials, n.stackText);
|
| 2607 |
+
}
|
| 2608 |
+
return (this.partials[e].instance = i), i;
|
| 2609 |
+
},
|
| 2610 |
+
rp: function (e, n, t, i) {
|
| 2611 |
+
var a = this.ep(e, t);
|
| 2612 |
+
return a ? a.ri(n, t, i) : "";
|
| 2613 |
+
},
|
| 2614 |
+
rs: function (e, n, t) {
|
| 2615 |
+
var i = e[e.length - 1];
|
| 2616 |
+
if (c(i)) for (var a = 0; a < i.length; a++) e.push(i[a]), t(e, n, this), e.pop();
|
| 2617 |
+
else t(e, n, this);
|
| 2618 |
+
},
|
| 2619 |
+
s: function (e, n, t, i, a, r, s) {
|
| 2620 |
+
var o;
|
| 2621 |
+
return (
|
| 2622 |
+
(!c(e) || 0 !== e.length) &&
|
| 2623 |
+
("function" == typeof e && (e = this.ms(e, n, t, i, a, r, s)),
|
| 2624 |
+
(o = !!e),
|
| 2625 |
+
!i && o && n && n.push("object" == typeof e ? e : n[n.length - 1]),
|
| 2626 |
+
o)
|
| 2627 |
+
);
|
| 2628 |
+
},
|
| 2629 |
+
d: function (e, t, i, a) {
|
| 2630 |
+
var r,
|
| 2631 |
+
s = e.split("."),
|
| 2632 |
+
o = this.f(s[0], t, i, a),
|
| 2633 |
+
l = this.options.modelGet,
|
| 2634 |
+
d = null;
|
| 2635 |
+
if ("." === e && c(t[t.length - 2])) o = t[t.length - 1];
|
| 2636 |
+
else for (var u = 1; u < s.length; u++) void 0 !== (r = n(s[u], o, l)) ? ((d = o), (o = r)) : (o = "");
|
| 2637 |
+
return !(a && !o) && (a || "function" != typeof o || (t.push(d), (o = this.mv(o, t, i)), t.pop()), o);
|
| 2638 |
+
},
|
| 2639 |
+
f: function (e, t, i, a) {
|
| 2640 |
+
for (var r = !1, s = !1, o = this.options.modelGet, l = t.length - 1; l >= 0; l--)
|
| 2641 |
+
if (void 0 !== (r = n(e, t[l], o))) {
|
| 2642 |
+
s = !0;
|
| 2643 |
+
break;
|
| 2644 |
+
}
|
| 2645 |
+
return s ? (a || "function" != typeof r || (r = this.mv(r, t, i)), r) : !a && "";
|
| 2646 |
+
},
|
| 2647 |
+
ls: function (e, n, t, i, a) {
|
| 2648 |
+
var r = this.options.delimiters;
|
| 2649 |
+
return (this.options.delimiters = a), this.b(this.ct(l(e.call(n, i)), n, t)), (this.options.delimiters = r), !1;
|
| 2650 |
+
},
|
| 2651 |
+
ct: function (e, n, t) {
|
| 2652 |
+
if (this.options.disableLambda) throw new Error("Lambda features disabled.");
|
| 2653 |
+
return this.c.compile(e, this.options).render(n, t);
|
| 2654 |
+
},
|
| 2655 |
+
b: function (e) {
|
| 2656 |
+
this.buf += e;
|
| 2657 |
+
},
|
| 2658 |
+
fl: function () {
|
| 2659 |
+
var e = this.buf;
|
| 2660 |
+
return (this.buf = ""), e;
|
| 2661 |
+
},
|
| 2662 |
+
ms: function (e, n, t, i, a, r, s) {
|
| 2663 |
+
var o,
|
| 2664 |
+
l = n[n.length - 1],
|
| 2665 |
+
c = e.call(l);
|
| 2666 |
+
return "function" == typeof c
|
| 2667 |
+
? !!i ||
|
| 2668 |
+
((o = this.activeSub && this.subsText && this.subsText[this.activeSub] ? this.subsText[this.activeSub] : this.text),
|
| 2669 |
+
this.ls(c, l, t, o.substring(a, r), s))
|
| 2670 |
+
: c;
|
| 2671 |
+
},
|
| 2672 |
+
mv: function (e, n, t) {
|
| 2673 |
+
var i = n[n.length - 1],
|
| 2674 |
+
a = e.call(i);
|
| 2675 |
+
return "function" == typeof a ? this.ct(l(a.call(i)), i, t) : a;
|
| 2676 |
+
},
|
| 2677 |
+
sub: function (e, n, t, i) {
|
| 2678 |
+
var a = this.subs[e];
|
| 2679 |
+
a && ((this.activeSub = e), a(n, t, this, i), (this.activeSub = !1));
|
| 2680 |
+
},
|
| 2681 |
+
});
|
| 2682 |
+
var t = /&/g,
|
| 2683 |
+
i = /</g,
|
| 2684 |
+
a = />/g,
|
| 2685 |
+
r = /\'/g,
|
| 2686 |
+
s = /\"/g,
|
| 2687 |
+
o = /[&<>\"\']/;
|
| 2688 |
+
function l(e) {
|
| 2689 |
+
return String(null == e ? "" : e);
|
| 2690 |
+
}
|
| 2691 |
+
var c =
|
| 2692 |
+
Array.isArray ||
|
| 2693 |
+
function (e) {
|
| 2694 |
+
return "[object Array]" === Object.prototype.toString.call(e);
|
| 2695 |
+
};
|
| 2696 |
+
})(n);
|
| 2697 |
+
},
|
| 2698 |
+
3957: (e, n, t) => {
|
| 2699 |
+
"use strict";
|
| 2700 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 2701 |
+
(n.parse = function (e, n = {}) {
|
| 2702 |
+
const t = [];
|
| 2703 |
+
let a = null,
|
| 2704 |
+
o = null,
|
| 2705 |
+
c = null,
|
| 2706 |
+
d = null,
|
| 2707 |
+
u = null,
|
| 2708 |
+
g = null,
|
| 2709 |
+
b = null;
|
| 2710 |
+
const f = "--- ",
|
| 2711 |
+
p = "+++ ",
|
| 2712 |
+
m = "@@",
|
| 2713 |
+
h = /^old mode (\d{6})/,
|
| 2714 |
+
E = /^new mode (\d{6})/,
|
| 2715 |
+
_ = /^deleted file mode (\d{6})/,
|
| 2716 |
+
N = /^new file mode (\d{6})/,
|
| 2717 |
+
T = /^copy from "?(.+)"?/,
|
| 2718 |
+
O = /^copy to "?(.+)"?/,
|
| 2719 |
+
v = /^rename from "?(.+)"?/,
|
| 2720 |
+
y = /^rename to "?(.+)"?/,
|
| 2721 |
+
A = /^similarity index (\d+)%/,
|
| 2722 |
+
S = /^dissimilarity index (\d+)%/,
|
| 2723 |
+
w = /^index ([\da-z]+)\.\.([\da-z]+)\s*(\d{6})?/,
|
| 2724 |
+
R = /^Binary files (.*) and (.*) differ/,
|
| 2725 |
+
I = /^GIT binary patch/,
|
| 2726 |
+
C = /^index ([\da-z]+),([\da-z]+)\.\.([\da-z]+)/,
|
| 2727 |
+
L = /^mode (\d{6}),(\d{6})\.\.(\d{6})/,
|
| 2728 |
+
M = /^new file mode (\d{6})/,
|
| 2729 |
+
D = /^deleted file mode (\d{6}),(\d{6})/,
|
| 2730 |
+
x = e
|
| 2731 |
+
.replace(/\/g, "")
|
| 2732 |
+
.replace(/\r\n?/g, "\n")
|
| 2733 |
+
.split("\n");
|
| 2734 |
+
function k() {
|
| 2735 |
+
null !== o && null !== a && (a.blocks.push(o), (o = null));
|
| 2736 |
+
}
|
| 2737 |
+
function P() {
|
| 2738 |
+
null !== a &&
|
| 2739 |
+
(a.oldName || null === g || (a.oldName = g),
|
| 2740 |
+
a.newName || null === b || (a.newName = b),
|
| 2741 |
+
a.newName && (t.push(a), (a = null))),
|
| 2742 |
+
(g = null),
|
| 2743 |
+
(b = null);
|
| 2744 |
+
}
|
| 2745 |
+
function U() {
|
| 2746 |
+
k(), P(), (a = { blocks: [], deletedLines: 0, addedLines: 0 });
|
| 2747 |
+
}
|
| 2748 |
+
function B(e) {
|
| 2749 |
+
let n;
|
| 2750 |
+
k(),
|
| 2751 |
+
null !== a &&
|
| 2752 |
+
((n = /^@@ -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@.*/.exec(e))
|
| 2753 |
+
? ((a.isCombined = !1), (c = parseInt(n[1], 10)), (u = parseInt(n[2], 10)))
|
| 2754 |
+
: (n = /^@@@ -(\d+)(?:,\d+)? -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@@.*/.exec(e))
|
| 2755 |
+
? ((a.isCombined = !0), (c = parseInt(n[1], 10)), (d = parseInt(n[2], 10)), (u = parseInt(n[3], 10)))
|
| 2756 |
+
: (e.startsWith(m) && console.error("Failed to parse lines, starting in 0!"), (c = 0), (u = 0), (a.isCombined = !1))),
|
| 2757 |
+
(o = { lines: [], oldStartLine: c, oldStartLine2: d, newStartLine: u, header: e });
|
| 2758 |
+
}
|
| 2759 |
+
return (
|
| 2760 |
+
x.forEach((e, d) => {
|
| 2761 |
+
if (!e || e.startsWith("*")) return;
|
| 2762 |
+
let k;
|
| 2763 |
+
const P = x[d - 1],
|
| 2764 |
+
j = x[d + 1],
|
| 2765 |
+
F = x[d + 2];
|
| 2766 |
+
if (e.startsWith("diff --git") || e.startsWith("diff --combined")) {
|
| 2767 |
+
if (
|
| 2768 |
+
(U(),
|
| 2769 |
+
(k = /^diff --git "?([a-ciow]\/.+)"? "?([a-ciow]\/.+)"?/.exec(e)) &&
|
| 2770 |
+
((g = l(k[1], void 0, n.dstPrefix)), (b = l(k[2], void 0, n.srcPrefix))),
|
| 2771 |
+
null === a)
|
| 2772 |
+
)
|
| 2773 |
+
throw new Error("Where is my file !!!");
|
| 2774 |
+
return void (a.isGitDiff = !0);
|
| 2775 |
+
}
|
| 2776 |
+
if (e.startsWith("Binary files") && !(null == a ? void 0 : a.isGitDiff)) {
|
| 2777 |
+
if (
|
| 2778 |
+
(U(),
|
| 2779 |
+
(k = /^Binary files "?([a-ciow]\/.+)"? and "?([a-ciow]\/.+)"? differ/.exec(e)) &&
|
| 2780 |
+
((g = l(k[1], void 0, n.dstPrefix)), (b = l(k[2], void 0, n.srcPrefix))),
|
| 2781 |
+
null === a)
|
| 2782 |
+
)
|
| 2783 |
+
throw new Error("Where is my file !!!");
|
| 2784 |
+
return void (a.isBinary = !0);
|
| 2785 |
+
}
|
| 2786 |
+
if (
|
| 2787 |
+
((!a || (!a.isGitDiff && a && e.startsWith(f) && j.startsWith(p) && F.startsWith(m))) && U(),
|
| 2788 |
+
null == a ? void 0 : a.isTooBig)
|
| 2789 |
+
)
|
| 2790 |
+
return;
|
| 2791 |
+
if (
|
| 2792 |
+
a &&
|
| 2793 |
+
(("number" == typeof n.diffMaxChanges && a.addedLines + a.deletedLines > n.diffMaxChanges) ||
|
| 2794 |
+
("number" == typeof n.diffMaxLineLength && e.length > n.diffMaxLineLength))
|
| 2795 |
+
)
|
| 2796 |
+
return (
|
| 2797 |
+
(a.isTooBig = !0),
|
| 2798 |
+
(a.addedLines = 0),
|
| 2799 |
+
(a.deletedLines = 0),
|
| 2800 |
+
(a.blocks = []),
|
| 2801 |
+
(o = null),
|
| 2802 |
+
void B("function" == typeof n.diffTooBigMessage ? n.diffTooBigMessage(t.length) : "Diff too big to be displayed")
|
| 2803 |
+
);
|
| 2804 |
+
if ((e.startsWith(f) && j.startsWith(p)) || (e.startsWith(p) && P.startsWith(f))) {
|
| 2805 |
+
if (
|
| 2806 |
+
a &&
|
| 2807 |
+
!a.oldName &&
|
| 2808 |
+
e.startsWith("--- ") &&
|
| 2809 |
+
(k = (function (e, n) {
|
| 2810 |
+
return l(e, "---", n);
|
| 2811 |
+
})(e, n.srcPrefix))
|
| 2812 |
+
)
|
| 2813 |
+
return (a.oldName = k), void (a.language = r(a.oldName, a.language));
|
| 2814 |
+
if (
|
| 2815 |
+
a &&
|
| 2816 |
+
!a.newName &&
|
| 2817 |
+
e.startsWith("+++ ") &&
|
| 2818 |
+
(k = (function (e, n) {
|
| 2819 |
+
return l(e, "+++", n);
|
| 2820 |
+
})(e, n.dstPrefix))
|
| 2821 |
+
)
|
| 2822 |
+
return (a.newName = k), void (a.language = r(a.newName, a.language));
|
| 2823 |
+
}
|
| 2824 |
+
if (a && (e.startsWith(m) || (a.isGitDiff && a.oldName && a.newName && !o))) return void B(e);
|
| 2825 |
+
if (o && (e.startsWith("+") || e.startsWith("-") || e.startsWith(" ")))
|
| 2826 |
+
return void (function (e) {
|
| 2827 |
+
if (null === a || null === o || null === c || null === u) return;
|
| 2828 |
+
const n = { content: e },
|
| 2829 |
+
t = a.isCombined ? ["+ ", " +", "++"] : ["+"],
|
| 2830 |
+
r = a.isCombined ? ["- ", " -", "--"] : ["-"];
|
| 2831 |
+
s(e, t)
|
| 2832 |
+
? (a.addedLines++, (n.type = i.LineType.INSERT), (n.oldNumber = void 0), (n.newNumber = u++))
|
| 2833 |
+
: s(e, r)
|
| 2834 |
+
? (a.deletedLines++, (n.type = i.LineType.DELETE), (n.oldNumber = c++), (n.newNumber = void 0))
|
| 2835 |
+
: ((n.type = i.LineType.CONTEXT), (n.oldNumber = c++), (n.newNumber = u++)),
|
| 2836 |
+
o.lines.push(n);
|
| 2837 |
+
})(e);
|
| 2838 |
+
const H = !(function (e, n) {
|
| 2839 |
+
let t = n;
|
| 2840 |
+
for (; t < x.length - 3; ) {
|
| 2841 |
+
if (e.startsWith("diff")) return !1;
|
| 2842 |
+
if (x[t].startsWith(f) && x[t + 1].startsWith(p) && x[t + 2].startsWith(m)) return !0;
|
| 2843 |
+
t++;
|
| 2844 |
+
}
|
| 2845 |
+
return !1;
|
| 2846 |
+
})(e, d);
|
| 2847 |
+
if (null === a) throw new Error("Where is my file !!!");
|
| 2848 |
+
(k = h.exec(e))
|
| 2849 |
+
? (a.oldMode = k[1])
|
| 2850 |
+
: (k = E.exec(e))
|
| 2851 |
+
? (a.newMode = k[1])
|
| 2852 |
+
: (k = _.exec(e))
|
| 2853 |
+
? ((a.deletedFileMode = k[1]), (a.isDeleted = !0))
|
| 2854 |
+
: (k = N.exec(e))
|
| 2855 |
+
? ((a.newFileMode = k[1]), (a.isNew = !0))
|
| 2856 |
+
: (k = T.exec(e))
|
| 2857 |
+
? (H && (a.oldName = k[1]), (a.isCopy = !0))
|
| 2858 |
+
: (k = O.exec(e))
|
| 2859 |
+
? (H && (a.newName = k[1]), (a.isCopy = !0))
|
| 2860 |
+
: (k = v.exec(e))
|
| 2861 |
+
? (H && (a.oldName = k[1]), (a.isRename = !0))
|
| 2862 |
+
: (k = y.exec(e))
|
| 2863 |
+
? (H && (a.newName = k[1]), (a.isRename = !0))
|
| 2864 |
+
: (k = R.exec(e))
|
| 2865 |
+
? ((a.isBinary = !0),
|
| 2866 |
+
(a.oldName = l(k[1], void 0, n.srcPrefix)),
|
| 2867 |
+
(a.newName = l(k[2], void 0, n.dstPrefix)),
|
| 2868 |
+
B("Binary file"))
|
| 2869 |
+
: I.test(e)
|
| 2870 |
+
? ((a.isBinary = !0), B(e))
|
| 2871 |
+
: (k = A.exec(e))
|
| 2872 |
+
? (a.unchangedPercentage = parseInt(k[1], 10))
|
| 2873 |
+
: (k = S.exec(e))
|
| 2874 |
+
? (a.changedPercentage = parseInt(k[1], 10))
|
| 2875 |
+
: (k = w.exec(e))
|
| 2876 |
+
? ((a.checksumBefore = k[1]), (a.checksumAfter = k[2]), k[3] && (a.mode = k[3]))
|
| 2877 |
+
: (k = C.exec(e))
|
| 2878 |
+
? ((a.checksumBefore = [k[2], k[3]]), (a.checksumAfter = k[1]))
|
| 2879 |
+
: (k = L.exec(e))
|
| 2880 |
+
? ((a.oldMode = [k[2], k[3]]), (a.newMode = k[1]))
|
| 2881 |
+
: (k = M.exec(e))
|
| 2882 |
+
? ((a.newFileMode = k[1]), (a.isNew = !0))
|
| 2883 |
+
: (k = D.exec(e)) && ((a.deletedFileMode = k[1]), (a.isDeleted = !0));
|
| 2884 |
+
}),
|
| 2885 |
+
k(),
|
| 2886 |
+
P(),
|
| 2887 |
+
t
|
| 2888 |
+
);
|
| 2889 |
+
});
|
| 2890 |
+
const i = t(1613),
|
| 2891 |
+
a = t(6185);
|
| 2892 |
+
function r(e, n) {
|
| 2893 |
+
const t = e.split(".");
|
| 2894 |
+
return t.length > 1 ? t[t.length - 1] : n;
|
| 2895 |
+
}
|
| 2896 |
+
function s(e, n) {
|
| 2897 |
+
return n.reduce((n, t) => n || e.startsWith(t), !1);
|
| 2898 |
+
}
|
| 2899 |
+
const o = ["a/", "b/", "i/", "w/", "c/", "o/"];
|
| 2900 |
+
function l(e, n, t) {
|
| 2901 |
+
const i = void 0 !== t ? [...o, t] : o,
|
| 2902 |
+
r = n ? new RegExp(`^${(0, a.escapeForRegExp)(n)} "?(.+?)"?$`) : new RegExp('^"?(.+?)"?$'),
|
| 2903 |
+
[, s = ""] = r.exec(e) || [],
|
| 2904 |
+
l = i.find((e) => 0 === s.indexOf(e));
|
| 2905 |
+
return (l ? s.slice(l.length) : s).replace(/\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}(?:\.\d+)? [+-]\d{4}.*$/, "");
|
| 2906 |
+
}
|
| 2907 |
+
},
|
| 2908 |
+
4488: function (e, n, t) {
|
| 2909 |
+
"use strict";
|
| 2910 |
+
var i,
|
| 2911 |
+
a =
|
| 2912 |
+
(this && this.__createBinding) ||
|
| 2913 |
+
(Object.create
|
| 2914 |
+
? function (e, n, t, i) {
|
| 2915 |
+
void 0 === i && (i = t);
|
| 2916 |
+
var a = Object.getOwnPropertyDescriptor(n, t);
|
| 2917 |
+
(a && !("get" in a ? !n.__esModule : a.writable || a.configurable)) ||
|
| 2918 |
+
(a = {
|
| 2919 |
+
enumerable: !0,
|
| 2920 |
+
get: function () {
|
| 2921 |
+
return n[t];
|
| 2922 |
+
},
|
| 2923 |
+
}),
|
| 2924 |
+
Object.defineProperty(e, i, a);
|
| 2925 |
+
}
|
| 2926 |
+
: function (e, n, t, i) {
|
| 2927 |
+
void 0 === i && (i = t), (e[i] = n[t]);
|
| 2928 |
+
}),
|
| 2929 |
+
r =
|
| 2930 |
+
(this && this.__setModuleDefault) ||
|
| 2931 |
+
(Object.create
|
| 2932 |
+
? function (e, n) {
|
| 2933 |
+
Object.defineProperty(e, "default", { enumerable: !0, value: n });
|
| 2934 |
+
}
|
| 2935 |
+
: function (e, n) {
|
| 2936 |
+
e.default = n;
|
| 2937 |
+
}),
|
| 2938 |
+
s =
|
| 2939 |
+
(this && this.__importStar) ||
|
| 2940 |
+
((i = function (e) {
|
| 2941 |
+
return (
|
| 2942 |
+
(i =
|
| 2943 |
+
Object.getOwnPropertyNames ||
|
| 2944 |
+
function (e) {
|
| 2945 |
+
var n = [];
|
| 2946 |
+
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && (n[n.length] = t);
|
| 2947 |
+
return n;
|
| 2948 |
+
}),
|
| 2949 |
+
i(e)
|
| 2950 |
+
);
|
| 2951 |
+
}),
|
| 2952 |
+
function (e) {
|
| 2953 |
+
if (e && e.__esModule) return e;
|
| 2954 |
+
var n = {};
|
| 2955 |
+
if (null != e) for (var t = i(e), s = 0; s < t.length; s++) "default" !== t[s] && a(n, e, t[s]);
|
| 2956 |
+
return r(n, e), n;
|
| 2957 |
+
});
|
| 2958 |
+
Object.defineProperty(n, "__esModule", { value: !0 }), (n.defaultTemplates = void 0);
|
| 2959 |
+
const o = s(t(4714));
|
| 2960 |
+
(n.defaultTemplates = {}),
|
| 2961 |
+
(n.defaultTemplates["file-summary-line"] = new o.Template({
|
| 2962 |
+
code: function (e, n, t) {
|
| 2963 |
+
var i = this;
|
| 2964 |
+
return (
|
| 2965 |
+
i.b((t = t || "")),
|
| 2966 |
+
i.b('<li class="d2h-file-list-line">'),
|
| 2967 |
+
i.b("\n" + t),
|
| 2968 |
+
i.b(' <span class="d2h-file-name-wrapper">'),
|
| 2969 |
+
i.b("\n" + t),
|
| 2970 |
+
i.b(i.rp("<fileIcon0", e, n, " ")),
|
| 2971 |
+
i.b(' <a href="#'),
|
| 2972 |
+
i.b(i.v(i.f("fileHtmlId", e, n, 0))),
|
| 2973 |
+
i.b('" class="d2h-file-name">'),
|
| 2974 |
+
i.b(i.v(i.f("fileName", e, n, 0))),
|
| 2975 |
+
i.b("</a>"),
|
| 2976 |
+
i.b("\n" + t),
|
| 2977 |
+
i.b(' <span class="d2h-file-stats">'),
|
| 2978 |
+
i.b("\n" + t),
|
| 2979 |
+
i.b(' <span class="d2h-lines-added">'),
|
| 2980 |
+
i.b(i.v(i.f("addedLines", e, n, 0))),
|
| 2981 |
+
i.b("</span>"),
|
| 2982 |
+
i.b("\n" + t),
|
| 2983 |
+
i.b(' <span class="d2h-lines-deleted">'),
|
| 2984 |
+
i.b(i.v(i.f("deletedLines", e, n, 0))),
|
| 2985 |
+
i.b("</span>"),
|
| 2986 |
+
i.b("\n" + t),
|
| 2987 |
+
i.b(" </span>"),
|
| 2988 |
+
i.b("\n" + t),
|
| 2989 |
+
i.b(" </span>"),
|
| 2990 |
+
i.b("\n" + t),
|
| 2991 |
+
i.b("</li>"),
|
| 2992 |
+
i.fl()
|
| 2993 |
+
);
|
| 2994 |
+
},
|
| 2995 |
+
partials: { "<fileIcon0": { name: "fileIcon", partials: {}, subs: {} } },
|
| 2996 |
+
subs: {},
|
| 2997 |
+
})),
|
| 2998 |
+
(n.defaultTemplates["file-summary-wrapper"] = new o.Template({
|
| 2999 |
+
code: function (e, n, t) {
|
| 3000 |
+
var i = this;
|
| 3001 |
+
return (
|
| 3002 |
+
i.b((t = t || "")),
|
| 3003 |
+
i.b('<div class="d2h-file-list-wrapper '),
|
| 3004 |
+
i.b(i.v(i.f("colorScheme", e, n, 0))),
|
| 3005 |
+
i.b('">'),
|
| 3006 |
+
i.b("\n" + t),
|
| 3007 |
+
i.b(' <div class="d2h-file-list-header">'),
|
| 3008 |
+
i.b("\n" + t),
|
| 3009 |
+
i.b(' <span class="d2h-file-list-title">Files changed ('),
|
| 3010 |
+
i.b(i.v(i.f("filesNumber", e, n, 0))),
|
| 3011 |
+
i.b(")</span>"),
|
| 3012 |
+
i.b("\n" + t),
|
| 3013 |
+
i.b(' <a class="d2h-file-switch d2h-hide">hide</a>'),
|
| 3014 |
+
i.b("\n" + t),
|
| 3015 |
+
i.b(' <a class="d2h-file-switch d2h-show">show</a>'),
|
| 3016 |
+
i.b("\n" + t),
|
| 3017 |
+
i.b(" </div>"),
|
| 3018 |
+
i.b("\n" + t),
|
| 3019 |
+
i.b(' <ol class="d2h-file-list">'),
|
| 3020 |
+
i.b("\n" + t),
|
| 3021 |
+
i.b(" "),
|
| 3022 |
+
i.b(i.t(i.f("files", e, n, 0))),
|
| 3023 |
+
i.b("\n" + t),
|
| 3024 |
+
i.b(" </ol>"),
|
| 3025 |
+
i.b("\n" + t),
|
| 3026 |
+
i.b("</div>"),
|
| 3027 |
+
i.fl()
|
| 3028 |
+
);
|
| 3029 |
+
},
|
| 3030 |
+
partials: {},
|
| 3031 |
+
subs: {},
|
| 3032 |
+
})),
|
| 3033 |
+
(n.defaultTemplates["generic-block-header"] = new o.Template({
|
| 3034 |
+
code: function (e, n, t) {
|
| 3035 |
+
var i = this;
|
| 3036 |
+
return (
|
| 3037 |
+
i.b((t = t || "")),
|
| 3038 |
+
i.b("<tr>"),
|
| 3039 |
+
i.b("\n" + t),
|
| 3040 |
+
i.b(' <td class="'),
|
| 3041 |
+
i.b(i.v(i.f("lineClass", e, n, 0))),
|
| 3042 |
+
i.b(" "),
|
| 3043 |
+
i.b(i.v(i.d("CSSLineClass.INFO", e, n, 0))),
|
| 3044 |
+
i.b('"></td>'),
|
| 3045 |
+
i.b("\n" + t),
|
| 3046 |
+
i.b(' <td class="'),
|
| 3047 |
+
i.b(i.v(i.d("CSSLineClass.INFO", e, n, 0))),
|
| 3048 |
+
i.b('">'),
|
| 3049 |
+
i.b("\n" + t),
|
| 3050 |
+
i.b(' <div class="'),
|
| 3051 |
+
i.b(i.v(i.f("contentClass", e, n, 0))),
|
| 3052 |
+
i.b('">'),
|
| 3053 |
+
i.s(i.f("blockHeader", e, n, 1), e, n, 0, 156, 173, "{{ }}") &&
|
| 3054 |
+
(i.rs(e, n, function (e, n, t) {
|
| 3055 |
+
t.b(t.t(t.f("blockHeader", e, n, 0)));
|
| 3056 |
+
}),
|
| 3057 |
+
e.pop()),
|
| 3058 |
+
i.s(i.f("blockHeader", e, n, 1), e, n, 1, 0, 0, "") || i.b(" "),
|
| 3059 |
+
i.b("</div>"),
|
| 3060 |
+
i.b("\n" + t),
|
| 3061 |
+
i.b(" </td>"),
|
| 3062 |
+
i.b("\n" + t),
|
| 3063 |
+
i.b("</tr>"),
|
| 3064 |
+
i.fl()
|
| 3065 |
+
);
|
| 3066 |
+
},
|
| 3067 |
+
partials: {},
|
| 3068 |
+
subs: {},
|
| 3069 |
+
})),
|
| 3070 |
+
(n.defaultTemplates["generic-empty-diff"] = new o.Template({
|
| 3071 |
+
code: function (e, n, t) {
|
| 3072 |
+
var i = this;
|
| 3073 |
+
return (
|
| 3074 |
+
i.b((t = t || "")),
|
| 3075 |
+
i.b("<tr>"),
|
| 3076 |
+
i.b("\n" + t),
|
| 3077 |
+
i.b(' <td class="'),
|
| 3078 |
+
i.b(i.v(i.d("CSSLineClass.INFO", e, n, 0))),
|
| 3079 |
+
i.b('">'),
|
| 3080 |
+
i.b("\n" + t),
|
| 3081 |
+
i.b(' <div class="'),
|
| 3082 |
+
i.b(i.v(i.f("contentClass", e, n, 0))),
|
| 3083 |
+
i.b('">'),
|
| 3084 |
+
i.b("\n" + t),
|
| 3085 |
+
i.b(" File without changes"),
|
| 3086 |
+
i.b("\n" + t),
|
| 3087 |
+
i.b(" </div>"),
|
| 3088 |
+
i.b("\n" + t),
|
| 3089 |
+
i.b(" </td>"),
|
| 3090 |
+
i.b("\n" + t),
|
| 3091 |
+
i.b("</tr>"),
|
| 3092 |
+
i.fl()
|
| 3093 |
+
);
|
| 3094 |
+
},
|
| 3095 |
+
partials: {},
|
| 3096 |
+
subs: {},
|
| 3097 |
+
})),
|
| 3098 |
+
(n.defaultTemplates["generic-file-path"] = new o.Template({
|
| 3099 |
+
code: function (e, n, t) {
|
| 3100 |
+
var i = this;
|
| 3101 |
+
return (
|
| 3102 |
+
i.b((t = t || "")),
|
| 3103 |
+
i.b('<span class="d2h-file-name-wrapper">'),
|
| 3104 |
+
i.b("\n" + t),
|
| 3105 |
+
i.b(i.rp("<fileIcon0", e, n, " ")),
|
| 3106 |
+
i.b(' <span class="d2h-file-name">'),
|
| 3107 |
+
i.b(i.v(i.f("fileDiffName", e, n, 0))),
|
| 3108 |
+
i.b("</span>"),
|
| 3109 |
+
i.b("\n" + t),
|
| 3110 |
+
i.b(i.rp("<fileTag1", e, n, " ")),
|
| 3111 |
+
i.b("</span>"),
|
| 3112 |
+
i.b("\n" + t),
|
| 3113 |
+
i.b('<label class="d2h-file-collapse">'),
|
| 3114 |
+
i.b("\n" + t),
|
| 3115 |
+
i.b(' <input class="d2h-file-collapse-input" type="checkbox" name="viewed" value="viewed">'),
|
| 3116 |
+
i.b("\n" + t),
|
| 3117 |
+
i.b(" Viewed"),
|
| 3118 |
+
i.b("\n" + t),
|
| 3119 |
+
i.b("</label>"),
|
| 3120 |
+
i.fl()
|
| 3121 |
+
);
|
| 3122 |
+
},
|
| 3123 |
+
partials: {
|
| 3124 |
+
"<fileIcon0": { name: "fileIcon", partials: {}, subs: {} },
|
| 3125 |
+
"<fileTag1": { name: "fileTag", partials: {}, subs: {} },
|
| 3126 |
+
},
|
| 3127 |
+
subs: {},
|
| 3128 |
+
})),
|
| 3129 |
+
(n.defaultTemplates["generic-line"] = new o.Template({
|
| 3130 |
+
code: function (e, n, t) {
|
| 3131 |
+
var i = this;
|
| 3132 |
+
return (
|
| 3133 |
+
i.b((t = t || "")),
|
| 3134 |
+
i.b("<tr>"),
|
| 3135 |
+
i.b("\n" + t),
|
| 3136 |
+
i.b(' <td class="'),
|
| 3137 |
+
i.b(i.v(i.f("lineClass", e, n, 0))),
|
| 3138 |
+
i.b(" "),
|
| 3139 |
+
i.b(i.v(i.f("type", e, n, 0))),
|
| 3140 |
+
i.b('">'),
|
| 3141 |
+
i.b("\n" + t),
|
| 3142 |
+
i.b(" "),
|
| 3143 |
+
i.b(i.t(i.f("lineNumber", e, n, 0))),
|
| 3144 |
+
i.b("\n" + t),
|
| 3145 |
+
i.b(" </td>"),
|
| 3146 |
+
i.b("\n" + t),
|
| 3147 |
+
i.b(' <td class="'),
|
| 3148 |
+
i.b(i.v(i.f("type", e, n, 0))),
|
| 3149 |
+
i.b('">'),
|
| 3150 |
+
i.b("\n" + t),
|
| 3151 |
+
i.b(' <div class="'),
|
| 3152 |
+
i.b(i.v(i.f("contentClass", e, n, 0))),
|
| 3153 |
+
i.b('">'),
|
| 3154 |
+
i.b("\n" + t),
|
| 3155 |
+
i.s(i.f("prefix", e, n, 1), e, n, 0, 162, 238, "{{ }}") &&
|
| 3156 |
+
(i.rs(e, n, function (e, n, i) {
|
| 3157 |
+
i.b(' <span class="d2h-code-line-prefix">'), i.b(i.t(i.f("prefix", e, n, 0))), i.b("</span>"), i.b("\n" + t);
|
| 3158 |
+
}),
|
| 3159 |
+
e.pop()),
|
| 3160 |
+
i.s(i.f("prefix", e, n, 1), e, n, 1, 0, 0, "") ||
|
| 3161 |
+
(i.b(' <span class="d2h-code-line-prefix"> </span>'), i.b("\n" + t)),
|
| 3162 |
+
i.s(i.f("content", e, n, 1), e, n, 0, 371, 445, "{{ }}") &&
|
| 3163 |
+
(i.rs(e, n, function (e, n, i) {
|
| 3164 |
+
i.b(' <span class="d2h-code-line-ctn">'), i.b(i.t(i.f("content", e, n, 0))), i.b("</span>"), i.b("\n" + t);
|
| 3165 |
+
}),
|
| 3166 |
+
e.pop()),
|
| 3167 |
+
i.s(i.f("content", e, n, 1), e, n, 1, 0, 0, "") ||
|
| 3168 |
+
(i.b(' <span class="d2h-code-line-ctn"><br></span>'), i.b("\n" + t)),
|
| 3169 |
+
i.b(" </div>"),
|
| 3170 |
+
i.b("\n" + t),
|
| 3171 |
+
i.b(" </td>"),
|
| 3172 |
+
i.b("\n" + t),
|
| 3173 |
+
i.b("</tr>"),
|
| 3174 |
+
i.fl()
|
| 3175 |
+
);
|
| 3176 |
+
},
|
| 3177 |
+
partials: {},
|
| 3178 |
+
subs: {},
|
| 3179 |
+
})),
|
| 3180 |
+
(n.defaultTemplates["generic-wrapper"] = new o.Template({
|
| 3181 |
+
code: function (e, n, t) {
|
| 3182 |
+
var i = this;
|
| 3183 |
+
return (
|
| 3184 |
+
i.b((t = t || "")),
|
| 3185 |
+
i.b('<div class="d2h-wrapper '),
|
| 3186 |
+
i.b(i.v(i.f("colorScheme", e, n, 0))),
|
| 3187 |
+
i.b('">'),
|
| 3188 |
+
i.b("\n" + t),
|
| 3189 |
+
i.b(" "),
|
| 3190 |
+
i.b(i.t(i.f("content", e, n, 0))),
|
| 3191 |
+
i.b("\n" + t),
|
| 3192 |
+
i.b("</div>"),
|
| 3193 |
+
i.fl()
|
| 3194 |
+
);
|
| 3195 |
+
},
|
| 3196 |
+
partials: {},
|
| 3197 |
+
subs: {},
|
| 3198 |
+
})),
|
| 3199 |
+
(n.defaultTemplates["icon-file-added"] = new o.Template({
|
| 3200 |
+
code: function (e, n, t) {
|
| 3201 |
+
var i = this;
|
| 3202 |
+
return (
|
| 3203 |
+
i.b((t = t || "")),
|
| 3204 |
+
i.b('<svg aria-hidden="true" class="d2h-icon d2h-added" height="16" title="added" version="1.1" viewBox="0 0 14 16"'),
|
| 3205 |
+
i.b("\n" + t),
|
| 3206 |
+
i.b(' width="14">'),
|
| 3207 |
+
i.b("\n" + t),
|
| 3208 |
+
i.b(
|
| 3209 |
+
' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM6 9H3V7h3V4h2v3h3v2H8v3H6V9z"></path>'
|
| 3210 |
+
),
|
| 3211 |
+
i.b("\n" + t),
|
| 3212 |
+
i.b("</svg>"),
|
| 3213 |
+
i.fl()
|
| 3214 |
+
);
|
| 3215 |
+
},
|
| 3216 |
+
partials: {},
|
| 3217 |
+
subs: {},
|
| 3218 |
+
})),
|
| 3219 |
+
(n.defaultTemplates["icon-file-changed"] = new o.Template({
|
| 3220 |
+
code: function (e, n, t) {
|
| 3221 |
+
var i = this;
|
| 3222 |
+
return (
|
| 3223 |
+
i.b((t = t || "")),
|
| 3224 |
+
i.b('<svg aria-hidden="true" class="d2h-icon d2h-changed" height="16" title="modified" version="1.1"'),
|
| 3225 |
+
i.b("\n" + t),
|
| 3226 |
+
i.b(' viewBox="0 0 14 16" width="14">'),
|
| 3227 |
+
i.b("\n" + t),
|
| 3228 |
+
i.b(
|
| 3229 |
+
' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM4 8c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z"></path>'
|
| 3230 |
+
),
|
| 3231 |
+
i.b("\n" + t),
|
| 3232 |
+
i.b("</svg>"),
|
| 3233 |
+
i.fl()
|
| 3234 |
+
);
|
| 3235 |
+
},
|
| 3236 |
+
partials: {},
|
| 3237 |
+
subs: {},
|
| 3238 |
+
})),
|
| 3239 |
+
(n.defaultTemplates["icon-file-deleted"] = new o.Template({
|
| 3240 |
+
code: function (e, n, t) {
|
| 3241 |
+
var i = this;
|
| 3242 |
+
return (
|
| 3243 |
+
i.b((t = t || "")),
|
| 3244 |
+
i.b('<svg aria-hidden="true" class="d2h-icon d2h-deleted" height="16" title="removed" version="1.1"'),
|
| 3245 |
+
i.b("\n" + t),
|
| 3246 |
+
i.b(' viewBox="0 0 14 16" width="14">'),
|
| 3247 |
+
i.b("\n" + t),
|
| 3248 |
+
i.b(
|
| 3249 |
+
' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM11 9H3V7h8v2z"></path>'
|
| 3250 |
+
),
|
| 3251 |
+
i.b("\n" + t),
|
| 3252 |
+
i.b("</svg>"),
|
| 3253 |
+
i.fl()
|
| 3254 |
+
);
|
| 3255 |
+
},
|
| 3256 |
+
partials: {},
|
| 3257 |
+
subs: {},
|
| 3258 |
+
})),
|
| 3259 |
+
(n.defaultTemplates["icon-file-renamed"] = new o.Template({
|
| 3260 |
+
code: function (e, n, t) {
|
| 3261 |
+
var i = this;
|
| 3262 |
+
return (
|
| 3263 |
+
i.b((t = t || "")),
|
| 3264 |
+
i.b('<svg aria-hidden="true" class="d2h-icon d2h-moved" height="16" title="renamed" version="1.1"'),
|
| 3265 |
+
i.b("\n" + t),
|
| 3266 |
+
i.b(' viewBox="0 0 14 16" width="14">'),
|
| 3267 |
+
i.b("\n" + t),
|
| 3268 |
+
i.b(
|
| 3269 |
+
' <path d="M6 9H3V7h3V4l5 4-5 4V9z m8-7v12c0 0.55-0.45 1-1 1H1c-0.55 0-1-0.45-1-1V2c0-0.55 0.45-1 1-1h12c0.55 0 1 0.45 1 1z m-1 0H1v12h12V2z"></path>'
|
| 3270 |
+
),
|
| 3271 |
+
i.b("\n" + t),
|
| 3272 |
+
i.b("</svg>"),
|
| 3273 |
+
i.fl()
|
| 3274 |
+
);
|
| 3275 |
+
},
|
| 3276 |
+
partials: {},
|
| 3277 |
+
subs: {},
|
| 3278 |
+
})),
|
| 3279 |
+
(n.defaultTemplates["icon-file"] = new o.Template({
|
| 3280 |
+
code: function (e, n, t) {
|
| 3281 |
+
var i = this;
|
| 3282 |
+
return (
|
| 3283 |
+
i.b((t = t || "")),
|
| 3284 |
+
i.b('<svg aria-hidden="true" class="d2h-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12">'),
|
| 3285 |
+
i.b("\n" + t),
|
| 3286 |
+
i.b(
|
| 3287 |
+
' <path d="M6 5H2v-1h4v1zM2 8h7v-1H2v1z m0 2h7v-1H2v1z m0 2h7v-1H2v1z m10-7.5v9.5c0 0.55-0.45 1-1 1H1c-0.55 0-1-0.45-1-1V2c0-0.55 0.45-1 1-1h7.5l3.5 3.5z m-1 0.5L8 2H1v12h10V5z"></path>'
|
| 3288 |
+
),
|
| 3289 |
+
i.b("\n" + t),
|
| 3290 |
+
i.b("</svg>"),
|
| 3291 |
+
i.fl()
|
| 3292 |
+
);
|
| 3293 |
+
},
|
| 3294 |
+
partials: {},
|
| 3295 |
+
subs: {},
|
| 3296 |
+
})),
|
| 3297 |
+
(n.defaultTemplates["line-by-line-file-diff"] = new o.Template({
|
| 3298 |
+
code: function (e, n, t) {
|
| 3299 |
+
var i = this;
|
| 3300 |
+
return (
|
| 3301 |
+
i.b((t = t || "")),
|
| 3302 |
+
i.b('<div id="'),
|
| 3303 |
+
i.b(i.v(i.f("fileHtmlId", e, n, 0))),
|
| 3304 |
+
i.b('" class="d2h-file-wrapper" data-lang="'),
|
| 3305 |
+
i.b(i.v(i.d("file.language", e, n, 0))),
|
| 3306 |
+
i.b('">'),
|
| 3307 |
+
i.b("\n" + t),
|
| 3308 |
+
i.b(' <div class="d2h-file-header">'),
|
| 3309 |
+
i.b("\n" + t),
|
| 3310 |
+
i.b(" "),
|
| 3311 |
+
i.b(i.t(i.f("filePath", e, n, 0))),
|
| 3312 |
+
i.b("\n" + t),
|
| 3313 |
+
i.b(" </div>"),
|
| 3314 |
+
i.b("\n" + t),
|
| 3315 |
+
i.b(' <div class="d2h-file-diff">'),
|
| 3316 |
+
i.b("\n" + t),
|
| 3317 |
+
i.b(' <div class="d2h-code-wrapper">'),
|
| 3318 |
+
i.b("\n" + t),
|
| 3319 |
+
i.b(' <table class="d2h-diff-table">'),
|
| 3320 |
+
i.b("\n" + t),
|
| 3321 |
+
i.b(' <tbody class="d2h-diff-tbody">'),
|
| 3322 |
+
i.b("\n" + t),
|
| 3323 |
+
i.b(" "),
|
| 3324 |
+
i.b(i.t(i.f("diffs", e, n, 0))),
|
| 3325 |
+
i.b("\n" + t),
|
| 3326 |
+
i.b(" </tbody>"),
|
| 3327 |
+
i.b("\n" + t),
|
| 3328 |
+
i.b(" </table>"),
|
| 3329 |
+
i.b("\n" + t),
|
| 3330 |
+
i.b(" </div>"),
|
| 3331 |
+
i.b("\n" + t),
|
| 3332 |
+
i.b(" </div>"),
|
| 3333 |
+
i.b("\n" + t),
|
| 3334 |
+
i.b("</div>"),
|
| 3335 |
+
i.fl()
|
| 3336 |
+
);
|
| 3337 |
+
},
|
| 3338 |
+
partials: {},
|
| 3339 |
+
subs: {},
|
| 3340 |
+
})),
|
| 3341 |
+
(n.defaultTemplates["line-by-line-numbers"] = new o.Template({
|
| 3342 |
+
code: function (e, n, t) {
|
| 3343 |
+
var i = this;
|
| 3344 |
+
return (
|
| 3345 |
+
i.b((t = t || "")),
|
| 3346 |
+
i.b('<div class="line-num1">'),
|
| 3347 |
+
i.b(i.v(i.f("oldNumber", e, n, 0))),
|
| 3348 |
+
i.b("</div>"),
|
| 3349 |
+
i.b("\n" + t),
|
| 3350 |
+
i.b('<div class="line-num2">'),
|
| 3351 |
+
i.b(i.v(i.f("newNumber", e, n, 0))),
|
| 3352 |
+
i.b("</div>"),
|
| 3353 |
+
i.fl()
|
| 3354 |
+
);
|
| 3355 |
+
},
|
| 3356 |
+
partials: {},
|
| 3357 |
+
subs: {},
|
| 3358 |
+
})),
|
| 3359 |
+
(n.defaultTemplates["side-by-side-file-diff"] = new o.Template({
|
| 3360 |
+
code: function (e, n, t) {
|
| 3361 |
+
var i = this;
|
| 3362 |
+
return (
|
| 3363 |
+
i.b((t = t || "")),
|
| 3364 |
+
i.b('<div id="'),
|
| 3365 |
+
i.b(i.v(i.f("fileHtmlId", e, n, 0))),
|
| 3366 |
+
i.b('" class="d2h-file-wrapper" data-lang="'),
|
| 3367 |
+
i.b(i.v(i.d("file.language", e, n, 0))),
|
| 3368 |
+
i.b('">'),
|
| 3369 |
+
i.b("\n" + t),
|
| 3370 |
+
i.b(' <div class="d2h-file-header">'),
|
| 3371 |
+
i.b("\n" + t),
|
| 3372 |
+
i.b(" "),
|
| 3373 |
+
i.b(i.t(i.f("filePath", e, n, 0))),
|
| 3374 |
+
i.b("\n" + t),
|
| 3375 |
+
i.b(" </div>"),
|
| 3376 |
+
i.b("\n" + t),
|
| 3377 |
+
i.b(' <div class="d2h-files-diff">'),
|
| 3378 |
+
i.b("\n" + t),
|
| 3379 |
+
i.b(' <div class="d2h-file-side-diff">'),
|
| 3380 |
+
i.b("\n" + t),
|
| 3381 |
+
i.b(' <div class="d2h-code-wrapper">'),
|
| 3382 |
+
i.b("\n" + t),
|
| 3383 |
+
i.b(' <table class="d2h-diff-table">'),
|
| 3384 |
+
i.b("\n" + t),
|
| 3385 |
+
i.b(' <tbody class="d2h-diff-tbody">'),
|
| 3386 |
+
i.b("\n" + t),
|
| 3387 |
+
i.b(" "),
|
| 3388 |
+
i.b(i.t(i.d("diffs.left", e, n, 0))),
|
| 3389 |
+
i.b("\n" + t),
|
| 3390 |
+
i.b(" </tbody>"),
|
| 3391 |
+
i.b("\n" + t),
|
| 3392 |
+
i.b(" </table>"),
|
| 3393 |
+
i.b("\n" + t),
|
| 3394 |
+
i.b(" </div>"),
|
| 3395 |
+
i.b("\n" + t),
|
| 3396 |
+
i.b(" </div>"),
|
| 3397 |
+
i.b("\n" + t),
|
| 3398 |
+
i.b(' <div class="d2h-file-side-diff">'),
|
| 3399 |
+
i.b("\n" + t),
|
| 3400 |
+
i.b(' <div class="d2h-code-wrapper">'),
|
| 3401 |
+
i.b("\n" + t),
|
| 3402 |
+
i.b(' <table class="d2h-diff-table">'),
|
| 3403 |
+
i.b("\n" + t),
|
| 3404 |
+
i.b(' <tbody class="d2h-diff-tbody">'),
|
| 3405 |
+
i.b("\n" + t),
|
| 3406 |
+
i.b(" "),
|
| 3407 |
+
i.b(i.t(i.d("diffs.right", e, n, 0))),
|
| 3408 |
+
i.b("\n" + t),
|
| 3409 |
+
i.b(" </tbody>"),
|
| 3410 |
+
i.b("\n" + t),
|
| 3411 |
+
i.b(" </table>"),
|
| 3412 |
+
i.b("\n" + t),
|
| 3413 |
+
i.b(" </div>"),
|
| 3414 |
+
i.b("\n" + t),
|
| 3415 |
+
i.b(" </div>"),
|
| 3416 |
+
i.b("\n" + t),
|
| 3417 |
+
i.b(" </div>"),
|
| 3418 |
+
i.b("\n" + t),
|
| 3419 |
+
i.b("</div>"),
|
| 3420 |
+
i.fl()
|
| 3421 |
+
);
|
| 3422 |
+
},
|
| 3423 |
+
partials: {},
|
| 3424 |
+
subs: {},
|
| 3425 |
+
})),
|
| 3426 |
+
(n.defaultTemplates["tag-file-added"] = new o.Template({
|
| 3427 |
+
code: function (e, n, t) {
|
| 3428 |
+
var i = this;
|
| 3429 |
+
return i.b((t = t || "")), i.b('<span class="d2h-tag d2h-added d2h-added-tag">ADDED</span>'), i.fl();
|
| 3430 |
+
},
|
| 3431 |
+
partials: {},
|
| 3432 |
+
subs: {},
|
| 3433 |
+
})),
|
| 3434 |
+
(n.defaultTemplates["tag-file-changed"] = new o.Template({
|
| 3435 |
+
code: function (e, n, t) {
|
| 3436 |
+
var i = this;
|
| 3437 |
+
return i.b((t = t || "")), i.b('<span class="d2h-tag d2h-changed d2h-changed-tag">CHANGED</span>'), i.fl();
|
| 3438 |
+
},
|
| 3439 |
+
partials: {},
|
| 3440 |
+
subs: {},
|
| 3441 |
+
})),
|
| 3442 |
+
(n.defaultTemplates["tag-file-deleted"] = new o.Template({
|
| 3443 |
+
code: function (e, n, t) {
|
| 3444 |
+
var i = this;
|
| 3445 |
+
return i.b((t = t || "")), i.b('<span class="d2h-tag d2h-deleted d2h-deleted-tag">DELETED</span>'), i.fl();
|
| 3446 |
+
},
|
| 3447 |
+
partials: {},
|
| 3448 |
+
subs: {},
|
| 3449 |
+
})),
|
| 3450 |
+
(n.defaultTemplates["tag-file-renamed"] = new o.Template({
|
| 3451 |
+
code: function (e, n, t) {
|
| 3452 |
+
var i = this;
|
| 3453 |
+
return i.b((t = t || "")), i.b('<span class="d2h-tag d2h-moved d2h-moved-tag">RENAMED</span>'), i.fl();
|
| 3454 |
+
},
|
| 3455 |
+
partials: {},
|
| 3456 |
+
subs: {},
|
| 3457 |
+
}));
|
| 3458 |
+
},
|
| 3459 |
+
6166: function (e, n, t) {
|
| 3460 |
+
"use strict";
|
| 3461 |
+
var i,
|
| 3462 |
+
a =
|
| 3463 |
+
(this && this.__createBinding) ||
|
| 3464 |
+
(Object.create
|
| 3465 |
+
? function (e, n, t, i) {
|
| 3466 |
+
void 0 === i && (i = t);
|
| 3467 |
+
var a = Object.getOwnPropertyDescriptor(n, t);
|
| 3468 |
+
(a && !("get" in a ? !n.__esModule : a.writable || a.configurable)) ||
|
| 3469 |
+
(a = {
|
| 3470 |
+
enumerable: !0,
|
| 3471 |
+
get: function () {
|
| 3472 |
+
return n[t];
|
| 3473 |
+
},
|
| 3474 |
+
}),
|
| 3475 |
+
Object.defineProperty(e, i, a);
|
| 3476 |
+
}
|
| 3477 |
+
: function (e, n, t, i) {
|
| 3478 |
+
void 0 === i && (i = t), (e[i] = n[t]);
|
| 3479 |
+
}),
|
| 3480 |
+
r =
|
| 3481 |
+
(this && this.__setModuleDefault) ||
|
| 3482 |
+
(Object.create
|
| 3483 |
+
? function (e, n) {
|
| 3484 |
+
Object.defineProperty(e, "default", { enumerable: !0, value: n });
|
| 3485 |
+
}
|
| 3486 |
+
: function (e, n) {
|
| 3487 |
+
e.default = n;
|
| 3488 |
+
}),
|
| 3489 |
+
s =
|
| 3490 |
+
(this && this.__importStar) ||
|
| 3491 |
+
((i = function (e) {
|
| 3492 |
+
return (
|
| 3493 |
+
(i =
|
| 3494 |
+
Object.getOwnPropertyNames ||
|
| 3495 |
+
function (e) {
|
| 3496 |
+
var n = [];
|
| 3497 |
+
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && (n[n.length] = t);
|
| 3498 |
+
return n;
|
| 3499 |
+
}),
|
| 3500 |
+
i(e)
|
| 3501 |
+
);
|
| 3502 |
+
}),
|
| 3503 |
+
function (e) {
|
| 3504 |
+
if (e && e.__esModule) return e;
|
| 3505 |
+
var n = {};
|
| 3506 |
+
if (null != e) for (var t = i(e), s = 0; s < t.length; s++) "default" !== t[s] && a(n, e, t[s]);
|
| 3507 |
+
return r(n, e), n;
|
| 3508 |
+
}),
|
| 3509 |
+
o =
|
| 3510 |
+
(this && this.__importDefault) ||
|
| 3511 |
+
function (e) {
|
| 3512 |
+
return e && e.__esModule ? e : { default: e };
|
| 3513 |
+
};
|
| 3514 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 3515 |
+
(n.defaultDiff2HtmlConfig = void 0),
|
| 3516 |
+
(n.parse = function (e, t = {}) {
|
| 3517 |
+
return l.parse(e, Object.assign(Object.assign({}, n.defaultDiff2HtmlConfig), t));
|
| 3518 |
+
}),
|
| 3519 |
+
(n.html = function (e, t = {}) {
|
| 3520 |
+
const i = Object.assign(Object.assign({}, n.defaultDiff2HtmlConfig), t),
|
| 3521 |
+
a = "string" == typeof e ? l.parse(e, i) : e,
|
| 3522 |
+
r = new b.default(i),
|
| 3523 |
+
{ colorScheme: s } = i,
|
| 3524 |
+
o = { colorScheme: s };
|
| 3525 |
+
return (
|
| 3526 |
+
(i.drawFileList ? new c.FileListRenderer(r, o).render(a) : "") +
|
| 3527 |
+
("side-by-side" === i.outputFormat ? new u.default(r, i).render(a) : new d.default(r, i).render(a))
|
| 3528 |
+
);
|
| 3529 |
+
});
|
| 3530 |
+
const l = s(t(3957)),
|
| 3531 |
+
c = t(5501),
|
| 3532 |
+
d = s(t(3895)),
|
| 3533 |
+
u = s(t(151)),
|
| 3534 |
+
g = t(1613),
|
| 3535 |
+
b = o(t(4178));
|
| 3536 |
+
n.defaultDiff2HtmlConfig = Object.assign(
|
| 3537 |
+
Object.assign(Object.assign({}, d.defaultLineByLineRendererConfig), u.defaultSideBySideRendererConfig),
|
| 3538 |
+
{ outputFormat: g.OutputFormatType.LINE_BY_LINE, drawFileList: !0 }
|
| 3539 |
+
);
|
| 3540 |
+
},
|
| 3541 |
+
5501: function (e, n, t) {
|
| 3542 |
+
"use strict";
|
| 3543 |
+
var i,
|
| 3544 |
+
a =
|
| 3545 |
+
(this && this.__createBinding) ||
|
| 3546 |
+
(Object.create
|
| 3547 |
+
? function (e, n, t, i) {
|
| 3548 |
+
void 0 === i && (i = t);
|
| 3549 |
+
var a = Object.getOwnPropertyDescriptor(n, t);
|
| 3550 |
+
(a && !("get" in a ? !n.__esModule : a.writable || a.configurable)) ||
|
| 3551 |
+
(a = {
|
| 3552 |
+
enumerable: !0,
|
| 3553 |
+
get: function () {
|
| 3554 |
+
return n[t];
|
| 3555 |
+
},
|
| 3556 |
+
}),
|
| 3557 |
+
Object.defineProperty(e, i, a);
|
| 3558 |
+
}
|
| 3559 |
+
: function (e, n, t, i) {
|
| 3560 |
+
void 0 === i && (i = t), (e[i] = n[t]);
|
| 3561 |
+
}),
|
| 3562 |
+
r =
|
| 3563 |
+
(this && this.__setModuleDefault) ||
|
| 3564 |
+
(Object.create
|
| 3565 |
+
? function (e, n) {
|
| 3566 |
+
Object.defineProperty(e, "default", { enumerable: !0, value: n });
|
| 3567 |
+
}
|
| 3568 |
+
: function (e, n) {
|
| 3569 |
+
e.default = n;
|
| 3570 |
+
}),
|
| 3571 |
+
s =
|
| 3572 |
+
(this && this.__importStar) ||
|
| 3573 |
+
((i = function (e) {
|
| 3574 |
+
return (
|
| 3575 |
+
(i =
|
| 3576 |
+
Object.getOwnPropertyNames ||
|
| 3577 |
+
function (e) {
|
| 3578 |
+
var n = [];
|
| 3579 |
+
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && (n[n.length] = t);
|
| 3580 |
+
return n;
|
| 3581 |
+
}),
|
| 3582 |
+
i(e)
|
| 3583 |
+
);
|
| 3584 |
+
}),
|
| 3585 |
+
function (e) {
|
| 3586 |
+
if (e && e.__esModule) return e;
|
| 3587 |
+
var n = {};
|
| 3588 |
+
if (null != e) for (var t = i(e), s = 0; s < t.length; s++) "default" !== t[s] && a(n, e, t[s]);
|
| 3589 |
+
return r(n, e), n;
|
| 3590 |
+
});
|
| 3591 |
+
Object.defineProperty(n, "__esModule", { value: !0 }), (n.FileListRenderer = n.defaultFileListRendererConfig = void 0);
|
| 3592 |
+
const o = s(t(2302)),
|
| 3593 |
+
l = "file-summary";
|
| 3594 |
+
(n.defaultFileListRendererConfig = { colorScheme: o.defaultRenderConfig.colorScheme }),
|
| 3595 |
+
(n.FileListRenderer = class {
|
| 3596 |
+
constructor(e, t = {}) {
|
| 3597 |
+
(this.hoganUtils = e), (this.config = Object.assign(Object.assign({}, n.defaultFileListRendererConfig), t));
|
| 3598 |
+
}
|
| 3599 |
+
render(e) {
|
| 3600 |
+
const n = e
|
| 3601 |
+
.map((e) =>
|
| 3602 |
+
this.hoganUtils.render(
|
| 3603 |
+
l,
|
| 3604 |
+
"line",
|
| 3605 |
+
{
|
| 3606 |
+
fileHtmlId: o.getHtmlId(e),
|
| 3607 |
+
oldName: e.oldName,
|
| 3608 |
+
newName: e.newName,
|
| 3609 |
+
fileName: o.filenameDiff(e),
|
| 3610 |
+
deletedLines: "-" + e.deletedLines,
|
| 3611 |
+
addedLines: "+" + e.addedLines,
|
| 3612 |
+
},
|
| 3613 |
+
{ fileIcon: this.hoganUtils.template("icon", o.getFileIcon(e)) }
|
| 3614 |
+
)
|
| 3615 |
+
)
|
| 3616 |
+
.join("\n");
|
| 3617 |
+
return this.hoganUtils.render(l, "wrapper", {
|
| 3618 |
+
colorScheme: o.colorSchemeToCss(this.config.colorScheme),
|
| 3619 |
+
filesNumber: e.length,
|
| 3620 |
+
files: n,
|
| 3621 |
+
});
|
| 3622 |
+
}
|
| 3623 |
+
});
|
| 3624 |
+
},
|
| 3625 |
+
4178: function (e, n, t) {
|
| 3626 |
+
"use strict";
|
| 3627 |
+
var i,
|
| 3628 |
+
a =
|
| 3629 |
+
(this && this.__createBinding) ||
|
| 3630 |
+
(Object.create
|
| 3631 |
+
? function (e, n, t, i) {
|
| 3632 |
+
void 0 === i && (i = t);
|
| 3633 |
+
var a = Object.getOwnPropertyDescriptor(n, t);
|
| 3634 |
+
(a && !("get" in a ? !n.__esModule : a.writable || a.configurable)) ||
|
| 3635 |
+
(a = {
|
| 3636 |
+
enumerable: !0,
|
| 3637 |
+
get: function () {
|
| 3638 |
+
return n[t];
|
| 3639 |
+
},
|
| 3640 |
+
}),
|
| 3641 |
+
Object.defineProperty(e, i, a);
|
| 3642 |
+
}
|
| 3643 |
+
: function (e, n, t, i) {
|
| 3644 |
+
void 0 === i && (i = t), (e[i] = n[t]);
|
| 3645 |
+
}),
|
| 3646 |
+
r =
|
| 3647 |
+
(this && this.__setModuleDefault) ||
|
| 3648 |
+
(Object.create
|
| 3649 |
+
? function (e, n) {
|
| 3650 |
+
Object.defineProperty(e, "default", { enumerable: !0, value: n });
|
| 3651 |
+
}
|
| 3652 |
+
: function (e, n) {
|
| 3653 |
+
e.default = n;
|
| 3654 |
+
}),
|
| 3655 |
+
s =
|
| 3656 |
+
(this && this.__importStar) ||
|
| 3657 |
+
((i = function (e) {
|
| 3658 |
+
return (
|
| 3659 |
+
(i =
|
| 3660 |
+
Object.getOwnPropertyNames ||
|
| 3661 |
+
function (e) {
|
| 3662 |
+
var n = [];
|
| 3663 |
+
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && (n[n.length] = t);
|
| 3664 |
+
return n;
|
| 3665 |
+
}),
|
| 3666 |
+
i(e)
|
| 3667 |
+
);
|
| 3668 |
+
}),
|
| 3669 |
+
function (e) {
|
| 3670 |
+
if (e && e.__esModule) return e;
|
| 3671 |
+
var n = {};
|
| 3672 |
+
if (null != e) for (var t = i(e), s = 0; s < t.length; s++) "default" !== t[s] && a(n, e, t[s]);
|
| 3673 |
+
return r(n, e), n;
|
| 3674 |
+
});
|
| 3675 |
+
Object.defineProperty(n, "__esModule", { value: !0 });
|
| 3676 |
+
const o = s(t(4714)),
|
| 3677 |
+
l = t(4488);
|
| 3678 |
+
n.default = class {
|
| 3679 |
+
constructor({ compiledTemplates: e = {}, rawTemplates: n = {} }) {
|
| 3680 |
+
const t = Object.entries(n).reduce((e, [n, t]) => {
|
| 3681 |
+
const i = o.compile(t, { asString: !1 });
|
| 3682 |
+
return Object.assign(Object.assign({}, e), { [n]: i });
|
| 3683 |
+
}, {});
|
| 3684 |
+
this.preCompiledTemplates = Object.assign(Object.assign(Object.assign({}, l.defaultTemplates), e), t);
|
| 3685 |
+
}
|
| 3686 |
+
static compile(e) {
|
| 3687 |
+
return o.compile(e, { asString: !1 });
|
| 3688 |
+
}
|
| 3689 |
+
render(e, n, t, i, a) {
|
| 3690 |
+
const r = this.templateKey(e, n);
|
| 3691 |
+
try {
|
| 3692 |
+
return this.preCompiledTemplates[r].render(t, i, a);
|
| 3693 |
+
} catch (e) {
|
| 3694 |
+
throw new Error(`Could not find template to render '${r}'`);
|
| 3695 |
+
}
|
| 3696 |
+
}
|
| 3697 |
+
template(e, n) {
|
| 3698 |
+
return this.preCompiledTemplates[this.templateKey(e, n)];
|
| 3699 |
+
}
|
| 3700 |
+
templateKey(e, n) {
|
| 3701 |
+
return `${e}-${n}`;
|
| 3702 |
+
}
|
| 3703 |
+
};
|
| 3704 |
+
},
|
| 3705 |
+
3895: function (e, n, t) {
|
| 3706 |
+
"use strict";
|
| 3707 |
+
var i,
|
| 3708 |
+
a =
|
| 3709 |
+
(this && this.__createBinding) ||
|
| 3710 |
+
(Object.create
|
| 3711 |
+
? function (e, n, t, i) {
|
| 3712 |
+
void 0 === i && (i = t);
|
| 3713 |
+
var a = Object.getOwnPropertyDescriptor(n, t);
|
| 3714 |
+
(a && !("get" in a ? !n.__esModule : a.writable || a.configurable)) ||
|
| 3715 |
+
(a = {
|
| 3716 |
+
enumerable: !0,
|
| 3717 |
+
get: function () {
|
| 3718 |
+
return n[t];
|
| 3719 |
+
},
|
| 3720 |
+
}),
|
| 3721 |
+
Object.defineProperty(e, i, a);
|
| 3722 |
+
}
|
| 3723 |
+
: function (e, n, t, i) {
|
| 3724 |
+
void 0 === i && (i = t), (e[i] = n[t]);
|
| 3725 |
+
}),
|
| 3726 |
+
r =
|
| 3727 |
+
(this && this.__setModuleDefault) ||
|
| 3728 |
+
(Object.create
|
| 3729 |
+
? function (e, n) {
|
| 3730 |
+
Object.defineProperty(e, "default", { enumerable: !0, value: n });
|
| 3731 |
+
}
|
| 3732 |
+
: function (e, n) {
|
| 3733 |
+
e.default = n;
|
| 3734 |
+
}),
|
| 3735 |
+
s =
|
| 3736 |
+
(this && this.__importStar) ||
|
| 3737 |
+
((i = function (e) {
|
| 3738 |
+
return (
|
| 3739 |
+
(i =
|
| 3740 |
+
Object.getOwnPropertyNames ||
|
| 3741 |
+
function (e) {
|
| 3742 |
+
var n = [];
|
| 3743 |
+
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && (n[n.length] = t);
|
| 3744 |
+
return n;
|
| 3745 |
+
}),
|
| 3746 |
+
i(e)
|
| 3747 |
+
);
|
| 3748 |
+
}),
|
| 3749 |
+
function (e) {
|
| 3750 |
+
if (e && e.__esModule) return e;
|
| 3751 |
+
var n = {};
|
| 3752 |
+
if (null != e) for (var t = i(e), s = 0; s < t.length; s++) "default" !== t[s] && a(n, e, t[s]);
|
| 3753 |
+
return r(n, e), n;
|
| 3754 |
+
});
|
| 3755 |
+
Object.defineProperty(n, "__esModule", { value: !0 }), (n.defaultLineByLineRendererConfig = void 0);
|
| 3756 |
+
const o = s(t(4598)),
|
| 3757 |
+
l = s(t(2302)),
|
| 3758 |
+
c = t(1613),
|
| 3759 |
+
d = t(6185);
|
| 3760 |
+
n.defaultLineByLineRendererConfig = Object.assign(Object.assign({}, l.defaultRenderConfig), {
|
| 3761 |
+
renderNothingWhenEmpty: !1,
|
| 3762 |
+
matchingMaxComparisons: 2500,
|
| 3763 |
+
maxLineSizeInBlockForComparison: 200,
|
| 3764 |
+
});
|
| 3765 |
+
const u = "generic",
|
| 3766 |
+
g = "line-by-line";
|
| 3767 |
+
n.default = class {
|
| 3768 |
+
constructor(e, t = {}) {
|
| 3769 |
+
(this.hoganUtils = e), (this.config = Object.assign(Object.assign({}, n.defaultLineByLineRendererConfig), t));
|
| 3770 |
+
}
|
| 3771 |
+
render(e) {
|
| 3772 |
+
const n = e
|
| 3773 |
+
.map((e) => {
|
| 3774 |
+
let n;
|
| 3775 |
+
return (n = e.blocks.length ? this.generateFileHtml(e) : this.generateEmptyDiff()), this.makeFileDiffHtml(e, n);
|
| 3776 |
+
})
|
| 3777 |
+
.join("\n");
|
| 3778 |
+
return this.hoganUtils.render(u, "wrapper", { colorScheme: l.colorSchemeToCss(this.config.colorScheme), content: n });
|
| 3779 |
+
}
|
| 3780 |
+
makeFileDiffHtml(e, n) {
|
| 3781 |
+
if (this.config.renderNothingWhenEmpty && Array.isArray(e.blocks) && 0 === e.blocks.length) return "";
|
| 3782 |
+
const t = this.hoganUtils.template(g, "file-diff"),
|
| 3783 |
+
i = this.hoganUtils.template(u, "file-path"),
|
| 3784 |
+
a = this.hoganUtils.template("icon", "file"),
|
| 3785 |
+
r = this.hoganUtils.template("tag", l.getFileIcon(e));
|
| 3786 |
+
return t.render({
|
| 3787 |
+
file: e,
|
| 3788 |
+
fileHtmlId: l.getHtmlId(e),
|
| 3789 |
+
diffs: n,
|
| 3790 |
+
filePath: i.render({ fileDiffName: l.filenameDiff(e) }, { fileIcon: a, fileTag: r }),
|
| 3791 |
+
});
|
| 3792 |
+
}
|
| 3793 |
+
generateEmptyDiff() {
|
| 3794 |
+
return this.hoganUtils.render(u, "empty-diff", { contentClass: "d2h-code-line", CSSLineClass: l.CSSLineClass });
|
| 3795 |
+
}
|
| 3796 |
+
generateFileHtml(e) {
|
| 3797 |
+
const n = o.newMatcherFn(o.newDistanceFn((n) => l.deconstructLine(n.content, e.isCombined).content));
|
| 3798 |
+
return e.blocks
|
| 3799 |
+
.map((t) => {
|
| 3800 |
+
let i = this.hoganUtils.render(u, "block-header", {
|
| 3801 |
+
CSSLineClass: l.CSSLineClass,
|
| 3802 |
+
blockHeader: e.isTooBig ? t.header : l.escapeForHtml(t.header),
|
| 3803 |
+
lineClass: "d2h-code-linenumber",
|
| 3804 |
+
contentClass: "d2h-code-line",
|
| 3805 |
+
});
|
| 3806 |
+
return (
|
| 3807 |
+
this.applyLineGroupping(t).forEach(([t, a, r]) => {
|
| 3808 |
+
if (a.length && r.length && !t.length)
|
| 3809 |
+
this.applyRematchMatching(a, r, n).map(([n, t]) => {
|
| 3810 |
+
const { left: a, right: r } = this.processChangedLines(e, e.isCombined, n, t);
|
| 3811 |
+
(i += a), (i += r);
|
| 3812 |
+
});
|
| 3813 |
+
else if (t.length)
|
| 3814 |
+
t.forEach((n) => {
|
| 3815 |
+
const { prefix: t, content: a } = l.deconstructLine(n.content, e.isCombined);
|
| 3816 |
+
i += this.generateSingleLineHtml(e, {
|
| 3817 |
+
type: l.CSSLineClass.CONTEXT,
|
| 3818 |
+
prefix: t,
|
| 3819 |
+
content: a,
|
| 3820 |
+
oldNumber: n.oldNumber,
|
| 3821 |
+
newNumber: n.newNumber,
|
| 3822 |
+
});
|
| 3823 |
+
});
|
| 3824 |
+
else if (a.length || r.length) {
|
| 3825 |
+
const { left: n, right: t } = this.processChangedLines(e, e.isCombined, a, r);
|
| 3826 |
+
(i += n), (i += t);
|
| 3827 |
+
} else console.error("Unknown state reached while processing groups of lines", t, a, r);
|
| 3828 |
+
}),
|
| 3829 |
+
i
|
| 3830 |
+
);
|
| 3831 |
+
})
|
| 3832 |
+
.join("\n");
|
| 3833 |
+
}
|
| 3834 |
+
applyLineGroupping(e) {
|
| 3835 |
+
const n = [];
|
| 3836 |
+
let t = [],
|
| 3837 |
+
i = [];
|
| 3838 |
+
for (let a = 0; a < e.lines.length; a++) {
|
| 3839 |
+
const r = e.lines[a];
|
| 3840 |
+
((r.type !== c.LineType.INSERT && i.length) || (r.type === c.LineType.CONTEXT && t.length > 0)) &&
|
| 3841 |
+
(n.push([[], t, i]), (t = []), (i = [])),
|
| 3842 |
+
r.type === c.LineType.CONTEXT
|
| 3843 |
+
? n.push([[r], [], []])
|
| 3844 |
+
: r.type === c.LineType.INSERT && 0 === t.length
|
| 3845 |
+
? n.push([[], [], [r]])
|
| 3846 |
+
: r.type === c.LineType.INSERT && t.length > 0
|
| 3847 |
+
? i.push(r)
|
| 3848 |
+
: r.type === c.LineType.DELETE && t.push(r);
|
| 3849 |
+
}
|
| 3850 |
+
return (t.length || i.length) && (n.push([[], t, i]), (t = []), (i = [])), n;
|
| 3851 |
+
}
|
| 3852 |
+
applyRematchMatching(e, n, t) {
|
| 3853 |
+
const i = e.length * n.length,
|
| 3854 |
+
a = (0, d.max)(e.concat(n).map((e) => e.content.length));
|
| 3855 |
+
return i < this.config.matchingMaxComparisons &&
|
| 3856 |
+
a < this.config.maxLineSizeInBlockForComparison &&
|
| 3857 |
+
("lines" === this.config.matching || "words" === this.config.matching)
|
| 3858 |
+
? t(e, n)
|
| 3859 |
+
: [[e, n]];
|
| 3860 |
+
}
|
| 3861 |
+
processChangedLines(e, n, t, i) {
|
| 3862 |
+
const a = { right: "", left: "" },
|
| 3863 |
+
r = Math.max(t.length, i.length);
|
| 3864 |
+
for (let s = 0; s < r; s++) {
|
| 3865 |
+
const r = t[s],
|
| 3866 |
+
o = i[s],
|
| 3867 |
+
c = void 0 !== r && void 0 !== o ? l.diffHighlight(r.content, o.content, n, this.config) : void 0,
|
| 3868 |
+
d =
|
| 3869 |
+
void 0 !== r && void 0 !== r.oldNumber
|
| 3870 |
+
? Object.assign(
|
| 3871 |
+
Object.assign(
|
| 3872 |
+
{},
|
| 3873 |
+
void 0 !== c
|
| 3874 |
+
? { prefix: c.oldLine.prefix, content: c.oldLine.content, type: l.CSSLineClass.DELETE_CHANGES }
|
| 3875 |
+
: Object.assign(Object.assign({}, l.deconstructLine(r.content, n)), { type: l.toCSSClass(r.type) })
|
| 3876 |
+
),
|
| 3877 |
+
{ oldNumber: r.oldNumber, newNumber: r.newNumber }
|
| 3878 |
+
)
|
| 3879 |
+
: void 0,
|
| 3880 |
+
u =
|
| 3881 |
+
void 0 !== o && void 0 !== o.newNumber
|
| 3882 |
+
? Object.assign(
|
| 3883 |
+
Object.assign(
|
| 3884 |
+
{},
|
| 3885 |
+
void 0 !== c
|
| 3886 |
+
? { prefix: c.newLine.prefix, content: c.newLine.content, type: l.CSSLineClass.INSERT_CHANGES }
|
| 3887 |
+
: Object.assign(Object.assign({}, l.deconstructLine(o.content, n)), { type: l.toCSSClass(o.type) })
|
| 3888 |
+
),
|
| 3889 |
+
{ oldNumber: o.oldNumber, newNumber: o.newNumber }
|
| 3890 |
+
)
|
| 3891 |
+
: void 0,
|
| 3892 |
+
{ left: g, right: b } = this.generateLineHtml(e, d, u);
|
| 3893 |
+
(a.left += g), (a.right += b);
|
| 3894 |
+
}
|
| 3895 |
+
return a;
|
| 3896 |
+
}
|
| 3897 |
+
generateLineHtml(e, n, t) {
|
| 3898 |
+
return { left: this.generateSingleLineHtml(e, n), right: this.generateSingleLineHtml(e, t) };
|
| 3899 |
+
}
|
| 3900 |
+
generateSingleLineHtml(e, n) {
|
| 3901 |
+
if (void 0 === n) return "";
|
| 3902 |
+
const t = this.hoganUtils.render(g, "numbers", { oldNumber: n.oldNumber || "", newNumber: n.newNumber || "" });
|
| 3903 |
+
return this.hoganUtils.render(u, "line", {
|
| 3904 |
+
type: n.type,
|
| 3905 |
+
lineClass: "d2h-code-linenumber",
|
| 3906 |
+
contentClass: "d2h-code-line",
|
| 3907 |
+
prefix: " " === n.prefix ? " " : n.prefix,
|
| 3908 |
+
content: n.content,
|
| 3909 |
+
lineNumber: t,
|
| 3910 |
+
line: n,
|
| 3911 |
+
file: e,
|
| 3912 |
+
});
|
| 3913 |
+
}
|
| 3914 |
+
};
|
| 3915 |
+
},
|
| 3916 |
+
4598: (e, n) => {
|
| 3917 |
+
"use strict";
|
| 3918 |
+
function t(e, n) {
|
| 3919 |
+
if (0 === e.length) return n.length;
|
| 3920 |
+
if (0 === n.length) return e.length;
|
| 3921 |
+
const t = [];
|
| 3922 |
+
let i, a;
|
| 3923 |
+
for (i = 0; i <= n.length; i++) t[i] = [i];
|
| 3924 |
+
for (a = 0; a <= e.length; a++) t[0][a] = a;
|
| 3925 |
+
for (i = 1; i <= n.length; i++)
|
| 3926 |
+
for (a = 1; a <= e.length; a++)
|
| 3927 |
+
n.charAt(i - 1) === e.charAt(a - 1)
|
| 3928 |
+
? (t[i][a] = t[i - 1][a - 1])
|
| 3929 |
+
: (t[i][a] = Math.min(t[i - 1][a - 1] + 1, Math.min(t[i][a - 1] + 1, t[i - 1][a] + 1)));
|
| 3930 |
+
return t[n.length][e.length];
|
| 3931 |
+
}
|
| 3932 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 3933 |
+
(n.levenshtein = t),
|
| 3934 |
+
(n.newDistanceFn = function (e) {
|
| 3935 |
+
return (n, i) => {
|
| 3936 |
+
const a = e(n).trim(),
|
| 3937 |
+
r = e(i).trim();
|
| 3938 |
+
return t(a, r) / (a.length + r.length);
|
| 3939 |
+
};
|
| 3940 |
+
}),
|
| 3941 |
+
(n.newMatcherFn = function (e) {
|
| 3942 |
+
return function n(t, i, a = 0, r = new Map()) {
|
| 3943 |
+
const s = (function (n, t, i = new Map()) {
|
| 3944 |
+
let a,
|
| 3945 |
+
r = 1 / 0;
|
| 3946 |
+
for (let s = 0; s < n.length; ++s)
|
| 3947 |
+
for (let o = 0; o < t.length; ++o) {
|
| 3948 |
+
const l = JSON.stringify([n[s], t[o]]);
|
| 3949 |
+
let c;
|
| 3950 |
+
(i.has(l) && (c = i.get(l))) || ((c = e(n[s], t[o])), i.set(l, c)),
|
| 3951 |
+
c < r && ((r = c), (a = { indexA: s, indexB: o, score: r }));
|
| 3952 |
+
}
|
| 3953 |
+
return a;
|
| 3954 |
+
})(t, i, r);
|
| 3955 |
+
if (!s || t.length + i.length < 3) return [[t, i]];
|
| 3956 |
+
const o = t.slice(0, s.indexA),
|
| 3957 |
+
l = i.slice(0, s.indexB),
|
| 3958 |
+
c = [t[s.indexA]],
|
| 3959 |
+
d = [i[s.indexB]],
|
| 3960 |
+
u = s.indexA + 1,
|
| 3961 |
+
g = s.indexB + 1,
|
| 3962 |
+
b = t.slice(u),
|
| 3963 |
+
f = i.slice(g),
|
| 3964 |
+
p = n(o, l, a + 1, r),
|
| 3965 |
+
m = n(c, d, a + 1, r),
|
| 3966 |
+
h = n(b, f, a + 1, r);
|
| 3967 |
+
let E = m;
|
| 3968 |
+
return (s.indexA > 0 || s.indexB > 0) && (E = p.concat(E)), (t.length > u || i.length > g) && (E = E.concat(h)), E;
|
| 3969 |
+
};
|
| 3970 |
+
});
|
| 3971 |
+
},
|
| 3972 |
+
2302: function (e, n, t) {
|
| 3973 |
+
"use strict";
|
| 3974 |
+
var i,
|
| 3975 |
+
a =
|
| 3976 |
+
(this && this.__createBinding) ||
|
| 3977 |
+
(Object.create
|
| 3978 |
+
? function (e, n, t, i) {
|
| 3979 |
+
void 0 === i && (i = t);
|
| 3980 |
+
var a = Object.getOwnPropertyDescriptor(n, t);
|
| 3981 |
+
(a && !("get" in a ? !n.__esModule : a.writable || a.configurable)) ||
|
| 3982 |
+
(a = {
|
| 3983 |
+
enumerable: !0,
|
| 3984 |
+
get: function () {
|
| 3985 |
+
return n[t];
|
| 3986 |
+
},
|
| 3987 |
+
}),
|
| 3988 |
+
Object.defineProperty(e, i, a);
|
| 3989 |
+
}
|
| 3990 |
+
: function (e, n, t, i) {
|
| 3991 |
+
void 0 === i && (i = t), (e[i] = n[t]);
|
| 3992 |
+
}),
|
| 3993 |
+
r =
|
| 3994 |
+
(this && this.__setModuleDefault) ||
|
| 3995 |
+
(Object.create
|
| 3996 |
+
? function (e, n) {
|
| 3997 |
+
Object.defineProperty(e, "default", { enumerable: !0, value: n });
|
| 3998 |
+
}
|
| 3999 |
+
: function (e, n) {
|
| 4000 |
+
e.default = n;
|
| 4001 |
+
}),
|
| 4002 |
+
s =
|
| 4003 |
+
(this && this.__importStar) ||
|
| 4004 |
+
((i = function (e) {
|
| 4005 |
+
return (
|
| 4006 |
+
(i =
|
| 4007 |
+
Object.getOwnPropertyNames ||
|
| 4008 |
+
function (e) {
|
| 4009 |
+
var n = [];
|
| 4010 |
+
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && (n[n.length] = t);
|
| 4011 |
+
return n;
|
| 4012 |
+
}),
|
| 4013 |
+
i(e)
|
| 4014 |
+
);
|
| 4015 |
+
}),
|
| 4016 |
+
function (e) {
|
| 4017 |
+
if (e && e.__esModule) return e;
|
| 4018 |
+
var n = {};
|
| 4019 |
+
if (null != e) for (var t = i(e), s = 0; s < t.length; s++) "default" !== t[s] && a(n, e, t[s]);
|
| 4020 |
+
return r(n, e), n;
|
| 4021 |
+
});
|
| 4022 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 4023 |
+
(n.defaultRenderConfig = n.CSSLineClass = void 0),
|
| 4024 |
+
(n.toCSSClass = function (e) {
|
| 4025 |
+
switch (e) {
|
| 4026 |
+
case d.LineType.CONTEXT:
|
| 4027 |
+
return n.CSSLineClass.CONTEXT;
|
| 4028 |
+
case d.LineType.INSERT:
|
| 4029 |
+
return n.CSSLineClass.INSERTS;
|
| 4030 |
+
case d.LineType.DELETE:
|
| 4031 |
+
return n.CSSLineClass.DELETES;
|
| 4032 |
+
}
|
| 4033 |
+
}),
|
| 4034 |
+
(n.colorSchemeToCss = function (e) {
|
| 4035 |
+
switch (e) {
|
| 4036 |
+
case d.ColorSchemeType.DARK:
|
| 4037 |
+
return "d2h-dark-color-scheme";
|
| 4038 |
+
case d.ColorSchemeType.AUTO:
|
| 4039 |
+
return "d2h-auto-color-scheme";
|
| 4040 |
+
case d.ColorSchemeType.LIGHT:
|
| 4041 |
+
default:
|
| 4042 |
+
return "d2h-light-color-scheme";
|
| 4043 |
+
}
|
| 4044 |
+
}),
|
| 4045 |
+
(n.escapeForHtml = m),
|
| 4046 |
+
(n.deconstructLine = h),
|
| 4047 |
+
(n.filenameDiff = E),
|
| 4048 |
+
(n.getHtmlId = function (e) {
|
| 4049 |
+
return `d2h-${(0, l.hashCode)(E(e)).toString().slice(-6)}`;
|
| 4050 |
+
}),
|
| 4051 |
+
(n.getFileIcon = function (e) {
|
| 4052 |
+
let n = "file-changed";
|
| 4053 |
+
return (
|
| 4054 |
+
e.isRename || e.isCopy
|
| 4055 |
+
? (n = "file-renamed")
|
| 4056 |
+
: e.isNew
|
| 4057 |
+
? (n = "file-added")
|
| 4058 |
+
: e.isDeleted
|
| 4059 |
+
? (n = "file-deleted")
|
| 4060 |
+
: e.newName !== e.oldName && (n = "file-renamed"),
|
| 4061 |
+
n
|
| 4062 |
+
);
|
| 4063 |
+
}),
|
| 4064 |
+
(n.diffHighlight = function (e, t, i, a = {}) {
|
| 4065 |
+
const {
|
| 4066 |
+
matching: r,
|
| 4067 |
+
maxLineLengthHighlight: s,
|
| 4068 |
+
matchWordsThreshold: l,
|
| 4069 |
+
diffStyle: c,
|
| 4070 |
+
} = Object.assign(Object.assign({}, n.defaultRenderConfig), a),
|
| 4071 |
+
d = h(e, i, !1),
|
| 4072 |
+
u = h(t, i, !1);
|
| 4073 |
+
if (d.content.length > s || u.content.length > s)
|
| 4074 |
+
return { oldLine: { prefix: d.prefix, content: m(d.content) }, newLine: { prefix: u.prefix, content: m(u.content) } };
|
| 4075 |
+
const f = "char" === c ? o.diffChars(d.content, u.content) : o.diffWordsWithSpace(d.content, u.content),
|
| 4076 |
+
E = [];
|
| 4077 |
+
if ("word" === c && "words" === r) {
|
| 4078 |
+
const e = f.filter((e) => e.removed),
|
| 4079 |
+
n = f.filter((e) => e.added);
|
| 4080 |
+
b(n, e).forEach((e) => {
|
| 4081 |
+
1 === e[0].length && 1 === e[1].length && g(e[0][0], e[1][0]) < l && (E.push(e[0][0]), E.push(e[1][0]));
|
| 4082 |
+
});
|
| 4083 |
+
}
|
| 4084 |
+
const _ = f.reduce((e, n) => {
|
| 4085 |
+
const t = n.added ? "ins" : n.removed ? "del" : null,
|
| 4086 |
+
i = E.indexOf(n) > -1 ? ' class="d2h-change"' : "",
|
| 4087 |
+
a = m(n.value);
|
| 4088 |
+
return null !== t ? `${e}<${t}${i}>${a}</${t}>` : `${e}${a}`;
|
| 4089 |
+
}, "");
|
| 4090 |
+
return {
|
| 4091 |
+
oldLine: { prefix: d.prefix, content: ((N = _), N.replace(/(<ins[^>]*>((.|\n)*?)<\/ins>)/g, "")) },
|
| 4092 |
+
newLine: { prefix: u.prefix, content: p(_) },
|
| 4093 |
+
};
|
| 4094 |
+
var N;
|
| 4095 |
+
});
|
| 4096 |
+
const o = s(t(7546)),
|
| 4097 |
+
l = t(6185),
|
| 4098 |
+
c = s(t(4598)),
|
| 4099 |
+
d = t(1613);
|
| 4100 |
+
(n.CSSLineClass = {
|
| 4101 |
+
INSERTS: "d2h-ins",
|
| 4102 |
+
DELETES: "d2h-del",
|
| 4103 |
+
CONTEXT: "d2h-cntx",
|
| 4104 |
+
INFO: "d2h-info",
|
| 4105 |
+
INSERT_CHANGES: "d2h-ins d2h-change",
|
| 4106 |
+
DELETE_CHANGES: "d2h-del d2h-change",
|
| 4107 |
+
}),
|
| 4108 |
+
(n.defaultRenderConfig = {
|
| 4109 |
+
matching: d.LineMatchingType.NONE,
|
| 4110 |
+
matchWordsThreshold: 0.25,
|
| 4111 |
+
maxLineLengthHighlight: 1e4,
|
| 4112 |
+
diffStyle: d.DiffStyleType.WORD,
|
| 4113 |
+
colorScheme: d.ColorSchemeType.LIGHT,
|
| 4114 |
+
});
|
| 4115 |
+
const u = "/",
|
| 4116 |
+
g = c.newDistanceFn((e) => e.value),
|
| 4117 |
+
b = c.newMatcherFn(g);
|
| 4118 |
+
function f(e) {
|
| 4119 |
+
return -1 !== e.indexOf("dev/null");
|
| 4120 |
+
}
|
| 4121 |
+
function p(e) {
|
| 4122 |
+
return e.replace(/(<del[^>]*>((.|\n)*?)<\/del>)/g, "");
|
| 4123 |
+
}
|
| 4124 |
+
function m(e) {
|
| 4125 |
+
return e
|
| 4126 |
+
.slice(0)
|
| 4127 |
+
.replace(/&/g, "&")
|
| 4128 |
+
.replace(/</g, "<")
|
| 4129 |
+
.replace(/>/g, ">")
|
| 4130 |
+
.replace(/"/g, """)
|
| 4131 |
+
.replace(/'/g, "'")
|
| 4132 |
+
.replace(/\//g, "/");
|
| 4133 |
+
}
|
| 4134 |
+
function h(e, n, t = !0) {
|
| 4135 |
+
const i = (function (e) {
|
| 4136 |
+
return e ? 2 : 1;
|
| 4137 |
+
})(n);
|
| 4138 |
+
return { prefix: e.substring(0, i), content: t ? m(e.substring(i)) : e.substring(i) };
|
| 4139 |
+
}
|
| 4140 |
+
function E(e) {
|
| 4141 |
+
const n = (0, l.unifyPath)(e.oldName),
|
| 4142 |
+
t = (0, l.unifyPath)(e.newName);
|
| 4143 |
+
if (n === t || f(n) || f(t)) return f(t) ? n : t;
|
| 4144 |
+
{
|
| 4145 |
+
const e = [],
|
| 4146 |
+
i = [],
|
| 4147 |
+
a = n.split(u),
|
| 4148 |
+
r = t.split(u);
|
| 4149 |
+
let s = 0,
|
| 4150 |
+
o = a.length - 1,
|
| 4151 |
+
l = r.length - 1;
|
| 4152 |
+
for (; s < o && s < l && a[s] === r[s]; ) e.push(r[s]), (s += 1);
|
| 4153 |
+
for (; o > s && l > s && a[o] === r[l]; ) i.unshift(r[l]), (o -= 1), (l -= 1);
|
| 4154 |
+
const c = e.join(u),
|
| 4155 |
+
d = i.join(u),
|
| 4156 |
+
g = a.slice(s, o + 1).join(u),
|
| 4157 |
+
b = r.slice(s, l + 1).join(u);
|
| 4158 |
+
return c.length && d.length
|
| 4159 |
+
? c + u + "{" + g + " → " + b + "}" + u + d
|
| 4160 |
+
: c.length
|
| 4161 |
+
? c + u + "{" + g + " → " + b + "}"
|
| 4162 |
+
: d.length
|
| 4163 |
+
? "{" + g + " → " + b + "}" + u + d
|
| 4164 |
+
: n + " → " + t;
|
| 4165 |
+
}
|
| 4166 |
+
}
|
| 4167 |
+
},
|
| 4168 |
+
151: function (e, n, t) {
|
| 4169 |
+
"use strict";
|
| 4170 |
+
var i,
|
| 4171 |
+
a =
|
| 4172 |
+
(this && this.__createBinding) ||
|
| 4173 |
+
(Object.create
|
| 4174 |
+
? function (e, n, t, i) {
|
| 4175 |
+
void 0 === i && (i = t);
|
| 4176 |
+
var a = Object.getOwnPropertyDescriptor(n, t);
|
| 4177 |
+
(a && !("get" in a ? !n.__esModule : a.writable || a.configurable)) ||
|
| 4178 |
+
(a = {
|
| 4179 |
+
enumerable: !0,
|
| 4180 |
+
get: function () {
|
| 4181 |
+
return n[t];
|
| 4182 |
+
},
|
| 4183 |
+
}),
|
| 4184 |
+
Object.defineProperty(e, i, a);
|
| 4185 |
+
}
|
| 4186 |
+
: function (e, n, t, i) {
|
| 4187 |
+
void 0 === i && (i = t), (e[i] = n[t]);
|
| 4188 |
+
}),
|
| 4189 |
+
r =
|
| 4190 |
+
(this && this.__setModuleDefault) ||
|
| 4191 |
+
(Object.create
|
| 4192 |
+
? function (e, n) {
|
| 4193 |
+
Object.defineProperty(e, "default", { enumerable: !0, value: n });
|
| 4194 |
+
}
|
| 4195 |
+
: function (e, n) {
|
| 4196 |
+
e.default = n;
|
| 4197 |
+
}),
|
| 4198 |
+
s =
|
| 4199 |
+
(this && this.__importStar) ||
|
| 4200 |
+
((i = function (e) {
|
| 4201 |
+
return (
|
| 4202 |
+
(i =
|
| 4203 |
+
Object.getOwnPropertyNames ||
|
| 4204 |
+
function (e) {
|
| 4205 |
+
var n = [];
|
| 4206 |
+
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && (n[n.length] = t);
|
| 4207 |
+
return n;
|
| 4208 |
+
}),
|
| 4209 |
+
i(e)
|
| 4210 |
+
);
|
| 4211 |
+
}),
|
| 4212 |
+
function (e) {
|
| 4213 |
+
if (e && e.__esModule) return e;
|
| 4214 |
+
var n = {};
|
| 4215 |
+
if (null != e) for (var t = i(e), s = 0; s < t.length; s++) "default" !== t[s] && a(n, e, t[s]);
|
| 4216 |
+
return r(n, e), n;
|
| 4217 |
+
});
|
| 4218 |
+
Object.defineProperty(n, "__esModule", { value: !0 }), (n.defaultSideBySideRendererConfig = void 0);
|
| 4219 |
+
const o = s(t(4598)),
|
| 4220 |
+
l = s(t(2302)),
|
| 4221 |
+
c = t(1613),
|
| 4222 |
+
d = t(6185);
|
| 4223 |
+
n.defaultSideBySideRendererConfig = Object.assign(Object.assign({}, l.defaultRenderConfig), {
|
| 4224 |
+
renderNothingWhenEmpty: !1,
|
| 4225 |
+
matchingMaxComparisons: 2500,
|
| 4226 |
+
maxLineSizeInBlockForComparison: 200,
|
| 4227 |
+
});
|
| 4228 |
+
const u = "generic";
|
| 4229 |
+
n.default = class {
|
| 4230 |
+
constructor(e, t = {}) {
|
| 4231 |
+
(this.hoganUtils = e), (this.config = Object.assign(Object.assign({}, n.defaultSideBySideRendererConfig), t));
|
| 4232 |
+
}
|
| 4233 |
+
render(e) {
|
| 4234 |
+
const n = e
|
| 4235 |
+
.map((e) => {
|
| 4236 |
+
let n;
|
| 4237 |
+
return (n = e.blocks.length ? this.generateFileHtml(e) : this.generateEmptyDiff()), this.makeFileDiffHtml(e, n);
|
| 4238 |
+
})
|
| 4239 |
+
.join("\n");
|
| 4240 |
+
return this.hoganUtils.render(u, "wrapper", { colorScheme: l.colorSchemeToCss(this.config.colorScheme), content: n });
|
| 4241 |
+
}
|
| 4242 |
+
makeFileDiffHtml(e, n) {
|
| 4243 |
+
if (this.config.renderNothingWhenEmpty && Array.isArray(e.blocks) && 0 === e.blocks.length) return "";
|
| 4244 |
+
const t = this.hoganUtils.template("side-by-side", "file-diff"),
|
| 4245 |
+
i = this.hoganUtils.template(u, "file-path"),
|
| 4246 |
+
a = this.hoganUtils.template("icon", "file"),
|
| 4247 |
+
r = this.hoganUtils.template("tag", l.getFileIcon(e));
|
| 4248 |
+
return t.render({
|
| 4249 |
+
file: e,
|
| 4250 |
+
fileHtmlId: l.getHtmlId(e),
|
| 4251 |
+
diffs: n,
|
| 4252 |
+
filePath: i.render({ fileDiffName: l.filenameDiff(e) }, { fileIcon: a, fileTag: r }),
|
| 4253 |
+
});
|
| 4254 |
+
}
|
| 4255 |
+
generateEmptyDiff() {
|
| 4256 |
+
return {
|
| 4257 |
+
right: "",
|
| 4258 |
+
left: this.hoganUtils.render(u, "empty-diff", { contentClass: "d2h-code-side-line", CSSLineClass: l.CSSLineClass }),
|
| 4259 |
+
};
|
| 4260 |
+
}
|
| 4261 |
+
generateFileHtml(e) {
|
| 4262 |
+
const n = o.newMatcherFn(o.newDistanceFn((n) => l.deconstructLine(n.content, e.isCombined).content));
|
| 4263 |
+
return e.blocks
|
| 4264 |
+
.map((t) => {
|
| 4265 |
+
const i = { left: this.makeHeaderHtml(t.header, e), right: this.makeHeaderHtml("") };
|
| 4266 |
+
return (
|
| 4267 |
+
this.applyLineGroupping(t).forEach(([t, a, r]) => {
|
| 4268 |
+
if (a.length && r.length && !t.length)
|
| 4269 |
+
this.applyRematchMatching(a, r, n).map(([n, t]) => {
|
| 4270 |
+
const { left: a, right: r } = this.processChangedLines(e.isCombined, n, t);
|
| 4271 |
+
(i.left += a), (i.right += r);
|
| 4272 |
+
});
|
| 4273 |
+
else if (t.length)
|
| 4274 |
+
t.forEach((n) => {
|
| 4275 |
+
const { prefix: t, content: a } = l.deconstructLine(n.content, e.isCombined),
|
| 4276 |
+
{ left: r, right: s } = this.generateLineHtml(
|
| 4277 |
+
{ type: l.CSSLineClass.CONTEXT, prefix: t, content: a, number: n.oldNumber },
|
| 4278 |
+
{ type: l.CSSLineClass.CONTEXT, prefix: t, content: a, number: n.newNumber }
|
| 4279 |
+
);
|
| 4280 |
+
(i.left += r), (i.right += s);
|
| 4281 |
+
});
|
| 4282 |
+
else if (a.length || r.length) {
|
| 4283 |
+
const { left: n, right: t } = this.processChangedLines(e.isCombined, a, r);
|
| 4284 |
+
(i.left += n), (i.right += t);
|
| 4285 |
+
} else console.error("Unknown state reached while processing groups of lines", t, a, r);
|
| 4286 |
+
}),
|
| 4287 |
+
i
|
| 4288 |
+
);
|
| 4289 |
+
})
|
| 4290 |
+
.reduce((e, n) => ({ left: e.left + n.left, right: e.right + n.right }), { left: "", right: "" });
|
| 4291 |
+
}
|
| 4292 |
+
applyLineGroupping(e) {
|
| 4293 |
+
const n = [];
|
| 4294 |
+
let t = [],
|
| 4295 |
+
i = [];
|
| 4296 |
+
for (let a = 0; a < e.lines.length; a++) {
|
| 4297 |
+
const r = e.lines[a];
|
| 4298 |
+
((r.type !== c.LineType.INSERT && i.length) || (r.type === c.LineType.CONTEXT && t.length > 0)) &&
|
| 4299 |
+
(n.push([[], t, i]), (t = []), (i = [])),
|
| 4300 |
+
r.type === c.LineType.CONTEXT
|
| 4301 |
+
? n.push([[r], [], []])
|
| 4302 |
+
: r.type === c.LineType.INSERT && 0 === t.length
|
| 4303 |
+
? n.push([[], [], [r]])
|
| 4304 |
+
: r.type === c.LineType.INSERT && t.length > 0
|
| 4305 |
+
? i.push(r)
|
| 4306 |
+
: r.type === c.LineType.DELETE && t.push(r);
|
| 4307 |
+
}
|
| 4308 |
+
return (t.length || i.length) && (n.push([[], t, i]), (t = []), (i = [])), n;
|
| 4309 |
+
}
|
| 4310 |
+
applyRematchMatching(e, n, t) {
|
| 4311 |
+
const i = e.length * n.length,
|
| 4312 |
+
a = (0, d.max)(e.concat(n).map((e) => e.content.length));
|
| 4313 |
+
return i < this.config.matchingMaxComparisons &&
|
| 4314 |
+
a < this.config.maxLineSizeInBlockForComparison &&
|
| 4315 |
+
("lines" === this.config.matching || "words" === this.config.matching)
|
| 4316 |
+
? t(e, n)
|
| 4317 |
+
: [[e, n]];
|
| 4318 |
+
}
|
| 4319 |
+
makeHeaderHtml(e, n) {
|
| 4320 |
+
return this.hoganUtils.render(u, "block-header", {
|
| 4321 |
+
CSSLineClass: l.CSSLineClass,
|
| 4322 |
+
blockHeader: (null == n ? void 0 : n.isTooBig) ? e : l.escapeForHtml(e),
|
| 4323 |
+
lineClass: "d2h-code-side-linenumber",
|
| 4324 |
+
contentClass: "d2h-code-side-line",
|
| 4325 |
+
});
|
| 4326 |
+
}
|
| 4327 |
+
processChangedLines(e, n, t) {
|
| 4328 |
+
const i = { right: "", left: "" },
|
| 4329 |
+
a = Math.max(n.length, t.length);
|
| 4330 |
+
for (let r = 0; r < a; r++) {
|
| 4331 |
+
const a = n[r],
|
| 4332 |
+
s = t[r],
|
| 4333 |
+
o = void 0 !== a && void 0 !== s ? l.diffHighlight(a.content, s.content, e, this.config) : void 0,
|
| 4334 |
+
c =
|
| 4335 |
+
void 0 !== a && void 0 !== a.oldNumber
|
| 4336 |
+
? Object.assign(
|
| 4337 |
+
Object.assign(
|
| 4338 |
+
{},
|
| 4339 |
+
void 0 !== o
|
| 4340 |
+
? { prefix: o.oldLine.prefix, content: o.oldLine.content, type: l.CSSLineClass.DELETE_CHANGES }
|
| 4341 |
+
: Object.assign(Object.assign({}, l.deconstructLine(a.content, e)), { type: l.toCSSClass(a.type) })
|
| 4342 |
+
),
|
| 4343 |
+
{ number: a.oldNumber }
|
| 4344 |
+
)
|
| 4345 |
+
: void 0,
|
| 4346 |
+
d =
|
| 4347 |
+
void 0 !== s && void 0 !== s.newNumber
|
| 4348 |
+
? Object.assign(
|
| 4349 |
+
Object.assign(
|
| 4350 |
+
{},
|
| 4351 |
+
void 0 !== o
|
| 4352 |
+
? { prefix: o.newLine.prefix, content: o.newLine.content, type: l.CSSLineClass.INSERT_CHANGES }
|
| 4353 |
+
: Object.assign(Object.assign({}, l.deconstructLine(s.content, e)), { type: l.toCSSClass(s.type) })
|
| 4354 |
+
),
|
| 4355 |
+
{ number: s.newNumber }
|
| 4356 |
+
)
|
| 4357 |
+
: void 0,
|
| 4358 |
+
{ left: u, right: g } = this.generateLineHtml(c, d);
|
| 4359 |
+
(i.left += u), (i.right += g);
|
| 4360 |
+
}
|
| 4361 |
+
return i;
|
| 4362 |
+
}
|
| 4363 |
+
generateLineHtml(e, n) {
|
| 4364 |
+
return { left: this.generateSingleHtml(e), right: this.generateSingleHtml(n) };
|
| 4365 |
+
}
|
| 4366 |
+
generateSingleHtml(e) {
|
| 4367 |
+
const n = "d2h-code-side-linenumber",
|
| 4368 |
+
t = "d2h-code-side-line";
|
| 4369 |
+
return this.hoganUtils.render(u, "line", {
|
| 4370 |
+
type: (null == e ? void 0 : e.type) || `${l.CSSLineClass.CONTEXT} d2h-emptyplaceholder`,
|
| 4371 |
+
lineClass: void 0 !== e ? n : `${n} d2h-code-side-emptyplaceholder`,
|
| 4372 |
+
contentClass: void 0 !== e ? t : `${t} d2h-code-side-emptyplaceholder`,
|
| 4373 |
+
prefix: " " === (null == e ? void 0 : e.prefix) ? " " : null == e ? void 0 : e.prefix,
|
| 4374 |
+
content: null == e ? void 0 : e.content,
|
| 4375 |
+
lineNumber: null == e ? void 0 : e.number,
|
| 4376 |
+
});
|
| 4377 |
+
}
|
| 4378 |
+
};
|
| 4379 |
+
},
|
| 4380 |
+
1613: (e, n) => {
|
| 4381 |
+
"use strict";
|
| 4382 |
+
var t, i;
|
| 4383 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 4384 |
+
(n.ColorSchemeType = n.DiffStyleType = n.LineMatchingType = n.OutputFormatType = n.LineType = void 0),
|
| 4385 |
+
(function (e) {
|
| 4386 |
+
(e.INSERT = "insert"), (e.DELETE = "delete"), (e.CONTEXT = "context");
|
| 4387 |
+
})(t || (n.LineType = t = {})),
|
| 4388 |
+
(n.OutputFormatType = { LINE_BY_LINE: "line-by-line", SIDE_BY_SIDE: "side-by-side" }),
|
| 4389 |
+
(n.LineMatchingType = { LINES: "lines", WORDS: "words", NONE: "none" }),
|
| 4390 |
+
(n.DiffStyleType = { WORD: "word", CHAR: "char" }),
|
| 4391 |
+
(function (e) {
|
| 4392 |
+
(e.AUTO = "auto"), (e.DARK = "dark"), (e.LIGHT = "light");
|
| 4393 |
+
})(i || (n.ColorSchemeType = i = {}));
|
| 4394 |
+
},
|
| 4395 |
+
92: (e, n, t) => {
|
| 4396 |
+
"use strict";
|
| 4397 |
+
Object.defineProperty(n, "__esModule", { value: !0 }), (n.Diff2HtmlUI = n.defaultDiff2HtmlUIConfig = void 0);
|
| 4398 |
+
const i = t(4206),
|
| 4399 |
+
a = t(6166);
|
| 4400 |
+
(n.defaultDiff2HtmlUIConfig = Object.assign(Object.assign({}, a.defaultDiff2HtmlConfig), {
|
| 4401 |
+
synchronisedScroll: !0,
|
| 4402 |
+
highlight: !0,
|
| 4403 |
+
fileListToggle: !0,
|
| 4404 |
+
fileListStartVisible: !1,
|
| 4405 |
+
highlightLanguages: new Map(),
|
| 4406 |
+
smartSelection: !0,
|
| 4407 |
+
fileContentToggle: !0,
|
| 4408 |
+
stickyFileHeaders: !0,
|
| 4409 |
+
})),
|
| 4410 |
+
(n.Diff2HtmlUI = class {
|
| 4411 |
+
constructor(e, t, i = {}, r) {
|
| 4412 |
+
(this.hljs = null),
|
| 4413 |
+
(this.currentSelectionColumnId = -1),
|
| 4414 |
+
(this.config = Object.assign(Object.assign({}, n.defaultDiff2HtmlUIConfig), i)),
|
| 4415 |
+
(this.diffHtml = void 0 !== t ? (0, a.html)(t, this.config) : e.innerHTML),
|
| 4416 |
+
(this.targetElement = e),
|
| 4417 |
+
void 0 !== r && (this.hljs = r);
|
| 4418 |
+
}
|
| 4419 |
+
draw() {
|
| 4420 |
+
(this.targetElement.innerHTML = this.diffHtml),
|
| 4421 |
+
this.config.synchronisedScroll && this.synchronisedScroll(),
|
| 4422 |
+
this.config.highlight && this.highlightCode(),
|
| 4423 |
+
this.config.fileListToggle && this.fileListToggle(this.config.fileListStartVisible),
|
| 4424 |
+
this.config.fileContentToggle && this.fileContentToggle(),
|
| 4425 |
+
this.config.stickyFileHeaders && this.stickyFileHeaders();
|
| 4426 |
+
}
|
| 4427 |
+
synchronisedScroll() {
|
| 4428 |
+
this.targetElement.querySelectorAll(".d2h-file-wrapper").forEach((e) => {
|
| 4429 |
+
const [n, t] = Array().slice.call(e.querySelectorAll(".d2h-file-side-diff"));
|
| 4430 |
+
if (void 0 === n || void 0 === t) return;
|
| 4431 |
+
const i = (e) => {
|
| 4432 |
+
null !== e &&
|
| 4433 |
+
null !== e.target &&
|
| 4434 |
+
(e.target === n
|
| 4435 |
+
? ((t.scrollTop = n.scrollTop), (t.scrollLeft = n.scrollLeft))
|
| 4436 |
+
: ((n.scrollTop = t.scrollTop), (n.scrollLeft = t.scrollLeft)));
|
| 4437 |
+
};
|
| 4438 |
+
n.addEventListener("scroll", i), t.addEventListener("scroll", i);
|
| 4439 |
+
});
|
| 4440 |
+
}
|
| 4441 |
+
fileListToggle(e) {
|
| 4442 |
+
const n = this.targetElement.querySelector(".d2h-show"),
|
| 4443 |
+
t = this.targetElement.querySelector(".d2h-hide"),
|
| 4444 |
+
i = this.targetElement.querySelector(".d2h-file-list");
|
| 4445 |
+
if (null === n || null === t || null === i) return;
|
| 4446 |
+
const a = () => {
|
| 4447 |
+
(n.style.display = "none"), (t.style.display = "inline"), (i.style.display = "block");
|
| 4448 |
+
},
|
| 4449 |
+
r = () => {
|
| 4450 |
+
(n.style.display = "inline"), (t.style.display = "none"), (i.style.display = "none");
|
| 4451 |
+
};
|
| 4452 |
+
n.addEventListener("click", () => a()), t.addEventListener("click", () => r());
|
| 4453 |
+
const s = this.getHashTag();
|
| 4454 |
+
"files-summary-show" === s ? a() : "files-summary-hide" === s ? r() : e ? a() : r();
|
| 4455 |
+
}
|
| 4456 |
+
fileContentToggle() {
|
| 4457 |
+
this.targetElement.querySelectorAll(".d2h-file-collapse").forEach((e) => {
|
| 4458 |
+
e.style.display = "flex";
|
| 4459 |
+
const n = (n) => {
|
| 4460 |
+
var t;
|
| 4461 |
+
const i = null === (t = e.closest(".d2h-file-wrapper")) || void 0 === t ? void 0 : t.querySelector(n);
|
| 4462 |
+
null != i && (e.classList.toggle("d2h-selected"), i.classList.toggle("d2h-d-none"));
|
| 4463 |
+
};
|
| 4464 |
+
e.addEventListener("click", (t) =>
|
| 4465 |
+
((t) => {
|
| 4466 |
+
e !== t.target && (n(".d2h-file-diff"), n(".d2h-files-diff"));
|
| 4467 |
+
})(t)
|
| 4468 |
+
);
|
| 4469 |
+
});
|
| 4470 |
+
}
|
| 4471 |
+
highlightCode() {
|
| 4472 |
+
const e = this.hljs;
|
| 4473 |
+
if (null === e) throw new Error("Missing a `highlight.js` implementation. Please provide one when instantiating Diff2HtmlUI.");
|
| 4474 |
+
this.targetElement.querySelectorAll(".d2h-file-wrapper").forEach((n) => {
|
| 4475 |
+
const t = n.getAttribute("data-lang");
|
| 4476 |
+
this.config.highlightLanguages instanceof Map ||
|
| 4477 |
+
(this.config.highlightLanguages = new Map(Object.entries(this.config.highlightLanguages)));
|
| 4478 |
+
let a =
|
| 4479 |
+
t && this.config.highlightLanguages.has(t)
|
| 4480 |
+
? this.config.highlightLanguages.get(t)
|
| 4481 |
+
: t
|
| 4482 |
+
? (0, i.getLanguage)(t)
|
| 4483 |
+
: "plaintext";
|
| 4484 |
+
void 0 === e.getLanguage(a) && (a = "plaintext"),
|
| 4485 |
+
n.querySelectorAll(".d2h-code-line-ctn").forEach((n) => {
|
| 4486 |
+
const t = n.textContent,
|
| 4487 |
+
r = n.parentNode;
|
| 4488 |
+
if (null === t || null === r || !this.isElement(r)) return;
|
| 4489 |
+
const s = (0, i.closeTags)(e.highlight(t, { language: a, ignoreIllegals: !0 })),
|
| 4490 |
+
o = (0, i.nodeStream)(n);
|
| 4491 |
+
if (o.length) {
|
| 4492 |
+
const e = document.createElementNS("http://www.w3.org/1999/xhtml", "div");
|
| 4493 |
+
(e.innerHTML = s.value), (s.value = (0, i.mergeStreams)(o, (0, i.nodeStream)(e), t));
|
| 4494 |
+
}
|
| 4495 |
+
n.classList.add("hljs"), s.language && n.classList.add(s.language), (n.innerHTML = s.value);
|
| 4496 |
+
});
|
| 4497 |
+
});
|
| 4498 |
+
}
|
| 4499 |
+
stickyFileHeaders() {
|
| 4500 |
+
this.targetElement.querySelectorAll(".d2h-file-header").forEach((e) => {
|
| 4501 |
+
e.classList.add("d2h-sticky-header");
|
| 4502 |
+
});
|
| 4503 |
+
}
|
| 4504 |
+
smartSelection() {
|
| 4505 |
+
console.warn("Smart selection is now enabled by default with CSS. No need to call this method anymore.");
|
| 4506 |
+
}
|
| 4507 |
+
getHashTag() {
|
| 4508 |
+
const e = document.URL,
|
| 4509 |
+
n = e.indexOf("#");
|
| 4510 |
+
let t = null;
|
| 4511 |
+
return -1 !== n && (t = e.substr(n + 1)), t;
|
| 4512 |
+
}
|
| 4513 |
+
isElement(e) {
|
| 4514 |
+
return null !== e && void 0 !== (null == e ? void 0 : e.classList);
|
| 4515 |
+
}
|
| 4516 |
+
});
|
| 4517 |
+
},
|
| 4518 |
+
4206: (e, n) => {
|
| 4519 |
+
"use strict";
|
| 4520 |
+
function t(e) {
|
| 4521 |
+
return e.replace(/&/gm, "&").replace(/</gm, "<").replace(/>/gm, ">");
|
| 4522 |
+
}
|
| 4523 |
+
function i(e) {
|
| 4524 |
+
return e.nodeName.toLowerCase();
|
| 4525 |
+
}
|
| 4526 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 4527 |
+
(n.nodeStream = function (e) {
|
| 4528 |
+
const n = [],
|
| 4529 |
+
t = (e, a) => {
|
| 4530 |
+
for (let r = e.firstChild; r; r = r.nextSibling)
|
| 4531 |
+
3 === r.nodeType && null !== r.nodeValue
|
| 4532 |
+
? (a += r.nodeValue.length)
|
| 4533 |
+
: 1 === r.nodeType &&
|
| 4534 |
+
(n.push({ event: "start", offset: a, node: r }),
|
| 4535 |
+
(a = t(r, a)),
|
| 4536 |
+
i(r).match(/br|hr|img|input/) || n.push({ event: "stop", offset: a, node: r }));
|
| 4537 |
+
return a;
|
| 4538 |
+
};
|
| 4539 |
+
return t(e, 0), n;
|
| 4540 |
+
}),
|
| 4541 |
+
(n.mergeStreams = function (e, n, a) {
|
| 4542 |
+
let r = 0,
|
| 4543 |
+
s = "";
|
| 4544 |
+
const o = [];
|
| 4545 |
+
function l() {
|
| 4546 |
+
return e.length && n.length
|
| 4547 |
+
? e[0].offset !== n[0].offset
|
| 4548 |
+
? e[0].offset < n[0].offset
|
| 4549 |
+
? e
|
| 4550 |
+
: n
|
| 4551 |
+
: "start" === n[0].event
|
| 4552 |
+
? e
|
| 4553 |
+
: n
|
| 4554 |
+
: e.length
|
| 4555 |
+
? e
|
| 4556 |
+
: n;
|
| 4557 |
+
}
|
| 4558 |
+
function c(e) {
|
| 4559 |
+
if (null === (n = e) || void 0 === (null == n ? void 0 : n.attributes)) throw new Error("Node is not an Element");
|
| 4560 |
+
var n;
|
| 4561 |
+
s += `<${i(e)} ${Array()
|
| 4562 |
+
.map.call(e.attributes, (e) => `${e.nodeName}="${t(e.value).replace(/"/g, """)}"`)
|
| 4563 |
+
.join(" ")}>`;
|
| 4564 |
+
}
|
| 4565 |
+
function d(e) {
|
| 4566 |
+
s += "</" + i(e) + ">";
|
| 4567 |
+
}
|
| 4568 |
+
function u(e) {
|
| 4569 |
+
("start" === e.event ? c : d)(e.node);
|
| 4570 |
+
}
|
| 4571 |
+
for (; e.length || n.length; ) {
|
| 4572 |
+
let n = l();
|
| 4573 |
+
if (((s += t(a.substring(r, n[0].offset))), (r = n[0].offset), n === e)) {
|
| 4574 |
+
o.reverse().forEach(d);
|
| 4575 |
+
do {
|
| 4576 |
+
u(n.splice(0, 1)[0]), (n = l());
|
| 4577 |
+
} while (n === e && n.length && n[0].offset === r);
|
| 4578 |
+
o.reverse().forEach(c);
|
| 4579 |
+
} else "start" === n[0].event ? o.push(n[0].node) : o.pop(), u(n.splice(0, 1)[0]);
|
| 4580 |
+
}
|
| 4581 |
+
return s + t(a.substr(r));
|
| 4582 |
+
}),
|
| 4583 |
+
(n.closeTags = function (e) {
|
| 4584 |
+
const n = new Array();
|
| 4585 |
+
return (
|
| 4586 |
+
(e.value = e.value
|
| 4587 |
+
.split("\n")
|
| 4588 |
+
.map((e) => {
|
| 4589 |
+
const t = n.map((e) => `<span class="${e}">`).join(""),
|
| 4590 |
+
i = e.matchAll(/(<span class="(.*?)">|<\/span>)/g);
|
| 4591 |
+
return (
|
| 4592 |
+
Array.from(i).forEach((e) => {
|
| 4593 |
+
"</span>" === e[0] ? n.shift() : n.unshift(e[2]);
|
| 4594 |
+
}),
|
| 4595 |
+
t + e + "</span>".repeat(n.length)
|
| 4596 |
+
);
|
| 4597 |
+
})
|
| 4598 |
+
.join("\n")),
|
| 4599 |
+
e
|
| 4600 |
+
);
|
| 4601 |
+
}),
|
| 4602 |
+
(n.getLanguage = function (e) {
|
| 4603 |
+
var n;
|
| 4604 |
+
return null !== (n = a[e]) && void 0 !== n ? n : "plaintext";
|
| 4605 |
+
});
|
| 4606 |
+
const a = {
|
| 4607 |
+
"1c": "1c",
|
| 4608 |
+
abnf: "abnf",
|
| 4609 |
+
accesslog: "accesslog",
|
| 4610 |
+
as: "actionscript",
|
| 4611 |
+
adb: "ada",
|
| 4612 |
+
ada: "ada",
|
| 4613 |
+
ads: "ada",
|
| 4614 |
+
angelscript: "angelscript",
|
| 4615 |
+
apache: "apache",
|
| 4616 |
+
applescript: "applescript",
|
| 4617 |
+
scpt: "applescript",
|
| 4618 |
+
arcade: "arcade",
|
| 4619 |
+
cpp: "cpp",
|
| 4620 |
+
hpp: "cpp",
|
| 4621 |
+
arduino: "arduino",
|
| 4622 |
+
ino: "arduino",
|
| 4623 |
+
armasm: "armasm",
|
| 4624 |
+
arm: "armasm",
|
| 4625 |
+
xml: "xml",
|
| 4626 |
+
html: "xml",
|
| 4627 |
+
xhtml: "xml",
|
| 4628 |
+
rss: "xml",
|
| 4629 |
+
atom: "xml",
|
| 4630 |
+
xjb: "xml",
|
| 4631 |
+
xsd: "xml",
|
| 4632 |
+
xsl: "xml",
|
| 4633 |
+
plist: "xml",
|
| 4634 |
+
svg: "xml",
|
| 4635 |
+
asciidoc: "asciidoc",
|
| 4636 |
+
adoc: "asciidoc",
|
| 4637 |
+
asc: "asciidoc",
|
| 4638 |
+
aspectj: "aspectj",
|
| 4639 |
+
ahk: "autohotkey",
|
| 4640 |
+
ahkl: "autohotkey",
|
| 4641 |
+
au3: "autoit",
|
| 4642 |
+
avrasm: "avrasm",
|
| 4643 |
+
awk: "awk",
|
| 4644 |
+
axapta: "axapta",
|
| 4645 |
+
"x++": "axapta",
|
| 4646 |
+
bash: "bash",
|
| 4647 |
+
sh: "bash",
|
| 4648 |
+
zsh: "bash",
|
| 4649 |
+
b: "basic",
|
| 4650 |
+
bnf: "bnf",
|
| 4651 |
+
bf: "brainfuck",
|
| 4652 |
+
c: "c",
|
| 4653 |
+
h: "c",
|
| 4654 |
+
cats: "c",
|
| 4655 |
+
idc: "c",
|
| 4656 |
+
cal: "cal",
|
| 4657 |
+
capnproto: "capnproto",
|
| 4658 |
+
capnp: "capnproto",
|
| 4659 |
+
ceylon: "ceylon",
|
| 4660 |
+
clean: "clean",
|
| 4661 |
+
clj: "clojure",
|
| 4662 |
+
boot: "clojure",
|
| 4663 |
+
cl2: "clojure",
|
| 4664 |
+
cljc: "clojure",
|
| 4665 |
+
cljs: "clojure",
|
| 4666 |
+
"cljs.hl": "clojure",
|
| 4667 |
+
cljscm: "clojure",
|
| 4668 |
+
cljx: "clojure",
|
| 4669 |
+
hic: "clojure",
|
| 4670 |
+
"clojure-repl": "clojure-repl",
|
| 4671 |
+
cmake: "cmake",
|
| 4672 |
+
"cmake.in": "cmake",
|
| 4673 |
+
coffee: "coffeescript",
|
| 4674 |
+
_coffee: "coffeescript",
|
| 4675 |
+
cake: "coffeescript",
|
| 4676 |
+
cjsx: "coffeescript",
|
| 4677 |
+
iced: "coffeescript",
|
| 4678 |
+
cson: "coffeescript",
|
| 4679 |
+
coq: "coq",
|
| 4680 |
+
cos: "cos",
|
| 4681 |
+
cls: "cos",
|
| 4682 |
+
crmsh: "crmsh",
|
| 4683 |
+
crm: "crmsh",
|
| 4684 |
+
pcmk: "crmsh",
|
| 4685 |
+
cr: "crystal",
|
| 4686 |
+
cs: "csharp",
|
| 4687 |
+
csx: "csharp",
|
| 4688 |
+
csp: "csp",
|
| 4689 |
+
css: "css",
|
| 4690 |
+
d: "d",
|
| 4691 |
+
di: "d",
|
| 4692 |
+
md: "markdown",
|
| 4693 |
+
markdown: "markdown",
|
| 4694 |
+
mdown: "markdown",
|
| 4695 |
+
mdwn: "markdown",
|
| 4696 |
+
mkd: "markdown",
|
| 4697 |
+
mkdn: "markdown",
|
| 4698 |
+
mkdown: "markdown",
|
| 4699 |
+
ronn: "markdown",
|
| 4700 |
+
workbook: "markdown",
|
| 4701 |
+
dart: "dart",
|
| 4702 |
+
dpr: "delphi",
|
| 4703 |
+
dfm: "delphi",
|
| 4704 |
+
pas: "delphi",
|
| 4705 |
+
pascal: "delphi",
|
| 4706 |
+
diff: "diff",
|
| 4707 |
+
patch: "diff",
|
| 4708 |
+
django: "django",
|
| 4709 |
+
jinja: "django",
|
| 4710 |
+
dns: "dns",
|
| 4711 |
+
zone: "dns",
|
| 4712 |
+
bind: "dns",
|
| 4713 |
+
dockerfile: "dockerfile",
|
| 4714 |
+
docker: "dockerfile",
|
| 4715 |
+
dos: "dos",
|
| 4716 |
+
bat: "dos",
|
| 4717 |
+
cmd: "dos",
|
| 4718 |
+
dsconfig: "dsconfig",
|
| 4719 |
+
dts: "dts",
|
| 4720 |
+
dust: "dust",
|
| 4721 |
+
dst: "dust",
|
| 4722 |
+
ebnf: "ebnf",
|
| 4723 |
+
ex: "elixir",
|
| 4724 |
+
exs: "elixir",
|
| 4725 |
+
elm: "elm",
|
| 4726 |
+
rb: "ruby",
|
| 4727 |
+
builder: "ruby",
|
| 4728 |
+
eye: "ruby",
|
| 4729 |
+
gemspec: "ruby",
|
| 4730 |
+
god: "ruby",
|
| 4731 |
+
jbuilder: "ruby",
|
| 4732 |
+
mspec: "ruby",
|
| 4733 |
+
pluginspec: "ruby",
|
| 4734 |
+
podspec: "ruby",
|
| 4735 |
+
rabl: "ruby",
|
| 4736 |
+
rake: "ruby",
|
| 4737 |
+
rbuild: "ruby",
|
| 4738 |
+
rbw: "ruby",
|
| 4739 |
+
rbx: "ruby",
|
| 4740 |
+
ru: "ruby",
|
| 4741 |
+
ruby: "ruby",
|
| 4742 |
+
spec: "ruby",
|
| 4743 |
+
thor: "ruby",
|
| 4744 |
+
watchr: "ruby",
|
| 4745 |
+
erb: "erb",
|
| 4746 |
+
"erlang-repl": "erlang-repl",
|
| 4747 |
+
erl: "erlang",
|
| 4748 |
+
"app.src": "erlang",
|
| 4749 |
+
escript: "erlang",
|
| 4750 |
+
hrl: "erlang",
|
| 4751 |
+
xrl: "erlang",
|
| 4752 |
+
yrl: "erlang",
|
| 4753 |
+
excel: "excel",
|
| 4754 |
+
xls: "excel",
|
| 4755 |
+
xlsx: "excel",
|
| 4756 |
+
fix: "fix",
|
| 4757 |
+
flix: "flix",
|
| 4758 |
+
f90: "fortran",
|
| 4759 |
+
f: "fortran",
|
| 4760 |
+
f03: "fortran",
|
| 4761 |
+
f08: "fortran",
|
| 4762 |
+
f77: "fortran",
|
| 4763 |
+
f95: "fortran",
|
| 4764 |
+
for: "fortran",
|
| 4765 |
+
fpp: "fortran",
|
| 4766 |
+
fs: "fsharp",
|
| 4767 |
+
fsx: "fsharp",
|
| 4768 |
+
gams: "gams",
|
| 4769 |
+
gms: "gams",
|
| 4770 |
+
gauss: "gauss",
|
| 4771 |
+
gss: "gauss",
|
| 4772 |
+
gcode: "gcode",
|
| 4773 |
+
nc: "gcode",
|
| 4774 |
+
gherkin: "gherkin",
|
| 4775 |
+
glsl: "glsl",
|
| 4776 |
+
fp: "glsl",
|
| 4777 |
+
frag: "glsl",
|
| 4778 |
+
frg: "glsl",
|
| 4779 |
+
fsh: "glsl",
|
| 4780 |
+
fshader: "glsl",
|
| 4781 |
+
geo: "glsl",
|
| 4782 |
+
geom: "glsl",
|
| 4783 |
+
glslv: "glsl",
|
| 4784 |
+
gshader: "glsl",
|
| 4785 |
+
shader: "glsl",
|
| 4786 |
+
tesc: "glsl",
|
| 4787 |
+
tese: "glsl",
|
| 4788 |
+
vert: "glsl",
|
| 4789 |
+
vrx: "glsl",
|
| 4790 |
+
vsh: "glsl",
|
| 4791 |
+
vshader: "glsl",
|
| 4792 |
+
gml: "gml",
|
| 4793 |
+
go: "go",
|
| 4794 |
+
bal: "go",
|
| 4795 |
+
golo: "golo",
|
| 4796 |
+
gololang: "golo",
|
| 4797 |
+
gradle: "gradle",
|
| 4798 |
+
groovy: "groovy",
|
| 4799 |
+
grt: "groovy",
|
| 4800 |
+
gtpl: "groovy",
|
| 4801 |
+
gvy: "groovy",
|
| 4802 |
+
haml: "haml",
|
| 4803 |
+
"haml.deface": "haml",
|
| 4804 |
+
handlebars: "handlebars",
|
| 4805 |
+
hbs: "handlebars",
|
| 4806 |
+
"html.hbs": "handlebars",
|
| 4807 |
+
"html.handlebars": "handlebars",
|
| 4808 |
+
hs: "haskell",
|
| 4809 |
+
hsc: "haskell",
|
| 4810 |
+
idr: "haskell",
|
| 4811 |
+
purs: "haskell",
|
| 4812 |
+
hx: "haxe",
|
| 4813 |
+
hxsl: "haxe",
|
| 4814 |
+
hsp: "hsp",
|
| 4815 |
+
htmlbars: "htmlbars",
|
| 4816 |
+
http: "http",
|
| 4817 |
+
https: "http",
|
| 4818 |
+
hy: "hy",
|
| 4819 |
+
inform7: "inform7",
|
| 4820 |
+
i7: "inform7",
|
| 4821 |
+
ini: "ini",
|
| 4822 |
+
toml: "ini",
|
| 4823 |
+
cfg: "ini",
|
| 4824 |
+
prefs: "ini",
|
| 4825 |
+
irpf90: "irpf90",
|
| 4826 |
+
isbl: "isbl",
|
| 4827 |
+
java: "java",
|
| 4828 |
+
jsp: "java",
|
| 4829 |
+
js: "javascript",
|
| 4830 |
+
jsx: "javascript",
|
| 4831 |
+
_js: "javascript",
|
| 4832 |
+
bones: "javascript",
|
| 4833 |
+
es: "javascript",
|
| 4834 |
+
es6: "javascript",
|
| 4835 |
+
gs: "javascript",
|
| 4836 |
+
jake: "javascript",
|
| 4837 |
+
jsb: "javascript",
|
| 4838 |
+
jscad: "javascript",
|
| 4839 |
+
jsfl: "javascript",
|
| 4840 |
+
jsm: "javascript",
|
| 4841 |
+
jss: "javascript",
|
| 4842 |
+
mjs: "javascript",
|
| 4843 |
+
njs: "javascript",
|
| 4844 |
+
pac: "javascript",
|
| 4845 |
+
sjs: "javascript",
|
| 4846 |
+
ssjs: "javascript",
|
| 4847 |
+
xsjs: "javascript",
|
| 4848 |
+
xsjslib: "javascript",
|
| 4849 |
+
cfc: "javascript",
|
| 4850 |
+
"jboss-cli": "jboss-cli",
|
| 4851 |
+
json: "json",
|
| 4852 |
+
avsc: "json",
|
| 4853 |
+
geojson: "json",
|
| 4854 |
+
gltf: "json",
|
| 4855 |
+
"JSON-tmLanguage": "json",
|
| 4856 |
+
jsonl: "json",
|
| 4857 |
+
tfstate: "json",
|
| 4858 |
+
"tfstate.backup": "json",
|
| 4859 |
+
topojson: "json",
|
| 4860 |
+
webapp: "json",
|
| 4861 |
+
webmanifest: "json",
|
| 4862 |
+
jl: "julia",
|
| 4863 |
+
"julia-repl": "julia-repl",
|
| 4864 |
+
kt: "kotlin",
|
| 4865 |
+
ktm: "kotlin",
|
| 4866 |
+
kts: "kotlin",
|
| 4867 |
+
lasso: "lasso",
|
| 4868 |
+
lassoscript: "lasso",
|
| 4869 |
+
tex: "latex",
|
| 4870 |
+
ldif: "ldif",
|
| 4871 |
+
leaf: "leaf",
|
| 4872 |
+
less: "less",
|
| 4873 |
+
lisp: "lisp",
|
| 4874 |
+
factor: "lisp",
|
| 4875 |
+
livecodeserver: "livecodeserver",
|
| 4876 |
+
ls: "livescript",
|
| 4877 |
+
_ls: "livescript",
|
| 4878 |
+
llvm: "llvm",
|
| 4879 |
+
lsl: "lsl",
|
| 4880 |
+
lua: "lua",
|
| 4881 |
+
nse: "lua",
|
| 4882 |
+
p8: "lua",
|
| 4883 |
+
pd_lua: "lua",
|
| 4884 |
+
rbxs: "lua",
|
| 4885 |
+
wlua: "lua",
|
| 4886 |
+
mak: "makefile",
|
| 4887 |
+
make: "makefile",
|
| 4888 |
+
mk: "makefile",
|
| 4889 |
+
mkfile: "makefile",
|
| 4890 |
+
mathematica: "mathematica",
|
| 4891 |
+
mma: "mathematica",
|
| 4892 |
+
wl: "mathematica",
|
| 4893 |
+
matlab: "matlab",
|
| 4894 |
+
maxima: "maxima",
|
| 4895 |
+
mel: "mel",
|
| 4896 |
+
mercury: "mercury",
|
| 4897 |
+
mipsasm: "mipsasm",
|
| 4898 |
+
miz: "mizar",
|
| 4899 |
+
voc: "mizar",
|
| 4900 |
+
al: "perl",
|
| 4901 |
+
cgi: "perl",
|
| 4902 |
+
fcgi: "perl",
|
| 4903 |
+
perl: "perl",
|
| 4904 |
+
ph: "perl",
|
| 4905 |
+
plx: "perl",
|
| 4906 |
+
pl: "perl",
|
| 4907 |
+
pm: "perl",
|
| 4908 |
+
psgi: "perl",
|
| 4909 |
+
t: "perl",
|
| 4910 |
+
mojolicious: "mojolicious",
|
| 4911 |
+
monkey: "monkey",
|
| 4912 |
+
monkey2: "monkey",
|
| 4913 |
+
moonscript: "moonscript",
|
| 4914 |
+
moon: "moonscript",
|
| 4915 |
+
n1ql: "n1ql",
|
| 4916 |
+
nginxconf: "nginx",
|
| 4917 |
+
nim: "nim",
|
| 4918 |
+
nimrod: "nim",
|
| 4919 |
+
nix: "nix",
|
| 4920 |
+
nsi: "nsis",
|
| 4921 |
+
nsh: "nsis",
|
| 4922 |
+
m: "objectivec",
|
| 4923 |
+
objc: "objectivec",
|
| 4924 |
+
mm: "objectivec",
|
| 4925 |
+
"obj-c": "objectivec",
|
| 4926 |
+
"obj-c++": "objectivec",
|
| 4927 |
+
"objective-c++": "objectivec",
|
| 4928 |
+
fun: "ocaml",
|
| 4929 |
+
sig: "ocaml",
|
| 4930 |
+
ml: "ocaml",
|
| 4931 |
+
mli: "ocaml",
|
| 4932 |
+
eliom: "ocaml",
|
| 4933 |
+
eliomi: "ocaml",
|
| 4934 |
+
ml4: "ocaml",
|
| 4935 |
+
mll: "ocaml",
|
| 4936 |
+
mly: "ocaml",
|
| 4937 |
+
openscad: "openscad",
|
| 4938 |
+
oxygene: "oxygene",
|
| 4939 |
+
parser3: "parser3",
|
| 4940 |
+
pf: "pf",
|
| 4941 |
+
"pf.conf": "pf",
|
| 4942 |
+
pgsql: "pgsql",
|
| 4943 |
+
postgres: "pgsql",
|
| 4944 |
+
postgresql: "pgsql",
|
| 4945 |
+
php: "php",
|
| 4946 |
+
aw: "php",
|
| 4947 |
+
ctp: "php",
|
| 4948 |
+
inc: "php",
|
| 4949 |
+
php3: "php",
|
| 4950 |
+
php4: "php",
|
| 4951 |
+
php5: "php",
|
| 4952 |
+
phps: "php",
|
| 4953 |
+
phpt: "php",
|
| 4954 |
+
"php-template": "php-template",
|
| 4955 |
+
plaintext: "plaintext",
|
| 4956 |
+
txt: "plaintext",
|
| 4957 |
+
text: "plaintext",
|
| 4958 |
+
pony: "pony",
|
| 4959 |
+
ps: "powershell",
|
| 4960 |
+
ps1: "powershell",
|
| 4961 |
+
psd1: "powershell",
|
| 4962 |
+
psm1: "powershell",
|
| 4963 |
+
pde: "processing",
|
| 4964 |
+
profile: "profile",
|
| 4965 |
+
pro: "prolog",
|
| 4966 |
+
prolog: "prolog",
|
| 4967 |
+
yap: "prolog",
|
| 4968 |
+
properties: "properties",
|
| 4969 |
+
proto: "protobuf",
|
| 4970 |
+
puppet: "puppet",
|
| 4971 |
+
pp: "puppet",
|
| 4972 |
+
purebasic: "purebasic",
|
| 4973 |
+
py: "python",
|
| 4974 |
+
bzl: "python",
|
| 4975 |
+
gyp: "python",
|
| 4976 |
+
gypi: "python",
|
| 4977 |
+
lmi: "python",
|
| 4978 |
+
py3: "python",
|
| 4979 |
+
pyde: "python",
|
| 4980 |
+
pyi: "python",
|
| 4981 |
+
pyp: "python",
|
| 4982 |
+
pyt: "python",
|
| 4983 |
+
pyw: "python",
|
| 4984 |
+
rpy: "python",
|
| 4985 |
+
tac: "python",
|
| 4986 |
+
wsgi: "python",
|
| 4987 |
+
xpy: "python",
|
| 4988 |
+
"python-repl": "python-repl",
|
| 4989 |
+
pycon: "python-repl",
|
| 4990 |
+
q: "q",
|
| 4991 |
+
k: "q",
|
| 4992 |
+
kdb: "q",
|
| 4993 |
+
qml: "qml",
|
| 4994 |
+
r: "r",
|
| 4995 |
+
rd: "r",
|
| 4996 |
+
rsx: "r",
|
| 4997 |
+
reasonml: "reasonml",
|
| 4998 |
+
re: "reasonml",
|
| 4999 |
+
rib: "rib",
|
| 5000 |
+
roboconf: "roboconf",
|
| 5001 |
+
graph: "roboconf",
|
| 5002 |
+
instances: "roboconf",
|
| 5003 |
+
routeros: "routeros",
|
| 5004 |
+
rsl: "rsl",
|
| 5005 |
+
ruleslanguage: "ruleslanguage",
|
| 5006 |
+
rs: "rust",
|
| 5007 |
+
"rs.in": "rust",
|
| 5008 |
+
sas: "sas",
|
| 5009 |
+
scala: "scala",
|
| 5010 |
+
kojo: "scala",
|
| 5011 |
+
sbt: "scala",
|
| 5012 |
+
sc: "scala",
|
| 5013 |
+
scm: "scheme",
|
| 5014 |
+
sch: "scheme",
|
| 5015 |
+
sld: "scheme",
|
| 5016 |
+
sls: "scheme",
|
| 5017 |
+
sps: "scheme",
|
| 5018 |
+
ss: "scheme",
|
| 5019 |
+
rkt: "scheme",
|
| 5020 |
+
scilab: "scilab",
|
| 5021 |
+
scss: "scss",
|
| 5022 |
+
shell: "shell",
|
| 5023 |
+
smali: "smali",
|
| 5024 |
+
st: "smalltalk",
|
| 5025 |
+
sml: "sml",
|
| 5026 |
+
sqf: "sqf",
|
| 5027 |
+
sql: "sql",
|
| 5028 |
+
cql: "sql",
|
| 5029 |
+
ddl: "sql",
|
| 5030 |
+
mysql: "sql",
|
| 5031 |
+
prc: "sql",
|
| 5032 |
+
tab: "sql",
|
| 5033 |
+
udf: "sql",
|
| 5034 |
+
viw: "sql",
|
| 5035 |
+
stan: "stan",
|
| 5036 |
+
stanfuncs: "stan",
|
| 5037 |
+
stata: "stata",
|
| 5038 |
+
step21: "step21",
|
| 5039 |
+
step: "step21",
|
| 5040 |
+
stp: "step21",
|
| 5041 |
+
styl: "stylus",
|
| 5042 |
+
subunit: "subunit",
|
| 5043 |
+
swift: "swift",
|
| 5044 |
+
taggerscript: "taggerscript",
|
| 5045 |
+
yml: "yaml",
|
| 5046 |
+
mir: "yaml",
|
| 5047 |
+
reek: "yaml",
|
| 5048 |
+
rviz: "yaml",
|
| 5049 |
+
"sublime-syntax": "yaml",
|
| 5050 |
+
syntax: "yaml",
|
| 5051 |
+
yaml: "yaml",
|
| 5052 |
+
"yaml-tmlanguage": "yaml",
|
| 5053 |
+
"yml.mysql": "yaml",
|
| 5054 |
+
tap: "tap",
|
| 5055 |
+
tcl: "tcl",
|
| 5056 |
+
adp: "tcl",
|
| 5057 |
+
tm: "tcl",
|
| 5058 |
+
thrift: "thrift",
|
| 5059 |
+
tp: "tp",
|
| 5060 |
+
twig: "twig",
|
| 5061 |
+
craftcms: "twig",
|
| 5062 |
+
ts: "typescript",
|
| 5063 |
+
tsx: "typescript",
|
| 5064 |
+
vala: "vala",
|
| 5065 |
+
vbnet: "vbnet",
|
| 5066 |
+
vb: "vbnet",
|
| 5067 |
+
vbscript: "vbscript",
|
| 5068 |
+
vbs: "vbscript",
|
| 5069 |
+
"vbscript-html": "vbscript-html",
|
| 5070 |
+
v: "verilog",
|
| 5071 |
+
veo: "verilog",
|
| 5072 |
+
vhdl: "vhdl",
|
| 5073 |
+
vhd: "vhdl",
|
| 5074 |
+
vhf: "vhdl",
|
| 5075 |
+
vhi: "vhdl",
|
| 5076 |
+
vho: "vhdl",
|
| 5077 |
+
vhs: "vhdl",
|
| 5078 |
+
vht: "vhdl",
|
| 5079 |
+
vhw: "vhdl",
|
| 5080 |
+
vim: "vim",
|
| 5081 |
+
x86asm: "x86asm",
|
| 5082 |
+
xl: "xl",
|
| 5083 |
+
xquery: "xquery",
|
| 5084 |
+
xpath: "xquery",
|
| 5085 |
+
xq: "xquery",
|
| 5086 |
+
zephir: "zephir",
|
| 5087 |
+
zep: "zephir",
|
| 5088 |
+
};
|
| 5089 |
+
},
|
| 5090 |
+
2834: function (e, n, t) {
|
| 5091 |
+
"use strict";
|
| 5092 |
+
var i =
|
| 5093 |
+
(this && this.__importDefault) ||
|
| 5094 |
+
function (e) {
|
| 5095 |
+
return e && e.__esModule ? e : { default: e };
|
| 5096 |
+
};
|
| 5097 |
+
Object.defineProperty(n, "__esModule", { value: !0 }), (n.hljs = void 0);
|
| 5098 |
+
const a = i(t(8416)),
|
| 5099 |
+
r = i(t(6570)),
|
| 5100 |
+
s = i(t(114)),
|
| 5101 |
+
o = i(t(2702)),
|
| 5102 |
+
l = i(t(8641)),
|
| 5103 |
+
c = i(t(722)),
|
| 5104 |
+
d = i(t(7579)),
|
| 5105 |
+
u = i(t(8661)),
|
| 5106 |
+
g = i(t(7120)),
|
| 5107 |
+
b = i(t(6813)),
|
| 5108 |
+
f = i(t(8612)),
|
| 5109 |
+
p = i(t(602)),
|
| 5110 |
+
m = i(t(2274)),
|
| 5111 |
+
h = i(t(8596)),
|
| 5112 |
+
E = i(t(9197)),
|
| 5113 |
+
_ = i(t(9632)),
|
| 5114 |
+
N = i(t(8155)),
|
| 5115 |
+
T = i(t(5015)),
|
| 5116 |
+
O = i(t(8188)),
|
| 5117 |
+
v = i(t(9301)),
|
| 5118 |
+
y = i(t(9777)),
|
| 5119 |
+
A = i(t(1432)),
|
| 5120 |
+
S = i(t(253)),
|
| 5121 |
+
w = i(t(3187)),
|
| 5122 |
+
R = i(t(379)),
|
| 5123 |
+
I = i(t(1533)),
|
| 5124 |
+
C = i(t(4895)),
|
| 5125 |
+
L = i(t(6035)),
|
| 5126 |
+
M = i(t(621)),
|
| 5127 |
+
D = i(t(2838)),
|
| 5128 |
+
x = i(t(8330)),
|
| 5129 |
+
k = i(t(2491)),
|
| 5130 |
+
P = i(t(3873)),
|
| 5131 |
+
U = i(t(7667)),
|
| 5132 |
+
B = i(t(946)),
|
| 5133 |
+
j = i(t(7259)),
|
| 5134 |
+
F = i(t(943)),
|
| 5135 |
+
H = i(t(6876)),
|
| 5136 |
+
G = i(t(3111)),
|
| 5137 |
+
$ = i(t(9040)),
|
| 5138 |
+
z = i(t(3982)),
|
| 5139 |
+
W = i(t(7646)),
|
| 5140 |
+
V = i(t(7300)),
|
| 5141 |
+
K = i(t(1117)),
|
| 5142 |
+
q = i(t(5409)),
|
| 5143 |
+
X = i(t(3449)),
|
| 5144 |
+
Y = i(t(1611)),
|
| 5145 |
+
Z = i(t(8813)),
|
| 5146 |
+
Q = i(t(315)),
|
| 5147 |
+
J = i(t(1496)),
|
| 5148 |
+
ee = i(t(5588)),
|
| 5149 |
+
ne = i(t(8640));
|
| 5150 |
+
a.default.registerLanguage("cpp", r.default),
|
| 5151 |
+
a.default.registerLanguage("xml", s.default),
|
| 5152 |
+
a.default.registerLanguage("awk", o.default),
|
| 5153 |
+
a.default.registerLanguage("bash", l.default),
|
| 5154 |
+
a.default.registerLanguage("c", c.default),
|
| 5155 |
+
a.default.registerLanguage("clojure", d.default),
|
| 5156 |
+
a.default.registerLanguage("crystal", u.default),
|
| 5157 |
+
a.default.registerLanguage("csharp", g.default),
|
| 5158 |
+
a.default.registerLanguage("csp", b.default),
|
| 5159 |
+
a.default.registerLanguage("css", f.default),
|
| 5160 |
+
a.default.registerLanguage("markdown", p.default),
|
| 5161 |
+
a.default.registerLanguage("dart", m.default),
|
| 5162 |
+
a.default.registerLanguage("diff", h.default),
|
| 5163 |
+
a.default.registerLanguage("dockerfile", E.default),
|
| 5164 |
+
a.default.registerLanguage("elixir", _.default),
|
| 5165 |
+
a.default.registerLanguage("elm", N.default),
|
| 5166 |
+
a.default.registerLanguage("ruby", T.default),
|
| 5167 |
+
a.default.registerLanguage("erlang", O.default),
|
| 5168 |
+
a.default.registerLanguage("fsharp", v.default),
|
| 5169 |
+
a.default.registerLanguage("go", y.default),
|
| 5170 |
+
a.default.registerLanguage("gradle", A.default),
|
| 5171 |
+
a.default.registerLanguage("groovy", S.default),
|
| 5172 |
+
a.default.registerLanguage("handlebars", w.default),
|
| 5173 |
+
a.default.registerLanguage("haskell", R.default),
|
| 5174 |
+
a.default.registerLanguage("ini", I.default),
|
| 5175 |
+
a.default.registerLanguage("java", C.default),
|
| 5176 |
+
a.default.registerLanguage("javascript", L.default),
|
| 5177 |
+
a.default.registerLanguage("json", M.default),
|
| 5178 |
+
a.default.registerLanguage("kotlin", D.default),
|
| 5179 |
+
a.default.registerLanguage("less", x.default),
|
| 5180 |
+
a.default.registerLanguage("lisp", k.default),
|
| 5181 |
+
a.default.registerLanguage("lua", P.default),
|
| 5182 |
+
a.default.registerLanguage("makefile", U.default),
|
| 5183 |
+
a.default.registerLanguage("perl", B.default),
|
| 5184 |
+
a.default.registerLanguage("nginx", j.default),
|
| 5185 |
+
a.default.registerLanguage("objectivec", F.default),
|
| 5186 |
+
a.default.registerLanguage("pgsql", H.default),
|
| 5187 |
+
a.default.registerLanguage("php", G.default),
|
| 5188 |
+
a.default.registerLanguage("plaintext", $.default),
|
| 5189 |
+
a.default.registerLanguage("powershell", z.default),
|
| 5190 |
+
a.default.registerLanguage("properties", W.default),
|
| 5191 |
+
a.default.registerLanguage("protobuf", V.default),
|
| 5192 |
+
a.default.registerLanguage("python", K.default),
|
| 5193 |
+
a.default.registerLanguage("rust", q.default),
|
| 5194 |
+
a.default.registerLanguage("scala", X.default),
|
| 5195 |
+
a.default.registerLanguage("scss", Y.default),
|
| 5196 |
+
a.default.registerLanguage("shell", Z.default),
|
| 5197 |
+
a.default.registerLanguage("sql", Q.default),
|
| 5198 |
+
a.default.registerLanguage("swift", J.default),
|
| 5199 |
+
a.default.registerLanguage("yaml", ee.default),
|
| 5200 |
+
a.default.registerLanguage("typescript", ne.default),
|
| 5201 |
+
(n.hljs = a.default);
|
| 5202 |
+
},
|
| 5203 |
+
6185: (e, n) => {
|
| 5204 |
+
"use strict";
|
| 5205 |
+
Object.defineProperty(n, "__esModule", { value: !0 }),
|
| 5206 |
+
(n.escapeForRegExp = function (e) {
|
| 5207 |
+
return e.replace(t, "\\$&");
|
| 5208 |
+
}),
|
| 5209 |
+
(n.unifyPath = function (e) {
|
| 5210 |
+
return e ? e.replace(/\\/g, "/") : e;
|
| 5211 |
+
}),
|
| 5212 |
+
(n.hashCode = function (e) {
|
| 5213 |
+
let n,
|
| 5214 |
+
t,
|
| 5215 |
+
i,
|
| 5216 |
+
a = 0;
|
| 5217 |
+
for (n = 0, i = e.length; n < i; n++) (t = e.charCodeAt(n)), (a = (a << 5) - a + t), (a |= 0);
|
| 5218 |
+
return a;
|
| 5219 |
+
}),
|
| 5220 |
+
(n.max = function (e) {
|
| 5221 |
+
const n = e.length;
|
| 5222 |
+
let t = -1 / 0;
|
| 5223 |
+
for (let i = 0; i < n; i++) t = Math.max(t, e[i]);
|
| 5224 |
+
return t;
|
| 5225 |
+
});
|
| 5226 |
+
const t = RegExp("[" + ["-", "[", "]", "/", "{", "}", "(", ")", "*", "+", "?", ".", "\\", "^", "$", "|"].join("\\") + "]", "g");
|
| 5227 |
+
},
|
| 5228 |
+
8416: (e) => {
|
| 5229 |
+
function n(e) {
|
| 5230 |
+
return (
|
| 5231 |
+
e instanceof Map
|
| 5232 |
+
? (e.clear =
|
| 5233 |
+
e.delete =
|
| 5234 |
+
e.set =
|
| 5235 |
+
function () {
|
| 5236 |
+
throw new Error("map is read-only");
|
| 5237 |
+
})
|
| 5238 |
+
: e instanceof Set &&
|
| 5239 |
+
(e.add =
|
| 5240 |
+
e.clear =
|
| 5241 |
+
e.delete =
|
| 5242 |
+
function () {
|
| 5243 |
+
throw new Error("set is read-only");
|
| 5244 |
+
}),
|
| 5245 |
+
Object.freeze(e),
|
| 5246 |
+
Object.getOwnPropertyNames(e).forEach((t) => {
|
| 5247 |
+
const i = e[t],
|
| 5248 |
+
a = typeof i;
|
| 5249 |
+
("object" !== a && "function" !== a) || Object.isFrozen(i) || n(i);
|
| 5250 |
+
}),
|
| 5251 |
+
e
|
| 5252 |
+
);
|
| 5253 |
+
}
|
| 5254 |
+
class t {
|
| 5255 |
+
constructor(e) {
|
| 5256 |
+
void 0 === e.data && (e.data = {}), (this.data = e.data), (this.isMatchIgnored = !1);
|
| 5257 |
+
}
|
| 5258 |
+
ignoreMatch() {
|
| 5259 |
+
this.isMatchIgnored = !0;
|
| 5260 |
+
}
|
| 5261 |
+
}
|
| 5262 |
+
function i(e) {
|
| 5263 |
+
return e.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
| 5264 |
+
}
|
| 5265 |
+
function a(e, ...n) {
|
| 5266 |
+
const t = Object.create(null);
|
| 5267 |
+
for (const n in e) t[n] = e[n];
|
| 5268 |
+
return (
|
| 5269 |
+
n.forEach(function (e) {
|
| 5270 |
+
for (const n in e) t[n] = e[n];
|
| 5271 |
+
}),
|
| 5272 |
+
t
|
| 5273 |
+
);
|
| 5274 |
+
}
|
| 5275 |
+
const r = (e) => !!e.scope;
|
| 5276 |
+
class s {
|
| 5277 |
+
constructor(e, n) {
|
| 5278 |
+
(this.buffer = ""), (this.classPrefix = n.classPrefix), e.walk(this);
|
| 5279 |
+
}
|
| 5280 |
+
addText(e) {
|
| 5281 |
+
this.buffer += i(e);
|
| 5282 |
+
}
|
| 5283 |
+
openNode(e) {
|
| 5284 |
+
if (!r(e)) return;
|
| 5285 |
+
const n = ((e, { prefix: n }) => {
|
| 5286 |
+
if (e.startsWith("language:")) return e.replace("language:", "language-");
|
| 5287 |
+
if (e.includes(".")) {
|
| 5288 |
+
const t = e.split(".");
|
| 5289 |
+
return [`${n}${t.shift()}`, ...t.map((e, n) => `${e}${"_".repeat(n + 1)}`)].join(" ");
|
| 5290 |
+
}
|
| 5291 |
+
return `${n}${e}`;
|
| 5292 |
+
})(e.scope, { prefix: this.classPrefix });
|
| 5293 |
+
this.span(n);
|
| 5294 |
+
}
|
| 5295 |
+
closeNode(e) {
|
| 5296 |
+
r(e) && (this.buffer += "</span>");
|
| 5297 |
+
}
|
| 5298 |
+
value() {
|
| 5299 |
+
return this.buffer;
|
| 5300 |
+
}
|
| 5301 |
+
span(e) {
|
| 5302 |
+
this.buffer += `<span class="${e}">`;
|
| 5303 |
+
}
|
| 5304 |
+
}
|
| 5305 |
+
const o = (e = {}) => {
|
| 5306 |
+
const n = { children: [] };
|
| 5307 |
+
return Object.assign(n, e), n;
|
| 5308 |
+
};
|
| 5309 |
+
class l {
|
| 5310 |
+
constructor() {
|
| 5311 |
+
(this.rootNode = o()), (this.stack = [this.rootNode]);
|
| 5312 |
+
}
|
| 5313 |
+
get top() {
|
| 5314 |
+
return this.stack[this.stack.length - 1];
|
| 5315 |
+
}
|
| 5316 |
+
get root() {
|
| 5317 |
+
return this.rootNode;
|
| 5318 |
+
}
|
| 5319 |
+
add(e) {
|
| 5320 |
+
this.top.children.push(e);
|
| 5321 |
+
}
|
| 5322 |
+
openNode(e) {
|
| 5323 |
+
const n = o({ scope: e });
|
| 5324 |
+
this.add(n), this.stack.push(n);
|
| 5325 |
+
}
|
| 5326 |
+
closeNode() {
|
| 5327 |
+
if (this.stack.length > 1) return this.stack.pop();
|
| 5328 |
+
}
|
| 5329 |
+
closeAllNodes() {
|
| 5330 |
+
for (; this.closeNode(); );
|
| 5331 |
+
}
|
| 5332 |
+
toJSON() {
|
| 5333 |
+
return JSON.stringify(this.rootNode, null, 4);
|
| 5334 |
+
}
|
| 5335 |
+
walk(e) {
|
| 5336 |
+
return this.constructor._walk(e, this.rootNode);
|
| 5337 |
+
}
|
| 5338 |
+
static _walk(e, n) {
|
| 5339 |
+
return (
|
| 5340 |
+
"string" == typeof n
|
| 5341 |
+
? e.addText(n)
|
| 5342 |
+
: n.children && (e.openNode(n), n.children.forEach((n) => this._walk(e, n)), e.closeNode(n)),
|
| 5343 |
+
e
|
| 5344 |
+
);
|
| 5345 |
+
}
|
| 5346 |
+
static _collapse(e) {
|
| 5347 |
+
"string" != typeof e &&
|
| 5348 |
+
e.children &&
|
| 5349 |
+
(e.children.every((e) => "string" == typeof e)
|
| 5350 |
+
? (e.children = [e.children.join("")])
|
| 5351 |
+
: e.children.forEach((e) => {
|
| 5352 |
+
l._collapse(e);
|
| 5353 |
+
}));
|
| 5354 |
+
}
|
| 5355 |
+
}
|
| 5356 |
+
class c extends l {
|
| 5357 |
+
constructor(e) {
|
| 5358 |
+
super(), (this.options = e);
|
| 5359 |
+
}
|
| 5360 |
+
addText(e) {
|
| 5361 |
+
"" !== e && this.add(e);
|
| 5362 |
+
}
|
| 5363 |
+
startScope(e) {
|
| 5364 |
+
this.openNode(e);
|
| 5365 |
+
}
|
| 5366 |
+
endScope() {
|
| 5367 |
+
this.closeNode();
|
| 5368 |
+
}
|
| 5369 |
+
__addSublanguage(e, n) {
|
| 5370 |
+
const t = e.root;
|
| 5371 |
+
n && (t.scope = `language:${n}`), this.add(t);
|
| 5372 |
+
}
|
| 5373 |
+
toHTML() {
|
| 5374 |
+
return new s(this, this.options).value();
|
| 5375 |
+
}
|
| 5376 |
+
finalize() {
|
| 5377 |
+
return this.closeAllNodes(), !0;
|
| 5378 |
+
}
|
| 5379 |
+
}
|
| 5380 |
+
function d(e) {
|
| 5381 |
+
return e ? ("string" == typeof e ? e : e.source) : null;
|
| 5382 |
+
}
|
| 5383 |
+
function u(e) {
|
| 5384 |
+
return f("(?=", e, ")");
|
| 5385 |
+
}
|
| 5386 |
+
function g(e) {
|
| 5387 |
+
return f("(?:", e, ")*");
|
| 5388 |
+
}
|
| 5389 |
+
function b(e) {
|
| 5390 |
+
return f("(?:", e, ")?");
|
| 5391 |
+
}
|
| 5392 |
+
function f(...e) {
|
| 5393 |
+
return e.map((e) => d(e)).join("");
|
| 5394 |
+
}
|
| 5395 |
+
function p(...e) {
|
| 5396 |
+
const n = (function (e) {
|
| 5397 |
+
const n = e[e.length - 1];
|
| 5398 |
+
return "object" == typeof n && n.constructor === Object ? (e.splice(e.length - 1, 1), n) : {};
|
| 5399 |
+
})(e);
|
| 5400 |
+
return "(" + (n.capture ? "" : "?:") + e.map((e) => d(e)).join("|") + ")";
|
| 5401 |
+
}
|
| 5402 |
+
function m(e) {
|
| 5403 |
+
return new RegExp(e.toString() + "|").exec("").length - 1;
|
| 5404 |
+
}
|
| 5405 |
+
const h = /\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;
|
| 5406 |
+
function E(e, { joinWith: n }) {
|
| 5407 |
+
let t = 0;
|
| 5408 |
+
return e
|
| 5409 |
+
.map((e) => {
|
| 5410 |
+
t += 1;
|
| 5411 |
+
const n = t;
|
| 5412 |
+
let i = d(e),
|
| 5413 |
+
a = "";
|
| 5414 |
+
for (; i.length > 0; ) {
|
| 5415 |
+
const e = h.exec(i);
|
| 5416 |
+
if (!e) {
|
| 5417 |
+
a += i;
|
| 5418 |
+
break;
|
| 5419 |
+
}
|
| 5420 |
+
(a += i.substring(0, e.index)),
|
| 5421 |
+
(i = i.substring(e.index + e[0].length)),
|
| 5422 |
+
"\\" === e[0][0] && e[1] ? (a += "\\" + String(Number(e[1]) + n)) : ((a += e[0]), "(" === e[0] && t++);
|
| 5423 |
+
}
|
| 5424 |
+
return a;
|
| 5425 |
+
})
|
| 5426 |
+
.map((e) => `(${e})`)
|
| 5427 |
+
.join(n);
|
| 5428 |
+
}
|
| 5429 |
+
const _ = "[a-zA-Z]\\w*",
|
| 5430 |
+
N = "[a-zA-Z_]\\w*",
|
| 5431 |
+
T = "\\b\\d+(\\.\\d+)?",
|
| 5432 |
+
O = "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
|
| 5433 |
+
v = "\\b(0b[01]+)",
|
| 5434 |
+
y = { begin: "\\\\[\\s\\S]", relevance: 0 },
|
| 5435 |
+
A = { scope: "string", begin: "'", end: "'", illegal: "\\n", contains: [y] },
|
| 5436 |
+
S = { scope: "string", begin: '"', end: '"', illegal: "\\n", contains: [y] },
|
| 5437 |
+
w = function (e, n, t = {}) {
|
| 5438 |
+
const i = a({ scope: "comment", begin: e, end: n, contains: [] }, t);
|
| 5439 |
+
i.contains.push({
|
| 5440 |
+
scope: "doctag",
|
| 5441 |
+
begin: "[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",
|
| 5442 |
+
end: /(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,
|
| 5443 |
+
excludeBegin: !0,
|
| 5444 |
+
relevance: 0,
|
| 5445 |
+
});
|
| 5446 |
+
const r = p(
|
| 5447 |
+
"I",
|
| 5448 |
+
"a",
|
| 5449 |
+
"is",
|
| 5450 |
+
"so",
|
| 5451 |
+
"us",
|
| 5452 |
+
"to",
|
| 5453 |
+
"at",
|
| 5454 |
+
"if",
|
| 5455 |
+
"in",
|
| 5456 |
+
"it",
|
| 5457 |
+
"on",
|
| 5458 |
+
/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,
|
| 5459 |
+
/[A-Za-z]+[-][a-z]+/,
|
| 5460 |
+
/[A-Za-z][a-z]{2,}/
|
| 5461 |
+
);
|
| 5462 |
+
return i.contains.push({ begin: f(/[ ]+/, "(", r, /[.]?[:]?([.][ ]|[ ])/, "){3}") }), i;
|
| 5463 |
+
},
|
| 5464 |
+
R = w("//", "$"),
|
| 5465 |
+
I = w("/\\*", "\\*/"),
|
| 5466 |
+
C = w("#", "$"),
|
| 5467 |
+
L = { scope: "number", begin: T, relevance: 0 },
|
| 5468 |
+
M = { scope: "number", begin: O, relevance: 0 },
|
| 5469 |
+
D = { scope: "number", begin: v, relevance: 0 },
|
| 5470 |
+
x = {
|
| 5471 |
+
scope: "regexp",
|
| 5472 |
+
begin: /\/(?=[^/\n]*\/)/,
|
| 5473 |
+
end: /\/[gimuy]*/,
|
| 5474 |
+
contains: [y, { begin: /\[/, end: /\]/, relevance: 0, contains: [y] }],
|
| 5475 |
+
},
|
| 5476 |
+
k = { scope: "title", begin: _, relevance: 0 },
|
| 5477 |
+
P = { scope: "title", begin: N, relevance: 0 },
|
| 5478 |
+
U = { begin: "\\.\\s*" + N, relevance: 0 };
|
| 5479 |
+
var B = Object.freeze({
|
| 5480 |
+
__proto__: null,
|
| 5481 |
+
APOS_STRING_MODE: A,
|
| 5482 |
+
BACKSLASH_ESCAPE: y,
|
| 5483 |
+
BINARY_NUMBER_MODE: D,
|
| 5484 |
+
BINARY_NUMBER_RE: v,
|
| 5485 |
+
COMMENT: w,
|
| 5486 |
+
C_BLOCK_COMMENT_MODE: I,
|
| 5487 |
+
C_LINE_COMMENT_MODE: R,
|
| 5488 |
+
C_NUMBER_MODE: M,
|
| 5489 |
+
C_NUMBER_RE: O,
|
| 5490 |
+
END_SAME_AS_BEGIN: function (e) {
|
| 5491 |
+
return Object.assign(e, {
|
| 5492 |
+
"on:begin": (e, n) => {
|
| 5493 |
+
n.data._beginMatch = e[1];
|
| 5494 |
+
},
|
| 5495 |
+
"on:end": (e, n) => {
|
| 5496 |
+
n.data._beginMatch !== e[1] && n.ignoreMatch();
|
| 5497 |
+
},
|
| 5498 |
+
});
|
| 5499 |
+
},
|
| 5500 |
+
HASH_COMMENT_MODE: C,
|
| 5501 |
+
IDENT_RE: _,
|
| 5502 |
+
MATCH_NOTHING_RE: /\b\B/,
|
| 5503 |
+
METHOD_GUARD: U,
|
| 5504 |
+
NUMBER_MODE: L,
|
| 5505 |
+
NUMBER_RE: T,
|
| 5506 |
+
PHRASAL_WORDS_MODE: {
|
| 5507 |
+
begin:
|
| 5508 |
+
/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/,
|
| 5509 |
+
},
|
| 5510 |
+
QUOTE_STRING_MODE: S,
|
| 5511 |
+
REGEXP_MODE: x,
|
| 5512 |
+
RE_STARTERS_RE:
|
| 5513 |
+
"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",
|
| 5514 |
+
SHEBANG: (e = {}) => {
|
| 5515 |
+
const n = /^#![ ]*\//;
|
| 5516 |
+
return (
|
| 5517 |
+
e.binary && (e.begin = f(n, /.*\b/, e.binary, /\b.*/)),
|
| 5518 |
+
a(
|
| 5519 |
+
{
|
| 5520 |
+
scope: "meta",
|
| 5521 |
+
begin: n,
|
| 5522 |
+
end: /$/,
|
| 5523 |
+
relevance: 0,
|
| 5524 |
+
"on:begin": (e, n) => {
|
| 5525 |
+
0 !== e.index && n.ignoreMatch();
|
| 5526 |
+
},
|
| 5527 |
+
},
|
| 5528 |
+
e
|
| 5529 |
+
)
|
| 5530 |
+
);
|
| 5531 |
+
},
|
| 5532 |
+
TITLE_MODE: k,
|
| 5533 |
+
UNDERSCORE_IDENT_RE: N,
|
| 5534 |
+
UNDERSCORE_TITLE_MODE: P,
|
| 5535 |
+
});
|
| 5536 |
+
function j(e, n) {
|
| 5537 |
+
"." === e.input[e.index - 1] && n.ignoreMatch();
|
| 5538 |
+
}
|
| 5539 |
+
function F(e, n) {
|
| 5540 |
+
void 0 !== e.className && ((e.scope = e.className), delete e.className);
|
| 5541 |
+
}
|
| 5542 |
+
function H(e, n) {
|
| 5543 |
+
n &&
|
| 5544 |
+
e.beginKeywords &&
|
| 5545 |
+
((e.begin = "\\b(" + e.beginKeywords.split(" ").join("|") + ")(?!\\.)(?=\\b|\\s)"),
|
| 5546 |
+
(e.__beforeBegin = j),
|
| 5547 |
+
(e.keywords = e.keywords || e.beginKeywords),
|
| 5548 |
+
delete e.beginKeywords,
|
| 5549 |
+
void 0 === e.relevance && (e.relevance = 0));
|
| 5550 |
+
}
|
| 5551 |
+
function G(e, n) {
|
| 5552 |
+
Array.isArray(e.illegal) && (e.illegal = p(...e.illegal));
|
| 5553 |
+
}
|
| 5554 |
+
function $(e, n) {
|
| 5555 |
+
if (e.match) {
|
| 5556 |
+
if (e.begin || e.end) throw new Error("begin & end are not supported with match");
|
| 5557 |
+
(e.begin = e.match), delete e.match;
|
| 5558 |
+
}
|
| 5559 |
+
}
|
| 5560 |
+
function z(e, n) {
|
| 5561 |
+
void 0 === e.relevance && (e.relevance = 1);
|
| 5562 |
+
}
|
| 5563 |
+
const W = (e, n) => {
|
| 5564 |
+
if (!e.beforeMatch) return;
|
| 5565 |
+
if (e.starts) throw new Error("beforeMatch cannot be used with starts");
|
| 5566 |
+
const t = Object.assign({}, e);
|
| 5567 |
+
Object.keys(e).forEach((n) => {
|
| 5568 |
+
delete e[n];
|
| 5569 |
+
}),
|
| 5570 |
+
(e.keywords = t.keywords),
|
| 5571 |
+
(e.begin = f(t.beforeMatch, u(t.begin))),
|
| 5572 |
+
(e.starts = { relevance: 0, contains: [Object.assign(t, { endsParent: !0 })] }),
|
| 5573 |
+
(e.relevance = 0),
|
| 5574 |
+
delete t.beforeMatch;
|
| 5575 |
+
},
|
| 5576 |
+
V = ["of", "and", "for", "in", "not", "or", "if", "then", "parent", "list", "value"];
|
| 5577 |
+
function K(e, n, t = "keyword") {
|
| 5578 |
+
const i = Object.create(null);
|
| 5579 |
+
return (
|
| 5580 |
+
"string" == typeof e
|
| 5581 |
+
? a(t, e.split(" "))
|
| 5582 |
+
: Array.isArray(e)
|
| 5583 |
+
? a(t, e)
|
| 5584 |
+
: Object.keys(e).forEach(function (t) {
|
| 5585 |
+
Object.assign(i, K(e[t], n, t));
|
| 5586 |
+
}),
|
| 5587 |
+
i
|
| 5588 |
+
);
|
| 5589 |
+
function a(e, t) {
|
| 5590 |
+
n && (t = t.map((e) => e.toLowerCase())),
|
| 5591 |
+
t.forEach(function (n) {
|
| 5592 |
+
const t = n.split("|");
|
| 5593 |
+
i[t[0]] = [e, q(t[0], t[1])];
|
| 5594 |
+
});
|
| 5595 |
+
}
|
| 5596 |
+
}
|
| 5597 |
+
function q(e, n) {
|
| 5598 |
+
return n
|
| 5599 |
+
? Number(n)
|
| 5600 |
+
: (function (e) {
|
| 5601 |
+
return V.includes(e.toLowerCase());
|
| 5602 |
+
})(e)
|
| 5603 |
+
? 0
|
| 5604 |
+
: 1;
|
| 5605 |
+
}
|
| 5606 |
+
const X = {},
|
| 5607 |
+
Y = (e) => {
|
| 5608 |
+
console.error(e);
|
| 5609 |
+
},
|
| 5610 |
+
Z = (e, ...n) => {
|
| 5611 |
+
console.log(`WARN: ${e}`, ...n);
|
| 5612 |
+
},
|
| 5613 |
+
Q = (e, n) => {
|
| 5614 |
+
X[`${e}/${n}`] || (console.log(`Deprecated as of ${e}. ${n}`), (X[`${e}/${n}`] = !0));
|
| 5615 |
+
},
|
| 5616 |
+
J = new Error();
|
| 5617 |
+
function ee(e, n, { key: t }) {
|
| 5618 |
+
let i = 0;
|
| 5619 |
+
const a = e[t],
|
| 5620 |
+
r = {},
|
| 5621 |
+
s = {};
|
| 5622 |
+
for (let e = 1; e <= n.length; e++) (s[e + i] = a[e]), (r[e + i] = !0), (i += m(n[e - 1]));
|
| 5623 |
+
(e[t] = s), (e[t]._emit = r), (e[t]._multi = !0);
|
| 5624 |
+
}
|
| 5625 |
+
function ne(e) {
|
| 5626 |
+
!(function (e) {
|
| 5627 |
+
e.scope && "object" == typeof e.scope && null !== e.scope && ((e.beginScope = e.scope), delete e.scope);
|
| 5628 |
+
})(e),
|
| 5629 |
+
"string" == typeof e.beginScope && (e.beginScope = { _wrap: e.beginScope }),
|
| 5630 |
+
"string" == typeof e.endScope && (e.endScope = { _wrap: e.endScope }),
|
| 5631 |
+
(function (e) {
|
| 5632 |
+
if (Array.isArray(e.begin)) {
|
| 5633 |
+
if (e.skip || e.excludeBegin || e.returnBegin)
|
| 5634 |
+
throw (Y("skip, excludeBegin, returnBegin not compatible with beginScope: {}"), J);
|
| 5635 |
+
if ("object" != typeof e.beginScope || null === e.beginScope) throw (Y("beginScope must be object"), J);
|
| 5636 |
+
ee(e, e.begin, { key: "beginScope" }), (e.begin = E(e.begin, { joinWith: "" }));
|
| 5637 |
+
}
|
| 5638 |
+
})(e),
|
| 5639 |
+
(function (e) {
|
| 5640 |
+
if (Array.isArray(e.end)) {
|
| 5641 |
+
if (e.skip || e.excludeEnd || e.returnEnd) throw (Y("skip, excludeEnd, returnEnd not compatible with endScope: {}"), J);
|
| 5642 |
+
if ("object" != typeof e.endScope || null === e.endScope) throw (Y("endScope must be object"), J);
|
| 5643 |
+
ee(e, e.end, { key: "endScope" }), (e.end = E(e.end, { joinWith: "" }));
|
| 5644 |
+
}
|
| 5645 |
+
})(e);
|
| 5646 |
+
}
|
| 5647 |
+
function te(e) {
|
| 5648 |
+
function n(n, t) {
|
| 5649 |
+
return new RegExp(d(n), "m" + (e.case_insensitive ? "i" : "") + (e.unicodeRegex ? "u" : "") + (t ? "g" : ""));
|
| 5650 |
+
}
|
| 5651 |
+
class t {
|
| 5652 |
+
constructor() {
|
| 5653 |
+
(this.matchIndexes = {}), (this.regexes = []), (this.matchAt = 1), (this.position = 0);
|
| 5654 |
+
}
|
| 5655 |
+
addRule(e, n) {
|
| 5656 |
+
(n.position = this.position++), (this.matchIndexes[this.matchAt] = n), this.regexes.push([n, e]), (this.matchAt += m(e) + 1);
|
| 5657 |
+
}
|
| 5658 |
+
compile() {
|
| 5659 |
+
0 === this.regexes.length && (this.exec = () => null);
|
| 5660 |
+
const e = this.regexes.map((e) => e[1]);
|
| 5661 |
+
(this.matcherRe = n(E(e, { joinWith: "|" }), !0)), (this.lastIndex = 0);
|
| 5662 |
+
}
|
| 5663 |
+
exec(e) {
|
| 5664 |
+
this.matcherRe.lastIndex = this.lastIndex;
|
| 5665 |
+
const n = this.matcherRe.exec(e);
|
| 5666 |
+
if (!n) return null;
|
| 5667 |
+
const t = n.findIndex((e, n) => n > 0 && void 0 !== e),
|
| 5668 |
+
i = this.matchIndexes[t];
|
| 5669 |
+
return n.splice(0, t), Object.assign(n, i);
|
| 5670 |
+
}
|
| 5671 |
+
}
|
| 5672 |
+
class i {
|
| 5673 |
+
constructor() {
|
| 5674 |
+
(this.rules = []), (this.multiRegexes = []), (this.count = 0), (this.lastIndex = 0), (this.regexIndex = 0);
|
| 5675 |
+
}
|
| 5676 |
+
getMatcher(e) {
|
| 5677 |
+
if (this.multiRegexes[e]) return this.multiRegexes[e];
|
| 5678 |
+
const n = new t();
|
| 5679 |
+
return this.rules.slice(e).forEach(([e, t]) => n.addRule(e, t)), n.compile(), (this.multiRegexes[e] = n), n;
|
| 5680 |
+
}
|
| 5681 |
+
resumingScanAtSamePosition() {
|
| 5682 |
+
return 0 !== this.regexIndex;
|
| 5683 |
+
}
|
| 5684 |
+
considerAll() {
|
| 5685 |
+
this.regexIndex = 0;
|
| 5686 |
+
}
|
| 5687 |
+
addRule(e, n) {
|
| 5688 |
+
this.rules.push([e, n]), "begin" === n.type && this.count++;
|
| 5689 |
+
}
|
| 5690 |
+
exec(e) {
|
| 5691 |
+
const n = this.getMatcher(this.regexIndex);
|
| 5692 |
+
n.lastIndex = this.lastIndex;
|
| 5693 |
+
let t = n.exec(e);
|
| 5694 |
+
if (this.resumingScanAtSamePosition())
|
| 5695 |
+
if (t && t.index === this.lastIndex);
|
| 5696 |
+
else {
|
| 5697 |
+
const n = this.getMatcher(0);
|
| 5698 |
+
(n.lastIndex = this.lastIndex + 1), (t = n.exec(e));
|
| 5699 |
+
}
|
| 5700 |
+
return t && ((this.regexIndex += t.position + 1), this.regexIndex === this.count && this.considerAll()), t;
|
| 5701 |
+
}
|
| 5702 |
+
}
|
| 5703 |
+
if ((e.compilerExtensions || (e.compilerExtensions = []), e.contains && e.contains.includes("self")))
|
| 5704 |
+
throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");
|
| 5705 |
+
return (
|
| 5706 |
+
(e.classNameAliases = a(e.classNameAliases || {})),
|
| 5707 |
+
(function t(r, s) {
|
| 5708 |
+
const o = r;
|
| 5709 |
+
if (r.isCompiled) return o;
|
| 5710 |
+
[F, $, ne, W].forEach((e) => e(r, s)),
|
| 5711 |
+
e.compilerExtensions.forEach((e) => e(r, s)),
|
| 5712 |
+
(r.__beforeBegin = null),
|
| 5713 |
+
[H, G, z].forEach((e) => e(r, s)),
|
| 5714 |
+
(r.isCompiled = !0);
|
| 5715 |
+
let l = null;
|
| 5716 |
+
return (
|
| 5717 |
+
"object" == typeof r.keywords &&
|
| 5718 |
+
r.keywords.$pattern &&
|
| 5719 |
+
((r.keywords = Object.assign({}, r.keywords)), (l = r.keywords.$pattern), delete r.keywords.$pattern),
|
| 5720 |
+
(l = l || /\w+/),
|
| 5721 |
+
r.keywords && (r.keywords = K(r.keywords, e.case_insensitive)),
|
| 5722 |
+
(o.keywordPatternRe = n(l, !0)),
|
| 5723 |
+
s &&
|
| 5724 |
+
(r.begin || (r.begin = /\B|\b/),
|
| 5725 |
+
(o.beginRe = n(o.begin)),
|
| 5726 |
+
r.end || r.endsWithParent || (r.end = /\B|\b/),
|
| 5727 |
+
r.end && (o.endRe = n(o.end)),
|
| 5728 |
+
(o.terminatorEnd = d(o.end) || ""),
|
| 5729 |
+
r.endsWithParent && s.terminatorEnd && (o.terminatorEnd += (r.end ? "|" : "") + s.terminatorEnd)),
|
| 5730 |
+
r.illegal && (o.illegalRe = n(r.illegal)),
|
| 5731 |
+
r.contains || (r.contains = []),
|
| 5732 |
+
(r.contains = [].concat(
|
| 5733 |
+
...r.contains.map(function (e) {
|
| 5734 |
+
return (function (e) {
|
| 5735 |
+
return (
|
| 5736 |
+
e.variants &&
|
| 5737 |
+
!e.cachedVariants &&
|
| 5738 |
+
(e.cachedVariants = e.variants.map(function (n) {
|
| 5739 |
+
return a(e, { variants: null }, n);
|
| 5740 |
+
})),
|
| 5741 |
+
e.cachedVariants
|
| 5742 |
+
? e.cachedVariants
|
| 5743 |
+
: ie(e)
|
| 5744 |
+
? a(e, { starts: e.starts ? a(e.starts) : null })
|
| 5745 |
+
: Object.isFrozen(e)
|
| 5746 |
+
? a(e)
|
| 5747 |
+
: e
|
| 5748 |
+
);
|
| 5749 |
+
})("self" === e ? r : e);
|
| 5750 |
+
})
|
| 5751 |
+
)),
|
| 5752 |
+
r.contains.forEach(function (e) {
|
| 5753 |
+
t(e, o);
|
| 5754 |
+
}),
|
| 5755 |
+
r.starts && t(r.starts, s),
|
| 5756 |
+
(o.matcher = (function (e) {
|
| 5757 |
+
const n = new i();
|
| 5758 |
+
return (
|
| 5759 |
+
e.contains.forEach((e) => n.addRule(e.begin, { rule: e, type: "begin" })),
|
| 5760 |
+
e.terminatorEnd && n.addRule(e.terminatorEnd, { type: "end" }),
|
| 5761 |
+
e.illegal && n.addRule(e.illegal, { type: "illegal" }),
|
| 5762 |
+
n
|
| 5763 |
+
);
|
| 5764 |
+
})(o)),
|
| 5765 |
+
o
|
| 5766 |
+
);
|
| 5767 |
+
})(e)
|
| 5768 |
+
);
|
| 5769 |
+
}
|
| 5770 |
+
function ie(e) {
|
| 5771 |
+
return !!e && (e.endsWithParent || ie(e.starts));
|
| 5772 |
+
}
|
| 5773 |
+
class ae extends Error {
|
| 5774 |
+
constructor(e, n) {
|
| 5775 |
+
super(e), (this.name = "HTMLInjectionError"), (this.html = n);
|
| 5776 |
+
}
|
| 5777 |
+
}
|
| 5778 |
+
const re = i,
|
| 5779 |
+
se = a,
|
| 5780 |
+
oe = Symbol("nomatch"),
|
| 5781 |
+
le = function (e) {
|
| 5782 |
+
const i = Object.create(null),
|
| 5783 |
+
a = Object.create(null),
|
| 5784 |
+
r = [];
|
| 5785 |
+
let s = !0;
|
| 5786 |
+
const o = "Could not find the language '{}', did you forget to load/include a language module?",
|
| 5787 |
+
l = { disableAutodetect: !0, name: "Plain text", contains: [] };
|
| 5788 |
+
let d = {
|
| 5789 |
+
ignoreUnescapedHTML: !1,
|
| 5790 |
+
throwUnescapedHTML: !1,
|
| 5791 |
+
noHighlightRe: /^(no-?highlight)$/i,
|
| 5792 |
+
languageDetectRe: /\blang(?:uage)?-([\w-]+)\b/i,
|
| 5793 |
+
classPrefix: "hljs-",
|
| 5794 |
+
cssSelector: "pre code",
|
| 5795 |
+
languages: null,
|
| 5796 |
+
__emitter: c,
|
| 5797 |
+
};
|
| 5798 |
+
function m(e) {
|
| 5799 |
+
return d.noHighlightRe.test(e);
|
| 5800 |
+
}
|
| 5801 |
+
function h(e, n, t) {
|
| 5802 |
+
let i = "",
|
| 5803 |
+
a = "";
|
| 5804 |
+
"object" == typeof n
|
| 5805 |
+
? ((i = e), (t = n.ignoreIllegals), (a = n.language))
|
| 5806 |
+
: (Q("10.7.0", "highlight(lang, code, ...args) has been deprecated."),
|
| 5807 |
+
Q("10.7.0", "Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"),
|
| 5808 |
+
(a = e),
|
| 5809 |
+
(i = n)),
|
| 5810 |
+
void 0 === t && (t = !0);
|
| 5811 |
+
const r = { code: i, language: a };
|
| 5812 |
+
S("before:highlight", r);
|
| 5813 |
+
const s = r.result ? r.result : E(r.language, r.code, t);
|
| 5814 |
+
return (s.code = r.code), S("after:highlight", s), s;
|
| 5815 |
+
}
|
| 5816 |
+
function E(e, n, a, r) {
|
| 5817 |
+
const l = Object.create(null);
|
| 5818 |
+
function c() {
|
| 5819 |
+
if (!S.keywords) return void R.addText(I);
|
| 5820 |
+
let e = 0;
|
| 5821 |
+
S.keywordPatternRe.lastIndex = 0;
|
| 5822 |
+
let n = S.keywordPatternRe.exec(I),
|
| 5823 |
+
t = "";
|
| 5824 |
+
for (; n; ) {
|
| 5825 |
+
t += I.substring(e, n.index);
|
| 5826 |
+
const a = O.case_insensitive ? n[0].toLowerCase() : n[0],
|
| 5827 |
+
r = ((i = a), S.keywords[i]);
|
| 5828 |
+
if (r) {
|
| 5829 |
+
const [e, i] = r;
|
| 5830 |
+
if ((R.addText(t), (t = ""), (l[a] = (l[a] || 0) + 1), l[a] <= 7 && (C += i), e.startsWith("_"))) t += n[0];
|
| 5831 |
+
else {
|
| 5832 |
+
const t = O.classNameAliases[e] || e;
|
| 5833 |
+
g(n[0], t);
|
| 5834 |
+
}
|
| 5835 |
+
} else t += n[0];
|
| 5836 |
+
(e = S.keywordPatternRe.lastIndex), (n = S.keywordPatternRe.exec(I));
|
| 5837 |
+
}
|
| 5838 |
+
var i;
|
| 5839 |
+
(t += I.substring(e)), R.addText(t);
|
| 5840 |
+
}
|
| 5841 |
+
function u() {
|
| 5842 |
+
null != S.subLanguage
|
| 5843 |
+
? (function () {
|
| 5844 |
+
if ("" === I) return;
|
| 5845 |
+
let e = null;
|
| 5846 |
+
if ("string" == typeof S.subLanguage) {
|
| 5847 |
+
if (!i[S.subLanguage]) return void R.addText(I);
|
| 5848 |
+
(e = E(S.subLanguage, I, !0, w[S.subLanguage])), (w[S.subLanguage] = e._top);
|
| 5849 |
+
} else e = _(I, S.subLanguage.length ? S.subLanguage : null);
|
| 5850 |
+
S.relevance > 0 && (C += e.relevance), R.__addSublanguage(e._emitter, e.language);
|
| 5851 |
+
})()
|
| 5852 |
+
: c(),
|
| 5853 |
+
(I = "");
|
| 5854 |
+
}
|
| 5855 |
+
function g(e, n) {
|
| 5856 |
+
"" !== e && (R.startScope(n), R.addText(e), R.endScope());
|
| 5857 |
+
}
|
| 5858 |
+
function b(e, n) {
|
| 5859 |
+
let t = 1;
|
| 5860 |
+
const i = n.length - 1;
|
| 5861 |
+
for (; t <= i; ) {
|
| 5862 |
+
if (!e._emit[t]) {
|
| 5863 |
+
t++;
|
| 5864 |
+
continue;
|
| 5865 |
+
}
|
| 5866 |
+
const i = O.classNameAliases[e[t]] || e[t],
|
| 5867 |
+
a = n[t];
|
| 5868 |
+
i ? g(a, i) : ((I = a), c(), (I = "")), t++;
|
| 5869 |
+
}
|
| 5870 |
+
}
|
| 5871 |
+
function f(e, n) {
|
| 5872 |
+
return (
|
| 5873 |
+
e.scope && "string" == typeof e.scope && R.openNode(O.classNameAliases[e.scope] || e.scope),
|
| 5874 |
+
e.beginScope &&
|
| 5875 |
+
(e.beginScope._wrap
|
| 5876 |
+
? (g(I, O.classNameAliases[e.beginScope._wrap] || e.beginScope._wrap), (I = ""))
|
| 5877 |
+
: e.beginScope._multi && (b(e.beginScope, n), (I = ""))),
|
| 5878 |
+
(S = Object.create(e, { parent: { value: S } })),
|
| 5879 |
+
S
|
| 5880 |
+
);
|
| 5881 |
+
}
|
| 5882 |
+
function p(e, n, i) {
|
| 5883 |
+
let a = (function (e, n) {
|
| 5884 |
+
const t = e && e.exec(n);
|
| 5885 |
+
return t && 0 === t.index;
|
| 5886 |
+
})(e.endRe, i);
|
| 5887 |
+
if (a) {
|
| 5888 |
+
if (e["on:end"]) {
|
| 5889 |
+
const i = new t(e);
|
| 5890 |
+
e["on:end"](n, i), i.isMatchIgnored && (a = !1);
|
| 5891 |
+
}
|
| 5892 |
+
if (a) {
|
| 5893 |
+
for (; e.endsParent && e.parent; ) e = e.parent;
|
| 5894 |
+
return e;
|
| 5895 |
+
}
|
| 5896 |
+
}
|
| 5897 |
+
if (e.endsWithParent) return p(e.parent, n, i);
|
| 5898 |
+
}
|
| 5899 |
+
function m(e) {
|
| 5900 |
+
return 0 === S.matcher.regexIndex ? ((I += e[0]), 1) : ((D = !0), 0);
|
| 5901 |
+
}
|
| 5902 |
+
function h(e) {
|
| 5903 |
+
const t = e[0],
|
| 5904 |
+
i = n.substring(e.index),
|
| 5905 |
+
a = p(S, e, i);
|
| 5906 |
+
if (!a) return oe;
|
| 5907 |
+
const r = S;
|
| 5908 |
+
S.endScope && S.endScope._wrap
|
| 5909 |
+
? (u(), g(t, S.endScope._wrap))
|
| 5910 |
+
: S.endScope && S.endScope._multi
|
| 5911 |
+
? (u(), b(S.endScope, e))
|
| 5912 |
+
: r.skip
|
| 5913 |
+
? (I += t)
|
| 5914 |
+
: (r.returnEnd || r.excludeEnd || (I += t), u(), r.excludeEnd && (I = t));
|
| 5915 |
+
do {
|
| 5916 |
+
S.scope && R.closeNode(), S.skip || S.subLanguage || (C += S.relevance), (S = S.parent);
|
| 5917 |
+
} while (S !== a.parent);
|
| 5918 |
+
return a.starts && f(a.starts, e), r.returnEnd ? 0 : t.length;
|
| 5919 |
+
}
|
| 5920 |
+
let N = {};
|
| 5921 |
+
function T(i, r) {
|
| 5922 |
+
const o = r && r[0];
|
| 5923 |
+
if (((I += i), null == o)) return u(), 0;
|
| 5924 |
+
if ("begin" === N.type && "end" === r.type && N.index === r.index && "" === o) {
|
| 5925 |
+
if (((I += n.slice(r.index, r.index + 1)), !s)) {
|
| 5926 |
+
const n = new Error(`0 width match regex (${e})`);
|
| 5927 |
+
throw ((n.languageName = e), (n.badRule = N.rule), n);
|
| 5928 |
+
}
|
| 5929 |
+
return 1;
|
| 5930 |
+
}
|
| 5931 |
+
if (((N = r), "begin" === r.type))
|
| 5932 |
+
return (function (e) {
|
| 5933 |
+
const n = e[0],
|
| 5934 |
+
i = e.rule,
|
| 5935 |
+
a = new t(i),
|
| 5936 |
+
r = [i.__beforeBegin, i["on:begin"]];
|
| 5937 |
+
for (const t of r) if (t && (t(e, a), a.isMatchIgnored)) return m(n);
|
| 5938 |
+
return (
|
| 5939 |
+
i.skip ? (I += n) : (i.excludeBegin && (I += n), u(), i.returnBegin || i.excludeBegin || (I = n)),
|
| 5940 |
+
f(i, e),
|
| 5941 |
+
i.returnBegin ? 0 : n.length
|
| 5942 |
+
);
|
| 5943 |
+
})(r);
|
| 5944 |
+
if ("illegal" === r.type && !a) {
|
| 5945 |
+
const e = new Error('Illegal lexeme "' + o + '" for mode "' + (S.scope || "<unnamed>") + '"');
|
| 5946 |
+
throw ((e.mode = S), e);
|
| 5947 |
+
}
|
| 5948 |
+
if ("end" === r.type) {
|
| 5949 |
+
const e = h(r);
|
| 5950 |
+
if (e !== oe) return e;
|
| 5951 |
+
}
|
| 5952 |
+
if ("illegal" === r.type && "" === o) return 1;
|
| 5953 |
+
if (M > 1e5 && M > 3 * r.index) throw new Error("potential infinite loop, way more iterations than matches");
|
| 5954 |
+
return (I += o), o.length;
|
| 5955 |
+
}
|
| 5956 |
+
const O = v(e);
|
| 5957 |
+
if (!O) throw (Y(o.replace("{}", e)), new Error('Unknown language: "' + e + '"'));
|
| 5958 |
+
const y = te(O);
|
| 5959 |
+
let A = "",
|
| 5960 |
+
S = r || y;
|
| 5961 |
+
const w = {},
|
| 5962 |
+
R = new d.__emitter(d);
|
| 5963 |
+
!(function () {
|
| 5964 |
+
const e = [];
|
| 5965 |
+
for (let n = S; n !== O; n = n.parent) n.scope && e.unshift(n.scope);
|
| 5966 |
+
e.forEach((e) => R.openNode(e));
|
| 5967 |
+
})();
|
| 5968 |
+
let I = "",
|
| 5969 |
+
C = 0,
|
| 5970 |
+
L = 0,
|
| 5971 |
+
M = 0,
|
| 5972 |
+
D = !1;
|
| 5973 |
+
try {
|
| 5974 |
+
if (O.__emitTokens) O.__emitTokens(n, R);
|
| 5975 |
+
else {
|
| 5976 |
+
for (S.matcher.considerAll(); ; ) {
|
| 5977 |
+
M++, D ? (D = !1) : S.matcher.considerAll(), (S.matcher.lastIndex = L);
|
| 5978 |
+
const e = S.matcher.exec(n);
|
| 5979 |
+
if (!e) break;
|
| 5980 |
+
const t = T(n.substring(L, e.index), e);
|
| 5981 |
+
L = e.index + t;
|
| 5982 |
+
}
|
| 5983 |
+
T(n.substring(L));
|
| 5984 |
+
}
|
| 5985 |
+
return R.finalize(), (A = R.toHTML()), { language: e, value: A, relevance: C, illegal: !1, _emitter: R, _top: S };
|
| 5986 |
+
} catch (t) {
|
| 5987 |
+
if (t.message && t.message.includes("Illegal"))
|
| 5988 |
+
return {
|
| 5989 |
+
language: e,
|
| 5990 |
+
value: re(n),
|
| 5991 |
+
illegal: !0,
|
| 5992 |
+
relevance: 0,
|
| 5993 |
+
_illegalBy: { message: t.message, index: L, context: n.slice(L - 100, L + 100), mode: t.mode, resultSoFar: A },
|
| 5994 |
+
_emitter: R,
|
| 5995 |
+
};
|
| 5996 |
+
if (s) return { language: e, value: re(n), illegal: !1, relevance: 0, errorRaised: t, _emitter: R, _top: S };
|
| 5997 |
+
throw t;
|
| 5998 |
+
}
|
| 5999 |
+
}
|
| 6000 |
+
function _(e, n) {
|
| 6001 |
+
n = n || d.languages || Object.keys(i);
|
| 6002 |
+
const t = (function (e) {
|
| 6003 |
+
const n = { value: re(e), illegal: !1, relevance: 0, _top: l, _emitter: new d.__emitter(d) };
|
| 6004 |
+
return n._emitter.addText(e), n;
|
| 6005 |
+
})(e),
|
| 6006 |
+
a = n
|
| 6007 |
+
.filter(v)
|
| 6008 |
+
.filter(A)
|
| 6009 |
+
.map((n) => E(n, e, !1));
|
| 6010 |
+
a.unshift(t);
|
| 6011 |
+
const r = a.sort((e, n) => {
|
| 6012 |
+
if (e.relevance !== n.relevance) return n.relevance - e.relevance;
|
| 6013 |
+
if (e.language && n.language) {
|
| 6014 |
+
if (v(e.language).supersetOf === n.language) return 1;
|
| 6015 |
+
if (v(n.language).supersetOf === e.language) return -1;
|
| 6016 |
+
}
|
| 6017 |
+
return 0;
|
| 6018 |
+
}),
|
| 6019 |
+
[s, o] = r,
|
| 6020 |
+
c = s;
|
| 6021 |
+
return (c.secondBest = o), c;
|
| 6022 |
+
}
|
| 6023 |
+
function N(e) {
|
| 6024 |
+
let n = null;
|
| 6025 |
+
const t = (function (e) {
|
| 6026 |
+
let n = e.className + " ";
|
| 6027 |
+
n += e.parentNode ? e.parentNode.className : "";
|
| 6028 |
+
const t = d.languageDetectRe.exec(n);
|
| 6029 |
+
if (t) {
|
| 6030 |
+
const n = v(t[1]);
|
| 6031 |
+
return (
|
| 6032 |
+
n || (Z(o.replace("{}", t[1])), Z("Falling back to no-highlight mode for this block.", e)), n ? t[1] : "no-highlight"
|
| 6033 |
+
);
|
| 6034 |
+
}
|
| 6035 |
+
return n.split(/\s+/).find((e) => m(e) || v(e));
|
| 6036 |
+
})(e);
|
| 6037 |
+
if (m(t)) return;
|
| 6038 |
+
if ((S("before:highlightElement", { el: e, language: t }), e.dataset.highlighted))
|
| 6039 |
+
return void console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.", e);
|
| 6040 |
+
if (
|
| 6041 |
+
e.children.length > 0 &&
|
| 6042 |
+
(d.ignoreUnescapedHTML ||
|
| 6043 |
+
(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),
|
| 6044 |
+
console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),
|
| 6045 |
+
console.warn("The element with unescaped HTML:"),
|
| 6046 |
+
console.warn(e)),
|
| 6047 |
+
d.throwUnescapedHTML)
|
| 6048 |
+
)
|
| 6049 |
+
throw new ae("One of your code blocks includes unescaped HTML.", e.innerHTML);
|
| 6050 |
+
n = e;
|
| 6051 |
+
const i = n.textContent,
|
| 6052 |
+
r = t ? h(i, { language: t, ignoreIllegals: !0 }) : _(i);
|
| 6053 |
+
(e.innerHTML = r.value),
|
| 6054 |
+
(e.dataset.highlighted = "yes"),
|
| 6055 |
+
(function (e, n, t) {
|
| 6056 |
+
const i = (n && a[n]) || t;
|
| 6057 |
+
e.classList.add("hljs"), e.classList.add(`language-${i}`);
|
| 6058 |
+
})(e, t, r.language),
|
| 6059 |
+
(e.result = { language: r.language, re: r.relevance, relevance: r.relevance }),
|
| 6060 |
+
r.secondBest && (e.secondBest = { language: r.secondBest.language, relevance: r.secondBest.relevance }),
|
| 6061 |
+
S("after:highlightElement", { el: e, result: r, text: i });
|
| 6062 |
+
}
|
| 6063 |
+
let T = !1;
|
| 6064 |
+
function O() {
|
| 6065 |
+
"loading" !== document.readyState ? document.querySelectorAll(d.cssSelector).forEach(N) : (T = !0);
|
| 6066 |
+
}
|
| 6067 |
+
function v(e) {
|
| 6068 |
+
return (e = (e || "").toLowerCase()), i[e] || i[a[e]];
|
| 6069 |
+
}
|
| 6070 |
+
function y(e, { languageName: n }) {
|
| 6071 |
+
"string" == typeof e && (e = [e]),
|
| 6072 |
+
e.forEach((e) => {
|
| 6073 |
+
a[e.toLowerCase()] = n;
|
| 6074 |
+
});
|
| 6075 |
+
}
|
| 6076 |
+
function A(e) {
|
| 6077 |
+
const n = v(e);
|
| 6078 |
+
return n && !n.disableAutodetect;
|
| 6079 |
+
}
|
| 6080 |
+
function S(e, n) {
|
| 6081 |
+
const t = e;
|
| 6082 |
+
r.forEach(function (e) {
|
| 6083 |
+
e[t] && e[t](n);
|
| 6084 |
+
});
|
| 6085 |
+
}
|
| 6086 |
+
"undefined" != typeof window &&
|
| 6087 |
+
window.addEventListener &&
|
| 6088 |
+
window.addEventListener(
|
| 6089 |
+
"DOMContentLoaded",
|
| 6090 |
+
function () {
|
| 6091 |
+
T && O();
|
| 6092 |
+
},
|
| 6093 |
+
!1
|
| 6094 |
+
),
|
| 6095 |
+
Object.assign(e, {
|
| 6096 |
+
highlight: h,
|
| 6097 |
+
highlightAuto: _,
|
| 6098 |
+
highlightAll: O,
|
| 6099 |
+
highlightElement: N,
|
| 6100 |
+
highlightBlock: function (e) {
|
| 6101 |
+
return (
|
| 6102 |
+
Q("10.7.0", "highlightBlock will be removed entirely in v12.0"), Q("10.7.0", "Please use highlightElement now."), N(e)
|
| 6103 |
+
);
|
| 6104 |
+
},
|
| 6105 |
+
configure: function (e) {
|
| 6106 |
+
d = se(d, e);
|
| 6107 |
+
},
|
| 6108 |
+
initHighlighting: () => {
|
| 6109 |
+
O(), Q("10.6.0", "initHighlighting() deprecated. Use highlightAll() now.");
|
| 6110 |
+
},
|
| 6111 |
+
initHighlightingOnLoad: function () {
|
| 6112 |
+
O(), Q("10.6.0", "initHighlightingOnLoad() deprecated. Use highlightAll() now.");
|
| 6113 |
+
},
|
| 6114 |
+
registerLanguage: function (n, t) {
|
| 6115 |
+
let a = null;
|
| 6116 |
+
try {
|
| 6117 |
+
a = t(e);
|
| 6118 |
+
} catch (e) {
|
| 6119 |
+
if ((Y("Language definition for '{}' could not be registered.".replace("{}", n)), !s)) throw e;
|
| 6120 |
+
Y(e), (a = l);
|
| 6121 |
+
}
|
| 6122 |
+
a.name || (a.name = n), (i[n] = a), (a.rawDefinition = t.bind(null, e)), a.aliases && y(a.aliases, { languageName: n });
|
| 6123 |
+
},
|
| 6124 |
+
unregisterLanguage: function (e) {
|
| 6125 |
+
delete i[e];
|
| 6126 |
+
for (const n of Object.keys(a)) a[n] === e && delete a[n];
|
| 6127 |
+
},
|
| 6128 |
+
listLanguages: function () {
|
| 6129 |
+
return Object.keys(i);
|
| 6130 |
+
},
|
| 6131 |
+
getLanguage: v,
|
| 6132 |
+
registerAliases: y,
|
| 6133 |
+
autoDetection: A,
|
| 6134 |
+
inherit: se,
|
| 6135 |
+
addPlugin: function (e) {
|
| 6136 |
+
!(function (e) {
|
| 6137 |
+
e["before:highlightBlock"] &&
|
| 6138 |
+
!e["before:highlightElement"] &&
|
| 6139 |
+
(e["before:highlightElement"] = (n) => {
|
| 6140 |
+
e["before:highlightBlock"](Object.assign({ block: n.el }, n));
|
| 6141 |
+
}),
|
| 6142 |
+
e["after:highlightBlock"] &&
|
| 6143 |
+
!e["after:highlightElement"] &&
|
| 6144 |
+
(e["after:highlightElement"] = (n) => {
|
| 6145 |
+
e["after:highlightBlock"](Object.assign({ block: n.el }, n));
|
| 6146 |
+
});
|
| 6147 |
+
})(e),
|
| 6148 |
+
r.push(e);
|
| 6149 |
+
},
|
| 6150 |
+
removePlugin: function (e) {
|
| 6151 |
+
const n = r.indexOf(e);
|
| 6152 |
+
-1 !== n && r.splice(n, 1);
|
| 6153 |
+
},
|
| 6154 |
+
}),
|
| 6155 |
+
(e.debugMode = function () {
|
| 6156 |
+
s = !1;
|
| 6157 |
+
}),
|
| 6158 |
+
(e.safeMode = function () {
|
| 6159 |
+
s = !0;
|
| 6160 |
+
}),
|
| 6161 |
+
(e.versionString = "11.9.0"),
|
| 6162 |
+
(e.regex = { concat: f, lookahead: u, either: p, optional: b, anyNumberOfTimes: g });
|
| 6163 |
+
for (const e in B) "object" == typeof B[e] && n(B[e]);
|
| 6164 |
+
return Object.assign(e, B), e;
|
| 6165 |
+
},
|
| 6166 |
+
ce = le({});
|
| 6167 |
+
(ce.newInstance = () => le({})), (e.exports = ce), (ce.HighlightJS = ce), (ce.default = ce);
|
| 6168 |
+
},
|
| 6169 |
+
2702: (e) => {
|
| 6170 |
+
e.exports = function (e) {
|
| 6171 |
+
return {
|
| 6172 |
+
name: "Awk",
|
| 6173 |
+
keywords: { keyword: "BEGIN END if else while do for in break continue delete next nextfile function func exit|10" },
|
| 6174 |
+
contains: [
|
| 6175 |
+
{ className: "variable", variants: [{ begin: /\$[\w\d#@][\w\d_]*/ }, { begin: /\$\{(.*?)\}/ }] },
|
| 6176 |
+
{
|
| 6177 |
+
className: "string",
|
| 6178 |
+
contains: [e.BACKSLASH_ESCAPE],
|
| 6179 |
+
variants: [
|
| 6180 |
+
{ begin: /(u|b)?r?'''/, end: /'''/, relevance: 10 },
|
| 6181 |
+
{ begin: /(u|b)?r?"""/, end: /"""/, relevance: 10 },
|
| 6182 |
+
{ begin: /(u|r|ur)'/, end: /'/, relevance: 10 },
|
| 6183 |
+
{ begin: /(u|r|ur)"/, end: /"/, relevance: 10 },
|
| 6184 |
+
{ begin: /(b|br)'/, end: /'/ },
|
| 6185 |
+
{ begin: /(b|br)"/, end: /"/ },
|
| 6186 |
+
e.APOS_STRING_MODE,
|
| 6187 |
+
e.QUOTE_STRING_MODE,
|
| 6188 |
+
],
|
| 6189 |
+
},
|
| 6190 |
+
e.REGEXP_MODE,
|
| 6191 |
+
e.HASH_COMMENT_MODE,
|
| 6192 |
+
e.NUMBER_MODE,
|
| 6193 |
+
],
|
| 6194 |
+
};
|
| 6195 |
+
};
|
| 6196 |
+
},
|
| 6197 |
+
8641: (e) => {
|
| 6198 |
+
e.exports = function (e) {
|
| 6199 |
+
const n = e.regex,
|
| 6200 |
+
t = {},
|
| 6201 |
+
i = { begin: /\$\{/, end: /\}/, contains: ["self", { begin: /:-/, contains: [t] }] };
|
| 6202 |
+
Object.assign(t, { className: "variable", variants: [{ begin: n.concat(/\$[\w\d#@][\w\d_]*/, "(?![\\w\\d])(?![$])") }, i] });
|
| 6203 |
+
const a = { className: "subst", begin: /\$\(/, end: /\)/, contains: [e.BACKSLASH_ESCAPE] },
|
| 6204 |
+
r = {
|
| 6205 |
+
begin: /<<-?\s*(?=\w+)/,
|
| 6206 |
+
starts: { contains: [e.END_SAME_AS_BEGIN({ begin: /(\w+)/, end: /(\w+)/, className: "string" })] },
|
| 6207 |
+
},
|
| 6208 |
+
s = { className: "string", begin: /"/, end: /"/, contains: [e.BACKSLASH_ESCAPE, t, a] };
|
| 6209 |
+
a.contains.push(s);
|
| 6210 |
+
const o = { begin: /\$?\(\(/, end: /\)\)/, contains: [{ begin: /\d+#[0-9a-f]+/, className: "number" }, e.NUMBER_MODE, t] },
|
| 6211 |
+
l = e.SHEBANG({ binary: `(${["fish", "bash", "zsh", "sh", "csh", "ksh", "tcsh", "dash", "scsh"].join("|")})`, relevance: 10 }),
|
| 6212 |
+
c = {
|
| 6213 |
+
className: "function",
|
| 6214 |
+
begin: /\w[\w\d_]*\s*\(\s*\)\s*\{/,
|
| 6215 |
+
returnBegin: !0,
|
| 6216 |
+
contains: [e.inherit(e.TITLE_MODE, { begin: /\w[\w\d_]*/ })],
|
| 6217 |
+
relevance: 0,
|
| 6218 |
+
};
|
| 6219 |
+
return {
|
| 6220 |
+
name: "Bash",
|
| 6221 |
+
aliases: ["sh"],
|
| 6222 |
+
keywords: {
|
| 6223 |
+
$pattern: /\b[a-z][a-z0-9._-]+\b/,
|
| 6224 |
+
keyword: [
|
| 6225 |
+
"if",
|
| 6226 |
+
"then",
|
| 6227 |
+
"else",
|
| 6228 |
+
"elif",
|
| 6229 |
+
"fi",
|
| 6230 |
+
"for",
|
| 6231 |
+
"while",
|
| 6232 |
+
"until",
|
| 6233 |
+
"in",
|
| 6234 |
+
"do",
|
| 6235 |
+
"done",
|
| 6236 |
+
"case",
|
| 6237 |
+
"esac",
|
| 6238 |
+
"function",
|
| 6239 |
+
"select",
|
| 6240 |
+
],
|
| 6241 |
+
literal: ["true", "false"],
|
| 6242 |
+
built_in: [
|
| 6243 |
+
"break",
|
| 6244 |
+
"cd",
|
| 6245 |
+
"continue",
|
| 6246 |
+
"eval",
|
| 6247 |
+
"exec",
|
| 6248 |
+
"exit",
|
| 6249 |
+
"export",
|
| 6250 |
+
"getopts",
|
| 6251 |
+
"hash",
|
| 6252 |
+
"pwd",
|
| 6253 |
+
"readonly",
|
| 6254 |
+
"return",
|
| 6255 |
+
"shift",
|
| 6256 |
+
"test",
|
| 6257 |
+
"times",
|
| 6258 |
+
"trap",
|
| 6259 |
+
"umask",
|
| 6260 |
+
"unset",
|
| 6261 |
+
"alias",
|
| 6262 |
+
"bind",
|
| 6263 |
+
"builtin",
|
| 6264 |
+
"caller",
|
| 6265 |
+
"command",
|
| 6266 |
+
"declare",
|
| 6267 |
+
"echo",
|
| 6268 |
+
"enable",
|
| 6269 |
+
"help",
|
| 6270 |
+
"let",
|
| 6271 |
+
"local",
|
| 6272 |
+
"logout",
|
| 6273 |
+
"mapfile",
|
| 6274 |
+
"printf",
|
| 6275 |
+
"read",
|
| 6276 |
+
"readarray",
|
| 6277 |
+
"source",
|
| 6278 |
+
"type",
|
| 6279 |
+
"typeset",
|
| 6280 |
+
"ulimit",
|
| 6281 |
+
"unalias",
|
| 6282 |
+
"set",
|
| 6283 |
+
"shopt",
|
| 6284 |
+
"autoload",
|
| 6285 |
+
"bg",
|
| 6286 |
+
"bindkey",
|
| 6287 |
+
"bye",
|
| 6288 |
+
"cap",
|
| 6289 |
+
"chdir",
|
| 6290 |
+
"clone",
|
| 6291 |
+
"comparguments",
|
| 6292 |
+
"compcall",
|
| 6293 |
+
"compctl",
|
| 6294 |
+
"compdescribe",
|
| 6295 |
+
"compfiles",
|
| 6296 |
+
"compgroups",
|
| 6297 |
+
"compquote",
|
| 6298 |
+
"comptags",
|
| 6299 |
+
"comptry",
|
| 6300 |
+
"compvalues",
|
| 6301 |
+
"dirs",
|
| 6302 |
+
"disable",
|
| 6303 |
+
"disown",
|
| 6304 |
+
"echotc",
|
| 6305 |
+
"echoti",
|
| 6306 |
+
"emulate",
|
| 6307 |
+
"fc",
|
| 6308 |
+
"fg",
|
| 6309 |
+
"float",
|
| 6310 |
+
"functions",
|
| 6311 |
+
"getcap",
|
| 6312 |
+
"getln",
|
| 6313 |
+
"history",
|
| 6314 |
+
"integer",
|
| 6315 |
+
"jobs",
|
| 6316 |
+
"kill",
|
| 6317 |
+
"limit",
|
| 6318 |
+
"log",
|
| 6319 |
+
"noglob",
|
| 6320 |
+
"popd",
|
| 6321 |
+
"print",
|
| 6322 |
+
"pushd",
|
| 6323 |
+
"pushln",
|
| 6324 |
+
"rehash",
|
| 6325 |
+
"sched",
|
| 6326 |
+
"setcap",
|
| 6327 |
+
"setopt",
|
| 6328 |
+
"stat",
|
| 6329 |
+
"suspend",
|
| 6330 |
+
"ttyctl",
|
| 6331 |
+
"unfunction",
|
| 6332 |
+
"unhash",
|
| 6333 |
+
"unlimit",
|
| 6334 |
+
"unsetopt",
|
| 6335 |
+
"vared",
|
| 6336 |
+
"wait",
|
| 6337 |
+
"whence",
|
| 6338 |
+
"where",
|
| 6339 |
+
"which",
|
| 6340 |
+
"zcompile",
|
| 6341 |
+
"zformat",
|
| 6342 |
+
"zftp",
|
| 6343 |
+
"zle",
|
| 6344 |
+
"zmodload",
|
| 6345 |
+
"zparseopts",
|
| 6346 |
+
"zprof",
|
| 6347 |
+
"zpty",
|
| 6348 |
+
"zregexparse",
|
| 6349 |
+
"zsocket",
|
| 6350 |
+
"zstyle",
|
| 6351 |
+
"ztcp",
|
| 6352 |
+
"chcon",
|
| 6353 |
+
"chgrp",
|
| 6354 |
+
"chown",
|
| 6355 |
+
"chmod",
|
| 6356 |
+
"cp",
|
| 6357 |
+
"dd",
|
| 6358 |
+
"df",
|
| 6359 |
+
"dir",
|
| 6360 |
+
"dircolors",
|
| 6361 |
+
"ln",
|
| 6362 |
+
"ls",
|
| 6363 |
+
"mkdir",
|
| 6364 |
+
"mkfifo",
|
| 6365 |
+
"mknod",
|
| 6366 |
+
"mktemp",
|
| 6367 |
+
"mv",
|
| 6368 |
+
"realpath",
|
| 6369 |
+
"rm",
|
| 6370 |
+
"rmdir",
|
| 6371 |
+
"shred",
|
| 6372 |
+
"sync",
|
| 6373 |
+
"touch",
|
| 6374 |
+
"truncate",
|
| 6375 |
+
"vdir",
|
| 6376 |
+
"b2sum",
|
| 6377 |
+
"base32",
|
| 6378 |
+
"base64",
|
| 6379 |
+
"cat",
|
| 6380 |
+
"cksum",
|
| 6381 |
+
"comm",
|
| 6382 |
+
"csplit",
|
| 6383 |
+
"cut",
|
| 6384 |
+
"expand",
|
| 6385 |
+
"fmt",
|
| 6386 |
+
"fold",
|
| 6387 |
+
"head",
|
| 6388 |
+
"join",
|
| 6389 |
+
"md5sum",
|
| 6390 |
+
"nl",
|
| 6391 |
+
"numfmt",
|
| 6392 |
+
"od",
|
| 6393 |
+
"paste",
|
| 6394 |
+
"ptx",
|
| 6395 |
+
"pr",
|
| 6396 |
+
"sha1sum",
|
| 6397 |
+
"sha224sum",
|
| 6398 |
+
"sha256sum",
|
| 6399 |
+
"sha384sum",
|
| 6400 |
+
"sha512sum",
|
| 6401 |
+
"shuf",
|
| 6402 |
+
"sort",
|
| 6403 |
+
"split",
|
| 6404 |
+
"sum",
|
| 6405 |
+
"tac",
|
| 6406 |
+
"tail",
|
| 6407 |
+
"tr",
|
| 6408 |
+
"tsort",
|
| 6409 |
+
"unexpand",
|
| 6410 |
+
"uniq",
|
| 6411 |
+
"wc",
|
| 6412 |
+
"arch",
|
| 6413 |
+
"basename",
|
| 6414 |
+
"chroot",
|
| 6415 |
+
"date",
|
| 6416 |
+
"dirname",
|
| 6417 |
+
"du",
|
| 6418 |
+
"echo",
|
| 6419 |
+
"env",
|
| 6420 |
+
"expr",
|
| 6421 |
+
"factor",
|
| 6422 |
+
"groups",
|
| 6423 |
+
"hostid",
|
| 6424 |
+
"id",
|
| 6425 |
+
"link",
|
| 6426 |
+
"logname",
|
| 6427 |
+
"nice",
|
| 6428 |
+
"nohup",
|
| 6429 |
+
"nproc",
|
| 6430 |
+
"pathchk",
|
| 6431 |
+
"pinky",
|
| 6432 |
+
"printenv",
|
| 6433 |
+
"printf",
|
| 6434 |
+
"pwd",
|
| 6435 |
+
"readlink",
|
| 6436 |
+
"runcon",
|
| 6437 |
+
"seq",
|
| 6438 |
+
"sleep",
|
| 6439 |
+
"stat",
|
| 6440 |
+
"stdbuf",
|
| 6441 |
+
"stty",
|
| 6442 |
+
"tee",
|
| 6443 |
+
"test",
|
| 6444 |
+
"timeout",
|
| 6445 |
+
"tty",
|
| 6446 |
+
"uname",
|
| 6447 |
+
"unlink",
|
| 6448 |
+
"uptime",
|
| 6449 |
+
"users",
|
| 6450 |
+
"who",
|
| 6451 |
+
"whoami",
|
| 6452 |
+
"yes",
|
| 6453 |
+
],
|
| 6454 |
+
},
|
| 6455 |
+
contains: [
|
| 6456 |
+
l,
|
| 6457 |
+
e.SHEBANG(),
|
| 6458 |
+
c,
|
| 6459 |
+
o,
|
| 6460 |
+
e.HASH_COMMENT_MODE,
|
| 6461 |
+
r,
|
| 6462 |
+
{ match: /(\/[a-z._-]+)+/ },
|
| 6463 |
+
s,
|
| 6464 |
+
{ match: /\\"/ },
|
| 6465 |
+
{ className: "string", begin: /'/, end: /'/ },
|
| 6466 |
+
{ match: /\\'/ },
|
| 6467 |
+
t,
|
| 6468 |
+
],
|
| 6469 |
+
};
|
| 6470 |
+
};
|
| 6471 |
+
},
|
| 6472 |
+
722: (e) => {
|
| 6473 |
+
e.exports = function (e) {
|
| 6474 |
+
const n = e.regex,
|
| 6475 |
+
t = e.COMMENT("//", "$", { contains: [{ begin: /\\\n/ }] }),
|
| 6476 |
+
i = "decltype\\(auto\\)",
|
| 6477 |
+
a = "[a-zA-Z_]\\w*::",
|
| 6478 |
+
r = "(" + i + "|" + n.optional(a) + "[a-zA-Z_]\\w*" + n.optional("<[^<>]+>") + ")",
|
| 6479 |
+
s = { className: "type", variants: [{ begin: "\\b[a-z\\d_]*_t\\b" }, { match: /\batomic_[a-z]{3,6}\b/ }] },
|
| 6480 |
+
o = {
|
| 6481 |
+
className: "string",
|
| 6482 |
+
variants: [
|
| 6483 |
+
{ begin: '(u8?|U|L)?"', end: '"', illegal: "\\n", contains: [e.BACKSLASH_ESCAPE] },
|
| 6484 |
+
{ begin: "(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)", end: "'", illegal: "." },
|
| 6485 |
+
e.END_SAME_AS_BEGIN({ begin: /(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/, end: /\)([^()\\ ]{0,16})"/ }),
|
| 6486 |
+
],
|
| 6487 |
+
},
|
| 6488 |
+
l = {
|
| 6489 |
+
className: "number",
|
| 6490 |
+
variants: [
|
| 6491 |
+
{ begin: "\\b(0b[01']+)" },
|
| 6492 |
+
{ begin: "(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)" },
|
| 6493 |
+
{ begin: "(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)" },
|
| 6494 |
+
],
|
| 6495 |
+
relevance: 0,
|
| 6496 |
+
},
|
| 6497 |
+
c = {
|
| 6498 |
+
className: "meta",
|
| 6499 |
+
begin: /#\s*[a-z]+\b/,
|
| 6500 |
+
end: /$/,
|
| 6501 |
+
keywords: { keyword: "if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include" },
|
| 6502 |
+
contains: [
|
| 6503 |
+
{ begin: /\\\n/, relevance: 0 },
|
| 6504 |
+
e.inherit(o, { className: "string" }),
|
| 6505 |
+
{ className: "string", begin: /<.*?>/ },
|
| 6506 |
+
t,
|
| 6507 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 6508 |
+
],
|
| 6509 |
+
},
|
| 6510 |
+
d = { className: "title", begin: n.optional(a) + e.IDENT_RE, relevance: 0 },
|
| 6511 |
+
u = n.optional(a) + e.IDENT_RE + "\\s*\\(",
|
| 6512 |
+
g = {
|
| 6513 |
+
keyword: [
|
| 6514 |
+
"asm",
|
| 6515 |
+
"auto",
|
| 6516 |
+
"break",
|
| 6517 |
+
"case",
|
| 6518 |
+
"continue",
|
| 6519 |
+
"default",
|
| 6520 |
+
"do",
|
| 6521 |
+
"else",
|
| 6522 |
+
"enum",
|
| 6523 |
+
"extern",
|
| 6524 |
+
"for",
|
| 6525 |
+
"fortran",
|
| 6526 |
+
"goto",
|
| 6527 |
+
"if",
|
| 6528 |
+
"inline",
|
| 6529 |
+
"register",
|
| 6530 |
+
"restrict",
|
| 6531 |
+
"return",
|
| 6532 |
+
"sizeof",
|
| 6533 |
+
"struct",
|
| 6534 |
+
"switch",
|
| 6535 |
+
"typedef",
|
| 6536 |
+
"union",
|
| 6537 |
+
"volatile",
|
| 6538 |
+
"while",
|
| 6539 |
+
"_Alignas",
|
| 6540 |
+
"_Alignof",
|
| 6541 |
+
"_Atomic",
|
| 6542 |
+
"_Generic",
|
| 6543 |
+
"_Noreturn",
|
| 6544 |
+
"_Static_assert",
|
| 6545 |
+
"_Thread_local",
|
| 6546 |
+
"alignas",
|
| 6547 |
+
"alignof",
|
| 6548 |
+
"noreturn",
|
| 6549 |
+
"static_assert",
|
| 6550 |
+
"thread_local",
|
| 6551 |
+
"_Pragma",
|
| 6552 |
+
],
|
| 6553 |
+
type: [
|
| 6554 |
+
"float",
|
| 6555 |
+
"double",
|
| 6556 |
+
"signed",
|
| 6557 |
+
"unsigned",
|
| 6558 |
+
"int",
|
| 6559 |
+
"short",
|
| 6560 |
+
"long",
|
| 6561 |
+
"char",
|
| 6562 |
+
"void",
|
| 6563 |
+
"_Bool",
|
| 6564 |
+
"_Complex",
|
| 6565 |
+
"_Imaginary",
|
| 6566 |
+
"_Decimal32",
|
| 6567 |
+
"_Decimal64",
|
| 6568 |
+
"_Decimal128",
|
| 6569 |
+
"const",
|
| 6570 |
+
"static",
|
| 6571 |
+
"complex",
|
| 6572 |
+
"bool",
|
| 6573 |
+
"imaginary",
|
| 6574 |
+
],
|
| 6575 |
+
literal: "true false NULL",
|
| 6576 |
+
built_in:
|
| 6577 |
+
"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr",
|
| 6578 |
+
},
|
| 6579 |
+
b = [c, s, t, e.C_BLOCK_COMMENT_MODE, l, o],
|
| 6580 |
+
f = {
|
| 6581 |
+
variants: [
|
| 6582 |
+
{ begin: /=/, end: /;/ },
|
| 6583 |
+
{ begin: /\(/, end: /\)/ },
|
| 6584 |
+
{ beginKeywords: "new throw return else", end: /;/ },
|
| 6585 |
+
],
|
| 6586 |
+
keywords: g,
|
| 6587 |
+
contains: b.concat([{ begin: /\(/, end: /\)/, keywords: g, contains: b.concat(["self"]), relevance: 0 }]),
|
| 6588 |
+
relevance: 0,
|
| 6589 |
+
},
|
| 6590 |
+
p = {
|
| 6591 |
+
begin: "(" + r + "[\\*&\\s]+)+" + u,
|
| 6592 |
+
returnBegin: !0,
|
| 6593 |
+
end: /[{;=]/,
|
| 6594 |
+
excludeEnd: !0,
|
| 6595 |
+
keywords: g,
|
| 6596 |
+
illegal: /[^\w\s\*&:<>.]/,
|
| 6597 |
+
contains: [
|
| 6598 |
+
{ begin: i, keywords: g, relevance: 0 },
|
| 6599 |
+
{ begin: u, returnBegin: !0, contains: [e.inherit(d, { className: "title.function" })], relevance: 0 },
|
| 6600 |
+
{ relevance: 0, match: /,/ },
|
| 6601 |
+
{
|
| 6602 |
+
className: "params",
|
| 6603 |
+
begin: /\(/,
|
| 6604 |
+
end: /\)/,
|
| 6605 |
+
keywords: g,
|
| 6606 |
+
relevance: 0,
|
| 6607 |
+
contains: [
|
| 6608 |
+
t,
|
| 6609 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 6610 |
+
o,
|
| 6611 |
+
l,
|
| 6612 |
+
s,
|
| 6613 |
+
{ begin: /\(/, end: /\)/, keywords: g, relevance: 0, contains: ["self", t, e.C_BLOCK_COMMENT_MODE, o, l, s] },
|
| 6614 |
+
],
|
| 6615 |
+
},
|
| 6616 |
+
s,
|
| 6617 |
+
t,
|
| 6618 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 6619 |
+
c,
|
| 6620 |
+
],
|
| 6621 |
+
};
|
| 6622 |
+
return {
|
| 6623 |
+
name: "C",
|
| 6624 |
+
aliases: ["h"],
|
| 6625 |
+
keywords: g,
|
| 6626 |
+
disableAutodetect: !0,
|
| 6627 |
+
illegal: "</",
|
| 6628 |
+
contains: [].concat(f, p, b, [
|
| 6629 |
+
c,
|
| 6630 |
+
{ begin: e.IDENT_RE + "::", keywords: g },
|
| 6631 |
+
{
|
| 6632 |
+
className: "class",
|
| 6633 |
+
beginKeywords: "enum class struct union",
|
| 6634 |
+
end: /[{;:<>=]/,
|
| 6635 |
+
contains: [{ beginKeywords: "final class struct" }, e.TITLE_MODE],
|
| 6636 |
+
},
|
| 6637 |
+
]),
|
| 6638 |
+
exports: { preprocessor: c, strings: o, keywords: g },
|
| 6639 |
+
};
|
| 6640 |
+
};
|
| 6641 |
+
},
|
| 6642 |
+
7579: (e) => {
|
| 6643 |
+
e.exports = function (e) {
|
| 6644 |
+
const n = "a-zA-Z_\\-!.?+*=<>&'",
|
| 6645 |
+
t = "[#]?[" + n + "][" + n + "0-9/;:$#]*",
|
| 6646 |
+
i = "def defonce defprotocol defstruct defmulti defmethod defn- defn defmacro deftype defrecord",
|
| 6647 |
+
a = {
|
| 6648 |
+
$pattern: t,
|
| 6649 |
+
built_in:
|
| 6650 |
+
i +
|
| 6651 |
+
" cond apply if-not if-let if not not= =|0 <|0 >|0 <=|0 >=|0 ==|0 +|0 /|0 *|0 -|0 rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy first rest cons cast coll last butlast sigs reify second ffirst fnext nfirst nnext meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize",
|
| 6652 |
+
},
|
| 6653 |
+
r = { begin: t, relevance: 0 },
|
| 6654 |
+
s = {
|
| 6655 |
+
scope: "number",
|
| 6656 |
+
relevance: 0,
|
| 6657 |
+
variants: [
|
| 6658 |
+
{ match: /[-+]?0[xX][0-9a-fA-F]+N?/ },
|
| 6659 |
+
{ match: /[-+]?0[0-7]+N?/ },
|
| 6660 |
+
{ match: /[-+]?[1-9][0-9]?[rR][0-9a-zA-Z]+N?/ },
|
| 6661 |
+
{ match: /[-+]?[0-9]+\/[0-9]+N?/ },
|
| 6662 |
+
{ match: /[-+]?[0-9]+((\.[0-9]*([eE][+-]?[0-9]+)?M?)|([eE][+-]?[0-9]+M?|M))/ },
|
| 6663 |
+
{ match: /[-+]?([1-9][0-9]*|0)N?/ },
|
| 6664 |
+
],
|
| 6665 |
+
},
|
| 6666 |
+
o = {
|
| 6667 |
+
scope: "character",
|
| 6668 |
+
variants: [
|
| 6669 |
+
{ match: /\\o[0-3]?[0-7]{1,2}/ },
|
| 6670 |
+
{ match: /\\u[0-9a-fA-F]{4}/ },
|
| 6671 |
+
{ match: /\\(newline|space|tab|formfeed|backspace|return)/ },
|
| 6672 |
+
{ match: /\\\S/, relevance: 0 },
|
| 6673 |
+
],
|
| 6674 |
+
},
|
| 6675 |
+
l = { scope: "regex", begin: /#"/, end: /"/, contains: [e.BACKSLASH_ESCAPE] },
|
| 6676 |
+
c = e.inherit(e.QUOTE_STRING_MODE, { illegal: null }),
|
| 6677 |
+
d = { scope: "punctuation", match: /,/, relevance: 0 },
|
| 6678 |
+
u = e.COMMENT(";", "$", { relevance: 0 }),
|
| 6679 |
+
g = { className: "literal", begin: /\b(true|false|nil)\b/ },
|
| 6680 |
+
b = { begin: "\\[|(#::?" + t + ")?\\{", end: "[\\]\\}]", relevance: 0 },
|
| 6681 |
+
f = { className: "symbol", begin: "[:]{1,2}" + t },
|
| 6682 |
+
p = { begin: "\\(", end: "\\)" },
|
| 6683 |
+
m = { endsWithParent: !0, relevance: 0 },
|
| 6684 |
+
h = { keywords: a, className: "name", begin: t, relevance: 0, starts: m },
|
| 6685 |
+
E = [d, p, o, l, c, u, f, b, s, g, r],
|
| 6686 |
+
_ = {
|
| 6687 |
+
beginKeywords: i,
|
| 6688 |
+
keywords: { $pattern: t, keyword: i },
|
| 6689 |
+
end: '(\\[|#|\\d|"|:|\\{|\\)|\\(|$)',
|
| 6690 |
+
contains: [{ className: "title", begin: t, relevance: 0, excludeEnd: !0, endsParent: !0 }].concat(E),
|
| 6691 |
+
};
|
| 6692 |
+
return (
|
| 6693 |
+
(p.contains = [_, h, m]),
|
| 6694 |
+
(m.contains = E),
|
| 6695 |
+
(b.contains = E),
|
| 6696 |
+
{ name: "Clojure", aliases: ["clj", "edn"], illegal: /\S/, contains: [d, p, o, l, c, u, f, b, s, g] }
|
| 6697 |
+
);
|
| 6698 |
+
};
|
| 6699 |
+
},
|
| 6700 |
+
6570: (e) => {
|
| 6701 |
+
e.exports = function (e) {
|
| 6702 |
+
const n = e.regex,
|
| 6703 |
+
t = e.COMMENT("//", "$", { contains: [{ begin: /\\\n/ }] }),
|
| 6704 |
+
i = "decltype\\(auto\\)",
|
| 6705 |
+
a = "[a-zA-Z_]\\w*::",
|
| 6706 |
+
r = "(?!struct)(" + i + "|" + n.optional(a) + "[a-zA-Z_]\\w*" + n.optional("<[^<>]+>") + ")",
|
| 6707 |
+
s = { className: "type", begin: "\\b[a-z\\d_]*_t\\b" },
|
| 6708 |
+
o = {
|
| 6709 |
+
className: "string",
|
| 6710 |
+
variants: [
|
| 6711 |
+
{ begin: '(u8?|U|L)?"', end: '"', illegal: "\\n", contains: [e.BACKSLASH_ESCAPE] },
|
| 6712 |
+
{ begin: "(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)", end: "'", illegal: "." },
|
| 6713 |
+
e.END_SAME_AS_BEGIN({ begin: /(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/, end: /\)([^()\\ ]{0,16})"/ }),
|
| 6714 |
+
],
|
| 6715 |
+
},
|
| 6716 |
+
l = {
|
| 6717 |
+
className: "number",
|
| 6718 |
+
variants: [
|
| 6719 |
+
{ begin: "\\b(0b[01']+)" },
|
| 6720 |
+
{ begin: "(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)" },
|
| 6721 |
+
{ begin: "(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)" },
|
| 6722 |
+
],
|
| 6723 |
+
relevance: 0,
|
| 6724 |
+
},
|
| 6725 |
+
c = {
|
| 6726 |
+
className: "meta",
|
| 6727 |
+
begin: /#\s*[a-z]+\b/,
|
| 6728 |
+
end: /$/,
|
| 6729 |
+
keywords: { keyword: "if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include" },
|
| 6730 |
+
contains: [
|
| 6731 |
+
{ begin: /\\\n/, relevance: 0 },
|
| 6732 |
+
e.inherit(o, { className: "string" }),
|
| 6733 |
+
{ className: "string", begin: /<.*?>/ },
|
| 6734 |
+
t,
|
| 6735 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 6736 |
+
],
|
| 6737 |
+
},
|
| 6738 |
+
d = { className: "title", begin: n.optional(a) + e.IDENT_RE, relevance: 0 },
|
| 6739 |
+
u = n.optional(a) + e.IDENT_RE + "\\s*\\(",
|
| 6740 |
+
g = {
|
| 6741 |
+
type: [
|
| 6742 |
+
"bool",
|
| 6743 |
+
"char",
|
| 6744 |
+
"char16_t",
|
| 6745 |
+
"char32_t",
|
| 6746 |
+
"char8_t",
|
| 6747 |
+
"double",
|
| 6748 |
+
"float",
|
| 6749 |
+
"int",
|
| 6750 |
+
"long",
|
| 6751 |
+
"short",
|
| 6752 |
+
"void",
|
| 6753 |
+
"wchar_t",
|
| 6754 |
+
"unsigned",
|
| 6755 |
+
"signed",
|
| 6756 |
+
"const",
|
| 6757 |
+
"static",
|
| 6758 |
+
],
|
| 6759 |
+
keyword: [
|
| 6760 |
+
"alignas",
|
| 6761 |
+
"alignof",
|
| 6762 |
+
"and",
|
| 6763 |
+
"and_eq",
|
| 6764 |
+
"asm",
|
| 6765 |
+
"atomic_cancel",
|
| 6766 |
+
"atomic_commit",
|
| 6767 |
+
"atomic_noexcept",
|
| 6768 |
+
"auto",
|
| 6769 |
+
"bitand",
|
| 6770 |
+
"bitor",
|
| 6771 |
+
"break",
|
| 6772 |
+
"case",
|
| 6773 |
+
"catch",
|
| 6774 |
+
"class",
|
| 6775 |
+
"co_await",
|
| 6776 |
+
"co_return",
|
| 6777 |
+
"co_yield",
|
| 6778 |
+
"compl",
|
| 6779 |
+
"concept",
|
| 6780 |
+
"const_cast|10",
|
| 6781 |
+
"consteval",
|
| 6782 |
+
"constexpr",
|
| 6783 |
+
"constinit",
|
| 6784 |
+
"continue",
|
| 6785 |
+
"decltype",
|
| 6786 |
+
"default",
|
| 6787 |
+
"delete",
|
| 6788 |
+
"do",
|
| 6789 |
+
"dynamic_cast|10",
|
| 6790 |
+
"else",
|
| 6791 |
+
"enum",
|
| 6792 |
+
"explicit",
|
| 6793 |
+
"export",
|
| 6794 |
+
"extern",
|
| 6795 |
+
"false",
|
| 6796 |
+
"final",
|
| 6797 |
+
"for",
|
| 6798 |
+
"friend",
|
| 6799 |
+
"goto",
|
| 6800 |
+
"if",
|
| 6801 |
+
"import",
|
| 6802 |
+
"inline",
|
| 6803 |
+
"module",
|
| 6804 |
+
"mutable",
|
| 6805 |
+
"namespace",
|
| 6806 |
+
"new",
|
| 6807 |
+
"noexcept",
|
| 6808 |
+
"not",
|
| 6809 |
+
"not_eq",
|
| 6810 |
+
"nullptr",
|
| 6811 |
+
"operator",
|
| 6812 |
+
"or",
|
| 6813 |
+
"or_eq",
|
| 6814 |
+
"override",
|
| 6815 |
+
"private",
|
| 6816 |
+
"protected",
|
| 6817 |
+
"public",
|
| 6818 |
+
"reflexpr",
|
| 6819 |
+
"register",
|
| 6820 |
+
"reinterpret_cast|10",
|
| 6821 |
+
"requires",
|
| 6822 |
+
"return",
|
| 6823 |
+
"sizeof",
|
| 6824 |
+
"static_assert",
|
| 6825 |
+
"static_cast|10",
|
| 6826 |
+
"struct",
|
| 6827 |
+
"switch",
|
| 6828 |
+
"synchronized",
|
| 6829 |
+
"template",
|
| 6830 |
+
"this",
|
| 6831 |
+
"thread_local",
|
| 6832 |
+
"throw",
|
| 6833 |
+
"transaction_safe",
|
| 6834 |
+
"transaction_safe_dynamic",
|
| 6835 |
+
"true",
|
| 6836 |
+
"try",
|
| 6837 |
+
"typedef",
|
| 6838 |
+
"typeid",
|
| 6839 |
+
"typename",
|
| 6840 |
+
"union",
|
| 6841 |
+
"using",
|
| 6842 |
+
"virtual",
|
| 6843 |
+
"volatile",
|
| 6844 |
+
"while",
|
| 6845 |
+
"xor",
|
| 6846 |
+
"xor_eq",
|
| 6847 |
+
],
|
| 6848 |
+
literal: ["NULL", "false", "nullopt", "nullptr", "true"],
|
| 6849 |
+
built_in: ["_Pragma"],
|
| 6850 |
+
_type_hints: [
|
| 6851 |
+
"any",
|
| 6852 |
+
"auto_ptr",
|
| 6853 |
+
"barrier",
|
| 6854 |
+
"binary_semaphore",
|
| 6855 |
+
"bitset",
|
| 6856 |
+
"complex",
|
| 6857 |
+
"condition_variable",
|
| 6858 |
+
"condition_variable_any",
|
| 6859 |
+
"counting_semaphore",
|
| 6860 |
+
"deque",
|
| 6861 |
+
"false_type",
|
| 6862 |
+
"future",
|
| 6863 |
+
"imaginary",
|
| 6864 |
+
"initializer_list",
|
| 6865 |
+
"istringstream",
|
| 6866 |
+
"jthread",
|
| 6867 |
+
"latch",
|
| 6868 |
+
"lock_guard",
|
| 6869 |
+
"multimap",
|
| 6870 |
+
"multiset",
|
| 6871 |
+
"mutex",
|
| 6872 |
+
"optional",
|
| 6873 |
+
"ostringstream",
|
| 6874 |
+
"packaged_task",
|
| 6875 |
+
"pair",
|
| 6876 |
+
"promise",
|
| 6877 |
+
"priority_queue",
|
| 6878 |
+
"queue",
|
| 6879 |
+
"recursive_mutex",
|
| 6880 |
+
"recursive_timed_mutex",
|
| 6881 |
+
"scoped_lock",
|
| 6882 |
+
"set",
|
| 6883 |
+
"shared_future",
|
| 6884 |
+
"shared_lock",
|
| 6885 |
+
"shared_mutex",
|
| 6886 |
+
"shared_timed_mutex",
|
| 6887 |
+
"shared_ptr",
|
| 6888 |
+
"stack",
|
| 6889 |
+
"string_view",
|
| 6890 |
+
"stringstream",
|
| 6891 |
+
"timed_mutex",
|
| 6892 |
+
"thread",
|
| 6893 |
+
"true_type",
|
| 6894 |
+
"tuple",
|
| 6895 |
+
"unique_lock",
|
| 6896 |
+
"unique_ptr",
|
| 6897 |
+
"unordered_map",
|
| 6898 |
+
"unordered_multimap",
|
| 6899 |
+
"unordered_multiset",
|
| 6900 |
+
"unordered_set",
|
| 6901 |
+
"variant",
|
| 6902 |
+
"vector",
|
| 6903 |
+
"weak_ptr",
|
| 6904 |
+
"wstring",
|
| 6905 |
+
"wstring_view",
|
| 6906 |
+
],
|
| 6907 |
+
},
|
| 6908 |
+
b = {
|
| 6909 |
+
className: "function.dispatch",
|
| 6910 |
+
relevance: 0,
|
| 6911 |
+
keywords: {
|
| 6912 |
+
_hint: [
|
| 6913 |
+
"abort",
|
| 6914 |
+
"abs",
|
| 6915 |
+
"acos",
|
| 6916 |
+
"apply",
|
| 6917 |
+
"as_const",
|
| 6918 |
+
"asin",
|
| 6919 |
+
"atan",
|
| 6920 |
+
"atan2",
|
| 6921 |
+
"calloc",
|
| 6922 |
+
"ceil",
|
| 6923 |
+
"cerr",
|
| 6924 |
+
"cin",
|
| 6925 |
+
"clog",
|
| 6926 |
+
"cos",
|
| 6927 |
+
"cosh",
|
| 6928 |
+
"cout",
|
| 6929 |
+
"declval",
|
| 6930 |
+
"endl",
|
| 6931 |
+
"exchange",
|
| 6932 |
+
"exit",
|
| 6933 |
+
"exp",
|
| 6934 |
+
"fabs",
|
| 6935 |
+
"floor",
|
| 6936 |
+
"fmod",
|
| 6937 |
+
"forward",
|
| 6938 |
+
"fprintf",
|
| 6939 |
+
"fputs",
|
| 6940 |
+
"free",
|
| 6941 |
+
"frexp",
|
| 6942 |
+
"fscanf",
|
| 6943 |
+
"future",
|
| 6944 |
+
"invoke",
|
| 6945 |
+
"isalnum",
|
| 6946 |
+
"isalpha",
|
| 6947 |
+
"iscntrl",
|
| 6948 |
+
"isdigit",
|
| 6949 |
+
"isgraph",
|
| 6950 |
+
"islower",
|
| 6951 |
+
"isprint",
|
| 6952 |
+
"ispunct",
|
| 6953 |
+
"isspace",
|
| 6954 |
+
"isupper",
|
| 6955 |
+
"isxdigit",
|
| 6956 |
+
"labs",
|
| 6957 |
+
"launder",
|
| 6958 |
+
"ldexp",
|
| 6959 |
+
"log",
|
| 6960 |
+
"log10",
|
| 6961 |
+
"make_pair",
|
| 6962 |
+
"make_shared",
|
| 6963 |
+
"make_shared_for_overwrite",
|
| 6964 |
+
"make_tuple",
|
| 6965 |
+
"make_unique",
|
| 6966 |
+
"malloc",
|
| 6967 |
+
"memchr",
|
| 6968 |
+
"memcmp",
|
| 6969 |
+
"memcpy",
|
| 6970 |
+
"memset",
|
| 6971 |
+
"modf",
|
| 6972 |
+
"move",
|
| 6973 |
+
"pow",
|
| 6974 |
+
"printf",
|
| 6975 |
+
"putchar",
|
| 6976 |
+
"puts",
|
| 6977 |
+
"realloc",
|
| 6978 |
+
"scanf",
|
| 6979 |
+
"sin",
|
| 6980 |
+
"sinh",
|
| 6981 |
+
"snprintf",
|
| 6982 |
+
"sprintf",
|
| 6983 |
+
"sqrt",
|
| 6984 |
+
"sscanf",
|
| 6985 |
+
"std",
|
| 6986 |
+
"stderr",
|
| 6987 |
+
"stdin",
|
| 6988 |
+
"stdout",
|
| 6989 |
+
"strcat",
|
| 6990 |
+
"strchr",
|
| 6991 |
+
"strcmp",
|
| 6992 |
+
"strcpy",
|
| 6993 |
+
"strcspn",
|
| 6994 |
+
"strlen",
|
| 6995 |
+
"strncat",
|
| 6996 |
+
"strncmp",
|
| 6997 |
+
"strncpy",
|
| 6998 |
+
"strpbrk",
|
| 6999 |
+
"strrchr",
|
| 7000 |
+
"strspn",
|
| 7001 |
+
"strstr",
|
| 7002 |
+
"swap",
|
| 7003 |
+
"tan",
|
| 7004 |
+
"tanh",
|
| 7005 |
+
"terminate",
|
| 7006 |
+
"to_underlying",
|
| 7007 |
+
"tolower",
|
| 7008 |
+
"toupper",
|
| 7009 |
+
"vfprintf",
|
| 7010 |
+
"visit",
|
| 7011 |
+
"vprintf",
|
| 7012 |
+
"vsprintf",
|
| 7013 |
+
],
|
| 7014 |
+
},
|
| 7015 |
+
begin: n.concat(
|
| 7016 |
+
/\b/,
|
| 7017 |
+
/(?!decltype)/,
|
| 7018 |
+
/(?!if)/,
|
| 7019 |
+
/(?!for)/,
|
| 7020 |
+
/(?!switch)/,
|
| 7021 |
+
/(?!while)/,
|
| 7022 |
+
e.IDENT_RE,
|
| 7023 |
+
n.lookahead(/(<[^<>]+>|)\s*\(/)
|
| 7024 |
+
),
|
| 7025 |
+
},
|
| 7026 |
+
f = [b, c, s, t, e.C_BLOCK_COMMENT_MODE, l, o],
|
| 7027 |
+
p = {
|
| 7028 |
+
variants: [
|
| 7029 |
+
{ begin: /=/, end: /;/ },
|
| 7030 |
+
{ begin: /\(/, end: /\)/ },
|
| 7031 |
+
{ beginKeywords: "new throw return else", end: /;/ },
|
| 7032 |
+
],
|
| 7033 |
+
keywords: g,
|
| 7034 |
+
contains: f.concat([{ begin: /\(/, end: /\)/, keywords: g, contains: f.concat(["self"]), relevance: 0 }]),
|
| 7035 |
+
relevance: 0,
|
| 7036 |
+
},
|
| 7037 |
+
m = {
|
| 7038 |
+
className: "function",
|
| 7039 |
+
begin: "(" + r + "[\\*&\\s]+)+" + u,
|
| 7040 |
+
returnBegin: !0,
|
| 7041 |
+
end: /[{;=]/,
|
| 7042 |
+
excludeEnd: !0,
|
| 7043 |
+
keywords: g,
|
| 7044 |
+
illegal: /[^\w\s\*&:<>.]/,
|
| 7045 |
+
contains: [
|
| 7046 |
+
{ begin: i, keywords: g, relevance: 0 },
|
| 7047 |
+
{ begin: u, returnBegin: !0, contains: [d], relevance: 0 },
|
| 7048 |
+
{ begin: /::/, relevance: 0 },
|
| 7049 |
+
{ begin: /:/, endsWithParent: !0, contains: [o, l] },
|
| 7050 |
+
{ relevance: 0, match: /,/ },
|
| 7051 |
+
{
|
| 7052 |
+
className: "params",
|
| 7053 |
+
begin: /\(/,
|
| 7054 |
+
end: /\)/,
|
| 7055 |
+
keywords: g,
|
| 7056 |
+
relevance: 0,
|
| 7057 |
+
contains: [
|
| 7058 |
+
t,
|
| 7059 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 7060 |
+
o,
|
| 7061 |
+
l,
|
| 7062 |
+
s,
|
| 7063 |
+
{ begin: /\(/, end: /\)/, keywords: g, relevance: 0, contains: ["self", t, e.C_BLOCK_COMMENT_MODE, o, l, s] },
|
| 7064 |
+
],
|
| 7065 |
+
},
|
| 7066 |
+
s,
|
| 7067 |
+
t,
|
| 7068 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 7069 |
+
c,
|
| 7070 |
+
],
|
| 7071 |
+
};
|
| 7072 |
+
return {
|
| 7073 |
+
name: "C++",
|
| 7074 |
+
aliases: ["cc", "c++", "h++", "hpp", "hh", "hxx", "cxx"],
|
| 7075 |
+
keywords: g,
|
| 7076 |
+
illegal: "</",
|
| 7077 |
+
classNameAliases: { "function.dispatch": "built_in" },
|
| 7078 |
+
contains: [].concat(p, m, b, f, [
|
| 7079 |
+
c,
|
| 7080 |
+
{
|
| 7081 |
+
begin:
|
| 7082 |
+
"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)",
|
| 7083 |
+
end: ">",
|
| 7084 |
+
keywords: g,
|
| 7085 |
+
contains: ["self", s],
|
| 7086 |
+
},
|
| 7087 |
+
{ begin: e.IDENT_RE + "::", keywords: g },
|
| 7088 |
+
{
|
| 7089 |
+
match: [/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/, /\s+/, /\w+/],
|
| 7090 |
+
className: { 1: "keyword", 3: "title.class" },
|
| 7091 |
+
},
|
| 7092 |
+
]),
|
| 7093 |
+
};
|
| 7094 |
+
};
|
| 7095 |
+
},
|
| 7096 |
+
8661: (e) => {
|
| 7097 |
+
e.exports = function (e) {
|
| 7098 |
+
const n = "(_?[ui](8|16|32|64|128))?",
|
| 7099 |
+
t = "[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~|]|//|//=|&[-+*]=?|&\\*\\*|\\[\\][=?]?",
|
| 7100 |
+
i = "[A-Za-z_]\\w*(::\\w+)*(\\?|!)?",
|
| 7101 |
+
a = {
|
| 7102 |
+
$pattern: "[a-zA-Z_]\\w*[!?=]?",
|
| 7103 |
+
keyword:
|
| 7104 |
+
"abstract alias annotation as as? asm begin break case class def do else elsif end ensure enum extend for fun if include instance_sizeof is_a? lib macro module next nil? of out pointerof private protected rescue responds_to? return require select self sizeof struct super then type typeof union uninitialized unless until verbatim when while with yield __DIR__ __END_LINE__ __FILE__ __LINE__",
|
| 7105 |
+
literal: "false nil true",
|
| 7106 |
+
},
|
| 7107 |
+
r = { className: "subst", begin: /#\{/, end: /\}/, keywords: a },
|
| 7108 |
+
s = {
|
| 7109 |
+
className: "template-variable",
|
| 7110 |
+
variants: [
|
| 7111 |
+
{ begin: "\\{\\{", end: "\\}\\}" },
|
| 7112 |
+
{ begin: "\\{%", end: "%\\}" },
|
| 7113 |
+
],
|
| 7114 |
+
keywords: a,
|
| 7115 |
+
};
|
| 7116 |
+
function o(e, n) {
|
| 7117 |
+
const t = [{ begin: e, end: n }];
|
| 7118 |
+
return (t[0].contains = t), t;
|
| 7119 |
+
}
|
| 7120 |
+
const l = {
|
| 7121 |
+
className: "string",
|
| 7122 |
+
contains: [e.BACKSLASH_ESCAPE, r],
|
| 7123 |
+
variants: [
|
| 7124 |
+
{ begin: /'/, end: /'/ },
|
| 7125 |
+
{ begin: /"/, end: /"/ },
|
| 7126 |
+
{ begin: /`/, end: /`/ },
|
| 7127 |
+
{ begin: "%[Qwi]?\\(", end: "\\)", contains: o("\\(", "\\)") },
|
| 7128 |
+
{ begin: "%[Qwi]?\\[", end: "\\]", contains: o("\\[", "\\]") },
|
| 7129 |
+
{ begin: "%[Qwi]?\\{", end: /\}/, contains: o(/\{/, /\}/) },
|
| 7130 |
+
{ begin: "%[Qwi]?<", end: ">", contains: o("<", ">") },
|
| 7131 |
+
{ begin: "%[Qwi]?\\|", end: "\\|" },
|
| 7132 |
+
{ begin: /<<-\w+$/, end: /^\s*\w+$/ },
|
| 7133 |
+
],
|
| 7134 |
+
relevance: 0,
|
| 7135 |
+
},
|
| 7136 |
+
c = {
|
| 7137 |
+
className: "string",
|
| 7138 |
+
variants: [
|
| 7139 |
+
{ begin: "%q\\(", end: "\\)", contains: o("\\(", "\\)") },
|
| 7140 |
+
{ begin: "%q\\[", end: "\\]", contains: o("\\[", "\\]") },
|
| 7141 |
+
{ begin: "%q\\{", end: /\}/, contains: o(/\{/, /\}/) },
|
| 7142 |
+
{ begin: "%q<", end: ">", contains: o("<", ">") },
|
| 7143 |
+
{ begin: "%q\\|", end: "\\|" },
|
| 7144 |
+
{ begin: /<<-'\w+'$/, end: /^\s*\w+$/ },
|
| 7145 |
+
],
|
| 7146 |
+
relevance: 0,
|
| 7147 |
+
},
|
| 7148 |
+
d = {
|
| 7149 |
+
begin: "(?!%\\})(" + e.RE_STARTERS_RE + "|\\n|\\b(case|if|select|unless|until|when|while)\\b)\\s*",
|
| 7150 |
+
keywords: "case if select unless until when while",
|
| 7151 |
+
contains: [
|
| 7152 |
+
{
|
| 7153 |
+
className: "regexp",
|
| 7154 |
+
contains: [e.BACKSLASH_ESCAPE, r],
|
| 7155 |
+
variants: [
|
| 7156 |
+
{ begin: "//[a-z]*", relevance: 0 },
|
| 7157 |
+
{ begin: "/(?!\\/)", end: "/[a-z]*" },
|
| 7158 |
+
],
|
| 7159 |
+
},
|
| 7160 |
+
],
|
| 7161 |
+
relevance: 0,
|
| 7162 |
+
},
|
| 7163 |
+
u = [
|
| 7164 |
+
s,
|
| 7165 |
+
l,
|
| 7166 |
+
c,
|
| 7167 |
+
{
|
| 7168 |
+
className: "regexp",
|
| 7169 |
+
contains: [e.BACKSLASH_ESCAPE, r],
|
| 7170 |
+
variants: [
|
| 7171 |
+
{ begin: "%r\\(", end: "\\)", contains: o("\\(", "\\)") },
|
| 7172 |
+
{ begin: "%r\\[", end: "\\]", contains: o("\\[", "\\]") },
|
| 7173 |
+
{ begin: "%r\\{", end: /\}/, contains: o(/\{/, /\}/) },
|
| 7174 |
+
{ begin: "%r<", end: ">", contains: o("<", ">") },
|
| 7175 |
+
{ begin: "%r\\|", end: "\\|" },
|
| 7176 |
+
],
|
| 7177 |
+
relevance: 0,
|
| 7178 |
+
},
|
| 7179 |
+
d,
|
| 7180 |
+
{ className: "meta", begin: "@\\[", end: "\\]", contains: [e.inherit(e.QUOTE_STRING_MODE, { className: "string" })] },
|
| 7181 |
+
{ className: "variable", begin: "(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])" },
|
| 7182 |
+
e.HASH_COMMENT_MODE,
|
| 7183 |
+
{
|
| 7184 |
+
className: "class",
|
| 7185 |
+
beginKeywords: "class module struct",
|
| 7186 |
+
end: "$|;",
|
| 7187 |
+
illegal: /=/,
|
| 7188 |
+
contains: [e.HASH_COMMENT_MODE, e.inherit(e.TITLE_MODE, { begin: i }), { begin: "<" }],
|
| 7189 |
+
},
|
| 7190 |
+
{
|
| 7191 |
+
className: "class",
|
| 7192 |
+
beginKeywords: "lib enum union",
|
| 7193 |
+
end: "$|;",
|
| 7194 |
+
illegal: /=/,
|
| 7195 |
+
contains: [e.HASH_COMMENT_MODE, e.inherit(e.TITLE_MODE, { begin: i })],
|
| 7196 |
+
},
|
| 7197 |
+
{
|
| 7198 |
+
beginKeywords: "annotation",
|
| 7199 |
+
end: "$|;",
|
| 7200 |
+
illegal: /=/,
|
| 7201 |
+
contains: [e.HASH_COMMENT_MODE, e.inherit(e.TITLE_MODE, { begin: i })],
|
| 7202 |
+
relevance: 2,
|
| 7203 |
+
},
|
| 7204 |
+
{ className: "function", beginKeywords: "def", end: /\B\b/, contains: [e.inherit(e.TITLE_MODE, { begin: t, endsParent: !0 })] },
|
| 7205 |
+
{
|
| 7206 |
+
className: "function",
|
| 7207 |
+
beginKeywords: "fun macro",
|
| 7208 |
+
end: /\B\b/,
|
| 7209 |
+
contains: [e.inherit(e.TITLE_MODE, { begin: t, endsParent: !0 })],
|
| 7210 |
+
relevance: 2,
|
| 7211 |
+
},
|
| 7212 |
+
{ className: "symbol", begin: e.UNDERSCORE_IDENT_RE + "(!|\\?)?:", relevance: 0 },
|
| 7213 |
+
{ className: "symbol", begin: ":", contains: [l, { begin: t }], relevance: 0 },
|
| 7214 |
+
{
|
| 7215 |
+
className: "number",
|
| 7216 |
+
variants: [
|
| 7217 |
+
{ begin: "\\b0b([01_]+)" + n },
|
| 7218 |
+
{ begin: "\\b0o([0-7_]+)" + n },
|
| 7219 |
+
{ begin: "\\b0x([A-Fa-f0-9_]+)" + n },
|
| 7220 |
+
{ begin: "\\b([1-9][0-9_]*[0-9]|[0-9])(\\.[0-9][0-9_]*)?([eE]_?[-+]?[0-9_]*)?(_?f(32|64))?(?!_)" },
|
| 7221 |
+
{ begin: "\\b([1-9][0-9_]*|0)" + n },
|
| 7222 |
+
],
|
| 7223 |
+
relevance: 0,
|
| 7224 |
+
},
|
| 7225 |
+
];
|
| 7226 |
+
return (r.contains = u), (s.contains = u.slice(1)), { name: "Crystal", aliases: ["cr"], keywords: a, contains: u };
|
| 7227 |
+
};
|
| 7228 |
+
},
|
| 7229 |
+
7120: (e) => {
|
| 7230 |
+
e.exports = function (e) {
|
| 7231 |
+
const n = {
|
| 7232 |
+
keyword: [
|
| 7233 |
+
"abstract",
|
| 7234 |
+
"as",
|
| 7235 |
+
"base",
|
| 7236 |
+
"break",
|
| 7237 |
+
"case",
|
| 7238 |
+
"catch",
|
| 7239 |
+
"class",
|
| 7240 |
+
"const",
|
| 7241 |
+
"continue",
|
| 7242 |
+
"do",
|
| 7243 |
+
"else",
|
| 7244 |
+
"event",
|
| 7245 |
+
"explicit",
|
| 7246 |
+
"extern",
|
| 7247 |
+
"finally",
|
| 7248 |
+
"fixed",
|
| 7249 |
+
"for",
|
| 7250 |
+
"foreach",
|
| 7251 |
+
"goto",
|
| 7252 |
+
"if",
|
| 7253 |
+
"implicit",
|
| 7254 |
+
"in",
|
| 7255 |
+
"interface",
|
| 7256 |
+
"internal",
|
| 7257 |
+
"is",
|
| 7258 |
+
"lock",
|
| 7259 |
+
"namespace",
|
| 7260 |
+
"new",
|
| 7261 |
+
"operator",
|
| 7262 |
+
"out",
|
| 7263 |
+
"override",
|
| 7264 |
+
"params",
|
| 7265 |
+
"private",
|
| 7266 |
+
"protected",
|
| 7267 |
+
"public",
|
| 7268 |
+
"readonly",
|
| 7269 |
+
"record",
|
| 7270 |
+
"ref",
|
| 7271 |
+
"return",
|
| 7272 |
+
"scoped",
|
| 7273 |
+
"sealed",
|
| 7274 |
+
"sizeof",
|
| 7275 |
+
"stackalloc",
|
| 7276 |
+
"static",
|
| 7277 |
+
"struct",
|
| 7278 |
+
"switch",
|
| 7279 |
+
"this",
|
| 7280 |
+
"throw",
|
| 7281 |
+
"try",
|
| 7282 |
+
"typeof",
|
| 7283 |
+
"unchecked",
|
| 7284 |
+
"unsafe",
|
| 7285 |
+
"using",
|
| 7286 |
+
"virtual",
|
| 7287 |
+
"void",
|
| 7288 |
+
"volatile",
|
| 7289 |
+
"while",
|
| 7290 |
+
].concat([
|
| 7291 |
+
"add",
|
| 7292 |
+
"alias",
|
| 7293 |
+
"and",
|
| 7294 |
+
"ascending",
|
| 7295 |
+
"async",
|
| 7296 |
+
"await",
|
| 7297 |
+
"by",
|
| 7298 |
+
"descending",
|
| 7299 |
+
"equals",
|
| 7300 |
+
"from",
|
| 7301 |
+
"get",
|
| 7302 |
+
"global",
|
| 7303 |
+
"group",
|
| 7304 |
+
"init",
|
| 7305 |
+
"into",
|
| 7306 |
+
"join",
|
| 7307 |
+
"let",
|
| 7308 |
+
"nameof",
|
| 7309 |
+
"not",
|
| 7310 |
+
"notnull",
|
| 7311 |
+
"on",
|
| 7312 |
+
"or",
|
| 7313 |
+
"orderby",
|
| 7314 |
+
"partial",
|
| 7315 |
+
"remove",
|
| 7316 |
+
"select",
|
| 7317 |
+
"set",
|
| 7318 |
+
"unmanaged",
|
| 7319 |
+
"value|0",
|
| 7320 |
+
"var",
|
| 7321 |
+
"when",
|
| 7322 |
+
"where",
|
| 7323 |
+
"with",
|
| 7324 |
+
"yield",
|
| 7325 |
+
]),
|
| 7326 |
+
built_in: [
|
| 7327 |
+
"bool",
|
| 7328 |
+
"byte",
|
| 7329 |
+
"char",
|
| 7330 |
+
"decimal",
|
| 7331 |
+
"delegate",
|
| 7332 |
+
"double",
|
| 7333 |
+
"dynamic",
|
| 7334 |
+
"enum",
|
| 7335 |
+
"float",
|
| 7336 |
+
"int",
|
| 7337 |
+
"long",
|
| 7338 |
+
"nint",
|
| 7339 |
+
"nuint",
|
| 7340 |
+
"object",
|
| 7341 |
+
"sbyte",
|
| 7342 |
+
"short",
|
| 7343 |
+
"string",
|
| 7344 |
+
"ulong",
|
| 7345 |
+
"uint",
|
| 7346 |
+
"ushort",
|
| 7347 |
+
],
|
| 7348 |
+
literal: ["default", "false", "null", "true"],
|
| 7349 |
+
},
|
| 7350 |
+
t = e.inherit(e.TITLE_MODE, { begin: "[a-zA-Z](\\.?\\w)*" }),
|
| 7351 |
+
i = {
|
| 7352 |
+
className: "number",
|
| 7353 |
+
variants: [
|
| 7354 |
+
{ begin: "\\b(0b[01']+)" },
|
| 7355 |
+
{ begin: "(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)" },
|
| 7356 |
+
{ begin: "(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)" },
|
| 7357 |
+
],
|
| 7358 |
+
relevance: 0,
|
| 7359 |
+
},
|
| 7360 |
+
a = { className: "string", begin: '@"', end: '"', contains: [{ begin: '""' }] },
|
| 7361 |
+
r = e.inherit(a, { illegal: /\n/ }),
|
| 7362 |
+
s = { className: "subst", begin: /\{/, end: /\}/, keywords: n },
|
| 7363 |
+
o = e.inherit(s, { illegal: /\n/ }),
|
| 7364 |
+
l = {
|
| 7365 |
+
className: "string",
|
| 7366 |
+
begin: /\$"/,
|
| 7367 |
+
end: '"',
|
| 7368 |
+
illegal: /\n/,
|
| 7369 |
+
contains: [{ begin: /\{\{/ }, { begin: /\}\}/ }, e.BACKSLASH_ESCAPE, o],
|
| 7370 |
+
},
|
| 7371 |
+
c = { className: "string", begin: /\$@"/, end: '"', contains: [{ begin: /\{\{/ }, { begin: /\}\}/ }, { begin: '""' }, s] },
|
| 7372 |
+
d = e.inherit(c, { illegal: /\n/, contains: [{ begin: /\{\{/ }, { begin: /\}\}/ }, { begin: '""' }, o] });
|
| 7373 |
+
(s.contains = [c, l, a, e.APOS_STRING_MODE, e.QUOTE_STRING_MODE, i, e.C_BLOCK_COMMENT_MODE]),
|
| 7374 |
+
(o.contains = [d, l, r, e.APOS_STRING_MODE, e.QUOTE_STRING_MODE, i, e.inherit(e.C_BLOCK_COMMENT_MODE, { illegal: /\n/ })]);
|
| 7375 |
+
const u = { variants: [c, l, a, e.APOS_STRING_MODE, e.QUOTE_STRING_MODE] },
|
| 7376 |
+
g = { begin: "<", end: ">", contains: [{ beginKeywords: "in out" }, t] },
|
| 7377 |
+
b = e.IDENT_RE + "(<" + e.IDENT_RE + "(\\s*,\\s*" + e.IDENT_RE + ")*>)?(\\[\\])?",
|
| 7378 |
+
f = { begin: "@" + e.IDENT_RE, relevance: 0 };
|
| 7379 |
+
return {
|
| 7380 |
+
name: "C#",
|
| 7381 |
+
aliases: ["cs", "c#"],
|
| 7382 |
+
keywords: n,
|
| 7383 |
+
illegal: /::/,
|
| 7384 |
+
contains: [
|
| 7385 |
+
e.COMMENT("///", "$", {
|
| 7386 |
+
returnBegin: !0,
|
| 7387 |
+
contains: [
|
| 7388 |
+
{
|
| 7389 |
+
className: "doctag",
|
| 7390 |
+
variants: [{ begin: "///", relevance: 0 }, { begin: "\x3c!--|--\x3e" }, { begin: "</?", end: ">" }],
|
| 7391 |
+
},
|
| 7392 |
+
],
|
| 7393 |
+
}),
|
| 7394 |
+
e.C_LINE_COMMENT_MODE,
|
| 7395 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 7396 |
+
{
|
| 7397 |
+
className: "meta",
|
| 7398 |
+
begin: "#",
|
| 7399 |
+
end: "$",
|
| 7400 |
+
keywords: { keyword: "if else elif endif define undef warning error line region endregion pragma checksum" },
|
| 7401 |
+
},
|
| 7402 |
+
u,
|
| 7403 |
+
i,
|
| 7404 |
+
{
|
| 7405 |
+
beginKeywords: "class interface",
|
| 7406 |
+
relevance: 0,
|
| 7407 |
+
end: /[{;=]/,
|
| 7408 |
+
illegal: /[^\s:,]/,
|
| 7409 |
+
contains: [{ beginKeywords: "where class" }, t, g, e.C_LINE_COMMENT_MODE, e.C_BLOCK_COMMENT_MODE],
|
| 7410 |
+
},
|
| 7411 |
+
{
|
| 7412 |
+
beginKeywords: "namespace",
|
| 7413 |
+
relevance: 0,
|
| 7414 |
+
end: /[{;=]/,
|
| 7415 |
+
illegal: /[^\s:]/,
|
| 7416 |
+
contains: [t, e.C_LINE_COMMENT_MODE, e.C_BLOCK_COMMENT_MODE],
|
| 7417 |
+
},
|
| 7418 |
+
{
|
| 7419 |
+
beginKeywords: "record",
|
| 7420 |
+
relevance: 0,
|
| 7421 |
+
end: /[{;=]/,
|
| 7422 |
+
illegal: /[^\s:]/,
|
| 7423 |
+
contains: [t, g, e.C_LINE_COMMENT_MODE, e.C_BLOCK_COMMENT_MODE],
|
| 7424 |
+
},
|
| 7425 |
+
{
|
| 7426 |
+
className: "meta",
|
| 7427 |
+
begin: "^\\s*\\[(?=[\\w])",
|
| 7428 |
+
excludeBegin: !0,
|
| 7429 |
+
end: "\\]",
|
| 7430 |
+
excludeEnd: !0,
|
| 7431 |
+
contains: [{ className: "string", begin: /"/, end: /"/ }],
|
| 7432 |
+
},
|
| 7433 |
+
{ beginKeywords: "new return throw await else", relevance: 0 },
|
| 7434 |
+
{
|
| 7435 |
+
className: "function",
|
| 7436 |
+
begin: "(" + b + "\\s+)+" + e.IDENT_RE + "\\s*(<[^=]+>\\s*)?\\(",
|
| 7437 |
+
returnBegin: !0,
|
| 7438 |
+
end: /\s*[{;=]/,
|
| 7439 |
+
excludeEnd: !0,
|
| 7440 |
+
keywords: n,
|
| 7441 |
+
contains: [
|
| 7442 |
+
{
|
| 7443 |
+
beginKeywords: [
|
| 7444 |
+
"public",
|
| 7445 |
+
"private",
|
| 7446 |
+
"protected",
|
| 7447 |
+
"static",
|
| 7448 |
+
"internal",
|
| 7449 |
+
"protected",
|
| 7450 |
+
"abstract",
|
| 7451 |
+
"async",
|
| 7452 |
+
"extern",
|
| 7453 |
+
"override",
|
| 7454 |
+
"unsafe",
|
| 7455 |
+
"virtual",
|
| 7456 |
+
"new",
|
| 7457 |
+
"sealed",
|
| 7458 |
+
"partial",
|
| 7459 |
+
].join(" "),
|
| 7460 |
+
relevance: 0,
|
| 7461 |
+
},
|
| 7462 |
+
{ begin: e.IDENT_RE + "\\s*(<[^=]+>\\s*)?\\(", returnBegin: !0, contains: [e.TITLE_MODE, g], relevance: 0 },
|
| 7463 |
+
{ match: /\(\)/ },
|
| 7464 |
+
{
|
| 7465 |
+
className: "params",
|
| 7466 |
+
begin: /\(/,
|
| 7467 |
+
end: /\)/,
|
| 7468 |
+
excludeBegin: !0,
|
| 7469 |
+
excludeEnd: !0,
|
| 7470 |
+
keywords: n,
|
| 7471 |
+
relevance: 0,
|
| 7472 |
+
contains: [u, i, e.C_BLOCK_COMMENT_MODE],
|
| 7473 |
+
},
|
| 7474 |
+
e.C_LINE_COMMENT_MODE,
|
| 7475 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 7476 |
+
],
|
| 7477 |
+
},
|
| 7478 |
+
f,
|
| 7479 |
+
],
|
| 7480 |
+
};
|
| 7481 |
+
};
|
| 7482 |
+
},
|
| 7483 |
+
6813: (e) => {
|
| 7484 |
+
e.exports = function (e) {
|
| 7485 |
+
return {
|
| 7486 |
+
name: "CSP",
|
| 7487 |
+
case_insensitive: !1,
|
| 7488 |
+
keywords: {
|
| 7489 |
+
$pattern: "[a-zA-Z][a-zA-Z0-9_-]*",
|
| 7490 |
+
keyword: [
|
| 7491 |
+
"base-uri",
|
| 7492 |
+
"child-src",
|
| 7493 |
+
"connect-src",
|
| 7494 |
+
"default-src",
|
| 7495 |
+
"font-src",
|
| 7496 |
+
"form-action",
|
| 7497 |
+
"frame-ancestors",
|
| 7498 |
+
"frame-src",
|
| 7499 |
+
"img-src",
|
| 7500 |
+
"manifest-src",
|
| 7501 |
+
"media-src",
|
| 7502 |
+
"object-src",
|
| 7503 |
+
"plugin-types",
|
| 7504 |
+
"report-uri",
|
| 7505 |
+
"sandbox",
|
| 7506 |
+
"script-src",
|
| 7507 |
+
"style-src",
|
| 7508 |
+
"trusted-types",
|
| 7509 |
+
"unsafe-hashes",
|
| 7510 |
+
"worker-src",
|
| 7511 |
+
],
|
| 7512 |
+
},
|
| 7513 |
+
contains: [
|
| 7514 |
+
{ className: "string", begin: "'", end: "'" },
|
| 7515 |
+
{ className: "attribute", begin: "^Content", end: ":", excludeEnd: !0 },
|
| 7516 |
+
],
|
| 7517 |
+
};
|
| 7518 |
+
};
|
| 7519 |
+
},
|
| 7520 |
+
8612: (e) => {
|
| 7521 |
+
const n = [
|
| 7522 |
+
"a",
|
| 7523 |
+
"abbr",
|
| 7524 |
+
"address",
|
| 7525 |
+
"article",
|
| 7526 |
+
"aside",
|
| 7527 |
+
"audio",
|
| 7528 |
+
"b",
|
| 7529 |
+
"blockquote",
|
| 7530 |
+
"body",
|
| 7531 |
+
"button",
|
| 7532 |
+
"canvas",
|
| 7533 |
+
"caption",
|
| 7534 |
+
"cite",
|
| 7535 |
+
"code",
|
| 7536 |
+
"dd",
|
| 7537 |
+
"del",
|
| 7538 |
+
"details",
|
| 7539 |
+
"dfn",
|
| 7540 |
+
"div",
|
| 7541 |
+
"dl",
|
| 7542 |
+
"dt",
|
| 7543 |
+
"em",
|
| 7544 |
+
"fieldset",
|
| 7545 |
+
"figcaption",
|
| 7546 |
+
"figure",
|
| 7547 |
+
"footer",
|
| 7548 |
+
"form",
|
| 7549 |
+
"h1",
|
| 7550 |
+
"h2",
|
| 7551 |
+
"h3",
|
| 7552 |
+
"h4",
|
| 7553 |
+
"h5",
|
| 7554 |
+
"h6",
|
| 7555 |
+
"header",
|
| 7556 |
+
"hgroup",
|
| 7557 |
+
"html",
|
| 7558 |
+
"i",
|
| 7559 |
+
"iframe",
|
| 7560 |
+
"img",
|
| 7561 |
+
"input",
|
| 7562 |
+
"ins",
|
| 7563 |
+
"kbd",
|
| 7564 |
+
"label",
|
| 7565 |
+
"legend",
|
| 7566 |
+
"li",
|
| 7567 |
+
"main",
|
| 7568 |
+
"mark",
|
| 7569 |
+
"menu",
|
| 7570 |
+
"nav",
|
| 7571 |
+
"object",
|
| 7572 |
+
"ol",
|
| 7573 |
+
"p",
|
| 7574 |
+
"q",
|
| 7575 |
+
"quote",
|
| 7576 |
+
"samp",
|
| 7577 |
+
"section",
|
| 7578 |
+
"span",
|
| 7579 |
+
"strong",
|
| 7580 |
+
"summary",
|
| 7581 |
+
"sup",
|
| 7582 |
+
"table",
|
| 7583 |
+
"tbody",
|
| 7584 |
+
"td",
|
| 7585 |
+
"textarea",
|
| 7586 |
+
"tfoot",
|
| 7587 |
+
"th",
|
| 7588 |
+
"thead",
|
| 7589 |
+
"time",
|
| 7590 |
+
"tr",
|
| 7591 |
+
"ul",
|
| 7592 |
+
"var",
|
| 7593 |
+
"video",
|
| 7594 |
+
],
|
| 7595 |
+
t = [
|
| 7596 |
+
"any-hover",
|
| 7597 |
+
"any-pointer",
|
| 7598 |
+
"aspect-ratio",
|
| 7599 |
+
"color",
|
| 7600 |
+
"color-gamut",
|
| 7601 |
+
"color-index",
|
| 7602 |
+
"device-aspect-ratio",
|
| 7603 |
+
"device-height",
|
| 7604 |
+
"device-width",
|
| 7605 |
+
"display-mode",
|
| 7606 |
+
"forced-colors",
|
| 7607 |
+
"grid",
|
| 7608 |
+
"height",
|
| 7609 |
+
"hover",
|
| 7610 |
+
"inverted-colors",
|
| 7611 |
+
"monochrome",
|
| 7612 |
+
"orientation",
|
| 7613 |
+
"overflow-block",
|
| 7614 |
+
"overflow-inline",
|
| 7615 |
+
"pointer",
|
| 7616 |
+
"prefers-color-scheme",
|
| 7617 |
+
"prefers-contrast",
|
| 7618 |
+
"prefers-reduced-motion",
|
| 7619 |
+
"prefers-reduced-transparency",
|
| 7620 |
+
"resolution",
|
| 7621 |
+
"scan",
|
| 7622 |
+
"scripting",
|
| 7623 |
+
"update",
|
| 7624 |
+
"width",
|
| 7625 |
+
"min-width",
|
| 7626 |
+
"max-width",
|
| 7627 |
+
"min-height",
|
| 7628 |
+
"max-height",
|
| 7629 |
+
],
|
| 7630 |
+
i = [
|
| 7631 |
+
"active",
|
| 7632 |
+
"any-link",
|
| 7633 |
+
"blank",
|
| 7634 |
+
"checked",
|
| 7635 |
+
"current",
|
| 7636 |
+
"default",
|
| 7637 |
+
"defined",
|
| 7638 |
+
"dir",
|
| 7639 |
+
"disabled",
|
| 7640 |
+
"drop",
|
| 7641 |
+
"empty",
|
| 7642 |
+
"enabled",
|
| 7643 |
+
"first",
|
| 7644 |
+
"first-child",
|
| 7645 |
+
"first-of-type",
|
| 7646 |
+
"fullscreen",
|
| 7647 |
+
"future",
|
| 7648 |
+
"focus",
|
| 7649 |
+
"focus-visible",
|
| 7650 |
+
"focus-within",
|
| 7651 |
+
"has",
|
| 7652 |
+
"host",
|
| 7653 |
+
"host-context",
|
| 7654 |
+
"hover",
|
| 7655 |
+
"indeterminate",
|
| 7656 |
+
"in-range",
|
| 7657 |
+
"invalid",
|
| 7658 |
+
"is",
|
| 7659 |
+
"lang",
|
| 7660 |
+
"last-child",
|
| 7661 |
+
"last-of-type",
|
| 7662 |
+
"left",
|
| 7663 |
+
"link",
|
| 7664 |
+
"local-link",
|
| 7665 |
+
"not",
|
| 7666 |
+
"nth-child",
|
| 7667 |
+
"nth-col",
|
| 7668 |
+
"nth-last-child",
|
| 7669 |
+
"nth-last-col",
|
| 7670 |
+
"nth-last-of-type",
|
| 7671 |
+
"nth-of-type",
|
| 7672 |
+
"only-child",
|
| 7673 |
+
"only-of-type",
|
| 7674 |
+
"optional",
|
| 7675 |
+
"out-of-range",
|
| 7676 |
+
"past",
|
| 7677 |
+
"placeholder-shown",
|
| 7678 |
+
"read-only",
|
| 7679 |
+
"read-write",
|
| 7680 |
+
"required",
|
| 7681 |
+
"right",
|
| 7682 |
+
"root",
|
| 7683 |
+
"scope",
|
| 7684 |
+
"target",
|
| 7685 |
+
"target-within",
|
| 7686 |
+
"user-invalid",
|
| 7687 |
+
"valid",
|
| 7688 |
+
"visited",
|
| 7689 |
+
"where",
|
| 7690 |
+
],
|
| 7691 |
+
a = [
|
| 7692 |
+
"after",
|
| 7693 |
+
"backdrop",
|
| 7694 |
+
"before",
|
| 7695 |
+
"cue",
|
| 7696 |
+
"cue-region",
|
| 7697 |
+
"first-letter",
|
| 7698 |
+
"first-line",
|
| 7699 |
+
"grammar-error",
|
| 7700 |
+
"marker",
|
| 7701 |
+
"part",
|
| 7702 |
+
"placeholder",
|
| 7703 |
+
"selection",
|
| 7704 |
+
"slotted",
|
| 7705 |
+
"spelling-error",
|
| 7706 |
+
],
|
| 7707 |
+
r = [
|
| 7708 |
+
"align-content",
|
| 7709 |
+
"align-items",
|
| 7710 |
+
"align-self",
|
| 7711 |
+
"all",
|
| 7712 |
+
"animation",
|
| 7713 |
+
"animation-delay",
|
| 7714 |
+
"animation-direction",
|
| 7715 |
+
"animation-duration",
|
| 7716 |
+
"animation-fill-mode",
|
| 7717 |
+
"animation-iteration-count",
|
| 7718 |
+
"animation-name",
|
| 7719 |
+
"animation-play-state",
|
| 7720 |
+
"animation-timing-function",
|
| 7721 |
+
"backface-visibility",
|
| 7722 |
+
"background",
|
| 7723 |
+
"background-attachment",
|
| 7724 |
+
"background-blend-mode",
|
| 7725 |
+
"background-clip",
|
| 7726 |
+
"background-color",
|
| 7727 |
+
"background-image",
|
| 7728 |
+
"background-origin",
|
| 7729 |
+
"background-position",
|
| 7730 |
+
"background-repeat",
|
| 7731 |
+
"background-size",
|
| 7732 |
+
"block-size",
|
| 7733 |
+
"border",
|
| 7734 |
+
"border-block",
|
| 7735 |
+
"border-block-color",
|
| 7736 |
+
"border-block-end",
|
| 7737 |
+
"border-block-end-color",
|
| 7738 |
+
"border-block-end-style",
|
| 7739 |
+
"border-block-end-width",
|
| 7740 |
+
"border-block-start",
|
| 7741 |
+
"border-block-start-color",
|
| 7742 |
+
"border-block-start-style",
|
| 7743 |
+
"border-block-start-width",
|
| 7744 |
+
"border-block-style",
|
| 7745 |
+
"border-block-width",
|
| 7746 |
+
"border-bottom",
|
| 7747 |
+
"border-bottom-color",
|
| 7748 |
+
"border-bottom-left-radius",
|
| 7749 |
+
"border-bottom-right-radius",
|
| 7750 |
+
"border-bottom-style",
|
| 7751 |
+
"border-bottom-width",
|
| 7752 |
+
"border-collapse",
|
| 7753 |
+
"border-color",
|
| 7754 |
+
"border-image",
|
| 7755 |
+
"border-image-outset",
|
| 7756 |
+
"border-image-repeat",
|
| 7757 |
+
"border-image-slice",
|
| 7758 |
+
"border-image-source",
|
| 7759 |
+
"border-image-width",
|
| 7760 |
+
"border-inline",
|
| 7761 |
+
"border-inline-color",
|
| 7762 |
+
"border-inline-end",
|
| 7763 |
+
"border-inline-end-color",
|
| 7764 |
+
"border-inline-end-style",
|
| 7765 |
+
"border-inline-end-width",
|
| 7766 |
+
"border-inline-start",
|
| 7767 |
+
"border-inline-start-color",
|
| 7768 |
+
"border-inline-start-style",
|
| 7769 |
+
"border-inline-start-width",
|
| 7770 |
+
"border-inline-style",
|
| 7771 |
+
"border-inline-width",
|
| 7772 |
+
"border-left",
|
| 7773 |
+
"border-left-color",
|
| 7774 |
+
"border-left-style",
|
| 7775 |
+
"border-left-width",
|
| 7776 |
+
"border-radius",
|
| 7777 |
+
"border-right",
|
| 7778 |
+
"border-right-color",
|
| 7779 |
+
"border-right-style",
|
| 7780 |
+
"border-right-width",
|
| 7781 |
+
"border-spacing",
|
| 7782 |
+
"border-style",
|
| 7783 |
+
"border-top",
|
| 7784 |
+
"border-top-color",
|
| 7785 |
+
"border-top-left-radius",
|
| 7786 |
+
"border-top-right-radius",
|
| 7787 |
+
"border-top-style",
|
| 7788 |
+
"border-top-width",
|
| 7789 |
+
"border-width",
|
| 7790 |
+
"bottom",
|
| 7791 |
+
"box-decoration-break",
|
| 7792 |
+
"box-shadow",
|
| 7793 |
+
"box-sizing",
|
| 7794 |
+
"break-after",
|
| 7795 |
+
"break-before",
|
| 7796 |
+
"break-inside",
|
| 7797 |
+
"caption-side",
|
| 7798 |
+
"caret-color",
|
| 7799 |
+
"clear",
|
| 7800 |
+
"clip",
|
| 7801 |
+
"clip-path",
|
| 7802 |
+
"clip-rule",
|
| 7803 |
+
"color",
|
| 7804 |
+
"column-count",
|
| 7805 |
+
"column-fill",
|
| 7806 |
+
"column-gap",
|
| 7807 |
+
"column-rule",
|
| 7808 |
+
"column-rule-color",
|
| 7809 |
+
"column-rule-style",
|
| 7810 |
+
"column-rule-width",
|
| 7811 |
+
"column-span",
|
| 7812 |
+
"column-width",
|
| 7813 |
+
"columns",
|
| 7814 |
+
"contain",
|
| 7815 |
+
"content",
|
| 7816 |
+
"content-visibility",
|
| 7817 |
+
"counter-increment",
|
| 7818 |
+
"counter-reset",
|
| 7819 |
+
"cue",
|
| 7820 |
+
"cue-after",
|
| 7821 |
+
"cue-before",
|
| 7822 |
+
"cursor",
|
| 7823 |
+
"direction",
|
| 7824 |
+
"display",
|
| 7825 |
+
"empty-cells",
|
| 7826 |
+
"filter",
|
| 7827 |
+
"flex",
|
| 7828 |
+
"flex-basis",
|
| 7829 |
+
"flex-direction",
|
| 7830 |
+
"flex-flow",
|
| 7831 |
+
"flex-grow",
|
| 7832 |
+
"flex-shrink",
|
| 7833 |
+
"flex-wrap",
|
| 7834 |
+
"float",
|
| 7835 |
+
"flow",
|
| 7836 |
+
"font",
|
| 7837 |
+
"font-display",
|
| 7838 |
+
"font-family",
|
| 7839 |
+
"font-feature-settings",
|
| 7840 |
+
"font-kerning",
|
| 7841 |
+
"font-language-override",
|
| 7842 |
+
"font-size",
|
| 7843 |
+
"font-size-adjust",
|
| 7844 |
+
"font-smoothing",
|
| 7845 |
+
"font-stretch",
|
| 7846 |
+
"font-style",
|
| 7847 |
+
"font-synthesis",
|
| 7848 |
+
"font-variant",
|
| 7849 |
+
"font-variant-caps",
|
| 7850 |
+
"font-variant-east-asian",
|
| 7851 |
+
"font-variant-ligatures",
|
| 7852 |
+
"font-variant-numeric",
|
| 7853 |
+
"font-variant-position",
|
| 7854 |
+
"font-variation-settings",
|
| 7855 |
+
"font-weight",
|
| 7856 |
+
"gap",
|
| 7857 |
+
"glyph-orientation-vertical",
|
| 7858 |
+
"grid",
|
| 7859 |
+
"grid-area",
|
| 7860 |
+
"grid-auto-columns",
|
| 7861 |
+
"grid-auto-flow",
|
| 7862 |
+
"grid-auto-rows",
|
| 7863 |
+
"grid-column",
|
| 7864 |
+
"grid-column-end",
|
| 7865 |
+
"grid-column-start",
|
| 7866 |
+
"grid-gap",
|
| 7867 |
+
"grid-row",
|
| 7868 |
+
"grid-row-end",
|
| 7869 |
+
"grid-row-start",
|
| 7870 |
+
"grid-template",
|
| 7871 |
+
"grid-template-areas",
|
| 7872 |
+
"grid-template-columns",
|
| 7873 |
+
"grid-template-rows",
|
| 7874 |
+
"hanging-punctuation",
|
| 7875 |
+
"height",
|
| 7876 |
+
"hyphens",
|
| 7877 |
+
"icon",
|
| 7878 |
+
"image-orientation",
|
| 7879 |
+
"image-rendering",
|
| 7880 |
+
"image-resolution",
|
| 7881 |
+
"ime-mode",
|
| 7882 |
+
"inline-size",
|
| 7883 |
+
"isolation",
|
| 7884 |
+
"justify-content",
|
| 7885 |
+
"left",
|
| 7886 |
+
"letter-spacing",
|
| 7887 |
+
"line-break",
|
| 7888 |
+
"line-height",
|
| 7889 |
+
"list-style",
|
| 7890 |
+
"list-style-image",
|
| 7891 |
+
"list-style-position",
|
| 7892 |
+
"list-style-type",
|
| 7893 |
+
"margin",
|
| 7894 |
+
"margin-block",
|
| 7895 |
+
"margin-block-end",
|
| 7896 |
+
"margin-block-start",
|
| 7897 |
+
"margin-bottom",
|
| 7898 |
+
"margin-inline",
|
| 7899 |
+
"margin-inline-end",
|
| 7900 |
+
"margin-inline-start",
|
| 7901 |
+
"margin-left",
|
| 7902 |
+
"margin-right",
|
| 7903 |
+
"margin-top",
|
| 7904 |
+
"marks",
|
| 7905 |
+
"mask",
|
| 7906 |
+
"mask-border",
|
| 7907 |
+
"mask-border-mode",
|
| 7908 |
+
"mask-border-outset",
|
| 7909 |
+
"mask-border-repeat",
|
| 7910 |
+
"mask-border-slice",
|
| 7911 |
+
"mask-border-source",
|
| 7912 |
+
"mask-border-width",
|
| 7913 |
+
"mask-clip",
|
| 7914 |
+
"mask-composite",
|
| 7915 |
+
"mask-image",
|
| 7916 |
+
"mask-mode",
|
| 7917 |
+
"mask-origin",
|
| 7918 |
+
"mask-position",
|
| 7919 |
+
"mask-repeat",
|
| 7920 |
+
"mask-size",
|
| 7921 |
+
"mask-type",
|
| 7922 |
+
"max-block-size",
|
| 7923 |
+
"max-height",
|
| 7924 |
+
"max-inline-size",
|
| 7925 |
+
"max-width",
|
| 7926 |
+
"min-block-size",
|
| 7927 |
+
"min-height",
|
| 7928 |
+
"min-inline-size",
|
| 7929 |
+
"min-width",
|
| 7930 |
+
"mix-blend-mode",
|
| 7931 |
+
"nav-down",
|
| 7932 |
+
"nav-index",
|
| 7933 |
+
"nav-left",
|
| 7934 |
+
"nav-right",
|
| 7935 |
+
"nav-up",
|
| 7936 |
+
"none",
|
| 7937 |
+
"normal",
|
| 7938 |
+
"object-fit",
|
| 7939 |
+
"object-position",
|
| 7940 |
+
"opacity",
|
| 7941 |
+
"order",
|
| 7942 |
+
"orphans",
|
| 7943 |
+
"outline",
|
| 7944 |
+
"outline-color",
|
| 7945 |
+
"outline-offset",
|
| 7946 |
+
"outline-style",
|
| 7947 |
+
"outline-width",
|
| 7948 |
+
"overflow",
|
| 7949 |
+
"overflow-wrap",
|
| 7950 |
+
"overflow-x",
|
| 7951 |
+
"overflow-y",
|
| 7952 |
+
"padding",
|
| 7953 |
+
"padding-block",
|
| 7954 |
+
"padding-block-end",
|
| 7955 |
+
"padding-block-start",
|
| 7956 |
+
"padding-bottom",
|
| 7957 |
+
"padding-inline",
|
| 7958 |
+
"padding-inline-end",
|
| 7959 |
+
"padding-inline-start",
|
| 7960 |
+
"padding-left",
|
| 7961 |
+
"padding-right",
|
| 7962 |
+
"padding-top",
|
| 7963 |
+
"page-break-after",
|
| 7964 |
+
"page-break-before",
|
| 7965 |
+
"page-break-inside",
|
| 7966 |
+
"pause",
|
| 7967 |
+
"pause-after",
|
| 7968 |
+
"pause-before",
|
| 7969 |
+
"perspective",
|
| 7970 |
+
"perspective-origin",
|
| 7971 |
+
"pointer-events",
|
| 7972 |
+
"position",
|
| 7973 |
+
"quotes",
|
| 7974 |
+
"resize",
|
| 7975 |
+
"rest",
|
| 7976 |
+
"rest-after",
|
| 7977 |
+
"rest-before",
|
| 7978 |
+
"right",
|
| 7979 |
+
"row-gap",
|
| 7980 |
+
"scroll-margin",
|
| 7981 |
+
"scroll-margin-block",
|
| 7982 |
+
"scroll-margin-block-end",
|
| 7983 |
+
"scroll-margin-block-start",
|
| 7984 |
+
"scroll-margin-bottom",
|
| 7985 |
+
"scroll-margin-inline",
|
| 7986 |
+
"scroll-margin-inline-end",
|
| 7987 |
+
"scroll-margin-inline-start",
|
| 7988 |
+
"scroll-margin-left",
|
| 7989 |
+
"scroll-margin-right",
|
| 7990 |
+
"scroll-margin-top",
|
| 7991 |
+
"scroll-padding",
|
| 7992 |
+
"scroll-padding-block",
|
| 7993 |
+
"scroll-padding-block-end",
|
| 7994 |
+
"scroll-padding-block-start",
|
| 7995 |
+
"scroll-padding-bottom",
|
| 7996 |
+
"scroll-padding-inline",
|
| 7997 |
+
"scroll-padding-inline-end",
|
| 7998 |
+
"scroll-padding-inline-start",
|
| 7999 |
+
"scroll-padding-left",
|
| 8000 |
+
"scroll-padding-right",
|
| 8001 |
+
"scroll-padding-top",
|
| 8002 |
+
"scroll-snap-align",
|
| 8003 |
+
"scroll-snap-stop",
|
| 8004 |
+
"scroll-snap-type",
|
| 8005 |
+
"scrollbar-color",
|
| 8006 |
+
"scrollbar-gutter",
|
| 8007 |
+
"scrollbar-width",
|
| 8008 |
+
"shape-image-threshold",
|
| 8009 |
+
"shape-margin",
|
| 8010 |
+
"shape-outside",
|
| 8011 |
+
"speak",
|
| 8012 |
+
"speak-as",
|
| 8013 |
+
"src",
|
| 8014 |
+
"tab-size",
|
| 8015 |
+
"table-layout",
|
| 8016 |
+
"text-align",
|
| 8017 |
+
"text-align-all",
|
| 8018 |
+
"text-align-last",
|
| 8019 |
+
"text-combine-upright",
|
| 8020 |
+
"text-decoration",
|
| 8021 |
+
"text-decoration-color",
|
| 8022 |
+
"text-decoration-line",
|
| 8023 |
+
"text-decoration-style",
|
| 8024 |
+
"text-emphasis",
|
| 8025 |
+
"text-emphasis-color",
|
| 8026 |
+
"text-emphasis-position",
|
| 8027 |
+
"text-emphasis-style",
|
| 8028 |
+
"text-indent",
|
| 8029 |
+
"text-justify",
|
| 8030 |
+
"text-orientation",
|
| 8031 |
+
"text-overflow",
|
| 8032 |
+
"text-rendering",
|
| 8033 |
+
"text-shadow",
|
| 8034 |
+
"text-transform",
|
| 8035 |
+
"text-underline-position",
|
| 8036 |
+
"top",
|
| 8037 |
+
"transform",
|
| 8038 |
+
"transform-box",
|
| 8039 |
+
"transform-origin",
|
| 8040 |
+
"transform-style",
|
| 8041 |
+
"transition",
|
| 8042 |
+
"transition-delay",
|
| 8043 |
+
"transition-duration",
|
| 8044 |
+
"transition-property",
|
| 8045 |
+
"transition-timing-function",
|
| 8046 |
+
"unicode-bidi",
|
| 8047 |
+
"vertical-align",
|
| 8048 |
+
"visibility",
|
| 8049 |
+
"voice-balance",
|
| 8050 |
+
"voice-duration",
|
| 8051 |
+
"voice-family",
|
| 8052 |
+
"voice-pitch",
|
| 8053 |
+
"voice-range",
|
| 8054 |
+
"voice-rate",
|
| 8055 |
+
"voice-stress",
|
| 8056 |
+
"voice-volume",
|
| 8057 |
+
"white-space",
|
| 8058 |
+
"widows",
|
| 8059 |
+
"width",
|
| 8060 |
+
"will-change",
|
| 8061 |
+
"word-break",
|
| 8062 |
+
"word-spacing",
|
| 8063 |
+
"word-wrap",
|
| 8064 |
+
"writing-mode",
|
| 8065 |
+
"z-index",
|
| 8066 |
+
].reverse();
|
| 8067 |
+
e.exports = function (e) {
|
| 8068 |
+
const s = e.regex,
|
| 8069 |
+
o = ((e) => ({
|
| 8070 |
+
IMPORTANT: { scope: "meta", begin: "!important" },
|
| 8071 |
+
BLOCK_COMMENT: e.C_BLOCK_COMMENT_MODE,
|
| 8072 |
+
HEXCOLOR: { scope: "number", begin: /#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/ },
|
| 8073 |
+
FUNCTION_DISPATCH: { className: "built_in", begin: /[\w-]+(?=\()/ },
|
| 8074 |
+
ATTRIBUTE_SELECTOR_MODE: {
|
| 8075 |
+
scope: "selector-attr",
|
| 8076 |
+
begin: /\[/,
|
| 8077 |
+
end: /\]/,
|
| 8078 |
+
illegal: "$",
|
| 8079 |
+
contains: [e.APOS_STRING_MODE, e.QUOTE_STRING_MODE],
|
| 8080 |
+
},
|
| 8081 |
+
CSS_NUMBER_MODE: {
|
| 8082 |
+
scope: "number",
|
| 8083 |
+
begin: e.NUMBER_RE + "(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",
|
| 8084 |
+
relevance: 0,
|
| 8085 |
+
},
|
| 8086 |
+
CSS_VARIABLE: { className: "attr", begin: /--[A-Za-z_][A-Za-z0-9_-]*/ },
|
| 8087 |
+
}))(e),
|
| 8088 |
+
l = [e.APOS_STRING_MODE, e.QUOTE_STRING_MODE];
|
| 8089 |
+
return {
|
| 8090 |
+
name: "CSS",
|
| 8091 |
+
case_insensitive: !0,
|
| 8092 |
+
illegal: /[=|'\$]/,
|
| 8093 |
+
keywords: { keyframePosition: "from to" },
|
| 8094 |
+
classNameAliases: { keyframePosition: "selector-tag" },
|
| 8095 |
+
contains: [
|
| 8096 |
+
o.BLOCK_COMMENT,
|
| 8097 |
+
{ begin: /-(webkit|moz|ms|o)-(?=[a-z])/ },
|
| 8098 |
+
o.CSS_NUMBER_MODE,
|
| 8099 |
+
{ className: "selector-id", begin: /#[A-Za-z0-9_-]+/, relevance: 0 },
|
| 8100 |
+
{ className: "selector-class", begin: "\\.[a-zA-Z-][a-zA-Z0-9_-]*", relevance: 0 },
|
| 8101 |
+
o.ATTRIBUTE_SELECTOR_MODE,
|
| 8102 |
+
{ className: "selector-pseudo", variants: [{ begin: ":(" + i.join("|") + ")" }, { begin: ":(:)?(" + a.join("|") + ")" }] },
|
| 8103 |
+
o.CSS_VARIABLE,
|
| 8104 |
+
{ className: "attribute", begin: "\\b(" + r.join("|") + ")\\b" },
|
| 8105 |
+
{
|
| 8106 |
+
begin: /:/,
|
| 8107 |
+
end: /[;}{]/,
|
| 8108 |
+
contains: [
|
| 8109 |
+
o.BLOCK_COMMENT,
|
| 8110 |
+
o.HEXCOLOR,
|
| 8111 |
+
o.IMPORTANT,
|
| 8112 |
+
o.CSS_NUMBER_MODE,
|
| 8113 |
+
...l,
|
| 8114 |
+
{
|
| 8115 |
+
begin: /(url|data-uri)\(/,
|
| 8116 |
+
end: /\)/,
|
| 8117 |
+
relevance: 0,
|
| 8118 |
+
keywords: { built_in: "url data-uri" },
|
| 8119 |
+
contains: [...l, { className: "string", begin: /[^)]/, endsWithParent: !0, excludeEnd: !0 }],
|
| 8120 |
+
},
|
| 8121 |
+
o.FUNCTION_DISPATCH,
|
| 8122 |
+
],
|
| 8123 |
+
},
|
| 8124 |
+
{
|
| 8125 |
+
begin: s.lookahead(/@/),
|
| 8126 |
+
end: "[{;]",
|
| 8127 |
+
relevance: 0,
|
| 8128 |
+
illegal: /:/,
|
| 8129 |
+
contains: [
|
| 8130 |
+
{ className: "keyword", begin: /@-?\w[\w]*(-\w+)*/ },
|
| 8131 |
+
{
|
| 8132 |
+
begin: /\s/,
|
| 8133 |
+
endsWithParent: !0,
|
| 8134 |
+
excludeEnd: !0,
|
| 8135 |
+
relevance: 0,
|
| 8136 |
+
keywords: { $pattern: /[a-z-]+/, keyword: "and or not only", attribute: t.join(" ") },
|
| 8137 |
+
contains: [{ begin: /[a-z-]+(?=:)/, className: "attribute" }, ...l, o.CSS_NUMBER_MODE],
|
| 8138 |
+
},
|
| 8139 |
+
],
|
| 8140 |
+
},
|
| 8141 |
+
{ className: "selector-tag", begin: "\\b(" + n.join("|") + ")\\b" },
|
| 8142 |
+
],
|
| 8143 |
+
};
|
| 8144 |
+
};
|
| 8145 |
+
},
|
| 8146 |
+
2274: (e) => {
|
| 8147 |
+
e.exports = function (e) {
|
| 8148 |
+
const n = { className: "subst", variants: [{ begin: "\\$[A-Za-z0-9_]+" }] },
|
| 8149 |
+
t = { className: "subst", variants: [{ begin: /\$\{/, end: /\}/ }], keywords: "true false null this is new super" },
|
| 8150 |
+
i = {
|
| 8151 |
+
className: "string",
|
| 8152 |
+
variants: [
|
| 8153 |
+
{ begin: "r'''", end: "'''" },
|
| 8154 |
+
{ begin: 'r"""', end: '"""' },
|
| 8155 |
+
{ begin: "r'", end: "'", illegal: "\\n" },
|
| 8156 |
+
{ begin: 'r"', end: '"', illegal: "\\n" },
|
| 8157 |
+
{ begin: "'''", end: "'''", contains: [e.BACKSLASH_ESCAPE, n, t] },
|
| 8158 |
+
{ begin: '"""', end: '"""', contains: [e.BACKSLASH_ESCAPE, n, t] },
|
| 8159 |
+
{ begin: "'", end: "'", illegal: "\\n", contains: [e.BACKSLASH_ESCAPE, n, t] },
|
| 8160 |
+
{ begin: '"', end: '"', illegal: "\\n", contains: [e.BACKSLASH_ESCAPE, n, t] },
|
| 8161 |
+
],
|
| 8162 |
+
};
|
| 8163 |
+
t.contains = [e.C_NUMBER_MODE, i];
|
| 8164 |
+
const a = [
|
| 8165 |
+
"Comparable",
|
| 8166 |
+
"DateTime",
|
| 8167 |
+
"Duration",
|
| 8168 |
+
"Function",
|
| 8169 |
+
"Iterable",
|
| 8170 |
+
"Iterator",
|
| 8171 |
+
"List",
|
| 8172 |
+
"Map",
|
| 8173 |
+
"Match",
|
| 8174 |
+
"Object",
|
| 8175 |
+
"Pattern",
|
| 8176 |
+
"RegExp",
|
| 8177 |
+
"Set",
|
| 8178 |
+
"Stopwatch",
|
| 8179 |
+
"String",
|
| 8180 |
+
"StringBuffer",
|
| 8181 |
+
"StringSink",
|
| 8182 |
+
"Symbol",
|
| 8183 |
+
"Type",
|
| 8184 |
+
"Uri",
|
| 8185 |
+
"bool",
|
| 8186 |
+
"double",
|
| 8187 |
+
"int",
|
| 8188 |
+
"num",
|
| 8189 |
+
"Element",
|
| 8190 |
+
"ElementList",
|
| 8191 |
+
],
|
| 8192 |
+
r = a.map((e) => `${e}?`);
|
| 8193 |
+
return {
|
| 8194 |
+
name: "Dart",
|
| 8195 |
+
keywords: {
|
| 8196 |
+
keyword: [
|
| 8197 |
+
"abstract",
|
| 8198 |
+
"as",
|
| 8199 |
+
"assert",
|
| 8200 |
+
"async",
|
| 8201 |
+
"await",
|
| 8202 |
+
"base",
|
| 8203 |
+
"break",
|
| 8204 |
+
"case",
|
| 8205 |
+
"catch",
|
| 8206 |
+
"class",
|
| 8207 |
+
"const",
|
| 8208 |
+
"continue",
|
| 8209 |
+
"covariant",
|
| 8210 |
+
"default",
|
| 8211 |
+
"deferred",
|
| 8212 |
+
"do",
|
| 8213 |
+
"dynamic",
|
| 8214 |
+
"else",
|
| 8215 |
+
"enum",
|
| 8216 |
+
"export",
|
| 8217 |
+
"extends",
|
| 8218 |
+
"extension",
|
| 8219 |
+
"external",
|
| 8220 |
+
"factory",
|
| 8221 |
+
"false",
|
| 8222 |
+
"final",
|
| 8223 |
+
"finally",
|
| 8224 |
+
"for",
|
| 8225 |
+
"Function",
|
| 8226 |
+
"get",
|
| 8227 |
+
"hide",
|
| 8228 |
+
"if",
|
| 8229 |
+
"implements",
|
| 8230 |
+
"import",
|
| 8231 |
+
"in",
|
| 8232 |
+
"interface",
|
| 8233 |
+
"is",
|
| 8234 |
+
"late",
|
| 8235 |
+
"library",
|
| 8236 |
+
"mixin",
|
| 8237 |
+
"new",
|
| 8238 |
+
"null",
|
| 8239 |
+
"on",
|
| 8240 |
+
"operator",
|
| 8241 |
+
"part",
|
| 8242 |
+
"required",
|
| 8243 |
+
"rethrow",
|
| 8244 |
+
"return",
|
| 8245 |
+
"sealed",
|
| 8246 |
+
"set",
|
| 8247 |
+
"show",
|
| 8248 |
+
"static",
|
| 8249 |
+
"super",
|
| 8250 |
+
"switch",
|
| 8251 |
+
"sync",
|
| 8252 |
+
"this",
|
| 8253 |
+
"throw",
|
| 8254 |
+
"true",
|
| 8255 |
+
"try",
|
| 8256 |
+
"typedef",
|
| 8257 |
+
"var",
|
| 8258 |
+
"void",
|
| 8259 |
+
"when",
|
| 8260 |
+
"while",
|
| 8261 |
+
"with",
|
| 8262 |
+
"yield",
|
| 8263 |
+
],
|
| 8264 |
+
built_in: a.concat(r).concat(["Never", "Null", "dynamic", "print", "document", "querySelector", "querySelectorAll", "window"]),
|
| 8265 |
+
$pattern: /[A-Za-z][A-Za-z0-9_]*\??/,
|
| 8266 |
+
},
|
| 8267 |
+
contains: [
|
| 8268 |
+
i,
|
| 8269 |
+
e.COMMENT(/\/\*\*(?!\/)/, /\*\//, { subLanguage: "markdown", relevance: 0 }),
|
| 8270 |
+
e.COMMENT(/\/{3,} ?/, /$/, { contains: [{ subLanguage: "markdown", begin: ".", end: "$", relevance: 0 }] }),
|
| 8271 |
+
e.C_LINE_COMMENT_MODE,
|
| 8272 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 8273 |
+
{
|
| 8274 |
+
className: "class",
|
| 8275 |
+
beginKeywords: "class interface",
|
| 8276 |
+
end: /\{/,
|
| 8277 |
+
excludeEnd: !0,
|
| 8278 |
+
contains: [{ beginKeywords: "extends implements" }, e.UNDERSCORE_TITLE_MODE],
|
| 8279 |
+
},
|
| 8280 |
+
e.C_NUMBER_MODE,
|
| 8281 |
+
{ className: "meta", begin: "@[A-Za-z]+" },
|
| 8282 |
+
{ begin: "=>" },
|
| 8283 |
+
],
|
| 8284 |
+
};
|
| 8285 |
+
};
|
| 8286 |
+
},
|
| 8287 |
+
8596: (e) => {
|
| 8288 |
+
e.exports = function (e) {
|
| 8289 |
+
const n = e.regex;
|
| 8290 |
+
return {
|
| 8291 |
+
name: "Diff",
|
| 8292 |
+
aliases: ["patch"],
|
| 8293 |
+
contains: [
|
| 8294 |
+
{
|
| 8295 |
+
className: "meta",
|
| 8296 |
+
relevance: 10,
|
| 8297 |
+
match: n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/, /^\*\*\* +\d+,\d+ +\*\*\*\*$/, /^--- +\d+,\d+ +----$/),
|
| 8298 |
+
},
|
| 8299 |
+
{
|
| 8300 |
+
className: "comment",
|
| 8301 |
+
variants: [
|
| 8302 |
+
{ begin: n.either(/Index: /, /^index/, /={3,}/, /^-{3}/, /^\*{3} /, /^\+{3}/, /^diff --git/), end: /$/ },
|
| 8303 |
+
{ match: /^\*{15}$/ },
|
| 8304 |
+
],
|
| 8305 |
+
},
|
| 8306 |
+
{ className: "addition", begin: /^\+/, end: /$/ },
|
| 8307 |
+
{ className: "deletion", begin: /^-/, end: /$/ },
|
| 8308 |
+
{ className: "addition", begin: /^!/, end: /$/ },
|
| 8309 |
+
],
|
| 8310 |
+
};
|
| 8311 |
+
};
|
| 8312 |
+
},
|
| 8313 |
+
9197: (e) => {
|
| 8314 |
+
e.exports = function (e) {
|
| 8315 |
+
return {
|
| 8316 |
+
name: "Dockerfile",
|
| 8317 |
+
aliases: ["docker"],
|
| 8318 |
+
case_insensitive: !0,
|
| 8319 |
+
keywords: ["from", "maintainer", "expose", "env", "arg", "user", "onbuild", "stopsignal"],
|
| 8320 |
+
contains: [
|
| 8321 |
+
e.HASH_COMMENT_MODE,
|
| 8322 |
+
e.APOS_STRING_MODE,
|
| 8323 |
+
e.QUOTE_STRING_MODE,
|
| 8324 |
+
e.NUMBER_MODE,
|
| 8325 |
+
{
|
| 8326 |
+
beginKeywords: "run cmd entrypoint volume add copy workdir label healthcheck shell",
|
| 8327 |
+
starts: { end: /[^\\]$/, subLanguage: "bash" },
|
| 8328 |
+
},
|
| 8329 |
+
],
|
| 8330 |
+
illegal: "</",
|
| 8331 |
+
};
|
| 8332 |
+
};
|
| 8333 |
+
},
|
| 8334 |
+
9632: (e) => {
|
| 8335 |
+
e.exports = function (e) {
|
| 8336 |
+
const n = e.regex,
|
| 8337 |
+
t = "[a-zA-Z_][a-zA-Z0-9_.]*(!|\\?)?",
|
| 8338 |
+
i = {
|
| 8339 |
+
$pattern: t,
|
| 8340 |
+
keyword: [
|
| 8341 |
+
"after",
|
| 8342 |
+
"alias",
|
| 8343 |
+
"and",
|
| 8344 |
+
"case",
|
| 8345 |
+
"catch",
|
| 8346 |
+
"cond",
|
| 8347 |
+
"defstruct",
|
| 8348 |
+
"defguard",
|
| 8349 |
+
"do",
|
| 8350 |
+
"else",
|
| 8351 |
+
"end",
|
| 8352 |
+
"fn",
|
| 8353 |
+
"for",
|
| 8354 |
+
"if",
|
| 8355 |
+
"import",
|
| 8356 |
+
"in",
|
| 8357 |
+
"not",
|
| 8358 |
+
"or",
|
| 8359 |
+
"quote",
|
| 8360 |
+
"raise",
|
| 8361 |
+
"receive",
|
| 8362 |
+
"require",
|
| 8363 |
+
"reraise",
|
| 8364 |
+
"rescue",
|
| 8365 |
+
"try",
|
| 8366 |
+
"unless",
|
| 8367 |
+
"unquote",
|
| 8368 |
+
"unquote_splicing",
|
| 8369 |
+
"use",
|
| 8370 |
+
"when",
|
| 8371 |
+
"with|0",
|
| 8372 |
+
],
|
| 8373 |
+
literal: ["false", "nil", "true"],
|
| 8374 |
+
},
|
| 8375 |
+
a = { className: "subst", begin: /#\{/, end: /\}/, keywords: i },
|
| 8376 |
+
r = { match: /\\[\s\S]/, scope: "char.escape", relevance: 0 },
|
| 8377 |
+
s = "[/|([{<\"']",
|
| 8378 |
+
o = [
|
| 8379 |
+
{ begin: /"/, end: /"/ },
|
| 8380 |
+
{ begin: /'/, end: /'/ },
|
| 8381 |
+
{ begin: /\//, end: /\// },
|
| 8382 |
+
{ begin: /\|/, end: /\|/ },
|
| 8383 |
+
{ begin: /\(/, end: /\)/ },
|
| 8384 |
+
{ begin: /\[/, end: /\]/ },
|
| 8385 |
+
{ begin: /\{/, end: /\}/ },
|
| 8386 |
+
{ begin: /</, end: />/ },
|
| 8387 |
+
],
|
| 8388 |
+
l = (e) => ({ scope: "char.escape", begin: n.concat(/\\/, e), relevance: 0 }),
|
| 8389 |
+
c = { className: "string", begin: "~[a-z](?=" + s + ")", contains: o.map((n) => e.inherit(n, { contains: [l(n.end), r, a] })) },
|
| 8390 |
+
d = { className: "string", begin: "~[A-Z](?=" + s + ")", contains: o.map((n) => e.inherit(n, { contains: [l(n.end)] })) },
|
| 8391 |
+
u = {
|
| 8392 |
+
className: "regex",
|
| 8393 |
+
variants: [
|
| 8394 |
+
{
|
| 8395 |
+
begin: "~r(?=" + s + ")",
|
| 8396 |
+
contains: o.map((t) => e.inherit(t, { end: n.concat(t.end, /[uismxfU]{0,7}/), contains: [l(t.end), r, a] })),
|
| 8397 |
+
},
|
| 8398 |
+
{
|
| 8399 |
+
begin: "~R(?=" + s + ")",
|
| 8400 |
+
contains: o.map((t) => e.inherit(t, { end: n.concat(t.end, /[uismxfU]{0,7}/), contains: [l(t.end)] })),
|
| 8401 |
+
},
|
| 8402 |
+
],
|
| 8403 |
+
},
|
| 8404 |
+
g = {
|
| 8405 |
+
className: "string",
|
| 8406 |
+
contains: [e.BACKSLASH_ESCAPE, a],
|
| 8407 |
+
variants: [
|
| 8408 |
+
{ begin: /"""/, end: /"""/ },
|
| 8409 |
+
{ begin: /'''/, end: /'''/ },
|
| 8410 |
+
{ begin: /~S"""/, end: /"""/, contains: [] },
|
| 8411 |
+
{ begin: /~S"/, end: /"/, contains: [] },
|
| 8412 |
+
{ begin: /~S'''/, end: /'''/, contains: [] },
|
| 8413 |
+
{ begin: /~S'/, end: /'/, contains: [] },
|
| 8414 |
+
{ begin: /'/, end: /'/ },
|
| 8415 |
+
{ begin: /"/, end: /"/ },
|
| 8416 |
+
],
|
| 8417 |
+
},
|
| 8418 |
+
b = {
|
| 8419 |
+
className: "function",
|
| 8420 |
+
beginKeywords: "def defp defmacro defmacrop",
|
| 8421 |
+
end: /\B\b/,
|
| 8422 |
+
contains: [e.inherit(e.TITLE_MODE, { begin: t, endsParent: !0 })],
|
| 8423 |
+
},
|
| 8424 |
+
f = e.inherit(b, { className: "class", beginKeywords: "defimpl defmodule defprotocol defrecord", end: /\bdo\b|$|;/ }),
|
| 8425 |
+
p = [
|
| 8426 |
+
g,
|
| 8427 |
+
u,
|
| 8428 |
+
d,
|
| 8429 |
+
c,
|
| 8430 |
+
e.HASH_COMMENT_MODE,
|
| 8431 |
+
f,
|
| 8432 |
+
b,
|
| 8433 |
+
{ begin: "::" },
|
| 8434 |
+
{
|
| 8435 |
+
className: "symbol",
|
| 8436 |
+
begin: ":(?![\\s:])",
|
| 8437 |
+
contains: [g, { begin: "[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?" }],
|
| 8438 |
+
relevance: 0,
|
| 8439 |
+
},
|
| 8440 |
+
{ className: "symbol", begin: t + ":(?!:)", relevance: 0 },
|
| 8441 |
+
{ className: "title.class", begin: /(\b[A-Z][a-zA-Z0-9_]+)/, relevance: 0 },
|
| 8442 |
+
{
|
| 8443 |
+
className: "number",
|
| 8444 |
+
begin: "(\\b0o[0-7_]+)|(\\b0b[01_]+)|(\\b0x[0-9a-fA-F_]+)|(-?\\b[0-9][0-9_]*(\\.[0-9_]+([eE][-+]?[0-9]+)?)?)",
|
| 8445 |
+
relevance: 0,
|
| 8446 |
+
},
|
| 8447 |
+
{ className: "variable", begin: "(\\$\\W)|((\\$|@@?)(\\w+))" },
|
| 8448 |
+
];
|
| 8449 |
+
return (a.contains = p), { name: "Elixir", aliases: ["ex", "exs"], keywords: i, contains: p };
|
| 8450 |
+
};
|
| 8451 |
+
},
|
| 8452 |
+
8155: (e) => {
|
| 8453 |
+
e.exports = function (e) {
|
| 8454 |
+
const n = { variants: [e.COMMENT("--", "$"), e.COMMENT(/\{-/, /-\}/, { contains: ["self"] })] },
|
| 8455 |
+
t = { className: "type", begin: "\\b[A-Z][\\w']*", relevance: 0 },
|
| 8456 |
+
i = {
|
| 8457 |
+
begin: "\\(",
|
| 8458 |
+
end: "\\)",
|
| 8459 |
+
illegal: '"',
|
| 8460 |
+
contains: [{ className: "type", begin: "\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?" }, n],
|
| 8461 |
+
};
|
| 8462 |
+
return {
|
| 8463 |
+
name: "Elm",
|
| 8464 |
+
keywords: [
|
| 8465 |
+
"let",
|
| 8466 |
+
"in",
|
| 8467 |
+
"if",
|
| 8468 |
+
"then",
|
| 8469 |
+
"else",
|
| 8470 |
+
"case",
|
| 8471 |
+
"of",
|
| 8472 |
+
"where",
|
| 8473 |
+
"module",
|
| 8474 |
+
"import",
|
| 8475 |
+
"exposing",
|
| 8476 |
+
"type",
|
| 8477 |
+
"alias",
|
| 8478 |
+
"as",
|
| 8479 |
+
"infix",
|
| 8480 |
+
"infixl",
|
| 8481 |
+
"infixr",
|
| 8482 |
+
"port",
|
| 8483 |
+
"effect",
|
| 8484 |
+
"command",
|
| 8485 |
+
"subscription",
|
| 8486 |
+
],
|
| 8487 |
+
contains: [
|
| 8488 |
+
{
|
| 8489 |
+
beginKeywords: "port effect module",
|
| 8490 |
+
end: "exposing",
|
| 8491 |
+
keywords: "port effect module where command subscription exposing",
|
| 8492 |
+
contains: [i, n],
|
| 8493 |
+
illegal: "\\W\\.|;",
|
| 8494 |
+
},
|
| 8495 |
+
{ begin: "import", end: "$", keywords: "import as exposing", contains: [i, n], illegal: "\\W\\.|;" },
|
| 8496 |
+
{ begin: "type", end: "$", keywords: "type alias", contains: [t, i, { begin: /\{/, end: /\}/, contains: i.contains }, n] },
|
| 8497 |
+
{ beginKeywords: "infix infixl infixr", end: "$", contains: [e.C_NUMBER_MODE, n] },
|
| 8498 |
+
{ begin: "port", end: "$", keywords: "port", contains: [n] },
|
| 8499 |
+
{ className: "string", begin: "'\\\\?.", end: "'", illegal: "." },
|
| 8500 |
+
e.QUOTE_STRING_MODE,
|
| 8501 |
+
e.C_NUMBER_MODE,
|
| 8502 |
+
t,
|
| 8503 |
+
e.inherit(e.TITLE_MODE, { begin: "^[_a-z][\\w']*" }),
|
| 8504 |
+
n,
|
| 8505 |
+
{ begin: "->|<-" },
|
| 8506 |
+
],
|
| 8507 |
+
illegal: /;/,
|
| 8508 |
+
};
|
| 8509 |
+
};
|
| 8510 |
+
},
|
| 8511 |
+
8188: (e) => {
|
| 8512 |
+
e.exports = function (e) {
|
| 8513 |
+
const n = "[a-z'][a-zA-Z0-9_']*",
|
| 8514 |
+
t = "(" + n + ":" + n + "|" + n + ")",
|
| 8515 |
+
i = {
|
| 8516 |
+
keyword:
|
| 8517 |
+
"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",
|
| 8518 |
+
literal: "false true",
|
| 8519 |
+
},
|
| 8520 |
+
a = e.COMMENT("%", "$"),
|
| 8521 |
+
r = {
|
| 8522 |
+
className: "number",
|
| 8523 |
+
begin: "\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",
|
| 8524 |
+
relevance: 0,
|
| 8525 |
+
},
|
| 8526 |
+
s = { begin: "fun\\s+" + n + "/\\d+" },
|
| 8527 |
+
o = {
|
| 8528 |
+
begin: t + "\\(",
|
| 8529 |
+
end: "\\)",
|
| 8530 |
+
returnBegin: !0,
|
| 8531 |
+
relevance: 0,
|
| 8532 |
+
contains: [
|
| 8533 |
+
{ begin: t, relevance: 0 },
|
| 8534 |
+
{ begin: "\\(", end: "\\)", endsWithParent: !0, returnEnd: !0, relevance: 0 },
|
| 8535 |
+
],
|
| 8536 |
+
},
|
| 8537 |
+
l = { begin: /\{/, end: /\}/, relevance: 0 },
|
| 8538 |
+
c = { begin: "\\b_([A-Z][A-Za-z0-9_]*)?", relevance: 0 },
|
| 8539 |
+
d = { begin: "[A-Z][a-zA-Z0-9_]*", relevance: 0 },
|
| 8540 |
+
u = {
|
| 8541 |
+
begin: "#" + e.UNDERSCORE_IDENT_RE,
|
| 8542 |
+
relevance: 0,
|
| 8543 |
+
returnBegin: !0,
|
| 8544 |
+
contains: [
|
| 8545 |
+
{ begin: "#" + e.UNDERSCORE_IDENT_RE, relevance: 0 },
|
| 8546 |
+
{ begin: /\{/, end: /\}/, relevance: 0 },
|
| 8547 |
+
],
|
| 8548 |
+
},
|
| 8549 |
+
g = { beginKeywords: "fun receive if try case", end: "end", keywords: i };
|
| 8550 |
+
g.contains = [a, s, e.inherit(e.APOS_STRING_MODE, { className: "" }), g, o, e.QUOTE_STRING_MODE, r, l, c, d, u];
|
| 8551 |
+
const b = [a, s, g, o, e.QUOTE_STRING_MODE, r, l, c, d, u];
|
| 8552 |
+
(o.contains[1].contains = b), (l.contains = b), (u.contains[1].contains = b);
|
| 8553 |
+
const f = { className: "params", begin: "\\(", end: "\\)", contains: b };
|
| 8554 |
+
return {
|
| 8555 |
+
name: "Erlang",
|
| 8556 |
+
aliases: ["erl"],
|
| 8557 |
+
keywords: i,
|
| 8558 |
+
illegal: "(</|\\*=|\\+=|-=|/\\*|\\*/|\\(\\*|\\*\\))",
|
| 8559 |
+
contains: [
|
| 8560 |
+
{
|
| 8561 |
+
className: "function",
|
| 8562 |
+
begin: "^" + n + "\\s*\\(",
|
| 8563 |
+
end: "->",
|
| 8564 |
+
returnBegin: !0,
|
| 8565 |
+
illegal: "\\(|#|//|/\\*|\\\\|:|;",
|
| 8566 |
+
contains: [f, e.inherit(e.TITLE_MODE, { begin: n })],
|
| 8567 |
+
starts: { end: ";|\\.", keywords: i, contains: b },
|
| 8568 |
+
},
|
| 8569 |
+
a,
|
| 8570 |
+
{
|
| 8571 |
+
begin: "^-",
|
| 8572 |
+
end: "\\.",
|
| 8573 |
+
relevance: 0,
|
| 8574 |
+
excludeEnd: !0,
|
| 8575 |
+
returnBegin: !0,
|
| 8576 |
+
keywords: {
|
| 8577 |
+
$pattern: "-" + e.IDENT_RE,
|
| 8578 |
+
keyword: [
|
| 8579 |
+
"-module",
|
| 8580 |
+
"-record",
|
| 8581 |
+
"-undef",
|
| 8582 |
+
"-export",
|
| 8583 |
+
"-ifdef",
|
| 8584 |
+
"-ifndef",
|
| 8585 |
+
"-author",
|
| 8586 |
+
"-copyright",
|
| 8587 |
+
"-doc",
|
| 8588 |
+
"-vsn",
|
| 8589 |
+
"-import",
|
| 8590 |
+
"-include",
|
| 8591 |
+
"-include_lib",
|
| 8592 |
+
"-compile",
|
| 8593 |
+
"-define",
|
| 8594 |
+
"-else",
|
| 8595 |
+
"-endif",
|
| 8596 |
+
"-file",
|
| 8597 |
+
"-behaviour",
|
| 8598 |
+
"-behavior",
|
| 8599 |
+
"-spec",
|
| 8600 |
+
]
|
| 8601 |
+
.map((e) => `${e}|1.5`)
|
| 8602 |
+
.join(" "),
|
| 8603 |
+
},
|
| 8604 |
+
contains: [f],
|
| 8605 |
+
},
|
| 8606 |
+
r,
|
| 8607 |
+
e.QUOTE_STRING_MODE,
|
| 8608 |
+
u,
|
| 8609 |
+
c,
|
| 8610 |
+
d,
|
| 8611 |
+
l,
|
| 8612 |
+
{ begin: /\.$/ },
|
| 8613 |
+
],
|
| 8614 |
+
};
|
| 8615 |
+
};
|
| 8616 |
+
},
|
| 8617 |
+
9301: (e) => {
|
| 8618 |
+
function n(e) {
|
| 8619 |
+
return new RegExp(e.replace(/[-/\\^$*+?.()|[\]{}]/g, "\\$&"), "m");
|
| 8620 |
+
}
|
| 8621 |
+
function t(e) {
|
| 8622 |
+
return e ? ("string" == typeof e ? e : e.source) : null;
|
| 8623 |
+
}
|
| 8624 |
+
function i(e) {
|
| 8625 |
+
return a("(?=", e, ")");
|
| 8626 |
+
}
|
| 8627 |
+
function a(...e) {
|
| 8628 |
+
return e.map((e) => t(e)).join("");
|
| 8629 |
+
}
|
| 8630 |
+
function r(...e) {
|
| 8631 |
+
const n = (function (e) {
|
| 8632 |
+
const n = e[e.length - 1];
|
| 8633 |
+
return "object" == typeof n && n.constructor === Object ? (e.splice(e.length - 1, 1), n) : {};
|
| 8634 |
+
})(e);
|
| 8635 |
+
return "(" + (n.capture ? "" : "?:") + e.map((e) => t(e)).join("|") + ")";
|
| 8636 |
+
}
|
| 8637 |
+
e.exports = function (e) {
|
| 8638 |
+
const t = { scope: "keyword", match: /\b(yield|return|let|do|match|use)!/ },
|
| 8639 |
+
s = [
|
| 8640 |
+
"bool",
|
| 8641 |
+
"byte",
|
| 8642 |
+
"sbyte",
|
| 8643 |
+
"int8",
|
| 8644 |
+
"int16",
|
| 8645 |
+
"int32",
|
| 8646 |
+
"uint8",
|
| 8647 |
+
"uint16",
|
| 8648 |
+
"uint32",
|
| 8649 |
+
"int",
|
| 8650 |
+
"uint",
|
| 8651 |
+
"int64",
|
| 8652 |
+
"uint64",
|
| 8653 |
+
"nativeint",
|
| 8654 |
+
"unativeint",
|
| 8655 |
+
"decimal",
|
| 8656 |
+
"float",
|
| 8657 |
+
"double",
|
| 8658 |
+
"float32",
|
| 8659 |
+
"single",
|
| 8660 |
+
"char",
|
| 8661 |
+
"string",
|
| 8662 |
+
"unit",
|
| 8663 |
+
"bigint",
|
| 8664 |
+
"option",
|
| 8665 |
+
"voption",
|
| 8666 |
+
"list",
|
| 8667 |
+
"array",
|
| 8668 |
+
"seq",
|
| 8669 |
+
"byref",
|
| 8670 |
+
"exn",
|
| 8671 |
+
"inref",
|
| 8672 |
+
"nativeptr",
|
| 8673 |
+
"obj",
|
| 8674 |
+
"outref",
|
| 8675 |
+
"voidptr",
|
| 8676 |
+
"Result",
|
| 8677 |
+
],
|
| 8678 |
+
o = {
|
| 8679 |
+
keyword: [
|
| 8680 |
+
"abstract",
|
| 8681 |
+
"and",
|
| 8682 |
+
"as",
|
| 8683 |
+
"assert",
|
| 8684 |
+
"base",
|
| 8685 |
+
"begin",
|
| 8686 |
+
"class",
|
| 8687 |
+
"default",
|
| 8688 |
+
"delegate",
|
| 8689 |
+
"do",
|
| 8690 |
+
"done",
|
| 8691 |
+
"downcast",
|
| 8692 |
+
"downto",
|
| 8693 |
+
"elif",
|
| 8694 |
+
"else",
|
| 8695 |
+
"end",
|
| 8696 |
+
"exception",
|
| 8697 |
+
"extern",
|
| 8698 |
+
"finally",
|
| 8699 |
+
"fixed",
|
| 8700 |
+
"for",
|
| 8701 |
+
"fun",
|
| 8702 |
+
"function",
|
| 8703 |
+
"global",
|
| 8704 |
+
"if",
|
| 8705 |
+
"in",
|
| 8706 |
+
"inherit",
|
| 8707 |
+
"inline",
|
| 8708 |
+
"interface",
|
| 8709 |
+
"internal",
|
| 8710 |
+
"lazy",
|
| 8711 |
+
"let",
|
| 8712 |
+
"match",
|
| 8713 |
+
"member",
|
| 8714 |
+
"module",
|
| 8715 |
+
"mutable",
|
| 8716 |
+
"namespace",
|
| 8717 |
+
"new",
|
| 8718 |
+
"of",
|
| 8719 |
+
"open",
|
| 8720 |
+
"or",
|
| 8721 |
+
"override",
|
| 8722 |
+
"private",
|
| 8723 |
+
"public",
|
| 8724 |
+
"rec",
|
| 8725 |
+
"return",
|
| 8726 |
+
"static",
|
| 8727 |
+
"struct",
|
| 8728 |
+
"then",
|
| 8729 |
+
"to",
|
| 8730 |
+
"try",
|
| 8731 |
+
"type",
|
| 8732 |
+
"upcast",
|
| 8733 |
+
"use",
|
| 8734 |
+
"val",
|
| 8735 |
+
"void",
|
| 8736 |
+
"when",
|
| 8737 |
+
"while",
|
| 8738 |
+
"with",
|
| 8739 |
+
"yield",
|
| 8740 |
+
],
|
| 8741 |
+
literal: ["true", "false", "null", "Some", "None", "Ok", "Error", "infinity", "infinityf", "nan", "nanf"],
|
| 8742 |
+
built_in: [
|
| 8743 |
+
"not",
|
| 8744 |
+
"ref",
|
| 8745 |
+
"raise",
|
| 8746 |
+
"reraise",
|
| 8747 |
+
"dict",
|
| 8748 |
+
"readOnlyDict",
|
| 8749 |
+
"set",
|
| 8750 |
+
"get",
|
| 8751 |
+
"enum",
|
| 8752 |
+
"sizeof",
|
| 8753 |
+
"typeof",
|
| 8754 |
+
"typedefof",
|
| 8755 |
+
"nameof",
|
| 8756 |
+
"nullArg",
|
| 8757 |
+
"invalidArg",
|
| 8758 |
+
"invalidOp",
|
| 8759 |
+
"id",
|
| 8760 |
+
"fst",
|
| 8761 |
+
"snd",
|
| 8762 |
+
"ignore",
|
| 8763 |
+
"lock",
|
| 8764 |
+
"using",
|
| 8765 |
+
"box",
|
| 8766 |
+
"unbox",
|
| 8767 |
+
"tryUnbox",
|
| 8768 |
+
"printf",
|
| 8769 |
+
"printfn",
|
| 8770 |
+
"sprintf",
|
| 8771 |
+
"eprintf",
|
| 8772 |
+
"eprintfn",
|
| 8773 |
+
"fprintf",
|
| 8774 |
+
"fprintfn",
|
| 8775 |
+
"failwith",
|
| 8776 |
+
"failwithf",
|
| 8777 |
+
],
|
| 8778 |
+
"variable.constant": ["__LINE__", "__SOURCE_DIRECTORY__", "__SOURCE_FILE__"],
|
| 8779 |
+
},
|
| 8780 |
+
l = { variants: [e.COMMENT(/\(\*(?!\))/, /\*\)/, { contains: ["self"] }), e.C_LINE_COMMENT_MODE] },
|
| 8781 |
+
c = { scope: "variable", begin: /``/, end: /``/ },
|
| 8782 |
+
d = /\B('|\^)/,
|
| 8783 |
+
u = { scope: "symbol", variants: [{ match: a(d, /``.*?``/) }, { match: a(d, e.UNDERSCORE_IDENT_RE) }], relevance: 0 },
|
| 8784 |
+
g = function ({ includeEqual: e }) {
|
| 8785 |
+
let t;
|
| 8786 |
+
t = e ? "!%&*+-/<=>@^|~?" : "!%&*+-/<>@^|~?";
|
| 8787 |
+
const s = a("[", ...Array.from(t).map(n), "]"),
|
| 8788 |
+
o = r(s, /\./),
|
| 8789 |
+
l = a(o, i(o)),
|
| 8790 |
+
c = r(a(l, o, "*"), a(s, "+"));
|
| 8791 |
+
return { scope: "operator", match: r(c, /:\?>/, /:\?/, /:>/, /:=/, /::?/, /\$/), relevance: 0 };
|
| 8792 |
+
},
|
| 8793 |
+
b = g({ includeEqual: !0 }),
|
| 8794 |
+
f = g({ includeEqual: !1 }),
|
| 8795 |
+
p = function (n, t) {
|
| 8796 |
+
return {
|
| 8797 |
+
begin: a(n, i(a(/\s*/, r(/\w/, /'/, /\^/, /#/, /``/, /\(/, /{\|/)))),
|
| 8798 |
+
beginScope: t,
|
| 8799 |
+
end: i(r(/\n/, /=/)),
|
| 8800 |
+
relevance: 0,
|
| 8801 |
+
keywords: e.inherit(o, { type: s }),
|
| 8802 |
+
contains: [l, u, e.inherit(c, { scope: null }), f],
|
| 8803 |
+
};
|
| 8804 |
+
},
|
| 8805 |
+
m = p(/:/, "operator"),
|
| 8806 |
+
h = p(/\bof\b/, "keyword"),
|
| 8807 |
+
E = {
|
| 8808 |
+
begin: [/(^|\s+)/, /type/, /\s+/, /[a-zA-Z_](\w|')*/],
|
| 8809 |
+
beginScope: { 2: "keyword", 4: "title.class" },
|
| 8810 |
+
end: i(/\(|=|$/),
|
| 8811 |
+
keywords: o,
|
| 8812 |
+
contains: [l, e.inherit(c, { scope: null }), u, { scope: "operator", match: /<|>/ }, m],
|
| 8813 |
+
},
|
| 8814 |
+
_ = { scope: "computation-expression", match: /\b[_a-z]\w*(?=\s*\{)/ },
|
| 8815 |
+
N = {
|
| 8816 |
+
begin: [
|
| 8817 |
+
/^\s*/,
|
| 8818 |
+
a(/#/, r("if", "else", "endif", "line", "nowarn", "light", "r", "i", "I", "load", "time", "help", "quit")),
|
| 8819 |
+
/\b/,
|
| 8820 |
+
],
|
| 8821 |
+
beginScope: { 2: "meta" },
|
| 8822 |
+
end: i(/\s|$/),
|
| 8823 |
+
},
|
| 8824 |
+
T = { variants: [e.BINARY_NUMBER_MODE, e.C_NUMBER_MODE] },
|
| 8825 |
+
O = { scope: "string", begin: /"/, end: /"/, contains: [e.BACKSLASH_ESCAPE] },
|
| 8826 |
+
v = { scope: "string", begin: /@"/, end: /"/, contains: [{ match: /""/ }, e.BACKSLASH_ESCAPE] },
|
| 8827 |
+
y = { scope: "string", begin: /"""/, end: /"""/, relevance: 2 },
|
| 8828 |
+
A = { scope: "subst", begin: /\{/, end: /\}/, keywords: o },
|
| 8829 |
+
S = { scope: "string", begin: /\$"/, end: /"/, contains: [{ match: /\{\{/ }, { match: /\}\}/ }, e.BACKSLASH_ESCAPE, A] },
|
| 8830 |
+
w = {
|
| 8831 |
+
scope: "string",
|
| 8832 |
+
begin: /(\$@|@\$)"/,
|
| 8833 |
+
end: /"/,
|
| 8834 |
+
contains: [{ match: /\{\{/ }, { match: /\}\}/ }, { match: /""/ }, e.BACKSLASH_ESCAPE, A],
|
| 8835 |
+
},
|
| 8836 |
+
R = { scope: "string", begin: /\$"""/, end: /"""/, contains: [{ match: /\{\{/ }, { match: /\}\}/ }, A], relevance: 2 },
|
| 8837 |
+
I = { scope: "string", match: a(/'/, r(/[^\\']/, /\\(?:.|\d{3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}|U[a-fA-F\d]{8})/), /'/) };
|
| 8838 |
+
return (
|
| 8839 |
+
(A.contains = [w, S, v, O, I, t, l, c, m, _, N, T, u, b]),
|
| 8840 |
+
{
|
| 8841 |
+
name: "F#",
|
| 8842 |
+
aliases: ["fs", "f#"],
|
| 8843 |
+
keywords: o,
|
| 8844 |
+
illegal: /\/\*/,
|
| 8845 |
+
classNameAliases: { "computation-expression": "keyword" },
|
| 8846 |
+
contains: [
|
| 8847 |
+
t,
|
| 8848 |
+
{ variants: [R, w, S, y, v, O, I] },
|
| 8849 |
+
l,
|
| 8850 |
+
c,
|
| 8851 |
+
E,
|
| 8852 |
+
{ scope: "meta", begin: /\[</, end: />\]/, relevance: 2, contains: [c, y, v, O, I, T] },
|
| 8853 |
+
h,
|
| 8854 |
+
m,
|
| 8855 |
+
_,
|
| 8856 |
+
N,
|
| 8857 |
+
T,
|
| 8858 |
+
u,
|
| 8859 |
+
b,
|
| 8860 |
+
],
|
| 8861 |
+
}
|
| 8862 |
+
);
|
| 8863 |
+
};
|
| 8864 |
+
},
|
| 8865 |
+
9777: (e) => {
|
| 8866 |
+
e.exports = function (e) {
|
| 8867 |
+
const n = {
|
| 8868 |
+
keyword: [
|
| 8869 |
+
"break",
|
| 8870 |
+
"case",
|
| 8871 |
+
"chan",
|
| 8872 |
+
"const",
|
| 8873 |
+
"continue",
|
| 8874 |
+
"default",
|
| 8875 |
+
"defer",
|
| 8876 |
+
"else",
|
| 8877 |
+
"fallthrough",
|
| 8878 |
+
"for",
|
| 8879 |
+
"func",
|
| 8880 |
+
"go",
|
| 8881 |
+
"goto",
|
| 8882 |
+
"if",
|
| 8883 |
+
"import",
|
| 8884 |
+
"interface",
|
| 8885 |
+
"map",
|
| 8886 |
+
"package",
|
| 8887 |
+
"range",
|
| 8888 |
+
"return",
|
| 8889 |
+
"select",
|
| 8890 |
+
"struct",
|
| 8891 |
+
"switch",
|
| 8892 |
+
"type",
|
| 8893 |
+
"var",
|
| 8894 |
+
],
|
| 8895 |
+
type: [
|
| 8896 |
+
"bool",
|
| 8897 |
+
"byte",
|
| 8898 |
+
"complex64",
|
| 8899 |
+
"complex128",
|
| 8900 |
+
"error",
|
| 8901 |
+
"float32",
|
| 8902 |
+
"float64",
|
| 8903 |
+
"int8",
|
| 8904 |
+
"int16",
|
| 8905 |
+
"int32",
|
| 8906 |
+
"int64",
|
| 8907 |
+
"string",
|
| 8908 |
+
"uint8",
|
| 8909 |
+
"uint16",
|
| 8910 |
+
"uint32",
|
| 8911 |
+
"uint64",
|
| 8912 |
+
"int",
|
| 8913 |
+
"uint",
|
| 8914 |
+
"uintptr",
|
| 8915 |
+
"rune",
|
| 8916 |
+
],
|
| 8917 |
+
literal: ["true", "false", "iota", "nil"],
|
| 8918 |
+
built_in: [
|
| 8919 |
+
"append",
|
| 8920 |
+
"cap",
|
| 8921 |
+
"close",
|
| 8922 |
+
"complex",
|
| 8923 |
+
"copy",
|
| 8924 |
+
"imag",
|
| 8925 |
+
"len",
|
| 8926 |
+
"make",
|
| 8927 |
+
"new",
|
| 8928 |
+
"panic",
|
| 8929 |
+
"print",
|
| 8930 |
+
"println",
|
| 8931 |
+
"real",
|
| 8932 |
+
"recover",
|
| 8933 |
+
"delete",
|
| 8934 |
+
],
|
| 8935 |
+
};
|
| 8936 |
+
return {
|
| 8937 |
+
name: "Go",
|
| 8938 |
+
aliases: ["golang"],
|
| 8939 |
+
keywords: n,
|
| 8940 |
+
illegal: "</",
|
| 8941 |
+
contains: [
|
| 8942 |
+
e.C_LINE_COMMENT_MODE,
|
| 8943 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 8944 |
+
{ className: "string", variants: [e.QUOTE_STRING_MODE, e.APOS_STRING_MODE, { begin: "`", end: "`" }] },
|
| 8945 |
+
{ className: "number", variants: [{ begin: e.C_NUMBER_RE + "[i]", relevance: 1 }, e.C_NUMBER_MODE] },
|
| 8946 |
+
{ begin: /:=/ },
|
| 8947 |
+
{
|
| 8948 |
+
className: "function",
|
| 8949 |
+
beginKeywords: "func",
|
| 8950 |
+
end: "\\s*(\\{|$)",
|
| 8951 |
+
excludeEnd: !0,
|
| 8952 |
+
contains: [e.TITLE_MODE, { className: "params", begin: /\(/, end: /\)/, endsParent: !0, keywords: n, illegal: /["']/ }],
|
| 8953 |
+
},
|
| 8954 |
+
],
|
| 8955 |
+
};
|
| 8956 |
+
};
|
| 8957 |
+
},
|
| 8958 |
+
1432: (e) => {
|
| 8959 |
+
e.exports = function (e) {
|
| 8960 |
+
return {
|
| 8961 |
+
name: "Gradle",
|
| 8962 |
+
case_insensitive: !0,
|
| 8963 |
+
keywords: [
|
| 8964 |
+
"task",
|
| 8965 |
+
"project",
|
| 8966 |
+
"allprojects",
|
| 8967 |
+
"subprojects",
|
| 8968 |
+
"artifacts",
|
| 8969 |
+
"buildscript",
|
| 8970 |
+
"configurations",
|
| 8971 |
+
"dependencies",
|
| 8972 |
+
"repositories",
|
| 8973 |
+
"sourceSets",
|
| 8974 |
+
"description",
|
| 8975 |
+
"delete",
|
| 8976 |
+
"from",
|
| 8977 |
+
"into",
|
| 8978 |
+
"include",
|
| 8979 |
+
"exclude",
|
| 8980 |
+
"source",
|
| 8981 |
+
"classpath",
|
| 8982 |
+
"destinationDir",
|
| 8983 |
+
"includes",
|
| 8984 |
+
"options",
|
| 8985 |
+
"sourceCompatibility",
|
| 8986 |
+
"targetCompatibility",
|
| 8987 |
+
"group",
|
| 8988 |
+
"flatDir",
|
| 8989 |
+
"doLast",
|
| 8990 |
+
"doFirst",
|
| 8991 |
+
"flatten",
|
| 8992 |
+
"todir",
|
| 8993 |
+
"fromdir",
|
| 8994 |
+
"ant",
|
| 8995 |
+
"def",
|
| 8996 |
+
"abstract",
|
| 8997 |
+
"break",
|
| 8998 |
+
"case",
|
| 8999 |
+
"catch",
|
| 9000 |
+
"continue",
|
| 9001 |
+
"default",
|
| 9002 |
+
"do",
|
| 9003 |
+
"else",
|
| 9004 |
+
"extends",
|
| 9005 |
+
"final",
|
| 9006 |
+
"finally",
|
| 9007 |
+
"for",
|
| 9008 |
+
"if",
|
| 9009 |
+
"implements",
|
| 9010 |
+
"instanceof",
|
| 9011 |
+
"native",
|
| 9012 |
+
"new",
|
| 9013 |
+
"private",
|
| 9014 |
+
"protected",
|
| 9015 |
+
"public",
|
| 9016 |
+
"return",
|
| 9017 |
+
"static",
|
| 9018 |
+
"switch",
|
| 9019 |
+
"synchronized",
|
| 9020 |
+
"throw",
|
| 9021 |
+
"throws",
|
| 9022 |
+
"transient",
|
| 9023 |
+
"try",
|
| 9024 |
+
"volatile",
|
| 9025 |
+
"while",
|
| 9026 |
+
"strictfp",
|
| 9027 |
+
"package",
|
| 9028 |
+
"import",
|
| 9029 |
+
"false",
|
| 9030 |
+
"null",
|
| 9031 |
+
"super",
|
| 9032 |
+
"this",
|
| 9033 |
+
"true",
|
| 9034 |
+
"antlrtask",
|
| 9035 |
+
"checkstyle",
|
| 9036 |
+
"codenarc",
|
| 9037 |
+
"copy",
|
| 9038 |
+
"boolean",
|
| 9039 |
+
"byte",
|
| 9040 |
+
"char",
|
| 9041 |
+
"class",
|
| 9042 |
+
"double",
|
| 9043 |
+
"float",
|
| 9044 |
+
"int",
|
| 9045 |
+
"interface",
|
| 9046 |
+
"long",
|
| 9047 |
+
"short",
|
| 9048 |
+
"void",
|
| 9049 |
+
"compile",
|
| 9050 |
+
"runTime",
|
| 9051 |
+
"file",
|
| 9052 |
+
"fileTree",
|
| 9053 |
+
"abs",
|
| 9054 |
+
"any",
|
| 9055 |
+
"append",
|
| 9056 |
+
"asList",
|
| 9057 |
+
"asWritable",
|
| 9058 |
+
"call",
|
| 9059 |
+
"collect",
|
| 9060 |
+
"compareTo",
|
| 9061 |
+
"count",
|
| 9062 |
+
"div",
|
| 9063 |
+
"dump",
|
| 9064 |
+
"each",
|
| 9065 |
+
"eachByte",
|
| 9066 |
+
"eachFile",
|
| 9067 |
+
"eachLine",
|
| 9068 |
+
"every",
|
| 9069 |
+
"find",
|
| 9070 |
+
"findAll",
|
| 9071 |
+
"flatten",
|
| 9072 |
+
"getAt",
|
| 9073 |
+
"getErr",
|
| 9074 |
+
"getIn",
|
| 9075 |
+
"getOut",
|
| 9076 |
+
"getText",
|
| 9077 |
+
"grep",
|
| 9078 |
+
"immutable",
|
| 9079 |
+
"inject",
|
| 9080 |
+
"inspect",
|
| 9081 |
+
"intersect",
|
| 9082 |
+
"invokeMethods",
|
| 9083 |
+
"isCase",
|
| 9084 |
+
"join",
|
| 9085 |
+
"leftShift",
|
| 9086 |
+
"minus",
|
| 9087 |
+
"multiply",
|
| 9088 |
+
"newInputStream",
|
| 9089 |
+
"newOutputStream",
|
| 9090 |
+
"newPrintWriter",
|
| 9091 |
+
"newReader",
|
| 9092 |
+
"newWriter",
|
| 9093 |
+
"next",
|
| 9094 |
+
"plus",
|
| 9095 |
+
"pop",
|
| 9096 |
+
"power",
|
| 9097 |
+
"previous",
|
| 9098 |
+
"print",
|
| 9099 |
+
"println",
|
| 9100 |
+
"push",
|
| 9101 |
+
"putAt",
|
| 9102 |
+
"read",
|
| 9103 |
+
"readBytes",
|
| 9104 |
+
"readLines",
|
| 9105 |
+
"reverse",
|
| 9106 |
+
"reverseEach",
|
| 9107 |
+
"round",
|
| 9108 |
+
"size",
|
| 9109 |
+
"sort",
|
| 9110 |
+
"splitEachLine",
|
| 9111 |
+
"step",
|
| 9112 |
+
"subMap",
|
| 9113 |
+
"times",
|
| 9114 |
+
"toInteger",
|
| 9115 |
+
"toList",
|
| 9116 |
+
"tokenize",
|
| 9117 |
+
"upto",
|
| 9118 |
+
"waitForOrKill",
|
| 9119 |
+
"withPrintWriter",
|
| 9120 |
+
"withReader",
|
| 9121 |
+
"withStream",
|
| 9122 |
+
"withWriter",
|
| 9123 |
+
"withWriterAppend",
|
| 9124 |
+
"write",
|
| 9125 |
+
"writeLine",
|
| 9126 |
+
],
|
| 9127 |
+
contains: [e.C_LINE_COMMENT_MODE, e.C_BLOCK_COMMENT_MODE, e.APOS_STRING_MODE, e.QUOTE_STRING_MODE, e.NUMBER_MODE, e.REGEXP_MODE],
|
| 9128 |
+
};
|
| 9129 |
+
};
|
| 9130 |
+
},
|
| 9131 |
+
253: (e) => {
|
| 9132 |
+
function n(e, n = {}) {
|
| 9133 |
+
return (n.variants = e), n;
|
| 9134 |
+
}
|
| 9135 |
+
e.exports = function (e) {
|
| 9136 |
+
const t = e.regex,
|
| 9137 |
+
i = "[A-Za-z0-9_$]+",
|
| 9138 |
+
a = n([
|
| 9139 |
+
e.C_LINE_COMMENT_MODE,
|
| 9140 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 9141 |
+
e.COMMENT("/\\*\\*", "\\*/", {
|
| 9142 |
+
relevance: 0,
|
| 9143 |
+
contains: [
|
| 9144 |
+
{ begin: /\w+@/, relevance: 0 },
|
| 9145 |
+
{ className: "doctag", begin: "@[A-Za-z]+" },
|
| 9146 |
+
],
|
| 9147 |
+
}),
|
| 9148 |
+
]),
|
| 9149 |
+
r = { className: "regexp", begin: /~?\/[^\/\n]+\//, contains: [e.BACKSLASH_ESCAPE] },
|
| 9150 |
+
s = n([e.BINARY_NUMBER_MODE, e.C_NUMBER_MODE]),
|
| 9151 |
+
o = n(
|
| 9152 |
+
[
|
| 9153 |
+
{ begin: /"""/, end: /"""/ },
|
| 9154 |
+
{ begin: /'''/, end: /'''/ },
|
| 9155 |
+
{ begin: "\\$/", end: "/\\$", relevance: 10 },
|
| 9156 |
+
e.APOS_STRING_MODE,
|
| 9157 |
+
e.QUOTE_STRING_MODE,
|
| 9158 |
+
],
|
| 9159 |
+
{ className: "string" }
|
| 9160 |
+
),
|
| 9161 |
+
l = {
|
| 9162 |
+
match: [/(class|interface|trait|enum|record|extends|implements)/, /\s+/, e.UNDERSCORE_IDENT_RE],
|
| 9163 |
+
scope: { 1: "keyword", 3: "title.class" },
|
| 9164 |
+
};
|
| 9165 |
+
return {
|
| 9166 |
+
name: "Groovy",
|
| 9167 |
+
keywords: {
|
| 9168 |
+
"variable.language": "this super",
|
| 9169 |
+
literal: "true false null",
|
| 9170 |
+
type: ["byte", "short", "char", "int", "long", "boolean", "float", "double", "void"],
|
| 9171 |
+
keyword: [
|
| 9172 |
+
"def",
|
| 9173 |
+
"as",
|
| 9174 |
+
"in",
|
| 9175 |
+
"assert",
|
| 9176 |
+
"trait",
|
| 9177 |
+
"abstract",
|
| 9178 |
+
"static",
|
| 9179 |
+
"volatile",
|
| 9180 |
+
"transient",
|
| 9181 |
+
"public",
|
| 9182 |
+
"private",
|
| 9183 |
+
"protected",
|
| 9184 |
+
"synchronized",
|
| 9185 |
+
"final",
|
| 9186 |
+
"class",
|
| 9187 |
+
"interface",
|
| 9188 |
+
"enum",
|
| 9189 |
+
"if",
|
| 9190 |
+
"else",
|
| 9191 |
+
"for",
|
| 9192 |
+
"while",
|
| 9193 |
+
"switch",
|
| 9194 |
+
"case",
|
| 9195 |
+
"break",
|
| 9196 |
+
"default",
|
| 9197 |
+
"continue",
|
| 9198 |
+
"throw",
|
| 9199 |
+
"throws",
|
| 9200 |
+
"try",
|
| 9201 |
+
"catch",
|
| 9202 |
+
"finally",
|
| 9203 |
+
"implements",
|
| 9204 |
+
"extends",
|
| 9205 |
+
"new",
|
| 9206 |
+
"import",
|
| 9207 |
+
"package",
|
| 9208 |
+
"return",
|
| 9209 |
+
"instanceof",
|
| 9210 |
+
"var",
|
| 9211 |
+
],
|
| 9212 |
+
},
|
| 9213 |
+
contains: [
|
| 9214 |
+
e.SHEBANG({ binary: "groovy", relevance: 10 }),
|
| 9215 |
+
a,
|
| 9216 |
+
o,
|
| 9217 |
+
r,
|
| 9218 |
+
s,
|
| 9219 |
+
l,
|
| 9220 |
+
{ className: "meta", begin: "@[A-Za-z]+", relevance: 0 },
|
| 9221 |
+
{ className: "attr", begin: i + "[ \t]*:", relevance: 0 },
|
| 9222 |
+
{ begin: /\?/, end: /:/, relevance: 0, contains: [a, o, r, s, "self"] },
|
| 9223 |
+
{ className: "symbol", begin: "^[ \t]*" + t.lookahead(i + ":"), excludeBegin: !0, end: i + ":", relevance: 0 },
|
| 9224 |
+
],
|
| 9225 |
+
illegal: /#|<\//,
|
| 9226 |
+
};
|
| 9227 |
+
};
|
| 9228 |
+
},
|
| 9229 |
+
3187: (e) => {
|
| 9230 |
+
e.exports = function (e) {
|
| 9231 |
+
const n = e.regex,
|
| 9232 |
+
t = {
|
| 9233 |
+
$pattern: /[\w.\/]+/,
|
| 9234 |
+
built_in: [
|
| 9235 |
+
"action",
|
| 9236 |
+
"bindattr",
|
| 9237 |
+
"collection",
|
| 9238 |
+
"component",
|
| 9239 |
+
"concat",
|
| 9240 |
+
"debugger",
|
| 9241 |
+
"each",
|
| 9242 |
+
"each-in",
|
| 9243 |
+
"get",
|
| 9244 |
+
"hash",
|
| 9245 |
+
"if",
|
| 9246 |
+
"in",
|
| 9247 |
+
"input",
|
| 9248 |
+
"link-to",
|
| 9249 |
+
"loc",
|
| 9250 |
+
"log",
|
| 9251 |
+
"lookup",
|
| 9252 |
+
"mut",
|
| 9253 |
+
"outlet",
|
| 9254 |
+
"partial",
|
| 9255 |
+
"query-params",
|
| 9256 |
+
"render",
|
| 9257 |
+
"template",
|
| 9258 |
+
"textarea",
|
| 9259 |
+
"unbound",
|
| 9260 |
+
"unless",
|
| 9261 |
+
"view",
|
| 9262 |
+
"with",
|
| 9263 |
+
"yield",
|
| 9264 |
+
],
|
| 9265 |
+
},
|
| 9266 |
+
i = /\[\]|\[[^\]]+\]/,
|
| 9267 |
+
a = /[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,
|
| 9268 |
+
r = n.either(/""|"[^"]+"/, /''|'[^']+'/, i, a),
|
| 9269 |
+
s = n.concat(n.optional(/\.|\.\/|\//), r, n.anyNumberOfTimes(n.concat(/(\.|\/)/, r))),
|
| 9270 |
+
o = n.concat("(", i, "|", a, ")(?==)"),
|
| 9271 |
+
l = { begin: s },
|
| 9272 |
+
c = e.inherit(l, { keywords: { $pattern: /[\w.\/]+/, literal: ["true", "false", "undefined", "null"] } }),
|
| 9273 |
+
d = { begin: /\(/, end: /\)/ },
|
| 9274 |
+
u = {
|
| 9275 |
+
className: "attr",
|
| 9276 |
+
begin: o,
|
| 9277 |
+
relevance: 0,
|
| 9278 |
+
starts: { begin: /=/, end: /=/, starts: { contains: [e.NUMBER_MODE, e.QUOTE_STRING_MODE, e.APOS_STRING_MODE, c, d] } },
|
| 9279 |
+
},
|
| 9280 |
+
g = {
|
| 9281 |
+
contains: [
|
| 9282 |
+
e.NUMBER_MODE,
|
| 9283 |
+
e.QUOTE_STRING_MODE,
|
| 9284 |
+
e.APOS_STRING_MODE,
|
| 9285 |
+
{ begin: /as\s+\|/, keywords: { keyword: "as" }, end: /\|/, contains: [{ begin: /\w+/ }] },
|
| 9286 |
+
u,
|
| 9287 |
+
c,
|
| 9288 |
+
d,
|
| 9289 |
+
],
|
| 9290 |
+
returnEnd: !0,
|
| 9291 |
+
},
|
| 9292 |
+
b = e.inherit(l, { className: "name", keywords: t, starts: e.inherit(g, { end: /\)/ }) });
|
| 9293 |
+
d.contains = [b];
|
| 9294 |
+
const f = e.inherit(l, { keywords: t, className: "name", starts: e.inherit(g, { end: /\}\}/ }) }),
|
| 9295 |
+
p = e.inherit(l, { keywords: t, className: "name" }),
|
| 9296 |
+
m = e.inherit(l, { className: "name", keywords: t, starts: e.inherit(g, { end: /\}\}/ }) });
|
| 9297 |
+
return {
|
| 9298 |
+
name: "Handlebars",
|
| 9299 |
+
aliases: ["hbs", "html.hbs", "html.handlebars", "htmlbars"],
|
| 9300 |
+
case_insensitive: !0,
|
| 9301 |
+
subLanguage: "xml",
|
| 9302 |
+
contains: [
|
| 9303 |
+
{ begin: /\\\{\{/, skip: !0 },
|
| 9304 |
+
{ begin: /\\\\(?=\{\{)/, skip: !0 },
|
| 9305 |
+
e.COMMENT(/\{\{!--/, /--\}\}/),
|
| 9306 |
+
e.COMMENT(/\{\{!/, /\}\}/),
|
| 9307 |
+
{
|
| 9308 |
+
className: "template-tag",
|
| 9309 |
+
begin: /\{\{\{\{(?!\/)/,
|
| 9310 |
+
end: /\}\}\}\}/,
|
| 9311 |
+
contains: [f],
|
| 9312 |
+
starts: { end: /\{\{\{\{\//, returnEnd: !0, subLanguage: "xml" },
|
| 9313 |
+
},
|
| 9314 |
+
{ className: "template-tag", begin: /\{\{\{\{\//, end: /\}\}\}\}/, contains: [p] },
|
| 9315 |
+
{ className: "template-tag", begin: /\{\{#/, end: /\}\}/, contains: [f] },
|
| 9316 |
+
{ className: "template-tag", begin: /\{\{(?=else\}\})/, end: /\}\}/, keywords: "else" },
|
| 9317 |
+
{ className: "template-tag", begin: /\{\{(?=else if)/, end: /\}\}/, keywords: "else if" },
|
| 9318 |
+
{ className: "template-tag", begin: /\{\{\//, end: /\}\}/, contains: [p] },
|
| 9319 |
+
{ className: "template-variable", begin: /\{\{\{/, end: /\}\}\}/, contains: [m] },
|
| 9320 |
+
{ className: "template-variable", begin: /\{\{/, end: /\}\}/, contains: [m] },
|
| 9321 |
+
],
|
| 9322 |
+
};
|
| 9323 |
+
};
|
| 9324 |
+
},
|
| 9325 |
+
379: (e) => {
|
| 9326 |
+
e.exports = function (e) {
|
| 9327 |
+
const n = "([0-9]_*)+",
|
| 9328 |
+
t = "([0-9a-fA-F]_*)+",
|
| 9329 |
+
i = "([!#$%&*+.\\/<=>?@\\\\^~-]|(?!([(),;\\[\\]`|{}]|[_:\"']))(\\p{S}|\\p{P}))",
|
| 9330 |
+
a = { variants: [e.COMMENT("--+", "$"), e.COMMENT(/\{-/, /-\}/, { contains: ["self"] })] },
|
| 9331 |
+
r = { className: "meta", begin: /\{-#/, end: /#-\}/ },
|
| 9332 |
+
s = { className: "meta", begin: "^#", end: "$" },
|
| 9333 |
+
o = { className: "type", begin: "\\b[A-Z][\\w']*", relevance: 0 },
|
| 9334 |
+
l = {
|
| 9335 |
+
begin: "\\(",
|
| 9336 |
+
end: "\\)",
|
| 9337 |
+
illegal: '"',
|
| 9338 |
+
contains: [
|
| 9339 |
+
r,
|
| 9340 |
+
s,
|
| 9341 |
+
{ className: "type", begin: "\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?" },
|
| 9342 |
+
e.inherit(e.TITLE_MODE, { begin: "[_a-z][\\w']*" }),
|
| 9343 |
+
a,
|
| 9344 |
+
],
|
| 9345 |
+
},
|
| 9346 |
+
c = {
|
| 9347 |
+
className: "number",
|
| 9348 |
+
relevance: 0,
|
| 9349 |
+
variants: [
|
| 9350 |
+
{ match: `\\b(${n})(\\.(${n}))?([eE][+-]?(${n}))?\\b` },
|
| 9351 |
+
{ match: `\\b0[xX]_*(${t})(\\.(${t}))?([pP][+-]?(${n}))?\\b` },
|
| 9352 |
+
{ match: "\\b0[oO](([0-7]_*)+)\\b" },
|
| 9353 |
+
{ match: "\\b0[bB](([01]_*)+)\\b" },
|
| 9354 |
+
],
|
| 9355 |
+
};
|
| 9356 |
+
return {
|
| 9357 |
+
name: "Haskell",
|
| 9358 |
+
aliases: ["hs"],
|
| 9359 |
+
keywords:
|
| 9360 |
+
"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",
|
| 9361 |
+
unicodeRegex: !0,
|
| 9362 |
+
contains: [
|
| 9363 |
+
{ beginKeywords: "module", end: "where", keywords: "module where", contains: [l, a], illegal: "\\W\\.|;" },
|
| 9364 |
+
{ begin: "\\bimport\\b", end: "$", keywords: "import qualified as hiding", contains: [l, a], illegal: "\\W\\.|;" },
|
| 9365 |
+
{
|
| 9366 |
+
className: "class",
|
| 9367 |
+
begin: "^(\\s*)?(class|instance)\\b",
|
| 9368 |
+
end: "where",
|
| 9369 |
+
keywords: "class family instance where",
|
| 9370 |
+
contains: [o, l, a],
|
| 9371 |
+
},
|
| 9372 |
+
{
|
| 9373 |
+
className: "class",
|
| 9374 |
+
begin: "\\b(data|(new)?type)\\b",
|
| 9375 |
+
end: "$",
|
| 9376 |
+
keywords: "data family type newtype deriving",
|
| 9377 |
+
contains: [r, o, l, { begin: /\{/, end: /\}/, contains: l.contains }, a],
|
| 9378 |
+
},
|
| 9379 |
+
{ beginKeywords: "default", end: "$", contains: [o, l, a] },
|
| 9380 |
+
{ beginKeywords: "infix infixl infixr", end: "$", contains: [e.C_NUMBER_MODE, a] },
|
| 9381 |
+
{
|
| 9382 |
+
begin: "\\bforeign\\b",
|
| 9383 |
+
end: "$",
|
| 9384 |
+
keywords: "foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",
|
| 9385 |
+
contains: [o, e.QUOTE_STRING_MODE, a],
|
| 9386 |
+
},
|
| 9387 |
+
{ className: "meta", begin: "#!\\/usr\\/bin\\/env runhaskell", end: "$" },
|
| 9388 |
+
r,
|
| 9389 |
+
s,
|
| 9390 |
+
{ scope: "string", begin: /'(?=\\?.')/, end: /'/, contains: [{ scope: "char.escape", match: /\\./ }] },
|
| 9391 |
+
e.QUOTE_STRING_MODE,
|
| 9392 |
+
c,
|
| 9393 |
+
o,
|
| 9394 |
+
e.inherit(e.TITLE_MODE, { begin: "^[_a-z][\\w']*" }),
|
| 9395 |
+
{ begin: `(?!-)${i}--+|--+(?!-)${i}` },
|
| 9396 |
+
a,
|
| 9397 |
+
{ begin: "->|<-" },
|
| 9398 |
+
],
|
| 9399 |
+
};
|
| 9400 |
+
};
|
| 9401 |
+
},
|
| 9402 |
+
1533: (e) => {
|
| 9403 |
+
e.exports = function (e) {
|
| 9404 |
+
const n = e.regex,
|
| 9405 |
+
t = { className: "number", relevance: 0, variants: [{ begin: /([+-]+)?[\d]+_[\d_]+/ }, { begin: e.NUMBER_RE }] },
|
| 9406 |
+
i = e.COMMENT();
|
| 9407 |
+
i.variants = [
|
| 9408 |
+
{ begin: /;/, end: /$/ },
|
| 9409 |
+
{ begin: /#/, end: /$/ },
|
| 9410 |
+
];
|
| 9411 |
+
const a = { className: "variable", variants: [{ begin: /\$[\w\d"][\w\d_]*/ }, { begin: /\$\{(.*?)\}/ }] },
|
| 9412 |
+
r = { className: "literal", begin: /\bon|off|true|false|yes|no\b/ },
|
| 9413 |
+
s = {
|
| 9414 |
+
className: "string",
|
| 9415 |
+
contains: [e.BACKSLASH_ESCAPE],
|
| 9416 |
+
variants: [
|
| 9417 |
+
{ begin: "'''", end: "'''", relevance: 10 },
|
| 9418 |
+
{ begin: '"""', end: '"""', relevance: 10 },
|
| 9419 |
+
{ begin: '"', end: '"' },
|
| 9420 |
+
{ begin: "'", end: "'" },
|
| 9421 |
+
],
|
| 9422 |
+
},
|
| 9423 |
+
o = { begin: /\[/, end: /\]/, contains: [i, r, a, s, t, "self"], relevance: 0 },
|
| 9424 |
+
l = n.either(/[A-Za-z0-9_-]+/, /"(\\"|[^"])*"/, /'[^']*'/);
|
| 9425 |
+
return {
|
| 9426 |
+
name: "TOML, also INI",
|
| 9427 |
+
aliases: ["toml"],
|
| 9428 |
+
case_insensitive: !0,
|
| 9429 |
+
illegal: /\S/,
|
| 9430 |
+
contains: [
|
| 9431 |
+
i,
|
| 9432 |
+
{ className: "section", begin: /\[+/, end: /\]+/ },
|
| 9433 |
+
{
|
| 9434 |
+
begin: n.concat(l, "(\\s*\\.\\s*", l, ")*", n.lookahead(/\s*=\s*[^#\s]/)),
|
| 9435 |
+
className: "attr",
|
| 9436 |
+
starts: { end: /$/, contains: [i, o, r, a, s, t] },
|
| 9437 |
+
},
|
| 9438 |
+
],
|
| 9439 |
+
};
|
| 9440 |
+
};
|
| 9441 |
+
},
|
| 9442 |
+
4895: (e) => {
|
| 9443 |
+
var n = "[0-9](_*[0-9])*",
|
| 9444 |
+
t = `\\.(${n})`,
|
| 9445 |
+
i = "[0-9a-fA-F](_*[0-9a-fA-F])*",
|
| 9446 |
+
a = {
|
| 9447 |
+
className: "number",
|
| 9448 |
+
variants: [
|
| 9449 |
+
{ begin: `(\\b(${n})((${t})|\\.)?|(${t}))[eE][+-]?(${n})[fFdD]?\\b` },
|
| 9450 |
+
{ begin: `\\b(${n})((${t})[fFdD]?\\b|\\.([fFdD]\\b)?)` },
|
| 9451 |
+
{ begin: `(${t})[fFdD]?\\b` },
|
| 9452 |
+
{ begin: `\\b(${n})[fFdD]\\b` },
|
| 9453 |
+
{ begin: `\\b0[xX]((${i})\\.?|(${i})?\\.(${i}))[pP][+-]?(${n})[fFdD]?\\b` },
|
| 9454 |
+
{ begin: "\\b(0|[1-9](_*[0-9])*)[lL]?\\b" },
|
| 9455 |
+
{ begin: `\\b0[xX](${i})[lL]?\\b` },
|
| 9456 |
+
{ begin: "\\b0(_*[0-7])*[lL]?\\b" },
|
| 9457 |
+
{ begin: "\\b0[bB][01](_*[01])*[lL]?\\b" },
|
| 9458 |
+
],
|
| 9459 |
+
relevance: 0,
|
| 9460 |
+
};
|
| 9461 |
+
function r(e, n, t) {
|
| 9462 |
+
return -1 === t ? "" : e.replace(n, (i) => r(e, n, t - 1));
|
| 9463 |
+
}
|
| 9464 |
+
e.exports = function (e) {
|
| 9465 |
+
const n = e.regex,
|
| 9466 |
+
t = "[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",
|
| 9467 |
+
i = t + r("(?:<" + t + "~~~(?:\\s*,\\s*" + t + "~~~)*>)?", /~~~/g, 2),
|
| 9468 |
+
s = {
|
| 9469 |
+
keyword: [
|
| 9470 |
+
"synchronized",
|
| 9471 |
+
"abstract",
|
| 9472 |
+
"private",
|
| 9473 |
+
"var",
|
| 9474 |
+
"static",
|
| 9475 |
+
"if",
|
| 9476 |
+
"const ",
|
| 9477 |
+
"for",
|
| 9478 |
+
"while",
|
| 9479 |
+
"strictfp",
|
| 9480 |
+
"finally",
|
| 9481 |
+
"protected",
|
| 9482 |
+
"import",
|
| 9483 |
+
"native",
|
| 9484 |
+
"final",
|
| 9485 |
+
"void",
|
| 9486 |
+
"enum",
|
| 9487 |
+
"else",
|
| 9488 |
+
"break",
|
| 9489 |
+
"transient",
|
| 9490 |
+
"catch",
|
| 9491 |
+
"instanceof",
|
| 9492 |
+
"volatile",
|
| 9493 |
+
"case",
|
| 9494 |
+
"assert",
|
| 9495 |
+
"package",
|
| 9496 |
+
"default",
|
| 9497 |
+
"public",
|
| 9498 |
+
"try",
|
| 9499 |
+
"switch",
|
| 9500 |
+
"continue",
|
| 9501 |
+
"throws",
|
| 9502 |
+
"protected",
|
| 9503 |
+
"public",
|
| 9504 |
+
"private",
|
| 9505 |
+
"module",
|
| 9506 |
+
"requires",
|
| 9507 |
+
"exports",
|
| 9508 |
+
"do",
|
| 9509 |
+
"sealed",
|
| 9510 |
+
"yield",
|
| 9511 |
+
"permits",
|
| 9512 |
+
],
|
| 9513 |
+
literal: ["false", "true", "null"],
|
| 9514 |
+
type: ["char", "boolean", "long", "float", "int", "byte", "short", "double"],
|
| 9515 |
+
built_in: ["super", "this"],
|
| 9516 |
+
},
|
| 9517 |
+
o = { className: "meta", begin: "@" + t, contains: [{ begin: /\(/, end: /\)/, contains: ["self"] }] },
|
| 9518 |
+
l = {
|
| 9519 |
+
className: "params",
|
| 9520 |
+
begin: /\(/,
|
| 9521 |
+
end: /\)/,
|
| 9522 |
+
keywords: s,
|
| 9523 |
+
relevance: 0,
|
| 9524 |
+
contains: [e.C_BLOCK_COMMENT_MODE],
|
| 9525 |
+
endsParent: !0,
|
| 9526 |
+
};
|
| 9527 |
+
return {
|
| 9528 |
+
name: "Java",
|
| 9529 |
+
aliases: ["jsp"],
|
| 9530 |
+
keywords: s,
|
| 9531 |
+
illegal: /<\/|#/,
|
| 9532 |
+
contains: [
|
| 9533 |
+
e.COMMENT("/\\*\\*", "\\*/", {
|
| 9534 |
+
relevance: 0,
|
| 9535 |
+
contains: [
|
| 9536 |
+
{ begin: /\w+@/, relevance: 0 },
|
| 9537 |
+
{ className: "doctag", begin: "@[A-Za-z]+" },
|
| 9538 |
+
],
|
| 9539 |
+
}),
|
| 9540 |
+
{ begin: /import java\.[a-z]+\./, keywords: "import", relevance: 2 },
|
| 9541 |
+
e.C_LINE_COMMENT_MODE,
|
| 9542 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 9543 |
+
{ begin: /"""/, end: /"""/, className: "string", contains: [e.BACKSLASH_ESCAPE] },
|
| 9544 |
+
e.APOS_STRING_MODE,
|
| 9545 |
+
e.QUOTE_STRING_MODE,
|
| 9546 |
+
{ match: [/\b(?:class|interface|enum|extends|implements|new)/, /\s+/, t], className: { 1: "keyword", 3: "title.class" } },
|
| 9547 |
+
{ match: /non-sealed/, scope: "keyword" },
|
| 9548 |
+
{ begin: [n.concat(/(?!else)/, t), /\s+/, t, /\s+/, /=(?!=)/], className: { 1: "type", 3: "variable", 5: "operator" } },
|
| 9549 |
+
{
|
| 9550 |
+
begin: [/record/, /\s+/, t],
|
| 9551 |
+
className: { 1: "keyword", 3: "title.class" },
|
| 9552 |
+
contains: [l, e.C_LINE_COMMENT_MODE, e.C_BLOCK_COMMENT_MODE],
|
| 9553 |
+
},
|
| 9554 |
+
{ beginKeywords: "new throw return else", relevance: 0 },
|
| 9555 |
+
{
|
| 9556 |
+
begin: ["(?:" + i + "\\s+)", e.UNDERSCORE_IDENT_RE, /\s*(?=\()/],
|
| 9557 |
+
className: { 2: "title.function" },
|
| 9558 |
+
keywords: s,
|
| 9559 |
+
contains: [
|
| 9560 |
+
{
|
| 9561 |
+
className: "params",
|
| 9562 |
+
begin: /\(/,
|
| 9563 |
+
end: /\)/,
|
| 9564 |
+
keywords: s,
|
| 9565 |
+
relevance: 0,
|
| 9566 |
+
contains: [o, e.APOS_STRING_MODE, e.QUOTE_STRING_MODE, a, e.C_BLOCK_COMMENT_MODE],
|
| 9567 |
+
},
|
| 9568 |
+
e.C_LINE_COMMENT_MODE,
|
| 9569 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 9570 |
+
],
|
| 9571 |
+
},
|
| 9572 |
+
a,
|
| 9573 |
+
o,
|
| 9574 |
+
],
|
| 9575 |
+
};
|
| 9576 |
+
};
|
| 9577 |
+
},
|
| 9578 |
+
6035: (e) => {
|
| 9579 |
+
const n = "[A-Za-z$_][0-9A-Za-z$_]*",
|
| 9580 |
+
t = [
|
| 9581 |
+
"as",
|
| 9582 |
+
"in",
|
| 9583 |
+
"of",
|
| 9584 |
+
"if",
|
| 9585 |
+
"for",
|
| 9586 |
+
"while",
|
| 9587 |
+
"finally",
|
| 9588 |
+
"var",
|
| 9589 |
+
"new",
|
| 9590 |
+
"function",
|
| 9591 |
+
"do",
|
| 9592 |
+
"return",
|
| 9593 |
+
"void",
|
| 9594 |
+
"else",
|
| 9595 |
+
"break",
|
| 9596 |
+
"catch",
|
| 9597 |
+
"instanceof",
|
| 9598 |
+
"with",
|
| 9599 |
+
"throw",
|
| 9600 |
+
"case",
|
| 9601 |
+
"default",
|
| 9602 |
+
"try",
|
| 9603 |
+
"switch",
|
| 9604 |
+
"continue",
|
| 9605 |
+
"typeof",
|
| 9606 |
+
"delete",
|
| 9607 |
+
"let",
|
| 9608 |
+
"yield",
|
| 9609 |
+
"const",
|
| 9610 |
+
"class",
|
| 9611 |
+
"debugger",
|
| 9612 |
+
"async",
|
| 9613 |
+
"await",
|
| 9614 |
+
"static",
|
| 9615 |
+
"import",
|
| 9616 |
+
"from",
|
| 9617 |
+
"export",
|
| 9618 |
+
"extends",
|
| 9619 |
+
],
|
| 9620 |
+
i = ["true", "false", "null", "undefined", "NaN", "Infinity"],
|
| 9621 |
+
a = [
|
| 9622 |
+
"Object",
|
| 9623 |
+
"Function",
|
| 9624 |
+
"Boolean",
|
| 9625 |
+
"Symbol",
|
| 9626 |
+
"Math",
|
| 9627 |
+
"Date",
|
| 9628 |
+
"Number",
|
| 9629 |
+
"BigInt",
|
| 9630 |
+
"String",
|
| 9631 |
+
"RegExp",
|
| 9632 |
+
"Array",
|
| 9633 |
+
"Float32Array",
|
| 9634 |
+
"Float64Array",
|
| 9635 |
+
"Int8Array",
|
| 9636 |
+
"Uint8Array",
|
| 9637 |
+
"Uint8ClampedArray",
|
| 9638 |
+
"Int16Array",
|
| 9639 |
+
"Int32Array",
|
| 9640 |
+
"Uint16Array",
|
| 9641 |
+
"Uint32Array",
|
| 9642 |
+
"BigInt64Array",
|
| 9643 |
+
"BigUint64Array",
|
| 9644 |
+
"Set",
|
| 9645 |
+
"Map",
|
| 9646 |
+
"WeakSet",
|
| 9647 |
+
"WeakMap",
|
| 9648 |
+
"ArrayBuffer",
|
| 9649 |
+
"SharedArrayBuffer",
|
| 9650 |
+
"Atomics",
|
| 9651 |
+
"DataView",
|
| 9652 |
+
"JSON",
|
| 9653 |
+
"Promise",
|
| 9654 |
+
"Generator",
|
| 9655 |
+
"GeneratorFunction",
|
| 9656 |
+
"AsyncFunction",
|
| 9657 |
+
"Reflect",
|
| 9658 |
+
"Proxy",
|
| 9659 |
+
"Intl",
|
| 9660 |
+
"WebAssembly",
|
| 9661 |
+
],
|
| 9662 |
+
r = ["Error", "EvalError", "InternalError", "RangeError", "ReferenceError", "SyntaxError", "TypeError", "URIError"],
|
| 9663 |
+
s = [
|
| 9664 |
+
"setInterval",
|
| 9665 |
+
"setTimeout",
|
| 9666 |
+
"clearInterval",
|
| 9667 |
+
"clearTimeout",
|
| 9668 |
+
"require",
|
| 9669 |
+
"exports",
|
| 9670 |
+
"eval",
|
| 9671 |
+
"isFinite",
|
| 9672 |
+
"isNaN",
|
| 9673 |
+
"parseFloat",
|
| 9674 |
+
"parseInt",
|
| 9675 |
+
"decodeURI",
|
| 9676 |
+
"decodeURIComponent",
|
| 9677 |
+
"encodeURI",
|
| 9678 |
+
"encodeURIComponent",
|
| 9679 |
+
"escape",
|
| 9680 |
+
"unescape",
|
| 9681 |
+
],
|
| 9682 |
+
o = ["arguments", "this", "super", "console", "window", "document", "localStorage", "sessionStorage", "module", "global"],
|
| 9683 |
+
l = [].concat(s, a, r);
|
| 9684 |
+
e.exports = function (e) {
|
| 9685 |
+
const c = e.regex,
|
| 9686 |
+
d = n,
|
| 9687 |
+
u = {
|
| 9688 |
+
begin: /<[A-Za-z0-9\\._:-]+/,
|
| 9689 |
+
end: /\/[A-Za-z0-9\\._:-]+>|\/>/,
|
| 9690 |
+
isTrulyOpeningTag: (e, n) => {
|
| 9691 |
+
const t = e[0].length + e.index,
|
| 9692 |
+
i = e.input[t];
|
| 9693 |
+
if ("<" === i || "," === i) return void n.ignoreMatch();
|
| 9694 |
+
let a;
|
| 9695 |
+
">" === i &&
|
| 9696 |
+
(((e, { after: n }) => {
|
| 9697 |
+
const t = "</" + e[0].slice(1);
|
| 9698 |
+
return -1 !== e.input.indexOf(t, n);
|
| 9699 |
+
})(e, { after: t }) ||
|
| 9700 |
+
n.ignoreMatch());
|
| 9701 |
+
const r = e.input.substring(t);
|
| 9702 |
+
((a = r.match(/^\s*=/)) || ((a = r.match(/^\s+extends\s+/)) && 0 === a.index)) && n.ignoreMatch();
|
| 9703 |
+
},
|
| 9704 |
+
},
|
| 9705 |
+
g = { $pattern: n, keyword: t, literal: i, built_in: l, "variable.language": o },
|
| 9706 |
+
b = "[0-9](_?[0-9])*",
|
| 9707 |
+
f = `\\.(${b})`,
|
| 9708 |
+
p = "0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",
|
| 9709 |
+
m = {
|
| 9710 |
+
className: "number",
|
| 9711 |
+
variants: [
|
| 9712 |
+
{ begin: `(\\b(${p})((${f})|\\.)?|(${f}))[eE][+-]?(${b})\\b` },
|
| 9713 |
+
{ begin: `\\b(${p})\\b((${f})\\b|\\.)?|(${f})\\b` },
|
| 9714 |
+
{ begin: "\\b(0|[1-9](_?[0-9])*)n\\b" },
|
| 9715 |
+
{ begin: "\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b" },
|
| 9716 |
+
{ begin: "\\b0[bB][0-1](_?[0-1])*n?\\b" },
|
| 9717 |
+
{ begin: "\\b0[oO][0-7](_?[0-7])*n?\\b" },
|
| 9718 |
+
{ begin: "\\b0[0-7]+n?\\b" },
|
| 9719 |
+
],
|
| 9720 |
+
relevance: 0,
|
| 9721 |
+
},
|
| 9722 |
+
h = { className: "subst", begin: "\\$\\{", end: "\\}", keywords: g, contains: [] },
|
| 9723 |
+
E = { begin: "html`", end: "", starts: { end: "`", returnEnd: !1, contains: [e.BACKSLASH_ESCAPE, h], subLanguage: "xml" } },
|
| 9724 |
+
_ = { begin: "css`", end: "", starts: { end: "`", returnEnd: !1, contains: [e.BACKSLASH_ESCAPE, h], subLanguage: "css" } },
|
| 9725 |
+
N = { begin: "gql`", end: "", starts: { end: "`", returnEnd: !1, contains: [e.BACKSLASH_ESCAPE, h], subLanguage: "graphql" } },
|
| 9726 |
+
T = { className: "string", begin: "`", end: "`", contains: [e.BACKSLASH_ESCAPE, h] },
|
| 9727 |
+
O = {
|
| 9728 |
+
className: "comment",
|
| 9729 |
+
variants: [
|
| 9730 |
+
e.COMMENT(/\/\*\*(?!\/)/, "\\*/", {
|
| 9731 |
+
relevance: 0,
|
| 9732 |
+
contains: [
|
| 9733 |
+
{
|
| 9734 |
+
begin: "(?=@[A-Za-z]+)",
|
| 9735 |
+
relevance: 0,
|
| 9736 |
+
contains: [
|
| 9737 |
+
{ className: "doctag", begin: "@[A-Za-z]+" },
|
| 9738 |
+
{ className: "type", begin: "\\{", end: "\\}", excludeEnd: !0, excludeBegin: !0, relevance: 0 },
|
| 9739 |
+
{ className: "variable", begin: d + "(?=\\s*(-)|$)", endsParent: !0, relevance: 0 },
|
| 9740 |
+
{ begin: /(?=[^\n])\s/, relevance: 0 },
|
| 9741 |
+
],
|
| 9742 |
+
},
|
| 9743 |
+
],
|
| 9744 |
+
}),
|
| 9745 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 9746 |
+
e.C_LINE_COMMENT_MODE,
|
| 9747 |
+
],
|
| 9748 |
+
},
|
| 9749 |
+
v = [e.APOS_STRING_MODE, e.QUOTE_STRING_MODE, E, _, N, T, { match: /\$\d+/ }, m];
|
| 9750 |
+
h.contains = v.concat({ begin: /\{/, end: /\}/, keywords: g, contains: ["self"].concat(v) });
|
| 9751 |
+
const y = [].concat(O, h.contains),
|
| 9752 |
+
A = y.concat([{ begin: /\(/, end: /\)/, keywords: g, contains: ["self"].concat(y) }]),
|
| 9753 |
+
S = { className: "params", begin: /\(/, end: /\)/, excludeBegin: !0, excludeEnd: !0, keywords: g, contains: A },
|
| 9754 |
+
w = {
|
| 9755 |
+
variants: [
|
| 9756 |
+
{
|
| 9757 |
+
match: [/class/, /\s+/, d, /\s+/, /extends/, /\s+/, c.concat(d, "(", c.concat(/\./, d), ")*")],
|
| 9758 |
+
scope: { 1: "keyword", 3: "title.class", 5: "keyword", 7: "title.class.inherited" },
|
| 9759 |
+
},
|
| 9760 |
+
{ match: [/class/, /\s+/, d], scope: { 1: "keyword", 3: "title.class" } },
|
| 9761 |
+
],
|
| 9762 |
+
},
|
| 9763 |
+
R = {
|
| 9764 |
+
relevance: 0,
|
| 9765 |
+
match: c.either(
|
| 9766 |
+
/\bJSON/,
|
| 9767 |
+
/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,
|
| 9768 |
+
/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,
|
| 9769 |
+
/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/
|
| 9770 |
+
),
|
| 9771 |
+
className: "title.class",
|
| 9772 |
+
keywords: { _: [...a, ...r] },
|
| 9773 |
+
},
|
| 9774 |
+
I = {
|
| 9775 |
+
variants: [{ match: [/function/, /\s+/, d, /(?=\s*\()/] }, { match: [/function/, /\s*(?=\()/] }],
|
| 9776 |
+
className: { 1: "keyword", 3: "title.function" },
|
| 9777 |
+
label: "func.def",
|
| 9778 |
+
contains: [S],
|
| 9779 |
+
illegal: /%/,
|
| 9780 |
+
},
|
| 9781 |
+
C = {
|
| 9782 |
+
match: c.concat(/\b/, ((L = [...s, "super", "import"]), c.concat("(?!", L.join("|"), ")")), d, c.lookahead(/\(/)),
|
| 9783 |
+
className: "title.function",
|
| 9784 |
+
relevance: 0,
|
| 9785 |
+
};
|
| 9786 |
+
var L;
|
| 9787 |
+
const M = {
|
| 9788 |
+
begin: c.concat(/\./, c.lookahead(c.concat(d, /(?![0-9A-Za-z$_(])/))),
|
| 9789 |
+
end: d,
|
| 9790 |
+
excludeBegin: !0,
|
| 9791 |
+
keywords: "prototype",
|
| 9792 |
+
className: "property",
|
| 9793 |
+
relevance: 0,
|
| 9794 |
+
},
|
| 9795 |
+
D = {
|
| 9796 |
+
match: [/get|set/, /\s+/, d, /(?=\()/],
|
| 9797 |
+
className: { 1: "keyword", 3: "title.function" },
|
| 9798 |
+
contains: [{ begin: /\(\)/ }, S],
|
| 9799 |
+
},
|
| 9800 |
+
x = "(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|" + e.UNDERSCORE_IDENT_RE + ")\\s*=>",
|
| 9801 |
+
k = {
|
| 9802 |
+
match: [/const|var|let/, /\s+/, d, /\s*/, /=\s*/, /(async\s*)?/, c.lookahead(x)],
|
| 9803 |
+
keywords: "async",
|
| 9804 |
+
className: { 1: "keyword", 3: "title.function" },
|
| 9805 |
+
contains: [S],
|
| 9806 |
+
};
|
| 9807 |
+
return {
|
| 9808 |
+
name: "JavaScript",
|
| 9809 |
+
aliases: ["js", "jsx", "mjs", "cjs"],
|
| 9810 |
+
keywords: g,
|
| 9811 |
+
exports: { PARAMS_CONTAINS: A, CLASS_REFERENCE: R },
|
| 9812 |
+
illegal: /#(?![$_A-z])/,
|
| 9813 |
+
contains: [
|
| 9814 |
+
e.SHEBANG({ label: "shebang", binary: "node", relevance: 5 }),
|
| 9815 |
+
{ label: "use_strict", className: "meta", relevance: 10, begin: /^\s*['"]use (strict|asm)['"]/ },
|
| 9816 |
+
e.APOS_STRING_MODE,
|
| 9817 |
+
e.QUOTE_STRING_MODE,
|
| 9818 |
+
E,
|
| 9819 |
+
_,
|
| 9820 |
+
N,
|
| 9821 |
+
T,
|
| 9822 |
+
O,
|
| 9823 |
+
{ match: /\$\d+/ },
|
| 9824 |
+
m,
|
| 9825 |
+
R,
|
| 9826 |
+
{ className: "attr", begin: d + c.lookahead(":"), relevance: 0 },
|
| 9827 |
+
k,
|
| 9828 |
+
{
|
| 9829 |
+
begin: "(" + e.RE_STARTERS_RE + "|\\b(case|return|throw)\\b)\\s*",
|
| 9830 |
+
keywords: "return throw case",
|
| 9831 |
+
relevance: 0,
|
| 9832 |
+
contains: [
|
| 9833 |
+
O,
|
| 9834 |
+
e.REGEXP_MODE,
|
| 9835 |
+
{
|
| 9836 |
+
className: "function",
|
| 9837 |
+
begin: x,
|
| 9838 |
+
returnBegin: !0,
|
| 9839 |
+
end: "\\s*=>",
|
| 9840 |
+
contains: [
|
| 9841 |
+
{
|
| 9842 |
+
className: "params",
|
| 9843 |
+
variants: [
|
| 9844 |
+
{ begin: e.UNDERSCORE_IDENT_RE, relevance: 0 },
|
| 9845 |
+
{ className: null, begin: /\(\s*\)/, skip: !0 },
|
| 9846 |
+
{ begin: /\(/, end: /\)/, excludeBegin: !0, excludeEnd: !0, keywords: g, contains: A },
|
| 9847 |
+
],
|
| 9848 |
+
},
|
| 9849 |
+
],
|
| 9850 |
+
},
|
| 9851 |
+
{ begin: /,/, relevance: 0 },
|
| 9852 |
+
{ match: /\s+/, relevance: 0 },
|
| 9853 |
+
{
|
| 9854 |
+
variants: [
|
| 9855 |
+
{ begin: "<>", end: "</>" },
|
| 9856 |
+
{ match: /<[A-Za-z0-9\\._:-]+\s*\/>/ },
|
| 9857 |
+
{ begin: u.begin, "on:begin": u.isTrulyOpeningTag, end: u.end },
|
| 9858 |
+
],
|
| 9859 |
+
subLanguage: "xml",
|
| 9860 |
+
contains: [{ begin: u.begin, end: u.end, skip: !0, contains: ["self"] }],
|
| 9861 |
+
},
|
| 9862 |
+
],
|
| 9863 |
+
},
|
| 9864 |
+
I,
|
| 9865 |
+
{ beginKeywords: "while if switch catch for" },
|
| 9866 |
+
{
|
| 9867 |
+
begin: "\\b(?!function)" + e.UNDERSCORE_IDENT_RE + "\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",
|
| 9868 |
+
returnBegin: !0,
|
| 9869 |
+
label: "func.def",
|
| 9870 |
+
contains: [S, e.inherit(e.TITLE_MODE, { begin: d, className: "title.function" })],
|
| 9871 |
+
},
|
| 9872 |
+
{ match: /\.\.\./, relevance: 0 },
|
| 9873 |
+
M,
|
| 9874 |
+
{ match: "\\$" + d, relevance: 0 },
|
| 9875 |
+
{ match: [/\bconstructor(?=\s*\()/], className: { 1: "title.function" }, contains: [S] },
|
| 9876 |
+
C,
|
| 9877 |
+
{ relevance: 0, match: /\b[A-Z][A-Z_0-9]+\b/, className: "variable.constant" },
|
| 9878 |
+
w,
|
| 9879 |
+
D,
|
| 9880 |
+
{ match: /\$[(.]/ },
|
| 9881 |
+
],
|
| 9882 |
+
};
|
| 9883 |
+
};
|
| 9884 |
+
},
|
| 9885 |
+
621: (e) => {
|
| 9886 |
+
e.exports = function (e) {
|
| 9887 |
+
const n = ["true", "false", "null"],
|
| 9888 |
+
t = { scope: "literal", beginKeywords: n.join(" ") };
|
| 9889 |
+
return {
|
| 9890 |
+
name: "JSON",
|
| 9891 |
+
keywords: { literal: n },
|
| 9892 |
+
contains: [
|
| 9893 |
+
{ className: "attr", begin: /"(\\.|[^\\"\r\n])*"(?=\s*:)/, relevance: 1.01 },
|
| 9894 |
+
{ match: /[{}[\],:]/, className: "punctuation", relevance: 0 },
|
| 9895 |
+
e.QUOTE_STRING_MODE,
|
| 9896 |
+
t,
|
| 9897 |
+
e.C_NUMBER_MODE,
|
| 9898 |
+
e.C_LINE_COMMENT_MODE,
|
| 9899 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 9900 |
+
],
|
| 9901 |
+
illegal: "\\S",
|
| 9902 |
+
};
|
| 9903 |
+
};
|
| 9904 |
+
},
|
| 9905 |
+
2838: (e) => {
|
| 9906 |
+
var n = "[0-9](_*[0-9])*",
|
| 9907 |
+
t = `\\.(${n})`,
|
| 9908 |
+
i = "[0-9a-fA-F](_*[0-9a-fA-F])*",
|
| 9909 |
+
a = {
|
| 9910 |
+
className: "number",
|
| 9911 |
+
variants: [
|
| 9912 |
+
{ begin: `(\\b(${n})((${t})|\\.)?|(${t}))[eE][+-]?(${n})[fFdD]?\\b` },
|
| 9913 |
+
{ begin: `\\b(${n})((${t})[fFdD]?\\b|\\.([fFdD]\\b)?)` },
|
| 9914 |
+
{ begin: `(${t})[fFdD]?\\b` },
|
| 9915 |
+
{ begin: `\\b(${n})[fFdD]\\b` },
|
| 9916 |
+
{ begin: `\\b0[xX]((${i})\\.?|(${i})?\\.(${i}))[pP][+-]?(${n})[fFdD]?\\b` },
|
| 9917 |
+
{ begin: "\\b(0|[1-9](_*[0-9])*)[lL]?\\b" },
|
| 9918 |
+
{ begin: `\\b0[xX](${i})[lL]?\\b` },
|
| 9919 |
+
{ begin: "\\b0(_*[0-7])*[lL]?\\b" },
|
| 9920 |
+
{ begin: "\\b0[bB][01](_*[01])*[lL]?\\b" },
|
| 9921 |
+
],
|
| 9922 |
+
relevance: 0,
|
| 9923 |
+
};
|
| 9924 |
+
e.exports = function (e) {
|
| 9925 |
+
const n = {
|
| 9926 |
+
keyword:
|
| 9927 |
+
"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual",
|
| 9928 |
+
built_in: "Byte Short Char Int Long Boolean Float Double Void Unit Nothing",
|
| 9929 |
+
literal: "true false null",
|
| 9930 |
+
},
|
| 9931 |
+
t = { className: "symbol", begin: e.UNDERSCORE_IDENT_RE + "@" },
|
| 9932 |
+
i = { className: "subst", begin: /\$\{/, end: /\}/, contains: [e.C_NUMBER_MODE] },
|
| 9933 |
+
r = { className: "variable", begin: "\\$" + e.UNDERSCORE_IDENT_RE },
|
| 9934 |
+
s = {
|
| 9935 |
+
className: "string",
|
| 9936 |
+
variants: [
|
| 9937 |
+
{ begin: '"""', end: '"""(?=[^"])', contains: [r, i] },
|
| 9938 |
+
{ begin: "'", end: "'", illegal: /\n/, contains: [e.BACKSLASH_ESCAPE] },
|
| 9939 |
+
{ begin: '"', end: '"', illegal: /\n/, contains: [e.BACKSLASH_ESCAPE, r, i] },
|
| 9940 |
+
],
|
| 9941 |
+
};
|
| 9942 |
+
i.contains.push(s);
|
| 9943 |
+
const o = {
|
| 9944 |
+
className: "meta",
|
| 9945 |
+
begin: "@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*" + e.UNDERSCORE_IDENT_RE + ")?",
|
| 9946 |
+
},
|
| 9947 |
+
l = {
|
| 9948 |
+
className: "meta",
|
| 9949 |
+
begin: "@" + e.UNDERSCORE_IDENT_RE,
|
| 9950 |
+
contains: [{ begin: /\(/, end: /\)/, contains: [e.inherit(s, { className: "string" }), "self"] }],
|
| 9951 |
+
},
|
| 9952 |
+
c = a,
|
| 9953 |
+
d = e.COMMENT("/\\*", "\\*/", { contains: [e.C_BLOCK_COMMENT_MODE] }),
|
| 9954 |
+
u = {
|
| 9955 |
+
variants: [
|
| 9956 |
+
{ className: "type", begin: e.UNDERSCORE_IDENT_RE },
|
| 9957 |
+
{ begin: /\(/, end: /\)/, contains: [] },
|
| 9958 |
+
],
|
| 9959 |
+
},
|
| 9960 |
+
g = u;
|
| 9961 |
+
return (
|
| 9962 |
+
(g.variants[1].contains = [u]),
|
| 9963 |
+
(u.variants[1].contains = [g]),
|
| 9964 |
+
{
|
| 9965 |
+
name: "Kotlin",
|
| 9966 |
+
aliases: ["kt", "kts"],
|
| 9967 |
+
keywords: n,
|
| 9968 |
+
contains: [
|
| 9969 |
+
e.COMMENT("/\\*\\*", "\\*/", { relevance: 0, contains: [{ className: "doctag", begin: "@[A-Za-z]+" }] }),
|
| 9970 |
+
e.C_LINE_COMMENT_MODE,
|
| 9971 |
+
d,
|
| 9972 |
+
{
|
| 9973 |
+
className: "keyword",
|
| 9974 |
+
begin: /\b(break|continue|return|this)\b/,
|
| 9975 |
+
starts: { contains: [{ className: "symbol", begin: /@\w+/ }] },
|
| 9976 |
+
},
|
| 9977 |
+
t,
|
| 9978 |
+
o,
|
| 9979 |
+
l,
|
| 9980 |
+
{
|
| 9981 |
+
className: "function",
|
| 9982 |
+
beginKeywords: "fun",
|
| 9983 |
+
end: "[(]|$",
|
| 9984 |
+
returnBegin: !0,
|
| 9985 |
+
excludeEnd: !0,
|
| 9986 |
+
keywords: n,
|
| 9987 |
+
relevance: 5,
|
| 9988 |
+
contains: [
|
| 9989 |
+
{ begin: e.UNDERSCORE_IDENT_RE + "\\s*\\(", returnBegin: !0, relevance: 0, contains: [e.UNDERSCORE_TITLE_MODE] },
|
| 9990 |
+
{ className: "type", begin: /</, end: />/, keywords: "reified", relevance: 0 },
|
| 9991 |
+
{
|
| 9992 |
+
className: "params",
|
| 9993 |
+
begin: /\(/,
|
| 9994 |
+
end: /\)/,
|
| 9995 |
+
endsParent: !0,
|
| 9996 |
+
keywords: n,
|
| 9997 |
+
relevance: 0,
|
| 9998 |
+
contains: [
|
| 9999 |
+
{ begin: /:/, end: /[=,\/]/, endsWithParent: !0, contains: [u, e.C_LINE_COMMENT_MODE, d], relevance: 0 },
|
| 10000 |
+
e.C_LINE_COMMENT_MODE,
|
| 10001 |
+
d,
|
| 10002 |
+
o,
|
| 10003 |
+
l,
|
| 10004 |
+
s,
|
| 10005 |
+
e.C_NUMBER_MODE,
|
| 10006 |
+
],
|
| 10007 |
+
},
|
| 10008 |
+
d,
|
| 10009 |
+
],
|
| 10010 |
+
},
|
| 10011 |
+
{
|
| 10012 |
+
begin: [/class|interface|trait/, /\s+/, e.UNDERSCORE_IDENT_RE],
|
| 10013 |
+
beginScope: { 3: "title.class" },
|
| 10014 |
+
keywords: "class interface trait",
|
| 10015 |
+
end: /[:\{(]|$/,
|
| 10016 |
+
excludeEnd: !0,
|
| 10017 |
+
illegal: "extends implements",
|
| 10018 |
+
contains: [
|
| 10019 |
+
{ beginKeywords: "public protected internal private constructor" },
|
| 10020 |
+
e.UNDERSCORE_TITLE_MODE,
|
| 10021 |
+
{ className: "type", begin: /</, end: />/, excludeBegin: !0, excludeEnd: !0, relevance: 0 },
|
| 10022 |
+
{ className: "type", begin: /[,:]\s*/, end: /[<\(,){\s]|$/, excludeBegin: !0, returnEnd: !0 },
|
| 10023 |
+
o,
|
| 10024 |
+
l,
|
| 10025 |
+
],
|
| 10026 |
+
},
|
| 10027 |
+
s,
|
| 10028 |
+
{ className: "meta", begin: "^#!/usr/bin/env", end: "$", illegal: "\n" },
|
| 10029 |
+
c,
|
| 10030 |
+
],
|
| 10031 |
+
}
|
| 10032 |
+
);
|
| 10033 |
+
};
|
| 10034 |
+
},
|
| 10035 |
+
8330: (e) => {
|
| 10036 |
+
const n = [
|
| 10037 |
+
"a",
|
| 10038 |
+
"abbr",
|
| 10039 |
+
"address",
|
| 10040 |
+
"article",
|
| 10041 |
+
"aside",
|
| 10042 |
+
"audio",
|
| 10043 |
+
"b",
|
| 10044 |
+
"blockquote",
|
| 10045 |
+
"body",
|
| 10046 |
+
"button",
|
| 10047 |
+
"canvas",
|
| 10048 |
+
"caption",
|
| 10049 |
+
"cite",
|
| 10050 |
+
"code",
|
| 10051 |
+
"dd",
|
| 10052 |
+
"del",
|
| 10053 |
+
"details",
|
| 10054 |
+
"dfn",
|
| 10055 |
+
"div",
|
| 10056 |
+
"dl",
|
| 10057 |
+
"dt",
|
| 10058 |
+
"em",
|
| 10059 |
+
"fieldset",
|
| 10060 |
+
"figcaption",
|
| 10061 |
+
"figure",
|
| 10062 |
+
"footer",
|
| 10063 |
+
"form",
|
| 10064 |
+
"h1",
|
| 10065 |
+
"h2",
|
| 10066 |
+
"h3",
|
| 10067 |
+
"h4",
|
| 10068 |
+
"h5",
|
| 10069 |
+
"h6",
|
| 10070 |
+
"header",
|
| 10071 |
+
"hgroup",
|
| 10072 |
+
"html",
|
| 10073 |
+
"i",
|
| 10074 |
+
"iframe",
|
| 10075 |
+
"img",
|
| 10076 |
+
"input",
|
| 10077 |
+
"ins",
|
| 10078 |
+
"kbd",
|
| 10079 |
+
"label",
|
| 10080 |
+
"legend",
|
| 10081 |
+
"li",
|
| 10082 |
+
"main",
|
| 10083 |
+
"mark",
|
| 10084 |
+
"menu",
|
| 10085 |
+
"nav",
|
| 10086 |
+
"object",
|
| 10087 |
+
"ol",
|
| 10088 |
+
"p",
|
| 10089 |
+
"q",
|
| 10090 |
+
"quote",
|
| 10091 |
+
"samp",
|
| 10092 |
+
"section",
|
| 10093 |
+
"span",
|
| 10094 |
+
"strong",
|
| 10095 |
+
"summary",
|
| 10096 |
+
"sup",
|
| 10097 |
+
"table",
|
| 10098 |
+
"tbody",
|
| 10099 |
+
"td",
|
| 10100 |
+
"textarea",
|
| 10101 |
+
"tfoot",
|
| 10102 |
+
"th",
|
| 10103 |
+
"thead",
|
| 10104 |
+
"time",
|
| 10105 |
+
"tr",
|
| 10106 |
+
"ul",
|
| 10107 |
+
"var",
|
| 10108 |
+
"video",
|
| 10109 |
+
],
|
| 10110 |
+
t = [
|
| 10111 |
+
"any-hover",
|
| 10112 |
+
"any-pointer",
|
| 10113 |
+
"aspect-ratio",
|
| 10114 |
+
"color",
|
| 10115 |
+
"color-gamut",
|
| 10116 |
+
"color-index",
|
| 10117 |
+
"device-aspect-ratio",
|
| 10118 |
+
"device-height",
|
| 10119 |
+
"device-width",
|
| 10120 |
+
"display-mode",
|
| 10121 |
+
"forced-colors",
|
| 10122 |
+
"grid",
|
| 10123 |
+
"height",
|
| 10124 |
+
"hover",
|
| 10125 |
+
"inverted-colors",
|
| 10126 |
+
"monochrome",
|
| 10127 |
+
"orientation",
|
| 10128 |
+
"overflow-block",
|
| 10129 |
+
"overflow-inline",
|
| 10130 |
+
"pointer",
|
| 10131 |
+
"prefers-color-scheme",
|
| 10132 |
+
"prefers-contrast",
|
| 10133 |
+
"prefers-reduced-motion",
|
| 10134 |
+
"prefers-reduced-transparency",
|
| 10135 |
+
"resolution",
|
| 10136 |
+
"scan",
|
| 10137 |
+
"scripting",
|
| 10138 |
+
"update",
|
| 10139 |
+
"width",
|
| 10140 |
+
"min-width",
|
| 10141 |
+
"max-width",
|
| 10142 |
+
"min-height",
|
| 10143 |
+
"max-height",
|
| 10144 |
+
],
|
| 10145 |
+
i = [
|
| 10146 |
+
"active",
|
| 10147 |
+
"any-link",
|
| 10148 |
+
"blank",
|
| 10149 |
+
"checked",
|
| 10150 |
+
"current",
|
| 10151 |
+
"default",
|
| 10152 |
+
"defined",
|
| 10153 |
+
"dir",
|
| 10154 |
+
"disabled",
|
| 10155 |
+
"drop",
|
| 10156 |
+
"empty",
|
| 10157 |
+
"enabled",
|
| 10158 |
+
"first",
|
| 10159 |
+
"first-child",
|
| 10160 |
+
"first-of-type",
|
| 10161 |
+
"fullscreen",
|
| 10162 |
+
"future",
|
| 10163 |
+
"focus",
|
| 10164 |
+
"focus-visible",
|
| 10165 |
+
"focus-within",
|
| 10166 |
+
"has",
|
| 10167 |
+
"host",
|
| 10168 |
+
"host-context",
|
| 10169 |
+
"hover",
|
| 10170 |
+
"indeterminate",
|
| 10171 |
+
"in-range",
|
| 10172 |
+
"invalid",
|
| 10173 |
+
"is",
|
| 10174 |
+
"lang",
|
| 10175 |
+
"last-child",
|
| 10176 |
+
"last-of-type",
|
| 10177 |
+
"left",
|
| 10178 |
+
"link",
|
| 10179 |
+
"local-link",
|
| 10180 |
+
"not",
|
| 10181 |
+
"nth-child",
|
| 10182 |
+
"nth-col",
|
| 10183 |
+
"nth-last-child",
|
| 10184 |
+
"nth-last-col",
|
| 10185 |
+
"nth-last-of-type",
|
| 10186 |
+
"nth-of-type",
|
| 10187 |
+
"only-child",
|
| 10188 |
+
"only-of-type",
|
| 10189 |
+
"optional",
|
| 10190 |
+
"out-of-range",
|
| 10191 |
+
"past",
|
| 10192 |
+
"placeholder-shown",
|
| 10193 |
+
"read-only",
|
| 10194 |
+
"read-write",
|
| 10195 |
+
"required",
|
| 10196 |
+
"right",
|
| 10197 |
+
"root",
|
| 10198 |
+
"scope",
|
| 10199 |
+
"target",
|
| 10200 |
+
"target-within",
|
| 10201 |
+
"user-invalid",
|
| 10202 |
+
"valid",
|
| 10203 |
+
"visited",
|
| 10204 |
+
"where",
|
| 10205 |
+
],
|
| 10206 |
+
a = [
|
| 10207 |
+
"after",
|
| 10208 |
+
"backdrop",
|
| 10209 |
+
"before",
|
| 10210 |
+
"cue",
|
| 10211 |
+
"cue-region",
|
| 10212 |
+
"first-letter",
|
| 10213 |
+
"first-line",
|
| 10214 |
+
"grammar-error",
|
| 10215 |
+
"marker",
|
| 10216 |
+
"part",
|
| 10217 |
+
"placeholder",
|
| 10218 |
+
"selection",
|
| 10219 |
+
"slotted",
|
| 10220 |
+
"spelling-error",
|
| 10221 |
+
],
|
| 10222 |
+
r = [
|
| 10223 |
+
"align-content",
|
| 10224 |
+
"align-items",
|
| 10225 |
+
"align-self",
|
| 10226 |
+
"all",
|
| 10227 |
+
"animation",
|
| 10228 |
+
"animation-delay",
|
| 10229 |
+
"animation-direction",
|
| 10230 |
+
"animation-duration",
|
| 10231 |
+
"animation-fill-mode",
|
| 10232 |
+
"animation-iteration-count",
|
| 10233 |
+
"animation-name",
|
| 10234 |
+
"animation-play-state",
|
| 10235 |
+
"animation-timing-function",
|
| 10236 |
+
"backface-visibility",
|
| 10237 |
+
"background",
|
| 10238 |
+
"background-attachment",
|
| 10239 |
+
"background-blend-mode",
|
| 10240 |
+
"background-clip",
|
| 10241 |
+
"background-color",
|
| 10242 |
+
"background-image",
|
| 10243 |
+
"background-origin",
|
| 10244 |
+
"background-position",
|
| 10245 |
+
"background-repeat",
|
| 10246 |
+
"background-size",
|
| 10247 |
+
"block-size",
|
| 10248 |
+
"border",
|
| 10249 |
+
"border-block",
|
| 10250 |
+
"border-block-color",
|
| 10251 |
+
"border-block-end",
|
| 10252 |
+
"border-block-end-color",
|
| 10253 |
+
"border-block-end-style",
|
| 10254 |
+
"border-block-end-width",
|
| 10255 |
+
"border-block-start",
|
| 10256 |
+
"border-block-start-color",
|
| 10257 |
+
"border-block-start-style",
|
| 10258 |
+
"border-block-start-width",
|
| 10259 |
+
"border-block-style",
|
| 10260 |
+
"border-block-width",
|
| 10261 |
+
"border-bottom",
|
| 10262 |
+
"border-bottom-color",
|
| 10263 |
+
"border-bottom-left-radius",
|
| 10264 |
+
"border-bottom-right-radius",
|
| 10265 |
+
"border-bottom-style",
|
| 10266 |
+
"border-bottom-width",
|
| 10267 |
+
"border-collapse",
|
| 10268 |
+
"border-color",
|
| 10269 |
+
"border-image",
|
| 10270 |
+
"border-image-outset",
|
| 10271 |
+
"border-image-repeat",
|
| 10272 |
+
"border-image-slice",
|
| 10273 |
+
"border-image-source",
|
| 10274 |
+
"border-image-width",
|
| 10275 |
+
"border-inline",
|
| 10276 |
+
"border-inline-color",
|
| 10277 |
+
"border-inline-end",
|
| 10278 |
+
"border-inline-end-color",
|
| 10279 |
+
"border-inline-end-style",
|
| 10280 |
+
"border-inline-end-width",
|
| 10281 |
+
"border-inline-start",
|
| 10282 |
+
"border-inline-start-color",
|
| 10283 |
+
"border-inline-start-style",
|
| 10284 |
+
"border-inline-start-width",
|
| 10285 |
+
"border-inline-style",
|
| 10286 |
+
"border-inline-width",
|
| 10287 |
+
"border-left",
|
| 10288 |
+
"border-left-color",
|
| 10289 |
+
"border-left-style",
|
| 10290 |
+
"border-left-width",
|
| 10291 |
+
"border-radius",
|
| 10292 |
+
"border-right",
|
| 10293 |
+
"border-right-color",
|
| 10294 |
+
"border-right-style",
|
| 10295 |
+
"border-right-width",
|
| 10296 |
+
"border-spacing",
|
| 10297 |
+
"border-style",
|
| 10298 |
+
"border-top",
|
| 10299 |
+
"border-top-color",
|
| 10300 |
+
"border-top-left-radius",
|
| 10301 |
+
"border-top-right-radius",
|
| 10302 |
+
"border-top-style",
|
| 10303 |
+
"border-top-width",
|
| 10304 |
+
"border-width",
|
| 10305 |
+
"bottom",
|
| 10306 |
+
"box-decoration-break",
|
| 10307 |
+
"box-shadow",
|
| 10308 |
+
"box-sizing",
|
| 10309 |
+
"break-after",
|
| 10310 |
+
"break-before",
|
| 10311 |
+
"break-inside",
|
| 10312 |
+
"caption-side",
|
| 10313 |
+
"caret-color",
|
| 10314 |
+
"clear",
|
| 10315 |
+
"clip",
|
| 10316 |
+
"clip-path",
|
| 10317 |
+
"clip-rule",
|
| 10318 |
+
"color",
|
| 10319 |
+
"column-count",
|
| 10320 |
+
"column-fill",
|
| 10321 |
+
"column-gap",
|
| 10322 |
+
"column-rule",
|
| 10323 |
+
"column-rule-color",
|
| 10324 |
+
"column-rule-style",
|
| 10325 |
+
"column-rule-width",
|
| 10326 |
+
"column-span",
|
| 10327 |
+
"column-width",
|
| 10328 |
+
"columns",
|
| 10329 |
+
"contain",
|
| 10330 |
+
"content",
|
| 10331 |
+
"content-visibility",
|
| 10332 |
+
"counter-increment",
|
| 10333 |
+
"counter-reset",
|
| 10334 |
+
"cue",
|
| 10335 |
+
"cue-after",
|
| 10336 |
+
"cue-before",
|
| 10337 |
+
"cursor",
|
| 10338 |
+
"direction",
|
| 10339 |
+
"display",
|
| 10340 |
+
"empty-cells",
|
| 10341 |
+
"filter",
|
| 10342 |
+
"flex",
|
| 10343 |
+
"flex-basis",
|
| 10344 |
+
"flex-direction",
|
| 10345 |
+
"flex-flow",
|
| 10346 |
+
"flex-grow",
|
| 10347 |
+
"flex-shrink",
|
| 10348 |
+
"flex-wrap",
|
| 10349 |
+
"float",
|
| 10350 |
+
"flow",
|
| 10351 |
+
"font",
|
| 10352 |
+
"font-display",
|
| 10353 |
+
"font-family",
|
| 10354 |
+
"font-feature-settings",
|
| 10355 |
+
"font-kerning",
|
| 10356 |
+
"font-language-override",
|
| 10357 |
+
"font-size",
|
| 10358 |
+
"font-size-adjust",
|
| 10359 |
+
"font-smoothing",
|
| 10360 |
+
"font-stretch",
|
| 10361 |
+
"font-style",
|
| 10362 |
+
"font-synthesis",
|
| 10363 |
+
"font-variant",
|
| 10364 |
+
"font-variant-caps",
|
| 10365 |
+
"font-variant-east-asian",
|
| 10366 |
+
"font-variant-ligatures",
|
| 10367 |
+
"font-variant-numeric",
|
| 10368 |
+
"font-variant-position",
|
| 10369 |
+
"font-variation-settings",
|
| 10370 |
+
"font-weight",
|
| 10371 |
+
"gap",
|
| 10372 |
+
"glyph-orientation-vertical",
|
| 10373 |
+
"grid",
|
| 10374 |
+
"grid-area",
|
| 10375 |
+
"grid-auto-columns",
|
| 10376 |
+
"grid-auto-flow",
|
| 10377 |
+
"grid-auto-rows",
|
| 10378 |
+
"grid-column",
|
| 10379 |
+
"grid-column-end",
|
| 10380 |
+
"grid-column-start",
|
| 10381 |
+
"grid-gap",
|
| 10382 |
+
"grid-row",
|
| 10383 |
+
"grid-row-end",
|
| 10384 |
+
"grid-row-start",
|
| 10385 |
+
"grid-template",
|
| 10386 |
+
"grid-template-areas",
|
| 10387 |
+
"grid-template-columns",
|
| 10388 |
+
"grid-template-rows",
|
| 10389 |
+
"hanging-punctuation",
|
| 10390 |
+
"height",
|
| 10391 |
+
"hyphens",
|
| 10392 |
+
"icon",
|
| 10393 |
+
"image-orientation",
|
| 10394 |
+
"image-rendering",
|
| 10395 |
+
"image-resolution",
|
| 10396 |
+
"ime-mode",
|
| 10397 |
+
"inline-size",
|
| 10398 |
+
"isolation",
|
| 10399 |
+
"justify-content",
|
| 10400 |
+
"left",
|
| 10401 |
+
"letter-spacing",
|
| 10402 |
+
"line-break",
|
| 10403 |
+
"line-height",
|
| 10404 |
+
"list-style",
|
| 10405 |
+
"list-style-image",
|
| 10406 |
+
"list-style-position",
|
| 10407 |
+
"list-style-type",
|
| 10408 |
+
"margin",
|
| 10409 |
+
"margin-block",
|
| 10410 |
+
"margin-block-end",
|
| 10411 |
+
"margin-block-start",
|
| 10412 |
+
"margin-bottom",
|
| 10413 |
+
"margin-inline",
|
| 10414 |
+
"margin-inline-end",
|
| 10415 |
+
"margin-inline-start",
|
| 10416 |
+
"margin-left",
|
| 10417 |
+
"margin-right",
|
| 10418 |
+
"margin-top",
|
| 10419 |
+
"marks",
|
| 10420 |
+
"mask",
|
| 10421 |
+
"mask-border",
|
| 10422 |
+
"mask-border-mode",
|
| 10423 |
+
"mask-border-outset",
|
| 10424 |
+
"mask-border-repeat",
|
| 10425 |
+
"mask-border-slice",
|
| 10426 |
+
"mask-border-source",
|
| 10427 |
+
"mask-border-width",
|
| 10428 |
+
"mask-clip",
|
| 10429 |
+
"mask-composite",
|
| 10430 |
+
"mask-image",
|
| 10431 |
+
"mask-mode",
|
| 10432 |
+
"mask-origin",
|
| 10433 |
+
"mask-position",
|
| 10434 |
+
"mask-repeat",
|
| 10435 |
+
"mask-size",
|
| 10436 |
+
"mask-type",
|
| 10437 |
+
"max-block-size",
|
| 10438 |
+
"max-height",
|
| 10439 |
+
"max-inline-size",
|
| 10440 |
+
"max-width",
|
| 10441 |
+
"min-block-size",
|
| 10442 |
+
"min-height",
|
| 10443 |
+
"min-inline-size",
|
| 10444 |
+
"min-width",
|
| 10445 |
+
"mix-blend-mode",
|
| 10446 |
+
"nav-down",
|
| 10447 |
+
"nav-index",
|
| 10448 |
+
"nav-left",
|
| 10449 |
+
"nav-right",
|
| 10450 |
+
"nav-up",
|
| 10451 |
+
"none",
|
| 10452 |
+
"normal",
|
| 10453 |
+
"object-fit",
|
| 10454 |
+
"object-position",
|
| 10455 |
+
"opacity",
|
| 10456 |
+
"order",
|
| 10457 |
+
"orphans",
|
| 10458 |
+
"outline",
|
| 10459 |
+
"outline-color",
|
| 10460 |
+
"outline-offset",
|
| 10461 |
+
"outline-style",
|
| 10462 |
+
"outline-width",
|
| 10463 |
+
"overflow",
|
| 10464 |
+
"overflow-wrap",
|
| 10465 |
+
"overflow-x",
|
| 10466 |
+
"overflow-y",
|
| 10467 |
+
"padding",
|
| 10468 |
+
"padding-block",
|
| 10469 |
+
"padding-block-end",
|
| 10470 |
+
"padding-block-start",
|
| 10471 |
+
"padding-bottom",
|
| 10472 |
+
"padding-inline",
|
| 10473 |
+
"padding-inline-end",
|
| 10474 |
+
"padding-inline-start",
|
| 10475 |
+
"padding-left",
|
| 10476 |
+
"padding-right",
|
| 10477 |
+
"padding-top",
|
| 10478 |
+
"page-break-after",
|
| 10479 |
+
"page-break-before",
|
| 10480 |
+
"page-break-inside",
|
| 10481 |
+
"pause",
|
| 10482 |
+
"pause-after",
|
| 10483 |
+
"pause-before",
|
| 10484 |
+
"perspective",
|
| 10485 |
+
"perspective-origin",
|
| 10486 |
+
"pointer-events",
|
| 10487 |
+
"position",
|
| 10488 |
+
"quotes",
|
| 10489 |
+
"resize",
|
| 10490 |
+
"rest",
|
| 10491 |
+
"rest-after",
|
| 10492 |
+
"rest-before",
|
| 10493 |
+
"right",
|
| 10494 |
+
"row-gap",
|
| 10495 |
+
"scroll-margin",
|
| 10496 |
+
"scroll-margin-block",
|
| 10497 |
+
"scroll-margin-block-end",
|
| 10498 |
+
"scroll-margin-block-start",
|
| 10499 |
+
"scroll-margin-bottom",
|
| 10500 |
+
"scroll-margin-inline",
|
| 10501 |
+
"scroll-margin-inline-end",
|
| 10502 |
+
"scroll-margin-inline-start",
|
| 10503 |
+
"scroll-margin-left",
|
| 10504 |
+
"scroll-margin-right",
|
| 10505 |
+
"scroll-margin-top",
|
| 10506 |
+
"scroll-padding",
|
| 10507 |
+
"scroll-padding-block",
|
| 10508 |
+
"scroll-padding-block-end",
|
| 10509 |
+
"scroll-padding-block-start",
|
| 10510 |
+
"scroll-padding-bottom",
|
| 10511 |
+
"scroll-padding-inline",
|
| 10512 |
+
"scroll-padding-inline-end",
|
| 10513 |
+
"scroll-padding-inline-start",
|
| 10514 |
+
"scroll-padding-left",
|
| 10515 |
+
"scroll-padding-right",
|
| 10516 |
+
"scroll-padding-top",
|
| 10517 |
+
"scroll-snap-align",
|
| 10518 |
+
"scroll-snap-stop",
|
| 10519 |
+
"scroll-snap-type",
|
| 10520 |
+
"scrollbar-color",
|
| 10521 |
+
"scrollbar-gutter",
|
| 10522 |
+
"scrollbar-width",
|
| 10523 |
+
"shape-image-threshold",
|
| 10524 |
+
"shape-margin",
|
| 10525 |
+
"shape-outside",
|
| 10526 |
+
"speak",
|
| 10527 |
+
"speak-as",
|
| 10528 |
+
"src",
|
| 10529 |
+
"tab-size",
|
| 10530 |
+
"table-layout",
|
| 10531 |
+
"text-align",
|
| 10532 |
+
"text-align-all",
|
| 10533 |
+
"text-align-last",
|
| 10534 |
+
"text-combine-upright",
|
| 10535 |
+
"text-decoration",
|
| 10536 |
+
"text-decoration-color",
|
| 10537 |
+
"text-decoration-line",
|
| 10538 |
+
"text-decoration-style",
|
| 10539 |
+
"text-emphasis",
|
| 10540 |
+
"text-emphasis-color",
|
| 10541 |
+
"text-emphasis-position",
|
| 10542 |
+
"text-emphasis-style",
|
| 10543 |
+
"text-indent",
|
| 10544 |
+
"text-justify",
|
| 10545 |
+
"text-orientation",
|
| 10546 |
+
"text-overflow",
|
| 10547 |
+
"text-rendering",
|
| 10548 |
+
"text-shadow",
|
| 10549 |
+
"text-transform",
|
| 10550 |
+
"text-underline-position",
|
| 10551 |
+
"top",
|
| 10552 |
+
"transform",
|
| 10553 |
+
"transform-box",
|
| 10554 |
+
"transform-origin",
|
| 10555 |
+
"transform-style",
|
| 10556 |
+
"transition",
|
| 10557 |
+
"transition-delay",
|
| 10558 |
+
"transition-duration",
|
| 10559 |
+
"transition-property",
|
| 10560 |
+
"transition-timing-function",
|
| 10561 |
+
"unicode-bidi",
|
| 10562 |
+
"vertical-align",
|
| 10563 |
+
"visibility",
|
| 10564 |
+
"voice-balance",
|
| 10565 |
+
"voice-duration",
|
| 10566 |
+
"voice-family",
|
| 10567 |
+
"voice-pitch",
|
| 10568 |
+
"voice-range",
|
| 10569 |
+
"voice-rate",
|
| 10570 |
+
"voice-stress",
|
| 10571 |
+
"voice-volume",
|
| 10572 |
+
"white-space",
|
| 10573 |
+
"widows",
|
| 10574 |
+
"width",
|
| 10575 |
+
"will-change",
|
| 10576 |
+
"word-break",
|
| 10577 |
+
"word-spacing",
|
| 10578 |
+
"word-wrap",
|
| 10579 |
+
"writing-mode",
|
| 10580 |
+
"z-index",
|
| 10581 |
+
].reverse(),
|
| 10582 |
+
s = i.concat(a);
|
| 10583 |
+
e.exports = function (e) {
|
| 10584 |
+
const o = ((e) => ({
|
| 10585 |
+
IMPORTANT: { scope: "meta", begin: "!important" },
|
| 10586 |
+
BLOCK_COMMENT: e.C_BLOCK_COMMENT_MODE,
|
| 10587 |
+
HEXCOLOR: { scope: "number", begin: /#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/ },
|
| 10588 |
+
FUNCTION_DISPATCH: { className: "built_in", begin: /[\w-]+(?=\()/ },
|
| 10589 |
+
ATTRIBUTE_SELECTOR_MODE: {
|
| 10590 |
+
scope: "selector-attr",
|
| 10591 |
+
begin: /\[/,
|
| 10592 |
+
end: /\]/,
|
| 10593 |
+
illegal: "$",
|
| 10594 |
+
contains: [e.APOS_STRING_MODE, e.QUOTE_STRING_MODE],
|
| 10595 |
+
},
|
| 10596 |
+
CSS_NUMBER_MODE: {
|
| 10597 |
+
scope: "number",
|
| 10598 |
+
begin: e.NUMBER_RE + "(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",
|
| 10599 |
+
relevance: 0,
|
| 10600 |
+
},
|
| 10601 |
+
CSS_VARIABLE: { className: "attr", begin: /--[A-Za-z_][A-Za-z0-9_-]*/ },
|
| 10602 |
+
}))(e),
|
| 10603 |
+
l = s,
|
| 10604 |
+
c = "[\\w-]+",
|
| 10605 |
+
d = "(" + c + "|@\\{" + c + "\\})",
|
| 10606 |
+
u = [],
|
| 10607 |
+
g = [],
|
| 10608 |
+
b = function (e) {
|
| 10609 |
+
return { className: "string", begin: "~?" + e + ".*?" + e };
|
| 10610 |
+
},
|
| 10611 |
+
f = function (e, n, t) {
|
| 10612 |
+
return { className: e, begin: n, relevance: t };
|
| 10613 |
+
},
|
| 10614 |
+
p = { $pattern: /[a-z-]+/, keyword: "and or not only", attribute: t.join(" ") },
|
| 10615 |
+
m = { begin: "\\(", end: "\\)", contains: g, keywords: p, relevance: 0 };
|
| 10616 |
+
g.push(
|
| 10617 |
+
e.C_LINE_COMMENT_MODE,
|
| 10618 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 10619 |
+
b("'"),
|
| 10620 |
+
b('"'),
|
| 10621 |
+
o.CSS_NUMBER_MODE,
|
| 10622 |
+
{ begin: "(url|data-uri)\\(", starts: { className: "string", end: "[\\)\\n]", excludeEnd: !0 } },
|
| 10623 |
+
o.HEXCOLOR,
|
| 10624 |
+
m,
|
| 10625 |
+
f("variable", "@@?" + c, 10),
|
| 10626 |
+
f("variable", "@\\{" + c + "\\}"),
|
| 10627 |
+
f("built_in", "~?`[^`]*?`"),
|
| 10628 |
+
{ className: "attribute", begin: c + "\\s*:", end: ":", returnBegin: !0, excludeEnd: !0 },
|
| 10629 |
+
o.IMPORTANT,
|
| 10630 |
+
{ beginKeywords: "and not" },
|
| 10631 |
+
o.FUNCTION_DISPATCH
|
| 10632 |
+
);
|
| 10633 |
+
const h = g.concat({ begin: /\{/, end: /\}/, contains: u }),
|
| 10634 |
+
E = { beginKeywords: "when", endsWithParent: !0, contains: [{ beginKeywords: "and not" }].concat(g) },
|
| 10635 |
+
_ = {
|
| 10636 |
+
begin: d + "\\s*:",
|
| 10637 |
+
returnBegin: !0,
|
| 10638 |
+
end: /[;}]/,
|
| 10639 |
+
relevance: 0,
|
| 10640 |
+
contains: [
|
| 10641 |
+
{ begin: /-(webkit|moz|ms|o)-/ },
|
| 10642 |
+
o.CSS_VARIABLE,
|
| 10643 |
+
{
|
| 10644 |
+
className: "attribute",
|
| 10645 |
+
begin: "\\b(" + r.join("|") + ")\\b",
|
| 10646 |
+
end: /(?=:)/,
|
| 10647 |
+
starts: { endsWithParent: !0, illegal: "[<=$]", relevance: 0, contains: g },
|
| 10648 |
+
},
|
| 10649 |
+
],
|
| 10650 |
+
},
|
| 10651 |
+
N = {
|
| 10652 |
+
className: "keyword",
|
| 10653 |
+
begin: "@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",
|
| 10654 |
+
starts: { end: "[;{}]", keywords: p, returnEnd: !0, contains: g, relevance: 0 },
|
| 10655 |
+
},
|
| 10656 |
+
T = {
|
| 10657 |
+
className: "variable",
|
| 10658 |
+
variants: [{ begin: "@" + c + "\\s*:", relevance: 15 }, { begin: "@" + c }],
|
| 10659 |
+
starts: { end: "[;}]", returnEnd: !0, contains: h },
|
| 10660 |
+
},
|
| 10661 |
+
O = {
|
| 10662 |
+
variants: [
|
| 10663 |
+
{ begin: "[\\.#:&\\[>]", end: "[;{}]" },
|
| 10664 |
+
{ begin: d, end: /\{/ },
|
| 10665 |
+
],
|
| 10666 |
+
returnBegin: !0,
|
| 10667 |
+
returnEnd: !0,
|
| 10668 |
+
illegal: "[<='$\"]",
|
| 10669 |
+
relevance: 0,
|
| 10670 |
+
contains: [
|
| 10671 |
+
e.C_LINE_COMMENT_MODE,
|
| 10672 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 10673 |
+
E,
|
| 10674 |
+
f("keyword", "all\\b"),
|
| 10675 |
+
f("variable", "@\\{" + c + "\\}"),
|
| 10676 |
+
{ begin: "\\b(" + n.join("|") + ")\\b", className: "selector-tag" },
|
| 10677 |
+
o.CSS_NUMBER_MODE,
|
| 10678 |
+
f("selector-tag", d, 0),
|
| 10679 |
+
f("selector-id", "#" + d),
|
| 10680 |
+
f("selector-class", "\\." + d, 0),
|
| 10681 |
+
f("selector-tag", "&", 0),
|
| 10682 |
+
o.ATTRIBUTE_SELECTOR_MODE,
|
| 10683 |
+
{ className: "selector-pseudo", begin: ":(" + i.join("|") + ")" },
|
| 10684 |
+
{ className: "selector-pseudo", begin: ":(:)?(" + a.join("|") + ")" },
|
| 10685 |
+
{ begin: /\(/, end: /\)/, relevance: 0, contains: h },
|
| 10686 |
+
{ begin: "!important" },
|
| 10687 |
+
o.FUNCTION_DISPATCH,
|
| 10688 |
+
],
|
| 10689 |
+
},
|
| 10690 |
+
v = { begin: c + ":(:)?" + `(${l.join("|")})`, returnBegin: !0, contains: [O] };
|
| 10691 |
+
return (
|
| 10692 |
+
u.push(e.C_LINE_COMMENT_MODE, e.C_BLOCK_COMMENT_MODE, N, T, v, _, O, E, o.FUNCTION_DISPATCH),
|
| 10693 |
+
{ name: "Less", case_insensitive: !0, illegal: "[=>'/<($\"]", contains: u }
|
| 10694 |
+
);
|
| 10695 |
+
};
|
| 10696 |
+
},
|
| 10697 |
+
2491: (e) => {
|
| 10698 |
+
e.exports = function (e) {
|
| 10699 |
+
const n = "[a-zA-Z_\\-+\\*\\/<=>&#][a-zA-Z0-9_\\-+*\\/<=>&#!]*",
|
| 10700 |
+
t = "\\|[^]*?\\|",
|
| 10701 |
+
i = "(-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|-)?\\d+)?",
|
| 10702 |
+
a = { className: "literal", begin: "\\b(t{1}|nil)\\b" },
|
| 10703 |
+
r = {
|
| 10704 |
+
className: "number",
|
| 10705 |
+
variants: [
|
| 10706 |
+
{ begin: i, relevance: 0 },
|
| 10707 |
+
{ begin: "#(b|B)[0-1]+(/[0-1]+)?" },
|
| 10708 |
+
{ begin: "#(o|O)[0-7]+(/[0-7]+)?" },
|
| 10709 |
+
{ begin: "#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?" },
|
| 10710 |
+
{ begin: "#(c|C)\\(" + i + " +" + i, end: "\\)" },
|
| 10711 |
+
],
|
| 10712 |
+
},
|
| 10713 |
+
s = e.inherit(e.QUOTE_STRING_MODE, { illegal: null }),
|
| 10714 |
+
o = e.COMMENT(";", "$", { relevance: 0 }),
|
| 10715 |
+
l = { begin: "\\*", end: "\\*" },
|
| 10716 |
+
c = { className: "symbol", begin: "[:&]" + n },
|
| 10717 |
+
d = { begin: n, relevance: 0 },
|
| 10718 |
+
u = { begin: t },
|
| 10719 |
+
g = {
|
| 10720 |
+
contains: [r, s, l, c, { begin: "\\(", end: "\\)", contains: ["self", a, s, r, d] }, d],
|
| 10721 |
+
variants: [
|
| 10722 |
+
{ begin: "['`]\\(", end: "\\)" },
|
| 10723 |
+
{ begin: "\\(quote ", end: "\\)", keywords: { name: "quote" } },
|
| 10724 |
+
{ begin: "'" + t },
|
| 10725 |
+
],
|
| 10726 |
+
},
|
| 10727 |
+
b = { variants: [{ begin: "'" + n }, { begin: "#'" + n + "(::" + n + ")*" }] },
|
| 10728 |
+
f = { begin: "\\(\\s*", end: "\\)" },
|
| 10729 |
+
p = { endsWithParent: !0, relevance: 0 };
|
| 10730 |
+
return (
|
| 10731 |
+
(f.contains = [{ className: "name", variants: [{ begin: n, relevance: 0 }, { begin: t }] }, p]),
|
| 10732 |
+
(p.contains = [g, b, f, a, r, s, o, l, c, u, d]),
|
| 10733 |
+
{ name: "Lisp", illegal: /\S/, contains: [r, e.SHEBANG(), a, s, o, g, b, f, d] }
|
| 10734 |
+
);
|
| 10735 |
+
};
|
| 10736 |
+
},
|
| 10737 |
+
3873: (e) => {
|
| 10738 |
+
e.exports = function (e) {
|
| 10739 |
+
const n = "\\[=*\\[",
|
| 10740 |
+
t = "\\]=*\\]",
|
| 10741 |
+
i = { begin: n, end: t, contains: ["self"] },
|
| 10742 |
+
a = [e.COMMENT("--(?!" + n + ")", "$"), e.COMMENT("--" + n, t, { contains: [i], relevance: 10 })];
|
| 10743 |
+
return {
|
| 10744 |
+
name: "Lua",
|
| 10745 |
+
keywords: {
|
| 10746 |
+
$pattern: e.UNDERSCORE_IDENT_RE,
|
| 10747 |
+
literal: "true false nil",
|
| 10748 |
+
keyword: "and break do else elseif end for goto if in local not or repeat return then until while",
|
| 10749 |
+
built_in:
|
| 10750 |
+
"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove",
|
| 10751 |
+
},
|
| 10752 |
+
contains: a.concat([
|
| 10753 |
+
{
|
| 10754 |
+
className: "function",
|
| 10755 |
+
beginKeywords: "function",
|
| 10756 |
+
end: "\\)",
|
| 10757 |
+
contains: [
|
| 10758 |
+
e.inherit(e.TITLE_MODE, { begin: "([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*" }),
|
| 10759 |
+
{ className: "params", begin: "\\(", endsWithParent: !0, contains: a },
|
| 10760 |
+
].concat(a),
|
| 10761 |
+
},
|
| 10762 |
+
e.C_NUMBER_MODE,
|
| 10763 |
+
e.APOS_STRING_MODE,
|
| 10764 |
+
e.QUOTE_STRING_MODE,
|
| 10765 |
+
{ className: "string", begin: n, end: t, contains: [i], relevance: 5 },
|
| 10766 |
+
]),
|
| 10767 |
+
};
|
| 10768 |
+
};
|
| 10769 |
+
},
|
| 10770 |
+
7667: (e) => {
|
| 10771 |
+
e.exports = function (e) {
|
| 10772 |
+
const n = {
|
| 10773 |
+
className: "variable",
|
| 10774 |
+
variants: [{ begin: "\\$\\(" + e.UNDERSCORE_IDENT_RE + "\\)", contains: [e.BACKSLASH_ESCAPE] }, { begin: /\$[@%<?\^\+\*]/ }],
|
| 10775 |
+
},
|
| 10776 |
+
t = { className: "string", begin: /"/, end: /"/, contains: [e.BACKSLASH_ESCAPE, n] },
|
| 10777 |
+
i = {
|
| 10778 |
+
className: "variable",
|
| 10779 |
+
begin: /\$\([\w-]+\s/,
|
| 10780 |
+
end: /\)/,
|
| 10781 |
+
keywords: {
|
| 10782 |
+
built_in:
|
| 10783 |
+
"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value",
|
| 10784 |
+
},
|
| 10785 |
+
contains: [n],
|
| 10786 |
+
},
|
| 10787 |
+
a = { begin: "^" + e.UNDERSCORE_IDENT_RE + "\\s*(?=[:+?]?=)" },
|
| 10788 |
+
r = { className: "section", begin: /^[^\s]+:/, end: /$/, contains: [n] };
|
| 10789 |
+
return {
|
| 10790 |
+
name: "Makefile",
|
| 10791 |
+
aliases: ["mk", "mak", "make"],
|
| 10792 |
+
keywords: {
|
| 10793 |
+
$pattern: /[\w-]+/,
|
| 10794 |
+
keyword:
|
| 10795 |
+
"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath",
|
| 10796 |
+
},
|
| 10797 |
+
contains: [
|
| 10798 |
+
e.HASH_COMMENT_MODE,
|
| 10799 |
+
n,
|
| 10800 |
+
t,
|
| 10801 |
+
i,
|
| 10802 |
+
a,
|
| 10803 |
+
{ className: "meta", begin: /^\.PHONY:/, end: /$/, keywords: { $pattern: /[\.\w]+/, keyword: ".PHONY" } },
|
| 10804 |
+
r,
|
| 10805 |
+
],
|
| 10806 |
+
};
|
| 10807 |
+
};
|
| 10808 |
+
},
|
| 10809 |
+
602: (e) => {
|
| 10810 |
+
e.exports = function (e) {
|
| 10811 |
+
const n = { begin: /<\/?[A-Za-z_]/, end: ">", subLanguage: "xml", relevance: 0 },
|
| 10812 |
+
t = {
|
| 10813 |
+
variants: [
|
| 10814 |
+
{ begin: /\[.+?\]\[.*?\]/, relevance: 0 },
|
| 10815 |
+
{ begin: /\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/, relevance: 2 },
|
| 10816 |
+
{ begin: e.regex.concat(/\[.+?\]\(/, /[A-Za-z][A-Za-z0-9+.-]*/, /:\/\/.*?\)/), relevance: 2 },
|
| 10817 |
+
{ begin: /\[.+?\]\([./?&#].*?\)/, relevance: 1 },
|
| 10818 |
+
{ begin: /\[.*?\]\(.*?\)/, relevance: 0 },
|
| 10819 |
+
],
|
| 10820 |
+
returnBegin: !0,
|
| 10821 |
+
contains: [
|
| 10822 |
+
{ match: /\[(?=\])/ },
|
| 10823 |
+
{ className: "string", relevance: 0, begin: "\\[", end: "\\]", excludeBegin: !0, returnEnd: !0 },
|
| 10824 |
+
{ className: "link", relevance: 0, begin: "\\]\\(", end: "\\)", excludeBegin: !0, excludeEnd: !0 },
|
| 10825 |
+
{ className: "symbol", relevance: 0, begin: "\\]\\[", end: "\\]", excludeBegin: !0, excludeEnd: !0 },
|
| 10826 |
+
],
|
| 10827 |
+
},
|
| 10828 |
+
i = {
|
| 10829 |
+
className: "strong",
|
| 10830 |
+
contains: [],
|
| 10831 |
+
variants: [
|
| 10832 |
+
{ begin: /_{2}(?!\s)/, end: /_{2}/ },
|
| 10833 |
+
{ begin: /\*{2}(?!\s)/, end: /\*{2}/ },
|
| 10834 |
+
],
|
| 10835 |
+
},
|
| 10836 |
+
a = {
|
| 10837 |
+
className: "emphasis",
|
| 10838 |
+
contains: [],
|
| 10839 |
+
variants: [
|
| 10840 |
+
{ begin: /\*(?![*\s])/, end: /\*/ },
|
| 10841 |
+
{ begin: /_(?![_\s])/, end: /_/, relevance: 0 },
|
| 10842 |
+
],
|
| 10843 |
+
},
|
| 10844 |
+
r = e.inherit(i, { contains: [] }),
|
| 10845 |
+
s = e.inherit(a, { contains: [] });
|
| 10846 |
+
i.contains.push(s), a.contains.push(r);
|
| 10847 |
+
let o = [n, t];
|
| 10848 |
+
return (
|
| 10849 |
+
[i, a, r, s].forEach((e) => {
|
| 10850 |
+
e.contains = e.contains.concat(o);
|
| 10851 |
+
}),
|
| 10852 |
+
(o = o.concat(i, a)),
|
| 10853 |
+
{
|
| 10854 |
+
name: "Markdown",
|
| 10855 |
+
aliases: ["md", "mkdown", "mkd"],
|
| 10856 |
+
contains: [
|
| 10857 |
+
{
|
| 10858 |
+
className: "section",
|
| 10859 |
+
variants: [
|
| 10860 |
+
{ begin: "^#{1,6}", end: "$", contains: o },
|
| 10861 |
+
{ begin: "(?=^.+?\\n[=-]{2,}$)", contains: [{ begin: "^[=-]*$" }, { begin: "^", end: "\\n", contains: o }] },
|
| 10862 |
+
],
|
| 10863 |
+
},
|
| 10864 |
+
n,
|
| 10865 |
+
{ className: "bullet", begin: "^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)", end: "\\s+", excludeEnd: !0 },
|
| 10866 |
+
i,
|
| 10867 |
+
a,
|
| 10868 |
+
{ className: "quote", begin: "^>\\s+", contains: o, end: "$" },
|
| 10869 |
+
{
|
| 10870 |
+
className: "code",
|
| 10871 |
+
variants: [
|
| 10872 |
+
{ begin: "(`{3,})[^`](.|\\n)*?\\1`*[ ]*" },
|
| 10873 |
+
{ begin: "(~{3,})[^~](.|\\n)*?\\1~*[ ]*" },
|
| 10874 |
+
{ begin: "```", end: "```+[ ]*$" },
|
| 10875 |
+
{ begin: "~~~", end: "~~~+[ ]*$" },
|
| 10876 |
+
{ begin: "`.+?`" },
|
| 10877 |
+
{ begin: "(?=^( {4}|\\t))", contains: [{ begin: "^( {4}|\\t)", end: "(\\n)$" }], relevance: 0 },
|
| 10878 |
+
],
|
| 10879 |
+
},
|
| 10880 |
+
{ begin: "^[-\\*]{3,}", end: "$" },
|
| 10881 |
+
t,
|
| 10882 |
+
{
|
| 10883 |
+
begin: /^\[[^\n]+\]:/,
|
| 10884 |
+
returnBegin: !0,
|
| 10885 |
+
contains: [
|
| 10886 |
+
{ className: "symbol", begin: /\[/, end: /\]/, excludeBegin: !0, excludeEnd: !0 },
|
| 10887 |
+
{ className: "link", begin: /:\s*/, end: /$/, excludeBegin: !0 },
|
| 10888 |
+
],
|
| 10889 |
+
},
|
| 10890 |
+
],
|
| 10891 |
+
}
|
| 10892 |
+
);
|
| 10893 |
+
};
|
| 10894 |
+
},
|
| 10895 |
+
7259: (e) => {
|
| 10896 |
+
e.exports = function (e) {
|
| 10897 |
+
const n = e.regex,
|
| 10898 |
+
t = {
|
| 10899 |
+
className: "variable",
|
| 10900 |
+
variants: [{ begin: /\$\d+/ }, { begin: /\$\{\w+\}/ }, { begin: n.concat(/[$@]/, e.UNDERSCORE_IDENT_RE) }],
|
| 10901 |
+
},
|
| 10902 |
+
i = {
|
| 10903 |
+
endsWithParent: !0,
|
| 10904 |
+
keywords: {
|
| 10905 |
+
$pattern: /[a-z_]{2,}|\/dev\/poll/,
|
| 10906 |
+
literal: [
|
| 10907 |
+
"on",
|
| 10908 |
+
"off",
|
| 10909 |
+
"yes",
|
| 10910 |
+
"no",
|
| 10911 |
+
"true",
|
| 10912 |
+
"false",
|
| 10913 |
+
"none",
|
| 10914 |
+
"blocked",
|
| 10915 |
+
"debug",
|
| 10916 |
+
"info",
|
| 10917 |
+
"notice",
|
| 10918 |
+
"warn",
|
| 10919 |
+
"error",
|
| 10920 |
+
"crit",
|
| 10921 |
+
"select",
|
| 10922 |
+
"break",
|
| 10923 |
+
"last",
|
| 10924 |
+
"permanent",
|
| 10925 |
+
"redirect",
|
| 10926 |
+
"kqueue",
|
| 10927 |
+
"rtsig",
|
| 10928 |
+
"epoll",
|
| 10929 |
+
"poll",
|
| 10930 |
+
"/dev/poll",
|
| 10931 |
+
],
|
| 10932 |
+
},
|
| 10933 |
+
relevance: 0,
|
| 10934 |
+
illegal: "=>",
|
| 10935 |
+
contains: [
|
| 10936 |
+
e.HASH_COMMENT_MODE,
|
| 10937 |
+
{
|
| 10938 |
+
className: "string",
|
| 10939 |
+
contains: [e.BACKSLASH_ESCAPE, t],
|
| 10940 |
+
variants: [
|
| 10941 |
+
{ begin: /"/, end: /"/ },
|
| 10942 |
+
{ begin: /'/, end: /'/ },
|
| 10943 |
+
],
|
| 10944 |
+
},
|
| 10945 |
+
{ begin: "([a-z]+):/", end: "\\s", endsWithParent: !0, excludeEnd: !0, contains: [t] },
|
| 10946 |
+
{
|
| 10947 |
+
className: "regexp",
|
| 10948 |
+
contains: [e.BACKSLASH_ESCAPE, t],
|
| 10949 |
+
variants: [
|
| 10950 |
+
{ begin: "\\s\\^", end: "\\s|\\{|;", returnEnd: !0 },
|
| 10951 |
+
{ begin: "~\\*?\\s+", end: "\\s|\\{|;", returnEnd: !0 },
|
| 10952 |
+
{ begin: "\\*(\\.[a-z\\-]+)+" },
|
| 10953 |
+
{ begin: "([a-z\\-]+\\.)+\\*" },
|
| 10954 |
+
],
|
| 10955 |
+
},
|
| 10956 |
+
{ className: "number", begin: "\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b" },
|
| 10957 |
+
{ className: "number", begin: "\\b\\d+[kKmMgGdshdwy]?\\b", relevance: 0 },
|
| 10958 |
+
t,
|
| 10959 |
+
],
|
| 10960 |
+
};
|
| 10961 |
+
return {
|
| 10962 |
+
name: "Nginx config",
|
| 10963 |
+
aliases: ["nginxconf"],
|
| 10964 |
+
contains: [
|
| 10965 |
+
e.HASH_COMMENT_MODE,
|
| 10966 |
+
{ beginKeywords: "upstream location", end: /;|\{/, contains: i.contains, keywords: { section: "upstream location" } },
|
| 10967 |
+
{ className: "section", begin: n.concat(e.UNDERSCORE_IDENT_RE + n.lookahead(/\s+\{/)), relevance: 0 },
|
| 10968 |
+
{
|
| 10969 |
+
begin: n.lookahead(e.UNDERSCORE_IDENT_RE + "\\s"),
|
| 10970 |
+
end: ";|\\{",
|
| 10971 |
+
contains: [{ className: "attribute", begin: e.UNDERSCORE_IDENT_RE, starts: i }],
|
| 10972 |
+
relevance: 0,
|
| 10973 |
+
},
|
| 10974 |
+
],
|
| 10975 |
+
illegal: "[^\\s\\}\\{]",
|
| 10976 |
+
};
|
| 10977 |
+
};
|
| 10978 |
+
},
|
| 10979 |
+
943: (e) => {
|
| 10980 |
+
e.exports = function (e) {
|
| 10981 |
+
const n = /[a-zA-Z@][a-zA-Z0-9_]*/,
|
| 10982 |
+
t = { $pattern: n, keyword: ["@interface", "@class", "@protocol", "@implementation"] };
|
| 10983 |
+
return {
|
| 10984 |
+
name: "Objective-C",
|
| 10985 |
+
aliases: ["mm", "objc", "obj-c", "obj-c++", "objective-c++"],
|
| 10986 |
+
keywords: {
|
| 10987 |
+
"variable.language": ["this", "super"],
|
| 10988 |
+
$pattern: n,
|
| 10989 |
+
keyword: [
|
| 10990 |
+
"while",
|
| 10991 |
+
"export",
|
| 10992 |
+
"sizeof",
|
| 10993 |
+
"typedef",
|
| 10994 |
+
"const",
|
| 10995 |
+
"struct",
|
| 10996 |
+
"for",
|
| 10997 |
+
"union",
|
| 10998 |
+
"volatile",
|
| 10999 |
+
"static",
|
| 11000 |
+
"mutable",
|
| 11001 |
+
"if",
|
| 11002 |
+
"do",
|
| 11003 |
+
"return",
|
| 11004 |
+
"goto",
|
| 11005 |
+
"enum",
|
| 11006 |
+
"else",
|
| 11007 |
+
"break",
|
| 11008 |
+
"extern",
|
| 11009 |
+
"asm",
|
| 11010 |
+
"case",
|
| 11011 |
+
"default",
|
| 11012 |
+
"register",
|
| 11013 |
+
"explicit",
|
| 11014 |
+
"typename",
|
| 11015 |
+
"switch",
|
| 11016 |
+
"continue",
|
| 11017 |
+
"inline",
|
| 11018 |
+
"readonly",
|
| 11019 |
+
"assign",
|
| 11020 |
+
"readwrite",
|
| 11021 |
+
"self",
|
| 11022 |
+
"@synchronized",
|
| 11023 |
+
"id",
|
| 11024 |
+
"typeof",
|
| 11025 |
+
"nonatomic",
|
| 11026 |
+
"IBOutlet",
|
| 11027 |
+
"IBAction",
|
| 11028 |
+
"strong",
|
| 11029 |
+
"weak",
|
| 11030 |
+
"copy",
|
| 11031 |
+
"in",
|
| 11032 |
+
"out",
|
| 11033 |
+
"inout",
|
| 11034 |
+
"bycopy",
|
| 11035 |
+
"byref",
|
| 11036 |
+
"oneway",
|
| 11037 |
+
"__strong",
|
| 11038 |
+
"__weak",
|
| 11039 |
+
"__block",
|
| 11040 |
+
"__autoreleasing",
|
| 11041 |
+
"@private",
|
| 11042 |
+
"@protected",
|
| 11043 |
+
"@public",
|
| 11044 |
+
"@try",
|
| 11045 |
+
"@property",
|
| 11046 |
+
"@end",
|
| 11047 |
+
"@throw",
|
| 11048 |
+
"@catch",
|
| 11049 |
+
"@finally",
|
| 11050 |
+
"@autoreleasepool",
|
| 11051 |
+
"@synthesize",
|
| 11052 |
+
"@dynamic",
|
| 11053 |
+
"@selector",
|
| 11054 |
+
"@optional",
|
| 11055 |
+
"@required",
|
| 11056 |
+
"@encode",
|
| 11057 |
+
"@package",
|
| 11058 |
+
"@import",
|
| 11059 |
+
"@defs",
|
| 11060 |
+
"@compatibility_alias",
|
| 11061 |
+
"__bridge",
|
| 11062 |
+
"__bridge_transfer",
|
| 11063 |
+
"__bridge_retained",
|
| 11064 |
+
"__bridge_retain",
|
| 11065 |
+
"__covariant",
|
| 11066 |
+
"__contravariant",
|
| 11067 |
+
"__kindof",
|
| 11068 |
+
"_Nonnull",
|
| 11069 |
+
"_Nullable",
|
| 11070 |
+
"_Null_unspecified",
|
| 11071 |
+
"__FUNCTION__",
|
| 11072 |
+
"__PRETTY_FUNCTION__",
|
| 11073 |
+
"__attribute__",
|
| 11074 |
+
"getter",
|
| 11075 |
+
"setter",
|
| 11076 |
+
"retain",
|
| 11077 |
+
"unsafe_unretained",
|
| 11078 |
+
"nonnull",
|
| 11079 |
+
"nullable",
|
| 11080 |
+
"null_unspecified",
|
| 11081 |
+
"null_resettable",
|
| 11082 |
+
"class",
|
| 11083 |
+
"instancetype",
|
| 11084 |
+
"NS_DESIGNATED_INITIALIZER",
|
| 11085 |
+
"NS_UNAVAILABLE",
|
| 11086 |
+
"NS_REQUIRES_SUPER",
|
| 11087 |
+
"NS_RETURNS_INNER_POINTER",
|
| 11088 |
+
"NS_INLINE",
|
| 11089 |
+
"NS_AVAILABLE",
|
| 11090 |
+
"NS_DEPRECATED",
|
| 11091 |
+
"NS_ENUM",
|
| 11092 |
+
"NS_OPTIONS",
|
| 11093 |
+
"NS_SWIFT_UNAVAILABLE",
|
| 11094 |
+
"NS_ASSUME_NONNULL_BEGIN",
|
| 11095 |
+
"NS_ASSUME_NONNULL_END",
|
| 11096 |
+
"NS_REFINED_FOR_SWIFT",
|
| 11097 |
+
"NS_SWIFT_NAME",
|
| 11098 |
+
"NS_SWIFT_NOTHROW",
|
| 11099 |
+
"NS_DURING",
|
| 11100 |
+
"NS_HANDLER",
|
| 11101 |
+
"NS_ENDHANDLER",
|
| 11102 |
+
"NS_VALUERETURN",
|
| 11103 |
+
"NS_VOIDRETURN",
|
| 11104 |
+
],
|
| 11105 |
+
literal: ["false", "true", "FALSE", "TRUE", "nil", "YES", "NO", "NULL"],
|
| 11106 |
+
built_in: ["dispatch_once_t", "dispatch_queue_t", "dispatch_sync", "dispatch_async", "dispatch_once"],
|
| 11107 |
+
type: [
|
| 11108 |
+
"int",
|
| 11109 |
+
"float",
|
| 11110 |
+
"char",
|
| 11111 |
+
"unsigned",
|
| 11112 |
+
"signed",
|
| 11113 |
+
"short",
|
| 11114 |
+
"long",
|
| 11115 |
+
"double",
|
| 11116 |
+
"wchar_t",
|
| 11117 |
+
"unichar",
|
| 11118 |
+
"void",
|
| 11119 |
+
"bool",
|
| 11120 |
+
"BOOL",
|
| 11121 |
+
"id|0",
|
| 11122 |
+
"_Bool",
|
| 11123 |
+
],
|
| 11124 |
+
},
|
| 11125 |
+
illegal: "</",
|
| 11126 |
+
contains: [
|
| 11127 |
+
{ className: "built_in", begin: "\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+" },
|
| 11128 |
+
e.C_LINE_COMMENT_MODE,
|
| 11129 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 11130 |
+
e.C_NUMBER_MODE,
|
| 11131 |
+
e.QUOTE_STRING_MODE,
|
| 11132 |
+
e.APOS_STRING_MODE,
|
| 11133 |
+
{ className: "string", variants: [{ begin: '@"', end: '"', illegal: "\\n", contains: [e.BACKSLASH_ESCAPE] }] },
|
| 11134 |
+
{
|
| 11135 |
+
className: "meta",
|
| 11136 |
+
begin: /#\s*[a-z]+\b/,
|
| 11137 |
+
end: /$/,
|
| 11138 |
+
keywords: { keyword: "if else elif endif define undef warning error line pragma ifdef ifndef include" },
|
| 11139 |
+
contains: [
|
| 11140 |
+
{ begin: /\\\n/, relevance: 0 },
|
| 11141 |
+
e.inherit(e.QUOTE_STRING_MODE, { className: "string" }),
|
| 11142 |
+
{ className: "string", begin: /<.*?>/, end: /$/, illegal: "\\n" },
|
| 11143 |
+
e.C_LINE_COMMENT_MODE,
|
| 11144 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 11145 |
+
],
|
| 11146 |
+
},
|
| 11147 |
+
{
|
| 11148 |
+
className: "class",
|
| 11149 |
+
begin: "(" + t.keyword.join("|") + ")\\b",
|
| 11150 |
+
end: /(\{|$)/,
|
| 11151 |
+
excludeEnd: !0,
|
| 11152 |
+
keywords: t,
|
| 11153 |
+
contains: [e.UNDERSCORE_TITLE_MODE],
|
| 11154 |
+
},
|
| 11155 |
+
{ begin: "\\." + e.UNDERSCORE_IDENT_RE, relevance: 0 },
|
| 11156 |
+
],
|
| 11157 |
+
};
|
| 11158 |
+
};
|
| 11159 |
+
},
|
| 11160 |
+
946: (e) => {
|
| 11161 |
+
e.exports = function (e) {
|
| 11162 |
+
const n = e.regex,
|
| 11163 |
+
t = /[dualxmsipngr]{0,12}/,
|
| 11164 |
+
i = {
|
| 11165 |
+
$pattern: /[\w.]+/,
|
| 11166 |
+
keyword: [
|
| 11167 |
+
"abs",
|
| 11168 |
+
"accept",
|
| 11169 |
+
"alarm",
|
| 11170 |
+
"and",
|
| 11171 |
+
"atan2",
|
| 11172 |
+
"bind",
|
| 11173 |
+
"binmode",
|
| 11174 |
+
"bless",
|
| 11175 |
+
"break",
|
| 11176 |
+
"caller",
|
| 11177 |
+
"chdir",
|
| 11178 |
+
"chmod",
|
| 11179 |
+
"chomp",
|
| 11180 |
+
"chop",
|
| 11181 |
+
"chown",
|
| 11182 |
+
"chr",
|
| 11183 |
+
"chroot",
|
| 11184 |
+
"close",
|
| 11185 |
+
"closedir",
|
| 11186 |
+
"connect",
|
| 11187 |
+
"continue",
|
| 11188 |
+
"cos",
|
| 11189 |
+
"crypt",
|
| 11190 |
+
"dbmclose",
|
| 11191 |
+
"dbmopen",
|
| 11192 |
+
"defined",
|
| 11193 |
+
"delete",
|
| 11194 |
+
"die",
|
| 11195 |
+
"do",
|
| 11196 |
+
"dump",
|
| 11197 |
+
"each",
|
| 11198 |
+
"else",
|
| 11199 |
+
"elsif",
|
| 11200 |
+
"endgrent",
|
| 11201 |
+
"endhostent",
|
| 11202 |
+
"endnetent",
|
| 11203 |
+
"endprotoent",
|
| 11204 |
+
"endpwent",
|
| 11205 |
+
"endservent",
|
| 11206 |
+
"eof",
|
| 11207 |
+
"eval",
|
| 11208 |
+
"exec",
|
| 11209 |
+
"exists",
|
| 11210 |
+
"exit",
|
| 11211 |
+
"exp",
|
| 11212 |
+
"fcntl",
|
| 11213 |
+
"fileno",
|
| 11214 |
+
"flock",
|
| 11215 |
+
"for",
|
| 11216 |
+
"foreach",
|
| 11217 |
+
"fork",
|
| 11218 |
+
"format",
|
| 11219 |
+
"formline",
|
| 11220 |
+
"getc",
|
| 11221 |
+
"getgrent",
|
| 11222 |
+
"getgrgid",
|
| 11223 |
+
"getgrnam",
|
| 11224 |
+
"gethostbyaddr",
|
| 11225 |
+
"gethostbyname",
|
| 11226 |
+
"gethostent",
|
| 11227 |
+
"getlogin",
|
| 11228 |
+
"getnetbyaddr",
|
| 11229 |
+
"getnetbyname",
|
| 11230 |
+
"getnetent",
|
| 11231 |
+
"getpeername",
|
| 11232 |
+
"getpgrp",
|
| 11233 |
+
"getpriority",
|
| 11234 |
+
"getprotobyname",
|
| 11235 |
+
"getprotobynumber",
|
| 11236 |
+
"getprotoent",
|
| 11237 |
+
"getpwent",
|
| 11238 |
+
"getpwnam",
|
| 11239 |
+
"getpwuid",
|
| 11240 |
+
"getservbyname",
|
| 11241 |
+
"getservbyport",
|
| 11242 |
+
"getservent",
|
| 11243 |
+
"getsockname",
|
| 11244 |
+
"getsockopt",
|
| 11245 |
+
"given",
|
| 11246 |
+
"glob",
|
| 11247 |
+
"gmtime",
|
| 11248 |
+
"goto",
|
| 11249 |
+
"grep",
|
| 11250 |
+
"gt",
|
| 11251 |
+
"hex",
|
| 11252 |
+
"if",
|
| 11253 |
+
"index",
|
| 11254 |
+
"int",
|
| 11255 |
+
"ioctl",
|
| 11256 |
+
"join",
|
| 11257 |
+
"keys",
|
| 11258 |
+
"kill",
|
| 11259 |
+
"last",
|
| 11260 |
+
"lc",
|
| 11261 |
+
"lcfirst",
|
| 11262 |
+
"length",
|
| 11263 |
+
"link",
|
| 11264 |
+
"listen",
|
| 11265 |
+
"local",
|
| 11266 |
+
"localtime",
|
| 11267 |
+
"log",
|
| 11268 |
+
"lstat",
|
| 11269 |
+
"lt",
|
| 11270 |
+
"ma",
|
| 11271 |
+
"map",
|
| 11272 |
+
"mkdir",
|
| 11273 |
+
"msgctl",
|
| 11274 |
+
"msgget",
|
| 11275 |
+
"msgrcv",
|
| 11276 |
+
"msgsnd",
|
| 11277 |
+
"my",
|
| 11278 |
+
"ne",
|
| 11279 |
+
"next",
|
| 11280 |
+
"no",
|
| 11281 |
+
"not",
|
| 11282 |
+
"oct",
|
| 11283 |
+
"open",
|
| 11284 |
+
"opendir",
|
| 11285 |
+
"or",
|
| 11286 |
+
"ord",
|
| 11287 |
+
"our",
|
| 11288 |
+
"pack",
|
| 11289 |
+
"package",
|
| 11290 |
+
"pipe",
|
| 11291 |
+
"pop",
|
| 11292 |
+
"pos",
|
| 11293 |
+
"print",
|
| 11294 |
+
"printf",
|
| 11295 |
+
"prototype",
|
| 11296 |
+
"push",
|
| 11297 |
+
"q|0",
|
| 11298 |
+
"qq",
|
| 11299 |
+
"quotemeta",
|
| 11300 |
+
"qw",
|
| 11301 |
+
"qx",
|
| 11302 |
+
"rand",
|
| 11303 |
+
"read",
|
| 11304 |
+
"readdir",
|
| 11305 |
+
"readline",
|
| 11306 |
+
"readlink",
|
| 11307 |
+
"readpipe",
|
| 11308 |
+
"recv",
|
| 11309 |
+
"redo",
|
| 11310 |
+
"ref",
|
| 11311 |
+
"rename",
|
| 11312 |
+
"require",
|
| 11313 |
+
"reset",
|
| 11314 |
+
"return",
|
| 11315 |
+
"reverse",
|
| 11316 |
+
"rewinddir",
|
| 11317 |
+
"rindex",
|
| 11318 |
+
"rmdir",
|
| 11319 |
+
"say",
|
| 11320 |
+
"scalar",
|
| 11321 |
+
"seek",
|
| 11322 |
+
"seekdir",
|
| 11323 |
+
"select",
|
| 11324 |
+
"semctl",
|
| 11325 |
+
"semget",
|
| 11326 |
+
"semop",
|
| 11327 |
+
"send",
|
| 11328 |
+
"setgrent",
|
| 11329 |
+
"sethostent",
|
| 11330 |
+
"setnetent",
|
| 11331 |
+
"setpgrp",
|
| 11332 |
+
"setpriority",
|
| 11333 |
+
"setprotoent",
|
| 11334 |
+
"setpwent",
|
| 11335 |
+
"setservent",
|
| 11336 |
+
"setsockopt",
|
| 11337 |
+
"shift",
|
| 11338 |
+
"shmctl",
|
| 11339 |
+
"shmget",
|
| 11340 |
+
"shmread",
|
| 11341 |
+
"shmwrite",
|
| 11342 |
+
"shutdown",
|
| 11343 |
+
"sin",
|
| 11344 |
+
"sleep",
|
| 11345 |
+
"socket",
|
| 11346 |
+
"socketpair",
|
| 11347 |
+
"sort",
|
| 11348 |
+
"splice",
|
| 11349 |
+
"split",
|
| 11350 |
+
"sprintf",
|
| 11351 |
+
"sqrt",
|
| 11352 |
+
"srand",
|
| 11353 |
+
"stat",
|
| 11354 |
+
"state",
|
| 11355 |
+
"study",
|
| 11356 |
+
"sub",
|
| 11357 |
+
"substr",
|
| 11358 |
+
"symlink",
|
| 11359 |
+
"syscall",
|
| 11360 |
+
"sysopen",
|
| 11361 |
+
"sysread",
|
| 11362 |
+
"sysseek",
|
| 11363 |
+
"system",
|
| 11364 |
+
"syswrite",
|
| 11365 |
+
"tell",
|
| 11366 |
+
"telldir",
|
| 11367 |
+
"tie",
|
| 11368 |
+
"tied",
|
| 11369 |
+
"time",
|
| 11370 |
+
"times",
|
| 11371 |
+
"tr",
|
| 11372 |
+
"truncate",
|
| 11373 |
+
"uc",
|
| 11374 |
+
"ucfirst",
|
| 11375 |
+
"umask",
|
| 11376 |
+
"undef",
|
| 11377 |
+
"unless",
|
| 11378 |
+
"unlink",
|
| 11379 |
+
"unpack",
|
| 11380 |
+
"unshift",
|
| 11381 |
+
"untie",
|
| 11382 |
+
"until",
|
| 11383 |
+
"use",
|
| 11384 |
+
"utime",
|
| 11385 |
+
"values",
|
| 11386 |
+
"vec",
|
| 11387 |
+
"wait",
|
| 11388 |
+
"waitpid",
|
| 11389 |
+
"wantarray",
|
| 11390 |
+
"warn",
|
| 11391 |
+
"when",
|
| 11392 |
+
"while",
|
| 11393 |
+
"write",
|
| 11394 |
+
"x|0",
|
| 11395 |
+
"xor",
|
| 11396 |
+
"y|0",
|
| 11397 |
+
].join(" "),
|
| 11398 |
+
},
|
| 11399 |
+
a = { className: "subst", begin: "[$@]\\{", end: "\\}", keywords: i },
|
| 11400 |
+
r = { begin: /->\{/, end: /\}/ },
|
| 11401 |
+
s = {
|
| 11402 |
+
variants: [
|
| 11403 |
+
{ begin: /\$\d/ },
|
| 11404 |
+
{ begin: n.concat(/[$%@](\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/, "(?![A-Za-z])(?![@$%])") },
|
| 11405 |
+
{ begin: /[$%@][^\s\w{]/, relevance: 0 },
|
| 11406 |
+
],
|
| 11407 |
+
},
|
| 11408 |
+
o = [e.BACKSLASH_ESCAPE, a, s],
|
| 11409 |
+
l = [/!/, /\//, /\|/, /\?/, /'/, /"/, /#/],
|
| 11410 |
+
c = (e, i, a = "\\1") => {
|
| 11411 |
+
const r = "\\1" === a ? a : n.concat(a, i);
|
| 11412 |
+
return n.concat(n.concat("(?:", e, ")"), i, /(?:\\.|[^\\\/])*?/, r, /(?:\\.|[^\\\/])*?/, a, t);
|
| 11413 |
+
},
|
| 11414 |
+
d = (e, i, a) => n.concat(n.concat("(?:", e, ")"), i, /(?:\\.|[^\\\/])*?/, a, t),
|
| 11415 |
+
u = [
|
| 11416 |
+
s,
|
| 11417 |
+
e.HASH_COMMENT_MODE,
|
| 11418 |
+
e.COMMENT(/^=\w/, /=cut/, { endsWithParent: !0 }),
|
| 11419 |
+
r,
|
| 11420 |
+
{
|
| 11421 |
+
className: "string",
|
| 11422 |
+
contains: o,
|
| 11423 |
+
variants: [
|
| 11424 |
+
{ begin: "q[qwxr]?\\s*\\(", end: "\\)", relevance: 5 },
|
| 11425 |
+
{ begin: "q[qwxr]?\\s*\\[", end: "\\]", relevance: 5 },
|
| 11426 |
+
{ begin: "q[qwxr]?\\s*\\{", end: "\\}", relevance: 5 },
|
| 11427 |
+
{ begin: "q[qwxr]?\\s*\\|", end: "\\|", relevance: 5 },
|
| 11428 |
+
{ begin: "q[qwxr]?\\s*<", end: ">", relevance: 5 },
|
| 11429 |
+
{ begin: "qw\\s+q", end: "q", relevance: 5 },
|
| 11430 |
+
{ begin: "'", end: "'", contains: [e.BACKSLASH_ESCAPE] },
|
| 11431 |
+
{ begin: '"', end: '"' },
|
| 11432 |
+
{ begin: "`", end: "`", contains: [e.BACKSLASH_ESCAPE] },
|
| 11433 |
+
{ begin: /\{\w+\}/, relevance: 0 },
|
| 11434 |
+
{ begin: "-?\\w+\\s*=>", relevance: 0 },
|
| 11435 |
+
],
|
| 11436 |
+
},
|
| 11437 |
+
{ className: "number", begin: "(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b", relevance: 0 },
|
| 11438 |
+
{
|
| 11439 |
+
begin: "(\\/\\/|" + e.RE_STARTERS_RE + "|\\b(split|return|print|reverse|grep)\\b)\\s*",
|
| 11440 |
+
keywords: "split return print reverse grep",
|
| 11441 |
+
relevance: 0,
|
| 11442 |
+
contains: [
|
| 11443 |
+
e.HASH_COMMENT_MODE,
|
| 11444 |
+
{
|
| 11445 |
+
className: "regexp",
|
| 11446 |
+
variants: [
|
| 11447 |
+
{ begin: c("s|tr|y", n.either(...l, { capture: !0 })) },
|
| 11448 |
+
{ begin: c("s|tr|y", "\\(", "\\)") },
|
| 11449 |
+
{ begin: c("s|tr|y", "\\[", "\\]") },
|
| 11450 |
+
{ begin: c("s|tr|y", "\\{", "\\}") },
|
| 11451 |
+
],
|
| 11452 |
+
relevance: 2,
|
| 11453 |
+
},
|
| 11454 |
+
{
|
| 11455 |
+
className: "regexp",
|
| 11456 |
+
variants: [
|
| 11457 |
+
{ begin: /(m|qr)\/\//, relevance: 0 },
|
| 11458 |
+
{ begin: d("(?:m|qr)?", /\//, /\//) },
|
| 11459 |
+
{ begin: d("m|qr", n.either(...l, { capture: !0 }), /\1/) },
|
| 11460 |
+
{ begin: d("m|qr", /\(/, /\)/) },
|
| 11461 |
+
{ begin: d("m|qr", /\[/, /\]/) },
|
| 11462 |
+
{ begin: d("m|qr", /\{/, /\}/) },
|
| 11463 |
+
],
|
| 11464 |
+
},
|
| 11465 |
+
],
|
| 11466 |
+
},
|
| 11467 |
+
{
|
| 11468 |
+
className: "function",
|
| 11469 |
+
beginKeywords: "sub",
|
| 11470 |
+
end: "(\\s*\\(.*?\\))?[;{]",
|
| 11471 |
+
excludeEnd: !0,
|
| 11472 |
+
relevance: 5,
|
| 11473 |
+
contains: [e.TITLE_MODE],
|
| 11474 |
+
},
|
| 11475 |
+
{ begin: "-\\w\\b", relevance: 0 },
|
| 11476 |
+
{
|
| 11477 |
+
begin: "^__DATA__$",
|
| 11478 |
+
end: "^__END__$",
|
| 11479 |
+
subLanguage: "mojolicious",
|
| 11480 |
+
contains: [{ begin: "^@@.*", end: "$", className: "comment" }],
|
| 11481 |
+
},
|
| 11482 |
+
];
|
| 11483 |
+
return (a.contains = u), (r.contains = u), { name: "Perl", aliases: ["pl", "pm"], keywords: i, contains: u };
|
| 11484 |
+
};
|
| 11485 |
+
},
|
| 11486 |
+
6876: (e) => {
|
| 11487 |
+
e.exports = function (e) {
|
| 11488 |
+
const n = e.COMMENT("--", "$"),
|
| 11489 |
+
t = "\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",
|
| 11490 |
+
i =
|
| 11491 |
+
"BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR NAME OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 ",
|
| 11492 |
+
a = i
|
| 11493 |
+
.trim()
|
| 11494 |
+
.split(" ")
|
| 11495 |
+
.map(function (e) {
|
| 11496 |
+
return e.split("|")[0];
|
| 11497 |
+
})
|
| 11498 |
+
.join("|"),
|
| 11499 |
+
r =
|
| 11500 |
+
"ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP PERCENTILE_CONT PERCENTILE_DISC ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE NUM_NONNULLS NUM_NULLS ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT TRUNC WIDTH_BUCKET RANDOM SETSEED ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAP LEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR TO_ASCII TO_HEX TRANSLATE OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 TIMEOFDAY TRANSACTION_TIMESTAMP|10 ENUM_FIRST ENUM_LAST ENUM_RANGE AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILY INET_MERGE MACADDR8_SET7BIT ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA CURSOR_TO_XML CURSOR_TO_XMLSCHEMA SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA XMLATTRIBUTES TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY CURRVAL LASTVAL NEXTVAL SETVAL COALESCE NULLIF GREATEST LEAST ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY STRING_TO_ARRAY UNNEST ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE GENERATE_SERIES GENERATE_SUBSCRIPTS CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE GIN_CLEAN_PENDING_LIST SUPPRESS_REDUNDANT_UPDATES_TRIGGER LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE GROUPING CAST "
|
| 11501 |
+
.trim()
|
| 11502 |
+
.split(" ")
|
| 11503 |
+
.map(function (e) {
|
| 11504 |
+
return e.split("|")[0];
|
| 11505 |
+
})
|
| 11506 |
+
.join("|");
|
| 11507 |
+
return {
|
| 11508 |
+
name: "PostgreSQL",
|
| 11509 |
+
aliases: ["postgres", "postgresql"],
|
| 11510 |
+
supersetOf: "sql",
|
| 11511 |
+
case_insensitive: !0,
|
| 11512 |
+
keywords: {
|
| 11513 |
+
keyword:
|
| 11514 |
+
"ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION INDEX PROCEDURE ASSERTION ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS DEFERRABLE RANGE DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED OF NOTHING NONE EXCLUDE ATTRIBUTE USAGE ROUTINES TRUE FALSE NAN INFINITY ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT OPEN SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ",
|
| 11515 |
+
built_in:
|
| 11516 |
+
"CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 SQLSTATE SQLERRM|10 SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED INDEX_CORRUPTED ",
|
| 11517 |
+
},
|
| 11518 |
+
illegal: /:==|\W\s*\(\*|(^|\s)\$[a-z]|\{\{|[a-z]:\s*$|\.\.\.|TO:|DO:/,
|
| 11519 |
+
contains: [
|
| 11520 |
+
{
|
| 11521 |
+
className: "keyword",
|
| 11522 |
+
variants: [
|
| 11523 |
+
{ begin: /\bTEXT\s*SEARCH\b/ },
|
| 11524 |
+
{ begin: /\b(PRIMARY|FOREIGN|FOR(\s+NO)?)\s+KEY\b/ },
|
| 11525 |
+
{ begin: /\bPARALLEL\s+(UNSAFE|RESTRICTED|SAFE)\b/ },
|
| 11526 |
+
{ begin: /\bSTORAGE\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\b/ },
|
| 11527 |
+
{ begin: /\bMATCH\s+(FULL|PARTIAL|SIMPLE)\b/ },
|
| 11528 |
+
{ begin: /\bNULLS\s+(FIRST|LAST)\b/ },
|
| 11529 |
+
{ begin: /\bEVENT\s+TRIGGER\b/ },
|
| 11530 |
+
{ begin: /\b(MAPPING|OR)\s+REPLACE\b/ },
|
| 11531 |
+
{ begin: /\b(FROM|TO)\s+(PROGRAM|STDIN|STDOUT)\b/ },
|
| 11532 |
+
{ begin: /\b(SHARE|EXCLUSIVE)\s+MODE\b/ },
|
| 11533 |
+
{ begin: /\b(LEFT|RIGHT)\s+(OUTER\s+)?JOIN\b/ },
|
| 11534 |
+
{ begin: /\b(FETCH|MOVE)\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\b/ },
|
| 11535 |
+
{ begin: /\bPRESERVE\s+ROWS\b/ },
|
| 11536 |
+
{ begin: /\bDISCARD\s+PLANS\b/ },
|
| 11537 |
+
{ begin: /\bREFERENCING\s+(OLD|NEW)\b/ },
|
| 11538 |
+
{ begin: /\bSKIP\s+LOCKED\b/ },
|
| 11539 |
+
{ begin: /\bGROUPING\s+SETS\b/ },
|
| 11540 |
+
{ begin: /\b(BINARY|INSENSITIVE|SCROLL|NO\s+SCROLL)\s+(CURSOR|FOR)\b/ },
|
| 11541 |
+
{ begin: /\b(WITH|WITHOUT)\s+HOLD\b/ },
|
| 11542 |
+
{ begin: /\bWITH\s+(CASCADED|LOCAL)\s+CHECK\s+OPTION\b/ },
|
| 11543 |
+
{ begin: /\bEXCLUDE\s+(TIES|NO\s+OTHERS)\b/ },
|
| 11544 |
+
{ begin: /\bFORMAT\s+(TEXT|XML|JSON|YAML)\b/ },
|
| 11545 |
+
{ begin: /\bSET\s+((SESSION|LOCAL)\s+)?NAMES\b/ },
|
| 11546 |
+
{ begin: /\bIS\s+(NOT\s+)?UNKNOWN\b/ },
|
| 11547 |
+
{ begin: /\bSECURITY\s+LABEL\b/ },
|
| 11548 |
+
{ begin: /\bSTANDALONE\s+(YES|NO|NO\s+VALUE)\b/ },
|
| 11549 |
+
{ begin: /\bWITH\s+(NO\s+)?DATA\b/ },
|
| 11550 |
+
{ begin: /\b(FOREIGN|SET)\s+DATA\b/ },
|
| 11551 |
+
{ begin: /\bSET\s+(CATALOG|CONSTRAINTS)\b/ },
|
| 11552 |
+
{ begin: /\b(WITH|FOR)\s+ORDINALITY\b/ },
|
| 11553 |
+
{ begin: /\bIS\s+(NOT\s+)?DOCUMENT\b/ },
|
| 11554 |
+
{ begin: /\bXML\s+OPTION\s+(DOCUMENT|CONTENT)\b/ },
|
| 11555 |
+
{ begin: /\b(STRIP|PRESERVE)\s+WHITESPACE\b/ },
|
| 11556 |
+
{ begin: /\bNO\s+(ACTION|MAXVALUE|MINVALUE)\b/ },
|
| 11557 |
+
{ begin: /\bPARTITION\s+BY\s+(RANGE|LIST|HASH)\b/ },
|
| 11558 |
+
{ begin: /\bAT\s+TIME\s+ZONE\b/ },
|
| 11559 |
+
{ begin: /\bGRANTED\s+BY\b/ },
|
| 11560 |
+
{ begin: /\bRETURN\s+(QUERY|NEXT)\b/ },
|
| 11561 |
+
{ begin: /\b(ATTACH|DETACH)\s+PARTITION\b/ },
|
| 11562 |
+
{ begin: /\bFORCE\s+ROW\s+LEVEL\s+SECURITY\b/ },
|
| 11563 |
+
{ begin: /\b(INCLUDING|EXCLUDING)\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\b/ },
|
| 11564 |
+
{ begin: /\bAS\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\b/ },
|
| 11565 |
+
],
|
| 11566 |
+
},
|
| 11567 |
+
{ begin: /\b(FORMAT|FAMILY|VERSION)\s*\(/ },
|
| 11568 |
+
{ begin: /\bINCLUDE\s*\(/, keywords: "INCLUDE" },
|
| 11569 |
+
{ begin: /\bRANGE(?!\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/ },
|
| 11570 |
+
{
|
| 11571 |
+
begin:
|
| 11572 |
+
/\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\s*=/,
|
| 11573 |
+
},
|
| 11574 |
+
{ begin: /\b(PG_\w+?|HAS_[A-Z_]+_PRIVILEGE)\b/, relevance: 10 },
|
| 11575 |
+
{
|
| 11576 |
+
begin: /\bEXTRACT\s*\(/,
|
| 11577 |
+
end: /\bFROM\b/,
|
| 11578 |
+
returnEnd: !0,
|
| 11579 |
+
keywords: {
|
| 11580 |
+
type: "CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR TIMEZONE_MINUTE WEEK YEAR",
|
| 11581 |
+
},
|
| 11582 |
+
},
|
| 11583 |
+
{ begin: /\b(XMLELEMENT|XMLPI)\s*\(\s*NAME/, keywords: { keyword: "NAME" } },
|
| 11584 |
+
{ begin: /\b(XMLPARSE|XMLSERIALIZE)\s*\(\s*(DOCUMENT|CONTENT)/, keywords: { keyword: "DOCUMENT CONTENT" } },
|
| 11585 |
+
{
|
| 11586 |
+
beginKeywords: "CACHE INCREMENT MAXVALUE MINVALUE",
|
| 11587 |
+
end: e.C_NUMBER_RE,
|
| 11588 |
+
returnEnd: !0,
|
| 11589 |
+
keywords: "BY CACHE INCREMENT MAXVALUE MINVALUE",
|
| 11590 |
+
},
|
| 11591 |
+
{ className: "type", begin: /\b(WITH|WITHOUT)\s+TIME\s+ZONE\b/ },
|
| 11592 |
+
{ className: "type", begin: /\bINTERVAL\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\s+TO\s+(MONTH|HOUR|MINUTE|SECOND))?\b/ },
|
| 11593 |
+
{
|
| 11594 |
+
begin: /\bRETURNS\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\b/,
|
| 11595 |
+
keywords: { keyword: "RETURNS", type: "LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER" },
|
| 11596 |
+
},
|
| 11597 |
+
{ begin: "\\b(" + r + ")\\s*\\(" },
|
| 11598 |
+
{ begin: "\\.(" + a + ")\\b" },
|
| 11599 |
+
{ begin: "\\b(" + a + ")\\s+PATH\\b", keywords: { keyword: "PATH", type: i.replace("PATH ", "") } },
|
| 11600 |
+
{ className: "type", begin: "\\b(" + a + ")\\b" },
|
| 11601 |
+
{ className: "string", begin: "'", end: "'", contains: [{ begin: "''" }] },
|
| 11602 |
+
{ className: "string", begin: "(e|E|u&|U&)'", end: "'", contains: [{ begin: "\\\\." }], relevance: 10 },
|
| 11603 |
+
e.END_SAME_AS_BEGIN({
|
| 11604 |
+
begin: t,
|
| 11605 |
+
end: t,
|
| 11606 |
+
contains: [
|
| 11607 |
+
{
|
| 11608 |
+
subLanguage: ["pgsql", "perl", "python", "tcl", "r", "lua", "java", "php", "ruby", "bash", "scheme", "xml", "json"],
|
| 11609 |
+
endsWithParent: !0,
|
| 11610 |
+
},
|
| 11611 |
+
],
|
| 11612 |
+
}),
|
| 11613 |
+
{ begin: '"', end: '"', contains: [{ begin: '""' }] },
|
| 11614 |
+
e.C_NUMBER_MODE,
|
| 11615 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 11616 |
+
n,
|
| 11617 |
+
{ className: "meta", variants: [{ begin: "%(ROW)?TYPE", relevance: 10 }, { begin: "\\$\\d+" }, { begin: "^#\\w", end: "$" }] },
|
| 11618 |
+
{ className: "symbol", begin: "<<\\s*[a-zA-Z_][a-zA-Z_0-9$]*\\s*>>", relevance: 10 },
|
| 11619 |
+
],
|
| 11620 |
+
};
|
| 11621 |
+
};
|
| 11622 |
+
},
|
| 11623 |
+
3111: (e) => {
|
| 11624 |
+
e.exports = function (e) {
|
| 11625 |
+
const n = e.regex,
|
| 11626 |
+
t = /(?![A-Za-z0-9])(?![$])/,
|
| 11627 |
+
i = n.concat(/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/, t),
|
| 11628 |
+
a = n.concat(/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/, t),
|
| 11629 |
+
r = { scope: "variable", match: "\\$+" + i },
|
| 11630 |
+
s = { scope: "subst", variants: [{ begin: /\$\w+/ }, { begin: /\{\$/, end: /\}/ }] },
|
| 11631 |
+
o = e.inherit(e.APOS_STRING_MODE, { illegal: null }),
|
| 11632 |
+
l = "[ \t\n]",
|
| 11633 |
+
c = {
|
| 11634 |
+
scope: "string",
|
| 11635 |
+
variants: [
|
| 11636 |
+
e.inherit(e.QUOTE_STRING_MODE, { illegal: null, contains: e.QUOTE_STRING_MODE.contains.concat(s) }),
|
| 11637 |
+
o,
|
| 11638 |
+
{
|
| 11639 |
+
begin: /<<<[ \t]*(?:(\w+)|"(\w+)")\n/,
|
| 11640 |
+
end: /[ \t]*(\w+)\b/,
|
| 11641 |
+
contains: e.QUOTE_STRING_MODE.contains.concat(s),
|
| 11642 |
+
"on:begin": (e, n) => {
|
| 11643 |
+
n.data._beginMatch = e[1] || e[2];
|
| 11644 |
+
},
|
| 11645 |
+
"on:end": (e, n) => {
|
| 11646 |
+
n.data._beginMatch !== e[1] && n.ignoreMatch();
|
| 11647 |
+
},
|
| 11648 |
+
},
|
| 11649 |
+
e.END_SAME_AS_BEGIN({ begin: /<<<[ \t]*'(\w+)'\n/, end: /[ \t]*(\w+)\b/ }),
|
| 11650 |
+
],
|
| 11651 |
+
},
|
| 11652 |
+
d = {
|
| 11653 |
+
scope: "number",
|
| 11654 |
+
variants: [
|
| 11655 |
+
{ begin: "\\b0[bB][01]+(?:_[01]+)*\\b" },
|
| 11656 |
+
{ begin: "\\b0[oO][0-7]+(?:_[0-7]+)*\\b" },
|
| 11657 |
+
{ begin: "\\b0[xX][\\da-fA-F]+(?:_[\\da-fA-F]+)*\\b" },
|
| 11658 |
+
{ begin: "(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:[eE][+-]?\\d+)?" },
|
| 11659 |
+
],
|
| 11660 |
+
relevance: 0,
|
| 11661 |
+
},
|
| 11662 |
+
u = ["false", "null", "true"],
|
| 11663 |
+
g = [
|
| 11664 |
+
"__CLASS__",
|
| 11665 |
+
"__DIR__",
|
| 11666 |
+
"__FILE__",
|
| 11667 |
+
"__FUNCTION__",
|
| 11668 |
+
"__COMPILER_HALT_OFFSET__",
|
| 11669 |
+
"__LINE__",
|
| 11670 |
+
"__METHOD__",
|
| 11671 |
+
"__NAMESPACE__",
|
| 11672 |
+
"__TRAIT__",
|
| 11673 |
+
"die",
|
| 11674 |
+
"echo",
|
| 11675 |
+
"exit",
|
| 11676 |
+
"include",
|
| 11677 |
+
"include_once",
|
| 11678 |
+
"print",
|
| 11679 |
+
"require",
|
| 11680 |
+
"require_once",
|
| 11681 |
+
"array",
|
| 11682 |
+
"abstract",
|
| 11683 |
+
"and",
|
| 11684 |
+
"as",
|
| 11685 |
+
"binary",
|
| 11686 |
+
"bool",
|
| 11687 |
+
"boolean",
|
| 11688 |
+
"break",
|
| 11689 |
+
"callable",
|
| 11690 |
+
"case",
|
| 11691 |
+
"catch",
|
| 11692 |
+
"class",
|
| 11693 |
+
"clone",
|
| 11694 |
+
"const",
|
| 11695 |
+
"continue",
|
| 11696 |
+
"declare",
|
| 11697 |
+
"default",
|
| 11698 |
+
"do",
|
| 11699 |
+
"double",
|
| 11700 |
+
"else",
|
| 11701 |
+
"elseif",
|
| 11702 |
+
"empty",
|
| 11703 |
+
"enddeclare",
|
| 11704 |
+
"endfor",
|
| 11705 |
+
"endforeach",
|
| 11706 |
+
"endif",
|
| 11707 |
+
"endswitch",
|
| 11708 |
+
"endwhile",
|
| 11709 |
+
"enum",
|
| 11710 |
+
"eval",
|
| 11711 |
+
"extends",
|
| 11712 |
+
"final",
|
| 11713 |
+
"finally",
|
| 11714 |
+
"float",
|
| 11715 |
+
"for",
|
| 11716 |
+
"foreach",
|
| 11717 |
+
"from",
|
| 11718 |
+
"global",
|
| 11719 |
+
"goto",
|
| 11720 |
+
"if",
|
| 11721 |
+
"implements",
|
| 11722 |
+
"instanceof",
|
| 11723 |
+
"insteadof",
|
| 11724 |
+
"int",
|
| 11725 |
+
"integer",
|
| 11726 |
+
"interface",
|
| 11727 |
+
"isset",
|
| 11728 |
+
"iterable",
|
| 11729 |
+
"list",
|
| 11730 |
+
"match|0",
|
| 11731 |
+
"mixed",
|
| 11732 |
+
"new",
|
| 11733 |
+
"never",
|
| 11734 |
+
"object",
|
| 11735 |
+
"or",
|
| 11736 |
+
"private",
|
| 11737 |
+
"protected",
|
| 11738 |
+
"public",
|
| 11739 |
+
"readonly",
|
| 11740 |
+
"real",
|
| 11741 |
+
"return",
|
| 11742 |
+
"string",
|
| 11743 |
+
"switch",
|
| 11744 |
+
"throw",
|
| 11745 |
+
"trait",
|
| 11746 |
+
"try",
|
| 11747 |
+
"unset",
|
| 11748 |
+
"use",
|
| 11749 |
+
"var",
|
| 11750 |
+
"void",
|
| 11751 |
+
"while",
|
| 11752 |
+
"xor",
|
| 11753 |
+
"yield",
|
| 11754 |
+
],
|
| 11755 |
+
b = [
|
| 11756 |
+
"Error|0",
|
| 11757 |
+
"AppendIterator",
|
| 11758 |
+
"ArgumentCountError",
|
| 11759 |
+
"ArithmeticError",
|
| 11760 |
+
"ArrayIterator",
|
| 11761 |
+
"ArrayObject",
|
| 11762 |
+
"AssertionError",
|
| 11763 |
+
"BadFunctionCallException",
|
| 11764 |
+
"BadMethodCallException",
|
| 11765 |
+
"CachingIterator",
|
| 11766 |
+
"CallbackFilterIterator",
|
| 11767 |
+
"CompileError",
|
| 11768 |
+
"Countable",
|
| 11769 |
+
"DirectoryIterator",
|
| 11770 |
+
"DivisionByZeroError",
|
| 11771 |
+
"DomainException",
|
| 11772 |
+
"EmptyIterator",
|
| 11773 |
+
"ErrorException",
|
| 11774 |
+
"Exception",
|
| 11775 |
+
"FilesystemIterator",
|
| 11776 |
+
"FilterIterator",
|
| 11777 |
+
"GlobIterator",
|
| 11778 |
+
"InfiniteIterator",
|
| 11779 |
+
"InvalidArgumentException",
|
| 11780 |
+
"IteratorIterator",
|
| 11781 |
+
"LengthException",
|
| 11782 |
+
"LimitIterator",
|
| 11783 |
+
"LogicException",
|
| 11784 |
+
"MultipleIterator",
|
| 11785 |
+
"NoRewindIterator",
|
| 11786 |
+
"OutOfBoundsException",
|
| 11787 |
+
"OutOfRangeException",
|
| 11788 |
+
"OuterIterator",
|
| 11789 |
+
"OverflowException",
|
| 11790 |
+
"ParentIterator",
|
| 11791 |
+
"ParseError",
|
| 11792 |
+
"RangeException",
|
| 11793 |
+
"RecursiveArrayIterator",
|
| 11794 |
+
"RecursiveCachingIterator",
|
| 11795 |
+
"RecursiveCallbackFilterIterator",
|
| 11796 |
+
"RecursiveDirectoryIterator",
|
| 11797 |
+
"RecursiveFilterIterator",
|
| 11798 |
+
"RecursiveIterator",
|
| 11799 |
+
"RecursiveIteratorIterator",
|
| 11800 |
+
"RecursiveRegexIterator",
|
| 11801 |
+
"RecursiveTreeIterator",
|
| 11802 |
+
"RegexIterator",
|
| 11803 |
+
"RuntimeException",
|
| 11804 |
+
"SeekableIterator",
|
| 11805 |
+
"SplDoublyLinkedList",
|
| 11806 |
+
"SplFileInfo",
|
| 11807 |
+
"SplFileObject",
|
| 11808 |
+
"SplFixedArray",
|
| 11809 |
+
"SplHeap",
|
| 11810 |
+
"SplMaxHeap",
|
| 11811 |
+
"SplMinHeap",
|
| 11812 |
+
"SplObjectStorage",
|
| 11813 |
+
"SplObserver",
|
| 11814 |
+
"SplPriorityQueue",
|
| 11815 |
+
"SplQueue",
|
| 11816 |
+
"SplStack",
|
| 11817 |
+
"SplSubject",
|
| 11818 |
+
"SplTempFileObject",
|
| 11819 |
+
"TypeError",
|
| 11820 |
+
"UnderflowException",
|
| 11821 |
+
"UnexpectedValueException",
|
| 11822 |
+
"UnhandledMatchError",
|
| 11823 |
+
"ArrayAccess",
|
| 11824 |
+
"BackedEnum",
|
| 11825 |
+
"Closure",
|
| 11826 |
+
"Fiber",
|
| 11827 |
+
"Generator",
|
| 11828 |
+
"Iterator",
|
| 11829 |
+
"IteratorAggregate",
|
| 11830 |
+
"Serializable",
|
| 11831 |
+
"Stringable",
|
| 11832 |
+
"Throwable",
|
| 11833 |
+
"Traversable",
|
| 11834 |
+
"UnitEnum",
|
| 11835 |
+
"WeakReference",
|
| 11836 |
+
"WeakMap",
|
| 11837 |
+
"Directory",
|
| 11838 |
+
"__PHP_Incomplete_Class",
|
| 11839 |
+
"parent",
|
| 11840 |
+
"php_user_filter",
|
| 11841 |
+
"self",
|
| 11842 |
+
"static",
|
| 11843 |
+
"stdClass",
|
| 11844 |
+
],
|
| 11845 |
+
f = {
|
| 11846 |
+
keyword: g,
|
| 11847 |
+
literal: ((e) => {
|
| 11848 |
+
const n = [];
|
| 11849 |
+
return (
|
| 11850 |
+
e.forEach((e) => {
|
| 11851 |
+
n.push(e), e.toLowerCase() === e ? n.push(e.toUpperCase()) : n.push(e.toLowerCase());
|
| 11852 |
+
}),
|
| 11853 |
+
n
|
| 11854 |
+
);
|
| 11855 |
+
})(u),
|
| 11856 |
+
built_in: b,
|
| 11857 |
+
},
|
| 11858 |
+
p = (e) => e.map((e) => e.replace(/\|\d+$/, "")),
|
| 11859 |
+
m = {
|
| 11860 |
+
variants: [
|
| 11861 |
+
{
|
| 11862 |
+
match: [/new/, n.concat(l, "+"), n.concat("(?!", p(b).join("\\b|"), "\\b)"), a],
|
| 11863 |
+
scope: { 1: "keyword", 4: "title.class" },
|
| 11864 |
+
},
|
| 11865 |
+
],
|
| 11866 |
+
},
|
| 11867 |
+
h = n.concat(i, "\\b(?!\\()"),
|
| 11868 |
+
E = {
|
| 11869 |
+
variants: [
|
| 11870 |
+
{ match: [n.concat(/::/, n.lookahead(/(?!class\b)/)), h], scope: { 2: "variable.constant" } },
|
| 11871 |
+
{ match: [/::/, /class/], scope: { 2: "variable.language" } },
|
| 11872 |
+
{ match: [a, n.concat(/::/, n.lookahead(/(?!class\b)/)), h], scope: { 1: "title.class", 3: "variable.constant" } },
|
| 11873 |
+
{ match: [a, n.concat("::", n.lookahead(/(?!class\b)/))], scope: { 1: "title.class" } },
|
| 11874 |
+
{ match: [a, /::/, /class/], scope: { 1: "title.class", 3: "variable.language" } },
|
| 11875 |
+
],
|
| 11876 |
+
},
|
| 11877 |
+
_ = { scope: "attr", match: n.concat(i, n.lookahead(":"), n.lookahead(/(?!::)/)) },
|
| 11878 |
+
N = { relevance: 0, begin: /\(/, end: /\)/, keywords: f, contains: [_, r, E, e.C_BLOCK_COMMENT_MODE, c, d, m] },
|
| 11879 |
+
T = {
|
| 11880 |
+
relevance: 0,
|
| 11881 |
+
match: [
|
| 11882 |
+
/\b/,
|
| 11883 |
+
n.concat("(?!fn\\b|function\\b|", p(g).join("\\b|"), "|", p(b).join("\\b|"), "\\b)"),
|
| 11884 |
+
i,
|
| 11885 |
+
n.concat(l, "*"),
|
| 11886 |
+
n.lookahead(/(?=\()/),
|
| 11887 |
+
],
|
| 11888 |
+
scope: { 3: "title.function.invoke" },
|
| 11889 |
+
contains: [N],
|
| 11890 |
+
};
|
| 11891 |
+
N.contains.push(T);
|
| 11892 |
+
const O = [_, E, e.C_BLOCK_COMMENT_MODE, c, d, m];
|
| 11893 |
+
return {
|
| 11894 |
+
case_insensitive: !1,
|
| 11895 |
+
keywords: f,
|
| 11896 |
+
contains: [
|
| 11897 |
+
{
|
| 11898 |
+
begin: n.concat(/#\[\s*/, a),
|
| 11899 |
+
beginScope: "meta",
|
| 11900 |
+
end: /]/,
|
| 11901 |
+
endScope: "meta",
|
| 11902 |
+
keywords: { literal: u, keyword: ["new", "array"] },
|
| 11903 |
+
contains: [
|
| 11904 |
+
{ begin: /\[/, end: /]/, keywords: { literal: u, keyword: ["new", "array"] }, contains: ["self", ...O] },
|
| 11905 |
+
...O,
|
| 11906 |
+
{ scope: "meta", match: a },
|
| 11907 |
+
],
|
| 11908 |
+
},
|
| 11909 |
+
e.HASH_COMMENT_MODE,
|
| 11910 |
+
e.COMMENT("//", "$"),
|
| 11911 |
+
e.COMMENT("/\\*", "\\*/", { contains: [{ scope: "doctag", match: "@[A-Za-z]+" }] }),
|
| 11912 |
+
{
|
| 11913 |
+
match: /__halt_compiler\(\);/,
|
| 11914 |
+
keywords: "__halt_compiler",
|
| 11915 |
+
starts: { scope: "comment", end: e.MATCH_NOTHING_RE, contains: [{ match: /\?>/, scope: "meta", endsParent: !0 }] },
|
| 11916 |
+
},
|
| 11917 |
+
{
|
| 11918 |
+
scope: "meta",
|
| 11919 |
+
variants: [{ begin: /<\?php/, relevance: 10 }, { begin: /<\?=/ }, { begin: /<\?/, relevance: 0.1 }, { begin: /\?>/ }],
|
| 11920 |
+
},
|
| 11921 |
+
{ scope: "variable.language", match: /\$this\b/ },
|
| 11922 |
+
r,
|
| 11923 |
+
T,
|
| 11924 |
+
E,
|
| 11925 |
+
{ match: [/const/, /\s/, i], scope: { 1: "keyword", 3: "variable.constant" } },
|
| 11926 |
+
m,
|
| 11927 |
+
{
|
| 11928 |
+
scope: "function",
|
| 11929 |
+
relevance: 0,
|
| 11930 |
+
beginKeywords: "fn function",
|
| 11931 |
+
end: /[;{]/,
|
| 11932 |
+
excludeEnd: !0,
|
| 11933 |
+
illegal: "[$%\\[]",
|
| 11934 |
+
contains: [
|
| 11935 |
+
{ beginKeywords: "use" },
|
| 11936 |
+
e.UNDERSCORE_TITLE_MODE,
|
| 11937 |
+
{ begin: "=>", endsParent: !0 },
|
| 11938 |
+
{
|
| 11939 |
+
scope: "params",
|
| 11940 |
+
begin: "\\(",
|
| 11941 |
+
end: "\\)",
|
| 11942 |
+
excludeBegin: !0,
|
| 11943 |
+
excludeEnd: !0,
|
| 11944 |
+
keywords: f,
|
| 11945 |
+
contains: ["self", r, E, e.C_BLOCK_COMMENT_MODE, c, d],
|
| 11946 |
+
},
|
| 11947 |
+
],
|
| 11948 |
+
},
|
| 11949 |
+
{
|
| 11950 |
+
scope: "class",
|
| 11951 |
+
variants: [
|
| 11952 |
+
{ beginKeywords: "enum", illegal: /[($"]/ },
|
| 11953 |
+
{ beginKeywords: "class interface trait", illegal: /[:($"]/ },
|
| 11954 |
+
],
|
| 11955 |
+
relevance: 0,
|
| 11956 |
+
end: /\{/,
|
| 11957 |
+
excludeEnd: !0,
|
| 11958 |
+
contains: [{ beginKeywords: "extends implements" }, e.UNDERSCORE_TITLE_MODE],
|
| 11959 |
+
},
|
| 11960 |
+
{
|
| 11961 |
+
beginKeywords: "namespace",
|
| 11962 |
+
relevance: 0,
|
| 11963 |
+
end: ";",
|
| 11964 |
+
illegal: /[.']/,
|
| 11965 |
+
contains: [e.inherit(e.UNDERSCORE_TITLE_MODE, { scope: "title.class" })],
|
| 11966 |
+
},
|
| 11967 |
+
{
|
| 11968 |
+
beginKeywords: "use",
|
| 11969 |
+
relevance: 0,
|
| 11970 |
+
end: ";",
|
| 11971 |
+
contains: [{ match: /\b(as|const|function)\b/, scope: "keyword" }, e.UNDERSCORE_TITLE_MODE],
|
| 11972 |
+
},
|
| 11973 |
+
c,
|
| 11974 |
+
d,
|
| 11975 |
+
],
|
| 11976 |
+
};
|
| 11977 |
+
};
|
| 11978 |
+
},
|
| 11979 |
+
9040: (e) => {
|
| 11980 |
+
e.exports = function (e) {
|
| 11981 |
+
return { name: "Plain text", aliases: ["text", "txt"], disableAutodetect: !0 };
|
| 11982 |
+
};
|
| 11983 |
+
},
|
| 11984 |
+
3982: (e) => {
|
| 11985 |
+
e.exports = function (e) {
|
| 11986 |
+
const n = {
|
| 11987 |
+
$pattern: /-?[A-z\.\-]+\b/,
|
| 11988 |
+
keyword:
|
| 11989 |
+
"if else foreach return do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch hidden static parameter",
|
| 11990 |
+
built_in:
|
| 11991 |
+
"ac asnp cat cd CFS chdir clc clear clhy cli clp cls clv cnsn compare copy cp cpi cpp curl cvpa dbp del diff dir dnsn ebp echo|0 epal epcsv epsn erase etsn exsn fc fhx fl ft fw gal gbp gc gcb gci gcm gcs gdr gerr ghy gi gin gjb gl gm gmo gp gps gpv group gsn gsnp gsv gtz gu gv gwmi h history icm iex ihy ii ipal ipcsv ipmo ipsn irm ise iwmi iwr kill lp ls man md measure mi mount move mp mv nal ndr ni nmo npssc nsn nv ogv oh popd ps pushd pwd r rbp rcjb rcsn rd rdr ren ri rjb rm rmdir rmo rni rnp rp rsn rsnp rujb rv rvpa rwmi sajb sal saps sasv sbp sc scb select set shcm si sl sleep sls sort sp spjb spps spsv start stz sujb sv swmi tee trcm type wget where wjb write",
|
| 11992 |
+
},
|
| 11993 |
+
t = { begin: "`[\\s\\S]", relevance: 0 },
|
| 11994 |
+
i = {
|
| 11995 |
+
className: "variable",
|
| 11996 |
+
variants: [{ begin: /\$\B/ }, { className: "keyword", begin: /\$this/ }, { begin: /\$[\w\d][\w\d_:]*/ }],
|
| 11997 |
+
},
|
| 11998 |
+
a = {
|
| 11999 |
+
className: "string",
|
| 12000 |
+
variants: [
|
| 12001 |
+
{ begin: /"/, end: /"/ },
|
| 12002 |
+
{ begin: /@"/, end: /^"@/ },
|
| 12003 |
+
],
|
| 12004 |
+
contains: [t, i, { className: "variable", begin: /\$[A-z]/, end: /[^A-z]/ }],
|
| 12005 |
+
},
|
| 12006 |
+
r = {
|
| 12007 |
+
className: "string",
|
| 12008 |
+
variants: [
|
| 12009 |
+
{ begin: /'/, end: /'/ },
|
| 12010 |
+
{ begin: /@'/, end: /^'@/ },
|
| 12011 |
+
],
|
| 12012 |
+
},
|
| 12013 |
+
s = e.inherit(e.COMMENT(null, null), {
|
| 12014 |
+
variants: [
|
| 12015 |
+
{ begin: /#/, end: /$/ },
|
| 12016 |
+
{ begin: /<#/, end: /#>/ },
|
| 12017 |
+
],
|
| 12018 |
+
contains: [
|
| 12019 |
+
{
|
| 12020 |
+
className: "doctag",
|
| 12021 |
+
variants: [
|
| 12022 |
+
{ begin: /\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/ },
|
| 12023 |
+
{ begin: /\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/ },
|
| 12024 |
+
],
|
| 12025 |
+
},
|
| 12026 |
+
],
|
| 12027 |
+
}),
|
| 12028 |
+
o = {
|
| 12029 |
+
className: "built_in",
|
| 12030 |
+
variants: [
|
| 12031 |
+
{
|
| 12032 |
+
begin: "(".concat(
|
| 12033 |
+
"Add|Clear|Close|Copy|Enter|Exit|Find|Format|Get|Hide|Join|Lock|Move|New|Open|Optimize|Pop|Push|Redo|Remove|Rename|Reset|Resize|Search|Select|Set|Show|Skip|Split|Step|Switch|Undo|Unlock|Watch|Backup|Checkpoint|Compare|Compress|Convert|ConvertFrom|ConvertTo|Dismount|Edit|Expand|Export|Group|Import|Initialize|Limit|Merge|Mount|Out|Publish|Restore|Save|Sync|Unpublish|Update|Approve|Assert|Build|Complete|Confirm|Deny|Deploy|Disable|Enable|Install|Invoke|Register|Request|Restart|Resume|Start|Stop|Submit|Suspend|Uninstall|Unregister|Wait|Debug|Measure|Ping|Repair|Resolve|Test|Trace|Connect|Disconnect|Read|Receive|Send|Write|Block|Grant|Protect|Revoke|Unblock|Unprotect|Use|ForEach|Sort|Tee|Where",
|
| 12034 |
+
")+(-)[\\w\\d]+"
|
| 12035 |
+
),
|
| 12036 |
+
},
|
| 12037 |
+
],
|
| 12038 |
+
},
|
| 12039 |
+
l = { className: "class", beginKeywords: "class enum", end: /\s*[{]/, excludeEnd: !0, relevance: 0, contains: [e.TITLE_MODE] },
|
| 12040 |
+
c = {
|
| 12041 |
+
className: "function",
|
| 12042 |
+
begin: /function\s+/,
|
| 12043 |
+
end: /\s*\{|$/,
|
| 12044 |
+
excludeEnd: !0,
|
| 12045 |
+
returnBegin: !0,
|
| 12046 |
+
relevance: 0,
|
| 12047 |
+
contains: [
|
| 12048 |
+
{ begin: "function", relevance: 0, className: "keyword" },
|
| 12049 |
+
{ className: "title", begin: /\w[\w\d]*((-)[\w\d]+)*/, relevance: 0 },
|
| 12050 |
+
{ begin: /\(/, end: /\)/, className: "params", relevance: 0, contains: [i] },
|
| 12051 |
+
],
|
| 12052 |
+
},
|
| 12053 |
+
d = {
|
| 12054 |
+
begin: /using\s/,
|
| 12055 |
+
end: /$/,
|
| 12056 |
+
returnBegin: !0,
|
| 12057 |
+
contains: [a, r, { className: "keyword", begin: /(using|assembly|command|module|namespace|type)/ }],
|
| 12058 |
+
},
|
| 12059 |
+
u = {
|
| 12060 |
+
variants: [
|
| 12061 |
+
{
|
| 12062 |
+
className: "operator",
|
| 12063 |
+
begin: "(".concat(
|
| 12064 |
+
"-and|-as|-band|-bnot|-bor|-bxor|-casesensitive|-ccontains|-ceq|-cge|-cgt|-cle|-clike|-clt|-cmatch|-cne|-cnotcontains|-cnotlike|-cnotmatch|-contains|-creplace|-csplit|-eq|-exact|-f|-file|-ge|-gt|-icontains|-ieq|-ige|-igt|-ile|-ilike|-ilt|-imatch|-in|-ine|-inotcontains|-inotlike|-inotmatch|-ireplace|-is|-isnot|-isplit|-join|-le|-like|-lt|-match|-ne|-not|-notcontains|-notin|-notlike|-notmatch|-or|-regex|-replace|-shl|-shr|-split|-wildcard|-xor",
|
| 12065 |
+
")\\b"
|
| 12066 |
+
),
|
| 12067 |
+
},
|
| 12068 |
+
{ className: "literal", begin: /(-){1,2}[\w\d-]+/, relevance: 0 },
|
| 12069 |
+
],
|
| 12070 |
+
},
|
| 12071 |
+
g = {
|
| 12072 |
+
className: "function",
|
| 12073 |
+
begin: /\[.*\]\s*[\w]+[ ]??\(/,
|
| 12074 |
+
end: /$/,
|
| 12075 |
+
returnBegin: !0,
|
| 12076 |
+
relevance: 0,
|
| 12077 |
+
contains: [
|
| 12078 |
+
{ className: "keyword", begin: "(".concat(n.keyword.toString().replace(/\s/g, "|"), ")\\b"), endsParent: !0, relevance: 0 },
|
| 12079 |
+
e.inherit(e.TITLE_MODE, { endsParent: !0 }),
|
| 12080 |
+
],
|
| 12081 |
+
},
|
| 12082 |
+
b = [
|
| 12083 |
+
g,
|
| 12084 |
+
s,
|
| 12085 |
+
t,
|
| 12086 |
+
e.NUMBER_MODE,
|
| 12087 |
+
a,
|
| 12088 |
+
r,
|
| 12089 |
+
o,
|
| 12090 |
+
i,
|
| 12091 |
+
{ className: "literal", begin: /\$(null|true|false)\b/ },
|
| 12092 |
+
{ className: "selector-tag", begin: /@\B/, relevance: 0 },
|
| 12093 |
+
],
|
| 12094 |
+
f = {
|
| 12095 |
+
begin: /\[/,
|
| 12096 |
+
end: /\]/,
|
| 12097 |
+
excludeBegin: !0,
|
| 12098 |
+
excludeEnd: !0,
|
| 12099 |
+
relevance: 0,
|
| 12100 |
+
contains: [].concat(
|
| 12101 |
+
"self",
|
| 12102 |
+
b,
|
| 12103 |
+
{
|
| 12104 |
+
begin:
|
| 12105 |
+
"(" +
|
| 12106 |
+
[
|
| 12107 |
+
"string",
|
| 12108 |
+
"char",
|
| 12109 |
+
"byte",
|
| 12110 |
+
"int",
|
| 12111 |
+
"long",
|
| 12112 |
+
"bool",
|
| 12113 |
+
"decimal",
|
| 12114 |
+
"single",
|
| 12115 |
+
"double",
|
| 12116 |
+
"DateTime",
|
| 12117 |
+
"xml",
|
| 12118 |
+
"array",
|
| 12119 |
+
"hashtable",
|
| 12120 |
+
"void",
|
| 12121 |
+
].join("|") +
|
| 12122 |
+
")",
|
| 12123 |
+
className: "built_in",
|
| 12124 |
+
relevance: 0,
|
| 12125 |
+
},
|
| 12126 |
+
{ className: "type", begin: /[\.\w\d]+/, relevance: 0 }
|
| 12127 |
+
),
|
| 12128 |
+
};
|
| 12129 |
+
return (
|
| 12130 |
+
g.contains.unshift(f),
|
| 12131 |
+
{ name: "PowerShell", aliases: ["pwsh", "ps", "ps1"], case_insensitive: !0, keywords: n, contains: b.concat(l, c, d, u, f) }
|
| 12132 |
+
);
|
| 12133 |
+
};
|
| 12134 |
+
},
|
| 12135 |
+
7646: (e) => {
|
| 12136 |
+
e.exports = function (e) {
|
| 12137 |
+
const n = "[ \\t\\f]*",
|
| 12138 |
+
t = n + "[:=]" + n,
|
| 12139 |
+
i = "[ \\t\\f]+",
|
| 12140 |
+
a = "([^\\\\:= \\t\\f\\n]|\\\\.)+",
|
| 12141 |
+
r = {
|
| 12142 |
+
end: "(" + t + "|" + i + ")",
|
| 12143 |
+
relevance: 0,
|
| 12144 |
+
starts: { className: "string", end: /$/, relevance: 0, contains: [{ begin: "\\\\\\\\" }, { begin: "\\\\\\n" }] },
|
| 12145 |
+
};
|
| 12146 |
+
return {
|
| 12147 |
+
name: ".properties",
|
| 12148 |
+
disableAutodetect: !0,
|
| 12149 |
+
case_insensitive: !0,
|
| 12150 |
+
illegal: /\S/,
|
| 12151 |
+
contains: [
|
| 12152 |
+
e.COMMENT("^\\s*[!#]", "$"),
|
| 12153 |
+
{
|
| 12154 |
+
returnBegin: !0,
|
| 12155 |
+
variants: [{ begin: a + t }, { begin: a + i }],
|
| 12156 |
+
contains: [{ className: "attr", begin: a, endsParent: !0 }],
|
| 12157 |
+
starts: r,
|
| 12158 |
+
},
|
| 12159 |
+
{ className: "attr", begin: a + n + "$" },
|
| 12160 |
+
],
|
| 12161 |
+
};
|
| 12162 |
+
};
|
| 12163 |
+
},
|
| 12164 |
+
7300: (e) => {
|
| 12165 |
+
e.exports = function (e) {
|
| 12166 |
+
const n = { match: [/(message|enum|service)\s+/, e.IDENT_RE], scope: { 1: "keyword", 2: "title.class" } };
|
| 12167 |
+
return {
|
| 12168 |
+
name: "Protocol Buffers",
|
| 12169 |
+
aliases: ["proto"],
|
| 12170 |
+
keywords: {
|
| 12171 |
+
keyword: ["package", "import", "option", "optional", "required", "repeated", "group", "oneof"],
|
| 12172 |
+
type: [
|
| 12173 |
+
"double",
|
| 12174 |
+
"float",
|
| 12175 |
+
"int32",
|
| 12176 |
+
"int64",
|
| 12177 |
+
"uint32",
|
| 12178 |
+
"uint64",
|
| 12179 |
+
"sint32",
|
| 12180 |
+
"sint64",
|
| 12181 |
+
"fixed32",
|
| 12182 |
+
"fixed64",
|
| 12183 |
+
"sfixed32",
|
| 12184 |
+
"sfixed64",
|
| 12185 |
+
"bool",
|
| 12186 |
+
"string",
|
| 12187 |
+
"bytes",
|
| 12188 |
+
],
|
| 12189 |
+
literal: ["true", "false"],
|
| 12190 |
+
},
|
| 12191 |
+
contains: [
|
| 12192 |
+
e.QUOTE_STRING_MODE,
|
| 12193 |
+
e.NUMBER_MODE,
|
| 12194 |
+
e.C_LINE_COMMENT_MODE,
|
| 12195 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 12196 |
+
n,
|
| 12197 |
+
{ className: "function", beginKeywords: "rpc", end: /[{;]/, excludeEnd: !0, keywords: "rpc returns" },
|
| 12198 |
+
{ begin: /^\s*[A-Z_]+(?=\s*=[^\n]+;$)/ },
|
| 12199 |
+
],
|
| 12200 |
+
};
|
| 12201 |
+
};
|
| 12202 |
+
},
|
| 12203 |
+
1117: (e) => {
|
| 12204 |
+
e.exports = function (e) {
|
| 12205 |
+
const n = e.regex,
|
| 12206 |
+
t = /[\p{XID_Start}_]\p{XID_Continue}*/u,
|
| 12207 |
+
i = [
|
| 12208 |
+
"and",
|
| 12209 |
+
"as",
|
| 12210 |
+
"assert",
|
| 12211 |
+
"async",
|
| 12212 |
+
"await",
|
| 12213 |
+
"break",
|
| 12214 |
+
"case",
|
| 12215 |
+
"class",
|
| 12216 |
+
"continue",
|
| 12217 |
+
"def",
|
| 12218 |
+
"del",
|
| 12219 |
+
"elif",
|
| 12220 |
+
"else",
|
| 12221 |
+
"except",
|
| 12222 |
+
"finally",
|
| 12223 |
+
"for",
|
| 12224 |
+
"from",
|
| 12225 |
+
"global",
|
| 12226 |
+
"if",
|
| 12227 |
+
"import",
|
| 12228 |
+
"in",
|
| 12229 |
+
"is",
|
| 12230 |
+
"lambda",
|
| 12231 |
+
"match",
|
| 12232 |
+
"nonlocal|10",
|
| 12233 |
+
"not",
|
| 12234 |
+
"or",
|
| 12235 |
+
"pass",
|
| 12236 |
+
"raise",
|
| 12237 |
+
"return",
|
| 12238 |
+
"try",
|
| 12239 |
+
"while",
|
| 12240 |
+
"with",
|
| 12241 |
+
"yield",
|
| 12242 |
+
],
|
| 12243 |
+
a = {
|
| 12244 |
+
$pattern: /[A-Za-z]\w+|__\w+__/,
|
| 12245 |
+
keyword: i,
|
| 12246 |
+
built_in: [
|
| 12247 |
+
"__import__",
|
| 12248 |
+
"abs",
|
| 12249 |
+
"all",
|
| 12250 |
+
"any",
|
| 12251 |
+
"ascii",
|
| 12252 |
+
"bin",
|
| 12253 |
+
"bool",
|
| 12254 |
+
"breakpoint",
|
| 12255 |
+
"bytearray",
|
| 12256 |
+
"bytes",
|
| 12257 |
+
"callable",
|
| 12258 |
+
"chr",
|
| 12259 |
+
"classmethod",
|
| 12260 |
+
"compile",
|
| 12261 |
+
"complex",
|
| 12262 |
+
"delattr",
|
| 12263 |
+
"dict",
|
| 12264 |
+
"dir",
|
| 12265 |
+
"divmod",
|
| 12266 |
+
"enumerate",
|
| 12267 |
+
"eval",
|
| 12268 |
+
"exec",
|
| 12269 |
+
"filter",
|
| 12270 |
+
"float",
|
| 12271 |
+
"format",
|
| 12272 |
+
"frozenset",
|
| 12273 |
+
"getattr",
|
| 12274 |
+
"globals",
|
| 12275 |
+
"hasattr",
|
| 12276 |
+
"hash",
|
| 12277 |
+
"help",
|
| 12278 |
+
"hex",
|
| 12279 |
+
"id",
|
| 12280 |
+
"input",
|
| 12281 |
+
"int",
|
| 12282 |
+
"isinstance",
|
| 12283 |
+
"issubclass",
|
| 12284 |
+
"iter",
|
| 12285 |
+
"len",
|
| 12286 |
+
"list",
|
| 12287 |
+
"locals",
|
| 12288 |
+
"map",
|
| 12289 |
+
"max",
|
| 12290 |
+
"memoryview",
|
| 12291 |
+
"min",
|
| 12292 |
+
"next",
|
| 12293 |
+
"object",
|
| 12294 |
+
"oct",
|
| 12295 |
+
"open",
|
| 12296 |
+
"ord",
|
| 12297 |
+
"pow",
|
| 12298 |
+
"print",
|
| 12299 |
+
"property",
|
| 12300 |
+
"range",
|
| 12301 |
+
"repr",
|
| 12302 |
+
"reversed",
|
| 12303 |
+
"round",
|
| 12304 |
+
"set",
|
| 12305 |
+
"setattr",
|
| 12306 |
+
"slice",
|
| 12307 |
+
"sorted",
|
| 12308 |
+
"staticmethod",
|
| 12309 |
+
"str",
|
| 12310 |
+
"sum",
|
| 12311 |
+
"super",
|
| 12312 |
+
"tuple",
|
| 12313 |
+
"type",
|
| 12314 |
+
"vars",
|
| 12315 |
+
"zip",
|
| 12316 |
+
],
|
| 12317 |
+
literal: ["__debug__", "Ellipsis", "False", "None", "NotImplemented", "True"],
|
| 12318 |
+
type: [
|
| 12319 |
+
"Any",
|
| 12320 |
+
"Callable",
|
| 12321 |
+
"Coroutine",
|
| 12322 |
+
"Dict",
|
| 12323 |
+
"List",
|
| 12324 |
+
"Literal",
|
| 12325 |
+
"Generic",
|
| 12326 |
+
"Optional",
|
| 12327 |
+
"Sequence",
|
| 12328 |
+
"Set",
|
| 12329 |
+
"Tuple",
|
| 12330 |
+
"Type",
|
| 12331 |
+
"Union",
|
| 12332 |
+
],
|
| 12333 |
+
},
|
| 12334 |
+
r = { className: "meta", begin: /^(>>>|\.\.\.) / },
|
| 12335 |
+
s = { className: "subst", begin: /\{/, end: /\}/, keywords: a, illegal: /#/ },
|
| 12336 |
+
o = { begin: /\{\{/, relevance: 0 },
|
| 12337 |
+
l = {
|
| 12338 |
+
className: "string",
|
| 12339 |
+
contains: [e.BACKSLASH_ESCAPE],
|
| 12340 |
+
variants: [
|
| 12341 |
+
{ begin: /([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/, end: /'''/, contains: [e.BACKSLASH_ESCAPE, r], relevance: 10 },
|
| 12342 |
+
{ begin: /([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/, end: /"""/, contains: [e.BACKSLASH_ESCAPE, r], relevance: 10 },
|
| 12343 |
+
{ begin: /([fF][rR]|[rR][fF]|[fF])'''/, end: /'''/, contains: [e.BACKSLASH_ESCAPE, r, o, s] },
|
| 12344 |
+
{ begin: /([fF][rR]|[rR][fF]|[fF])"""/, end: /"""/, contains: [e.BACKSLASH_ESCAPE, r, o, s] },
|
| 12345 |
+
{ begin: /([uU]|[rR])'/, end: /'/, relevance: 10 },
|
| 12346 |
+
{ begin: /([uU]|[rR])"/, end: /"/, relevance: 10 },
|
| 12347 |
+
{ begin: /([bB]|[bB][rR]|[rR][bB])'/, end: /'/ },
|
| 12348 |
+
{ begin: /([bB]|[bB][rR]|[rR][bB])"/, end: /"/ },
|
| 12349 |
+
{ begin: /([fF][rR]|[rR][fF]|[fF])'/, end: /'/, contains: [e.BACKSLASH_ESCAPE, o, s] },
|
| 12350 |
+
{ begin: /([fF][rR]|[rR][fF]|[fF])"/, end: /"/, contains: [e.BACKSLASH_ESCAPE, o, s] },
|
| 12351 |
+
e.APOS_STRING_MODE,
|
| 12352 |
+
e.QUOTE_STRING_MODE,
|
| 12353 |
+
],
|
| 12354 |
+
},
|
| 12355 |
+
c = "[0-9](_?[0-9])*",
|
| 12356 |
+
d = `(\\b(${c}))?\\.(${c})|\\b(${c})\\.`,
|
| 12357 |
+
u = `\\b|${i.join("|")}`,
|
| 12358 |
+
g = {
|
| 12359 |
+
className: "number",
|
| 12360 |
+
relevance: 0,
|
| 12361 |
+
variants: [
|
| 12362 |
+
{ begin: `(\\b(${c})|(${d}))[eE][+-]?(${c})[jJ]?(?=${u})` },
|
| 12363 |
+
{ begin: `(${d})[jJ]?` },
|
| 12364 |
+
{ begin: `\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${u})` },
|
| 12365 |
+
{ begin: `\\b0[bB](_?[01])+[lL]?(?=${u})` },
|
| 12366 |
+
{ begin: `\\b0[oO](_?[0-7])+[lL]?(?=${u})` },
|
| 12367 |
+
{ begin: `\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${u})` },
|
| 12368 |
+
{ begin: `\\b(${c})[jJ](?=${u})` },
|
| 12369 |
+
],
|
| 12370 |
+
},
|
| 12371 |
+
b = {
|
| 12372 |
+
className: "comment",
|
| 12373 |
+
begin: n.lookahead(/# type:/),
|
| 12374 |
+
end: /$/,
|
| 12375 |
+
keywords: a,
|
| 12376 |
+
contains: [{ begin: /# type:/ }, { begin: /#/, end: /\b\B/, endsWithParent: !0 }],
|
| 12377 |
+
},
|
| 12378 |
+
f = {
|
| 12379 |
+
className: "params",
|
| 12380 |
+
variants: [
|
| 12381 |
+
{ className: "", begin: /\(\s*\)/, skip: !0 },
|
| 12382 |
+
{ begin: /\(/, end: /\)/, excludeBegin: !0, excludeEnd: !0, keywords: a, contains: ["self", r, g, l, e.HASH_COMMENT_MODE] },
|
| 12383 |
+
],
|
| 12384 |
+
};
|
| 12385 |
+
return (
|
| 12386 |
+
(s.contains = [l, g, r]),
|
| 12387 |
+
{
|
| 12388 |
+
name: "Python",
|
| 12389 |
+
aliases: ["py", "gyp", "ipython"],
|
| 12390 |
+
unicodeRegex: !0,
|
| 12391 |
+
keywords: a,
|
| 12392 |
+
illegal: /(<\/|\?)|=>/,
|
| 12393 |
+
contains: [
|
| 12394 |
+
r,
|
| 12395 |
+
g,
|
| 12396 |
+
{ begin: /\bself\b/ },
|
| 12397 |
+
{ beginKeywords: "if", relevance: 0 },
|
| 12398 |
+
l,
|
| 12399 |
+
b,
|
| 12400 |
+
e.HASH_COMMENT_MODE,
|
| 12401 |
+
{ match: [/\bdef/, /\s+/, t], scope: { 1: "keyword", 3: "title.function" }, contains: [f] },
|
| 12402 |
+
{
|
| 12403 |
+
variants: [{ match: [/\bclass/, /\s+/, t, /\s*/, /\(\s*/, t, /\s*\)/] }, { match: [/\bclass/, /\s+/, t] }],
|
| 12404 |
+
scope: { 1: "keyword", 3: "title.class", 6: "title.class.inherited" },
|
| 12405 |
+
},
|
| 12406 |
+
{ className: "meta", begin: /^[\t ]*@/, end: /(?=#)|$/, contains: [g, f, l] },
|
| 12407 |
+
],
|
| 12408 |
+
}
|
| 12409 |
+
);
|
| 12410 |
+
};
|
| 12411 |
+
},
|
| 12412 |
+
5015: (e) => {
|
| 12413 |
+
e.exports = function (e) {
|
| 12414 |
+
const n = e.regex,
|
| 12415 |
+
t = "([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",
|
| 12416 |
+
i = n.either(/\b([A-Z]+[a-z0-9]+)+/, /\b([A-Z]+[a-z0-9]+)+[A-Z]+/),
|
| 12417 |
+
a = n.concat(i, /(::\w+)*/),
|
| 12418 |
+
r = {
|
| 12419 |
+
"variable.constant": ["__FILE__", "__LINE__", "__ENCODING__"],
|
| 12420 |
+
"variable.language": ["self", "super"],
|
| 12421 |
+
keyword: [
|
| 12422 |
+
"alias",
|
| 12423 |
+
"and",
|
| 12424 |
+
"begin",
|
| 12425 |
+
"BEGIN",
|
| 12426 |
+
"break",
|
| 12427 |
+
"case",
|
| 12428 |
+
"class",
|
| 12429 |
+
"defined",
|
| 12430 |
+
"do",
|
| 12431 |
+
"else",
|
| 12432 |
+
"elsif",
|
| 12433 |
+
"end",
|
| 12434 |
+
"END",
|
| 12435 |
+
"ensure",
|
| 12436 |
+
"for",
|
| 12437 |
+
"if",
|
| 12438 |
+
"in",
|
| 12439 |
+
"module",
|
| 12440 |
+
"next",
|
| 12441 |
+
"not",
|
| 12442 |
+
"or",
|
| 12443 |
+
"redo",
|
| 12444 |
+
"require",
|
| 12445 |
+
"rescue",
|
| 12446 |
+
"retry",
|
| 12447 |
+
"return",
|
| 12448 |
+
"then",
|
| 12449 |
+
"undef",
|
| 12450 |
+
"unless",
|
| 12451 |
+
"until",
|
| 12452 |
+
"when",
|
| 12453 |
+
"while",
|
| 12454 |
+
"yield",
|
| 12455 |
+
"include",
|
| 12456 |
+
"extend",
|
| 12457 |
+
"prepend",
|
| 12458 |
+
"public",
|
| 12459 |
+
"private",
|
| 12460 |
+
"protected",
|
| 12461 |
+
"raise",
|
| 12462 |
+
"throw",
|
| 12463 |
+
],
|
| 12464 |
+
built_in: [
|
| 12465 |
+
"proc",
|
| 12466 |
+
"lambda",
|
| 12467 |
+
"attr_accessor",
|
| 12468 |
+
"attr_reader",
|
| 12469 |
+
"attr_writer",
|
| 12470 |
+
"define_method",
|
| 12471 |
+
"private_constant",
|
| 12472 |
+
"module_function",
|
| 12473 |
+
],
|
| 12474 |
+
literal: ["true", "false", "nil"],
|
| 12475 |
+
},
|
| 12476 |
+
s = { className: "doctag", begin: "@[A-Za-z]+" },
|
| 12477 |
+
o = { begin: "#<", end: ">" },
|
| 12478 |
+
l = [
|
| 12479 |
+
e.COMMENT("#", "$", { contains: [s] }),
|
| 12480 |
+
e.COMMENT("^=begin", "^=end", { contains: [s], relevance: 10 }),
|
| 12481 |
+
e.COMMENT("^__END__", e.MATCH_NOTHING_RE),
|
| 12482 |
+
],
|
| 12483 |
+
c = { className: "subst", begin: /#\{/, end: /\}/, keywords: r },
|
| 12484 |
+
d = {
|
| 12485 |
+
className: "string",
|
| 12486 |
+
contains: [e.BACKSLASH_ESCAPE, c],
|
| 12487 |
+
variants: [
|
| 12488 |
+
{ begin: /'/, end: /'/ },
|
| 12489 |
+
{ begin: /"/, end: /"/ },
|
| 12490 |
+
{ begin: /`/, end: /`/ },
|
| 12491 |
+
{ begin: /%[qQwWx]?\(/, end: /\)/ },
|
| 12492 |
+
{ begin: /%[qQwWx]?\[/, end: /\]/ },
|
| 12493 |
+
{ begin: /%[qQwWx]?\{/, end: /\}/ },
|
| 12494 |
+
{ begin: /%[qQwWx]?</, end: />/ },
|
| 12495 |
+
{ begin: /%[qQwWx]?\//, end: /\// },
|
| 12496 |
+
{ begin: /%[qQwWx]?%/, end: /%/ },
|
| 12497 |
+
{ begin: /%[qQwWx]?-/, end: /-/ },
|
| 12498 |
+
{ begin: /%[qQwWx]?\|/, end: /\|/ },
|
| 12499 |
+
{ begin: /\B\?(\\\d{1,3})/ },
|
| 12500 |
+
{ begin: /\B\?(\\x[A-Fa-f0-9]{1,2})/ },
|
| 12501 |
+
{ begin: /\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/ },
|
| 12502 |
+
{ begin: /\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/ },
|
| 12503 |
+
{ begin: /\B\?\\(c|C-)[\x20-\x7e]/ },
|
| 12504 |
+
{ begin: /\B\?\\?\S/ },
|
| 12505 |
+
{
|
| 12506 |
+
begin: n.concat(/<<[-~]?'?/, n.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),
|
| 12507 |
+
contains: [e.END_SAME_AS_BEGIN({ begin: /(\w+)/, end: /(\w+)/, contains: [e.BACKSLASH_ESCAPE, c] })],
|
| 12508 |
+
},
|
| 12509 |
+
],
|
| 12510 |
+
},
|
| 12511 |
+
u = "[0-9](_?[0-9])*",
|
| 12512 |
+
g = {
|
| 12513 |
+
className: "number",
|
| 12514 |
+
relevance: 0,
|
| 12515 |
+
variants: [
|
| 12516 |
+
{ begin: `\\b([1-9](_?[0-9])*|0)(\\.(${u}))?([eE][+-]?(${u})|r)?i?\\b` },
|
| 12517 |
+
{ begin: "\\b0[dD][0-9](_?[0-9])*r?i?\\b" },
|
| 12518 |
+
{ begin: "\\b0[bB][0-1](_?[0-1])*r?i?\\b" },
|
| 12519 |
+
{ begin: "\\b0[oO][0-7](_?[0-7])*r?i?\\b" },
|
| 12520 |
+
{ begin: "\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b" },
|
| 12521 |
+
{ begin: "\\b0(_?[0-7])+r?i?\\b" },
|
| 12522 |
+
],
|
| 12523 |
+
},
|
| 12524 |
+
b = {
|
| 12525 |
+
variants: [
|
| 12526 |
+
{ match: /\(\)/ },
|
| 12527 |
+
{ className: "params", begin: /\(/, end: /(?=\))/, excludeBegin: !0, endsParent: !0, keywords: r },
|
| 12528 |
+
],
|
| 12529 |
+
},
|
| 12530 |
+
f = [
|
| 12531 |
+
d,
|
| 12532 |
+
{
|
| 12533 |
+
variants: [{ match: [/class\s+/, a, /\s+<\s+/, a] }, { match: [/\b(class|module)\s+/, a] }],
|
| 12534 |
+
scope: { 2: "title.class", 4: "title.class.inherited" },
|
| 12535 |
+
keywords: r,
|
| 12536 |
+
},
|
| 12537 |
+
{ match: [/(include|extend)\s+/, a], scope: { 2: "title.class" }, keywords: r },
|
| 12538 |
+
{ relevance: 0, match: [a, /\.new[. (]/], scope: { 1: "title.class" } },
|
| 12539 |
+
{ relevance: 0, match: /\b[A-Z][A-Z_0-9]+\b/, className: "variable.constant" },
|
| 12540 |
+
{ relevance: 0, match: i, scope: "title.class" },
|
| 12541 |
+
{ match: [/def/, /\s+/, t], scope: { 1: "keyword", 3: "title.function" }, contains: [b] },
|
| 12542 |
+
{ begin: e.IDENT_RE + "::" },
|
| 12543 |
+
{ className: "symbol", begin: e.UNDERSCORE_IDENT_RE + "(!|\\?)?:", relevance: 0 },
|
| 12544 |
+
{ className: "symbol", begin: ":(?!\\s)", contains: [d, { begin: t }], relevance: 0 },
|
| 12545 |
+
g,
|
| 12546 |
+
{ className: "variable", begin: "(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])" },
|
| 12547 |
+
{ className: "params", begin: /\|/, end: /\|/, excludeBegin: !0, excludeEnd: !0, relevance: 0, keywords: r },
|
| 12548 |
+
{
|
| 12549 |
+
begin: "(" + e.RE_STARTERS_RE + "|unless)\\s*",
|
| 12550 |
+
keywords: "unless",
|
| 12551 |
+
contains: [
|
| 12552 |
+
{
|
| 12553 |
+
className: "regexp",
|
| 12554 |
+
contains: [e.BACKSLASH_ESCAPE, c],
|
| 12555 |
+
illegal: /\n/,
|
| 12556 |
+
variants: [
|
| 12557 |
+
{ begin: "/", end: "/[a-z]*" },
|
| 12558 |
+
{ begin: /%r\{/, end: /\}[a-z]*/ },
|
| 12559 |
+
{ begin: "%r\\(", end: "\\)[a-z]*" },
|
| 12560 |
+
{ begin: "%r!", end: "![a-z]*" },
|
| 12561 |
+
{ begin: "%r\\[", end: "\\][a-z]*" },
|
| 12562 |
+
],
|
| 12563 |
+
},
|
| 12564 |
+
].concat(o, l),
|
| 12565 |
+
relevance: 0,
|
| 12566 |
+
},
|
| 12567 |
+
].concat(o, l);
|
| 12568 |
+
(c.contains = f), (b.contains = f);
|
| 12569 |
+
const p = [
|
| 12570 |
+
{ begin: /^\s*=>/, starts: { end: "$", contains: f } },
|
| 12571 |
+
{
|
| 12572 |
+
className: "meta.prompt",
|
| 12573 |
+
begin: "^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]|(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>)(?=[ ])",
|
| 12574 |
+
starts: { end: "$", keywords: r, contains: f },
|
| 12575 |
+
},
|
| 12576 |
+
];
|
| 12577 |
+
return (
|
| 12578 |
+
l.unshift(o),
|
| 12579 |
+
{
|
| 12580 |
+
name: "Ruby",
|
| 12581 |
+
aliases: ["rb", "gemspec", "podspec", "thor", "irb"],
|
| 12582 |
+
keywords: r,
|
| 12583 |
+
illegal: /\/\*/,
|
| 12584 |
+
contains: [e.SHEBANG({ binary: "ruby" })].concat(p).concat(l).concat(f),
|
| 12585 |
+
}
|
| 12586 |
+
);
|
| 12587 |
+
};
|
| 12588 |
+
},
|
| 12589 |
+
5409: (e) => {
|
| 12590 |
+
e.exports = function (e) {
|
| 12591 |
+
const n = e.regex,
|
| 12592 |
+
t = {
|
| 12593 |
+
className: "title.function.invoke",
|
| 12594 |
+
relevance: 0,
|
| 12595 |
+
begin: n.concat(/\b/, /(?!let|for|while|if|else|match\b)/, e.IDENT_RE, n.lookahead(/\s*\(/)),
|
| 12596 |
+
},
|
| 12597 |
+
i = "([ui](8|16|32|64|128|size)|f(32|64))?",
|
| 12598 |
+
a = [
|
| 12599 |
+
"drop ",
|
| 12600 |
+
"Copy",
|
| 12601 |
+
"Send",
|
| 12602 |
+
"Sized",
|
| 12603 |
+
"Sync",
|
| 12604 |
+
"Drop",
|
| 12605 |
+
"Fn",
|
| 12606 |
+
"FnMut",
|
| 12607 |
+
"FnOnce",
|
| 12608 |
+
"ToOwned",
|
| 12609 |
+
"Clone",
|
| 12610 |
+
"Debug",
|
| 12611 |
+
"PartialEq",
|
| 12612 |
+
"PartialOrd",
|
| 12613 |
+
"Eq",
|
| 12614 |
+
"Ord",
|
| 12615 |
+
"AsRef",
|
| 12616 |
+
"AsMut",
|
| 12617 |
+
"Into",
|
| 12618 |
+
"From",
|
| 12619 |
+
"Default",
|
| 12620 |
+
"Iterator",
|
| 12621 |
+
"Extend",
|
| 12622 |
+
"IntoIterator",
|
| 12623 |
+
"DoubleEndedIterator",
|
| 12624 |
+
"ExactSizeIterator",
|
| 12625 |
+
"SliceConcatExt",
|
| 12626 |
+
"ToString",
|
| 12627 |
+
"assert!",
|
| 12628 |
+
"assert_eq!",
|
| 12629 |
+
"bitflags!",
|
| 12630 |
+
"bytes!",
|
| 12631 |
+
"cfg!",
|
| 12632 |
+
"col!",
|
| 12633 |
+
"concat!",
|
| 12634 |
+
"concat_idents!",
|
| 12635 |
+
"debug_assert!",
|
| 12636 |
+
"debug_assert_eq!",
|
| 12637 |
+
"env!",
|
| 12638 |
+
"eprintln!",
|
| 12639 |
+
"panic!",
|
| 12640 |
+
"file!",
|
| 12641 |
+
"format!",
|
| 12642 |
+
"format_args!",
|
| 12643 |
+
"include_bytes!",
|
| 12644 |
+
"include_str!",
|
| 12645 |
+
"line!",
|
| 12646 |
+
"local_data_key!",
|
| 12647 |
+
"module_path!",
|
| 12648 |
+
"option_env!",
|
| 12649 |
+
"print!",
|
| 12650 |
+
"println!",
|
| 12651 |
+
"select!",
|
| 12652 |
+
"stringify!",
|
| 12653 |
+
"try!",
|
| 12654 |
+
"unimplemented!",
|
| 12655 |
+
"unreachable!",
|
| 12656 |
+
"vec!",
|
| 12657 |
+
"write!",
|
| 12658 |
+
"writeln!",
|
| 12659 |
+
"macro_rules!",
|
| 12660 |
+
"assert_ne!",
|
| 12661 |
+
"debug_assert_ne!",
|
| 12662 |
+
],
|
| 12663 |
+
r = [
|
| 12664 |
+
"i8",
|
| 12665 |
+
"i16",
|
| 12666 |
+
"i32",
|
| 12667 |
+
"i64",
|
| 12668 |
+
"i128",
|
| 12669 |
+
"isize",
|
| 12670 |
+
"u8",
|
| 12671 |
+
"u16",
|
| 12672 |
+
"u32",
|
| 12673 |
+
"u64",
|
| 12674 |
+
"u128",
|
| 12675 |
+
"usize",
|
| 12676 |
+
"f32",
|
| 12677 |
+
"f64",
|
| 12678 |
+
"str",
|
| 12679 |
+
"char",
|
| 12680 |
+
"bool",
|
| 12681 |
+
"Box",
|
| 12682 |
+
"Option",
|
| 12683 |
+
"Result",
|
| 12684 |
+
"String",
|
| 12685 |
+
"Vec",
|
| 12686 |
+
];
|
| 12687 |
+
return {
|
| 12688 |
+
name: "Rust",
|
| 12689 |
+
aliases: ["rs"],
|
| 12690 |
+
keywords: {
|
| 12691 |
+
$pattern: e.IDENT_RE + "!?",
|
| 12692 |
+
type: r,
|
| 12693 |
+
keyword: [
|
| 12694 |
+
"abstract",
|
| 12695 |
+
"as",
|
| 12696 |
+
"async",
|
| 12697 |
+
"await",
|
| 12698 |
+
"become",
|
| 12699 |
+
"box",
|
| 12700 |
+
"break",
|
| 12701 |
+
"const",
|
| 12702 |
+
"continue",
|
| 12703 |
+
"crate",
|
| 12704 |
+
"do",
|
| 12705 |
+
"dyn",
|
| 12706 |
+
"else",
|
| 12707 |
+
"enum",
|
| 12708 |
+
"extern",
|
| 12709 |
+
"false",
|
| 12710 |
+
"final",
|
| 12711 |
+
"fn",
|
| 12712 |
+
"for",
|
| 12713 |
+
"if",
|
| 12714 |
+
"impl",
|
| 12715 |
+
"in",
|
| 12716 |
+
"let",
|
| 12717 |
+
"loop",
|
| 12718 |
+
"macro",
|
| 12719 |
+
"match",
|
| 12720 |
+
"mod",
|
| 12721 |
+
"move",
|
| 12722 |
+
"mut",
|
| 12723 |
+
"override",
|
| 12724 |
+
"priv",
|
| 12725 |
+
"pub",
|
| 12726 |
+
"ref",
|
| 12727 |
+
"return",
|
| 12728 |
+
"self",
|
| 12729 |
+
"Self",
|
| 12730 |
+
"static",
|
| 12731 |
+
"struct",
|
| 12732 |
+
"super",
|
| 12733 |
+
"trait",
|
| 12734 |
+
"true",
|
| 12735 |
+
"try",
|
| 12736 |
+
"type",
|
| 12737 |
+
"typeof",
|
| 12738 |
+
"unsafe",
|
| 12739 |
+
"unsized",
|
| 12740 |
+
"use",
|
| 12741 |
+
"virtual",
|
| 12742 |
+
"where",
|
| 12743 |
+
"while",
|
| 12744 |
+
"yield",
|
| 12745 |
+
],
|
| 12746 |
+
literal: ["true", "false", "Some", "None", "Ok", "Err"],
|
| 12747 |
+
built_in: a,
|
| 12748 |
+
},
|
| 12749 |
+
illegal: "</",
|
| 12750 |
+
contains: [
|
| 12751 |
+
e.C_LINE_COMMENT_MODE,
|
| 12752 |
+
e.COMMENT("/\\*", "\\*/", { contains: ["self"] }),
|
| 12753 |
+
e.inherit(e.QUOTE_STRING_MODE, { begin: /b?"/, illegal: null }),
|
| 12754 |
+
{ className: "string", variants: [{ begin: /b?r(#*)"(.|\n)*?"\1(?!#)/ }, { begin: /b?'\\?(x\w{2}|u\w{4}|U\w{8}|.)'/ }] },
|
| 12755 |
+
{ className: "symbol", begin: /'[a-zA-Z_][a-zA-Z0-9_]*/ },
|
| 12756 |
+
{
|
| 12757 |
+
className: "number",
|
| 12758 |
+
variants: [
|
| 12759 |
+
{ begin: "\\b0b([01_]+)" + i },
|
| 12760 |
+
{ begin: "\\b0o([0-7_]+)" + i },
|
| 12761 |
+
{ begin: "\\b0x([A-Fa-f0-9_]+)" + i },
|
| 12762 |
+
{ begin: "\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)" + i },
|
| 12763 |
+
],
|
| 12764 |
+
relevance: 0,
|
| 12765 |
+
},
|
| 12766 |
+
{ begin: [/fn/, /\s+/, e.UNDERSCORE_IDENT_RE], className: { 1: "keyword", 3: "title.function" } },
|
| 12767 |
+
{ className: "meta", begin: "#!?\\[", end: "\\]", contains: [{ className: "string", begin: /"/, end: /"/ }] },
|
| 12768 |
+
{ begin: [/let/, /\s+/, /(?:mut\s+)?/, e.UNDERSCORE_IDENT_RE], className: { 1: "keyword", 3: "keyword", 4: "variable" } },
|
| 12769 |
+
{ begin: [/for/, /\s+/, e.UNDERSCORE_IDENT_RE, /\s+/, /in/], className: { 1: "keyword", 3: "variable", 5: "keyword" } },
|
| 12770 |
+
{ begin: [/type/, /\s+/, e.UNDERSCORE_IDENT_RE], className: { 1: "keyword", 3: "title.class" } },
|
| 12771 |
+
{
|
| 12772 |
+
begin: [/(?:trait|enum|struct|union|impl|for)/, /\s+/, e.UNDERSCORE_IDENT_RE],
|
| 12773 |
+
className: { 1: "keyword", 3: "title.class" },
|
| 12774 |
+
},
|
| 12775 |
+
{ begin: e.IDENT_RE + "::", keywords: { keyword: "Self", built_in: a, type: r } },
|
| 12776 |
+
{ className: "punctuation", begin: "->" },
|
| 12777 |
+
t,
|
| 12778 |
+
],
|
| 12779 |
+
};
|
| 12780 |
+
};
|
| 12781 |
+
},
|
| 12782 |
+
3449: (e) => {
|
| 12783 |
+
e.exports = function (e) {
|
| 12784 |
+
const n = e.regex,
|
| 12785 |
+
t = { className: "subst", variants: [{ begin: "\\$[A-Za-z0-9_]+" }, { begin: /\$\{/, end: /\}/ }] },
|
| 12786 |
+
i = {
|
| 12787 |
+
className: "string",
|
| 12788 |
+
variants: [
|
| 12789 |
+
{ begin: '"""', end: '"""' },
|
| 12790 |
+
{ begin: '"', end: '"', illegal: "\\n", contains: [e.BACKSLASH_ESCAPE] },
|
| 12791 |
+
{ begin: '[a-z]+"', end: '"', illegal: "\\n", contains: [e.BACKSLASH_ESCAPE, t] },
|
| 12792 |
+
{ className: "string", begin: '[a-z]+"""', end: '"""', contains: [t], relevance: 10 },
|
| 12793 |
+
],
|
| 12794 |
+
},
|
| 12795 |
+
a = { className: "type", begin: "\\b[A-Z][A-Za-z0-9_]*", relevance: 0 },
|
| 12796 |
+
r = { className: "title", begin: /[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/, relevance: 0 },
|
| 12797 |
+
s = {
|
| 12798 |
+
className: "class",
|
| 12799 |
+
beginKeywords: "class object trait type",
|
| 12800 |
+
end: /[:={\[\n;]/,
|
| 12801 |
+
excludeEnd: !0,
|
| 12802 |
+
contains: [
|
| 12803 |
+
e.C_LINE_COMMENT_MODE,
|
| 12804 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 12805 |
+
{ beginKeywords: "extends with", relevance: 10 },
|
| 12806 |
+
{
|
| 12807 |
+
begin: /\[/,
|
| 12808 |
+
end: /\]/,
|
| 12809 |
+
excludeBegin: !0,
|
| 12810 |
+
excludeEnd: !0,
|
| 12811 |
+
relevance: 0,
|
| 12812 |
+
contains: [a, e.C_LINE_COMMENT_MODE, e.C_BLOCK_COMMENT_MODE],
|
| 12813 |
+
},
|
| 12814 |
+
{
|
| 12815 |
+
className: "params",
|
| 12816 |
+
begin: /\(/,
|
| 12817 |
+
end: /\)/,
|
| 12818 |
+
excludeBegin: !0,
|
| 12819 |
+
excludeEnd: !0,
|
| 12820 |
+
relevance: 0,
|
| 12821 |
+
contains: [a, e.C_LINE_COMMENT_MODE, e.C_BLOCK_COMMENT_MODE],
|
| 12822 |
+
},
|
| 12823 |
+
r,
|
| 12824 |
+
],
|
| 12825 |
+
},
|
| 12826 |
+
o = { className: "function", beginKeywords: "def", end: n.lookahead(/[:={\[(\n;]/), contains: [r] };
|
| 12827 |
+
return {
|
| 12828 |
+
name: "Scala",
|
| 12829 |
+
keywords: {
|
| 12830 |
+
literal: "true false null",
|
| 12831 |
+
keyword:
|
| 12832 |
+
"type yield lazy override def with val var sealed abstract private trait object if then forSome for while do throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit export enum given transparent",
|
| 12833 |
+
},
|
| 12834 |
+
contains: [
|
| 12835 |
+
{
|
| 12836 |
+
begin: ["//>", /\s+/, /using/, /\s+/, /\S+/],
|
| 12837 |
+
beginScope: { 1: "comment", 3: "keyword", 5: "type" },
|
| 12838 |
+
end: /$/,
|
| 12839 |
+
contains: [{ className: "string", begin: /\S+/ }],
|
| 12840 |
+
},
|
| 12841 |
+
e.C_LINE_COMMENT_MODE,
|
| 12842 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 12843 |
+
i,
|
| 12844 |
+
a,
|
| 12845 |
+
o,
|
| 12846 |
+
s,
|
| 12847 |
+
e.C_NUMBER_MODE,
|
| 12848 |
+
{ begin: [/^\s*/, "extension", /\s+(?=[[(])/], beginScope: { 2: "keyword" } },
|
| 12849 |
+
{ begin: [/^\s*/, /end/, /\s+/, /(extension\b)?/], beginScope: { 2: "keyword", 4: "keyword" } },
|
| 12850 |
+
{ match: /\.inline\b/ },
|
| 12851 |
+
{ begin: /\binline(?=\s)/, keywords: "inline" },
|
| 12852 |
+
{ begin: [/\(\s*/, /using/, /\s+(?!\))/], beginScope: { 2: "keyword" } },
|
| 12853 |
+
{ className: "meta", begin: "@[A-Za-z]+" },
|
| 12854 |
+
],
|
| 12855 |
+
};
|
| 12856 |
+
};
|
| 12857 |
+
},
|
| 12858 |
+
1611: (e) => {
|
| 12859 |
+
const n = [
|
| 12860 |
+
"a",
|
| 12861 |
+
"abbr",
|
| 12862 |
+
"address",
|
| 12863 |
+
"article",
|
| 12864 |
+
"aside",
|
| 12865 |
+
"audio",
|
| 12866 |
+
"b",
|
| 12867 |
+
"blockquote",
|
| 12868 |
+
"body",
|
| 12869 |
+
"button",
|
| 12870 |
+
"canvas",
|
| 12871 |
+
"caption",
|
| 12872 |
+
"cite",
|
| 12873 |
+
"code",
|
| 12874 |
+
"dd",
|
| 12875 |
+
"del",
|
| 12876 |
+
"details",
|
| 12877 |
+
"dfn",
|
| 12878 |
+
"div",
|
| 12879 |
+
"dl",
|
| 12880 |
+
"dt",
|
| 12881 |
+
"em",
|
| 12882 |
+
"fieldset",
|
| 12883 |
+
"figcaption",
|
| 12884 |
+
"figure",
|
| 12885 |
+
"footer",
|
| 12886 |
+
"form",
|
| 12887 |
+
"h1",
|
| 12888 |
+
"h2",
|
| 12889 |
+
"h3",
|
| 12890 |
+
"h4",
|
| 12891 |
+
"h5",
|
| 12892 |
+
"h6",
|
| 12893 |
+
"header",
|
| 12894 |
+
"hgroup",
|
| 12895 |
+
"html",
|
| 12896 |
+
"i",
|
| 12897 |
+
"iframe",
|
| 12898 |
+
"img",
|
| 12899 |
+
"input",
|
| 12900 |
+
"ins",
|
| 12901 |
+
"kbd",
|
| 12902 |
+
"label",
|
| 12903 |
+
"legend",
|
| 12904 |
+
"li",
|
| 12905 |
+
"main",
|
| 12906 |
+
"mark",
|
| 12907 |
+
"menu",
|
| 12908 |
+
"nav",
|
| 12909 |
+
"object",
|
| 12910 |
+
"ol",
|
| 12911 |
+
"p",
|
| 12912 |
+
"q",
|
| 12913 |
+
"quote",
|
| 12914 |
+
"samp",
|
| 12915 |
+
"section",
|
| 12916 |
+
"span",
|
| 12917 |
+
"strong",
|
| 12918 |
+
"summary",
|
| 12919 |
+
"sup",
|
| 12920 |
+
"table",
|
| 12921 |
+
"tbody",
|
| 12922 |
+
"td",
|
| 12923 |
+
"textarea",
|
| 12924 |
+
"tfoot",
|
| 12925 |
+
"th",
|
| 12926 |
+
"thead",
|
| 12927 |
+
"time",
|
| 12928 |
+
"tr",
|
| 12929 |
+
"ul",
|
| 12930 |
+
"var",
|
| 12931 |
+
"video",
|
| 12932 |
+
],
|
| 12933 |
+
t = [
|
| 12934 |
+
"any-hover",
|
| 12935 |
+
"any-pointer",
|
| 12936 |
+
"aspect-ratio",
|
| 12937 |
+
"color",
|
| 12938 |
+
"color-gamut",
|
| 12939 |
+
"color-index",
|
| 12940 |
+
"device-aspect-ratio",
|
| 12941 |
+
"device-height",
|
| 12942 |
+
"device-width",
|
| 12943 |
+
"display-mode",
|
| 12944 |
+
"forced-colors",
|
| 12945 |
+
"grid",
|
| 12946 |
+
"height",
|
| 12947 |
+
"hover",
|
| 12948 |
+
"inverted-colors",
|
| 12949 |
+
"monochrome",
|
| 12950 |
+
"orientation",
|
| 12951 |
+
"overflow-block",
|
| 12952 |
+
"overflow-inline",
|
| 12953 |
+
"pointer",
|
| 12954 |
+
"prefers-color-scheme",
|
| 12955 |
+
"prefers-contrast",
|
| 12956 |
+
"prefers-reduced-motion",
|
| 12957 |
+
"prefers-reduced-transparency",
|
| 12958 |
+
"resolution",
|
| 12959 |
+
"scan",
|
| 12960 |
+
"scripting",
|
| 12961 |
+
"update",
|
| 12962 |
+
"width",
|
| 12963 |
+
"min-width",
|
| 12964 |
+
"max-width",
|
| 12965 |
+
"min-height",
|
| 12966 |
+
"max-height",
|
| 12967 |
+
],
|
| 12968 |
+
i = [
|
| 12969 |
+
"active",
|
| 12970 |
+
"any-link",
|
| 12971 |
+
"blank",
|
| 12972 |
+
"checked",
|
| 12973 |
+
"current",
|
| 12974 |
+
"default",
|
| 12975 |
+
"defined",
|
| 12976 |
+
"dir",
|
| 12977 |
+
"disabled",
|
| 12978 |
+
"drop",
|
| 12979 |
+
"empty",
|
| 12980 |
+
"enabled",
|
| 12981 |
+
"first",
|
| 12982 |
+
"first-child",
|
| 12983 |
+
"first-of-type",
|
| 12984 |
+
"fullscreen",
|
| 12985 |
+
"future",
|
| 12986 |
+
"focus",
|
| 12987 |
+
"focus-visible",
|
| 12988 |
+
"focus-within",
|
| 12989 |
+
"has",
|
| 12990 |
+
"host",
|
| 12991 |
+
"host-context",
|
| 12992 |
+
"hover",
|
| 12993 |
+
"indeterminate",
|
| 12994 |
+
"in-range",
|
| 12995 |
+
"invalid",
|
| 12996 |
+
"is",
|
| 12997 |
+
"lang",
|
| 12998 |
+
"last-child",
|
| 12999 |
+
"last-of-type",
|
| 13000 |
+
"left",
|
| 13001 |
+
"link",
|
| 13002 |
+
"local-link",
|
| 13003 |
+
"not",
|
| 13004 |
+
"nth-child",
|
| 13005 |
+
"nth-col",
|
| 13006 |
+
"nth-last-child",
|
| 13007 |
+
"nth-last-col",
|
| 13008 |
+
"nth-last-of-type",
|
| 13009 |
+
"nth-of-type",
|
| 13010 |
+
"only-child",
|
| 13011 |
+
"only-of-type",
|
| 13012 |
+
"optional",
|
| 13013 |
+
"out-of-range",
|
| 13014 |
+
"past",
|
| 13015 |
+
"placeholder-shown",
|
| 13016 |
+
"read-only",
|
| 13017 |
+
"read-write",
|
| 13018 |
+
"required",
|
| 13019 |
+
"right",
|
| 13020 |
+
"root",
|
| 13021 |
+
"scope",
|
| 13022 |
+
"target",
|
| 13023 |
+
"target-within",
|
| 13024 |
+
"user-invalid",
|
| 13025 |
+
"valid",
|
| 13026 |
+
"visited",
|
| 13027 |
+
"where",
|
| 13028 |
+
],
|
| 13029 |
+
a = [
|
| 13030 |
+
"after",
|
| 13031 |
+
"backdrop",
|
| 13032 |
+
"before",
|
| 13033 |
+
"cue",
|
| 13034 |
+
"cue-region",
|
| 13035 |
+
"first-letter",
|
| 13036 |
+
"first-line",
|
| 13037 |
+
"grammar-error",
|
| 13038 |
+
"marker",
|
| 13039 |
+
"part",
|
| 13040 |
+
"placeholder",
|
| 13041 |
+
"selection",
|
| 13042 |
+
"slotted",
|
| 13043 |
+
"spelling-error",
|
| 13044 |
+
],
|
| 13045 |
+
r = [
|
| 13046 |
+
"align-content",
|
| 13047 |
+
"align-items",
|
| 13048 |
+
"align-self",
|
| 13049 |
+
"all",
|
| 13050 |
+
"animation",
|
| 13051 |
+
"animation-delay",
|
| 13052 |
+
"animation-direction",
|
| 13053 |
+
"animation-duration",
|
| 13054 |
+
"animation-fill-mode",
|
| 13055 |
+
"animation-iteration-count",
|
| 13056 |
+
"animation-name",
|
| 13057 |
+
"animation-play-state",
|
| 13058 |
+
"animation-timing-function",
|
| 13059 |
+
"backface-visibility",
|
| 13060 |
+
"background",
|
| 13061 |
+
"background-attachment",
|
| 13062 |
+
"background-blend-mode",
|
| 13063 |
+
"background-clip",
|
| 13064 |
+
"background-color",
|
| 13065 |
+
"background-image",
|
| 13066 |
+
"background-origin",
|
| 13067 |
+
"background-position",
|
| 13068 |
+
"background-repeat",
|
| 13069 |
+
"background-size",
|
| 13070 |
+
"block-size",
|
| 13071 |
+
"border",
|
| 13072 |
+
"border-block",
|
| 13073 |
+
"border-block-color",
|
| 13074 |
+
"border-block-end",
|
| 13075 |
+
"border-block-end-color",
|
| 13076 |
+
"border-block-end-style",
|
| 13077 |
+
"border-block-end-width",
|
| 13078 |
+
"border-block-start",
|
| 13079 |
+
"border-block-start-color",
|
| 13080 |
+
"border-block-start-style",
|
| 13081 |
+
"border-block-start-width",
|
| 13082 |
+
"border-block-style",
|
| 13083 |
+
"border-block-width",
|
| 13084 |
+
"border-bottom",
|
| 13085 |
+
"border-bottom-color",
|
| 13086 |
+
"border-bottom-left-radius",
|
| 13087 |
+
"border-bottom-right-radius",
|
| 13088 |
+
"border-bottom-style",
|
| 13089 |
+
"border-bottom-width",
|
| 13090 |
+
"border-collapse",
|
| 13091 |
+
"border-color",
|
| 13092 |
+
"border-image",
|
| 13093 |
+
"border-image-outset",
|
| 13094 |
+
"border-image-repeat",
|
| 13095 |
+
"border-image-slice",
|
| 13096 |
+
"border-image-source",
|
| 13097 |
+
"border-image-width",
|
| 13098 |
+
"border-inline",
|
| 13099 |
+
"border-inline-color",
|
| 13100 |
+
"border-inline-end",
|
| 13101 |
+
"border-inline-end-color",
|
| 13102 |
+
"border-inline-end-style",
|
| 13103 |
+
"border-inline-end-width",
|
| 13104 |
+
"border-inline-start",
|
| 13105 |
+
"border-inline-start-color",
|
| 13106 |
+
"border-inline-start-style",
|
| 13107 |
+
"border-inline-start-width",
|
| 13108 |
+
"border-inline-style",
|
| 13109 |
+
"border-inline-width",
|
| 13110 |
+
"border-left",
|
| 13111 |
+
"border-left-color",
|
| 13112 |
+
"border-left-style",
|
| 13113 |
+
"border-left-width",
|
| 13114 |
+
"border-radius",
|
| 13115 |
+
"border-right",
|
| 13116 |
+
"border-right-color",
|
| 13117 |
+
"border-right-style",
|
| 13118 |
+
"border-right-width",
|
| 13119 |
+
"border-spacing",
|
| 13120 |
+
"border-style",
|
| 13121 |
+
"border-top",
|
| 13122 |
+
"border-top-color",
|
| 13123 |
+
"border-top-left-radius",
|
| 13124 |
+
"border-top-right-radius",
|
| 13125 |
+
"border-top-style",
|
| 13126 |
+
"border-top-width",
|
| 13127 |
+
"border-width",
|
| 13128 |
+
"bottom",
|
| 13129 |
+
"box-decoration-break",
|
| 13130 |
+
"box-shadow",
|
| 13131 |
+
"box-sizing",
|
| 13132 |
+
"break-after",
|
| 13133 |
+
"break-before",
|
| 13134 |
+
"break-inside",
|
| 13135 |
+
"caption-side",
|
| 13136 |
+
"caret-color",
|
| 13137 |
+
"clear",
|
| 13138 |
+
"clip",
|
| 13139 |
+
"clip-path",
|
| 13140 |
+
"clip-rule",
|
| 13141 |
+
"color",
|
| 13142 |
+
"column-count",
|
| 13143 |
+
"column-fill",
|
| 13144 |
+
"column-gap",
|
| 13145 |
+
"column-rule",
|
| 13146 |
+
"column-rule-color",
|
| 13147 |
+
"column-rule-style",
|
| 13148 |
+
"column-rule-width",
|
| 13149 |
+
"column-span",
|
| 13150 |
+
"column-width",
|
| 13151 |
+
"columns",
|
| 13152 |
+
"contain",
|
| 13153 |
+
"content",
|
| 13154 |
+
"content-visibility",
|
| 13155 |
+
"counter-increment",
|
| 13156 |
+
"counter-reset",
|
| 13157 |
+
"cue",
|
| 13158 |
+
"cue-after",
|
| 13159 |
+
"cue-before",
|
| 13160 |
+
"cursor",
|
| 13161 |
+
"direction",
|
| 13162 |
+
"display",
|
| 13163 |
+
"empty-cells",
|
| 13164 |
+
"filter",
|
| 13165 |
+
"flex",
|
| 13166 |
+
"flex-basis",
|
| 13167 |
+
"flex-direction",
|
| 13168 |
+
"flex-flow",
|
| 13169 |
+
"flex-grow",
|
| 13170 |
+
"flex-shrink",
|
| 13171 |
+
"flex-wrap",
|
| 13172 |
+
"float",
|
| 13173 |
+
"flow",
|
| 13174 |
+
"font",
|
| 13175 |
+
"font-display",
|
| 13176 |
+
"font-family",
|
| 13177 |
+
"font-feature-settings",
|
| 13178 |
+
"font-kerning",
|
| 13179 |
+
"font-language-override",
|
| 13180 |
+
"font-size",
|
| 13181 |
+
"font-size-adjust",
|
| 13182 |
+
"font-smoothing",
|
| 13183 |
+
"font-stretch",
|
| 13184 |
+
"font-style",
|
| 13185 |
+
"font-synthesis",
|
| 13186 |
+
"font-variant",
|
| 13187 |
+
"font-variant-caps",
|
| 13188 |
+
"font-variant-east-asian",
|
| 13189 |
+
"font-variant-ligatures",
|
| 13190 |
+
"font-variant-numeric",
|
| 13191 |
+
"font-variant-position",
|
| 13192 |
+
"font-variation-settings",
|
| 13193 |
+
"font-weight",
|
| 13194 |
+
"gap",
|
| 13195 |
+
"glyph-orientation-vertical",
|
| 13196 |
+
"grid",
|
| 13197 |
+
"grid-area",
|
| 13198 |
+
"grid-auto-columns",
|
| 13199 |
+
"grid-auto-flow",
|
| 13200 |
+
"grid-auto-rows",
|
| 13201 |
+
"grid-column",
|
| 13202 |
+
"grid-column-end",
|
| 13203 |
+
"grid-column-start",
|
| 13204 |
+
"grid-gap",
|
| 13205 |
+
"grid-row",
|
| 13206 |
+
"grid-row-end",
|
| 13207 |
+
"grid-row-start",
|
| 13208 |
+
"grid-template",
|
| 13209 |
+
"grid-template-areas",
|
| 13210 |
+
"grid-template-columns",
|
| 13211 |
+
"grid-template-rows",
|
| 13212 |
+
"hanging-punctuation",
|
| 13213 |
+
"height",
|
| 13214 |
+
"hyphens",
|
| 13215 |
+
"icon",
|
| 13216 |
+
"image-orientation",
|
| 13217 |
+
"image-rendering",
|
| 13218 |
+
"image-resolution",
|
| 13219 |
+
"ime-mode",
|
| 13220 |
+
"inline-size",
|
| 13221 |
+
"isolation",
|
| 13222 |
+
"justify-content",
|
| 13223 |
+
"left",
|
| 13224 |
+
"letter-spacing",
|
| 13225 |
+
"line-break",
|
| 13226 |
+
"line-height",
|
| 13227 |
+
"list-style",
|
| 13228 |
+
"list-style-image",
|
| 13229 |
+
"list-style-position",
|
| 13230 |
+
"list-style-type",
|
| 13231 |
+
"margin",
|
| 13232 |
+
"margin-block",
|
| 13233 |
+
"margin-block-end",
|
| 13234 |
+
"margin-block-start",
|
| 13235 |
+
"margin-bottom",
|
| 13236 |
+
"margin-inline",
|
| 13237 |
+
"margin-inline-end",
|
| 13238 |
+
"margin-inline-start",
|
| 13239 |
+
"margin-left",
|
| 13240 |
+
"margin-right",
|
| 13241 |
+
"margin-top",
|
| 13242 |
+
"marks",
|
| 13243 |
+
"mask",
|
| 13244 |
+
"mask-border",
|
| 13245 |
+
"mask-border-mode",
|
| 13246 |
+
"mask-border-outset",
|
| 13247 |
+
"mask-border-repeat",
|
| 13248 |
+
"mask-border-slice",
|
| 13249 |
+
"mask-border-source",
|
| 13250 |
+
"mask-border-width",
|
| 13251 |
+
"mask-clip",
|
| 13252 |
+
"mask-composite",
|
| 13253 |
+
"mask-image",
|
| 13254 |
+
"mask-mode",
|
| 13255 |
+
"mask-origin",
|
| 13256 |
+
"mask-position",
|
| 13257 |
+
"mask-repeat",
|
| 13258 |
+
"mask-size",
|
| 13259 |
+
"mask-type",
|
| 13260 |
+
"max-block-size",
|
| 13261 |
+
"max-height",
|
| 13262 |
+
"max-inline-size",
|
| 13263 |
+
"max-width",
|
| 13264 |
+
"min-block-size",
|
| 13265 |
+
"min-height",
|
| 13266 |
+
"min-inline-size",
|
| 13267 |
+
"min-width",
|
| 13268 |
+
"mix-blend-mode",
|
| 13269 |
+
"nav-down",
|
| 13270 |
+
"nav-index",
|
| 13271 |
+
"nav-left",
|
| 13272 |
+
"nav-right",
|
| 13273 |
+
"nav-up",
|
| 13274 |
+
"none",
|
| 13275 |
+
"normal",
|
| 13276 |
+
"object-fit",
|
| 13277 |
+
"object-position",
|
| 13278 |
+
"opacity",
|
| 13279 |
+
"order",
|
| 13280 |
+
"orphans",
|
| 13281 |
+
"outline",
|
| 13282 |
+
"outline-color",
|
| 13283 |
+
"outline-offset",
|
| 13284 |
+
"outline-style",
|
| 13285 |
+
"outline-width",
|
| 13286 |
+
"overflow",
|
| 13287 |
+
"overflow-wrap",
|
| 13288 |
+
"overflow-x",
|
| 13289 |
+
"overflow-y",
|
| 13290 |
+
"padding",
|
| 13291 |
+
"padding-block",
|
| 13292 |
+
"padding-block-end",
|
| 13293 |
+
"padding-block-start",
|
| 13294 |
+
"padding-bottom",
|
| 13295 |
+
"padding-inline",
|
| 13296 |
+
"padding-inline-end",
|
| 13297 |
+
"padding-inline-start",
|
| 13298 |
+
"padding-left",
|
| 13299 |
+
"padding-right",
|
| 13300 |
+
"padding-top",
|
| 13301 |
+
"page-break-after",
|
| 13302 |
+
"page-break-before",
|
| 13303 |
+
"page-break-inside",
|
| 13304 |
+
"pause",
|
| 13305 |
+
"pause-after",
|
| 13306 |
+
"pause-before",
|
| 13307 |
+
"perspective",
|
| 13308 |
+
"perspective-origin",
|
| 13309 |
+
"pointer-events",
|
| 13310 |
+
"position",
|
| 13311 |
+
"quotes",
|
| 13312 |
+
"resize",
|
| 13313 |
+
"rest",
|
| 13314 |
+
"rest-after",
|
| 13315 |
+
"rest-before",
|
| 13316 |
+
"right",
|
| 13317 |
+
"row-gap",
|
| 13318 |
+
"scroll-margin",
|
| 13319 |
+
"scroll-margin-block",
|
| 13320 |
+
"scroll-margin-block-end",
|
| 13321 |
+
"scroll-margin-block-start",
|
| 13322 |
+
"scroll-margin-bottom",
|
| 13323 |
+
"scroll-margin-inline",
|
| 13324 |
+
"scroll-margin-inline-end",
|
| 13325 |
+
"scroll-margin-inline-start",
|
| 13326 |
+
"scroll-margin-left",
|
| 13327 |
+
"scroll-margin-right",
|
| 13328 |
+
"scroll-margin-top",
|
| 13329 |
+
"scroll-padding",
|
| 13330 |
+
"scroll-padding-block",
|
| 13331 |
+
"scroll-padding-block-end",
|
| 13332 |
+
"scroll-padding-block-start",
|
| 13333 |
+
"scroll-padding-bottom",
|
| 13334 |
+
"scroll-padding-inline",
|
| 13335 |
+
"scroll-padding-inline-end",
|
| 13336 |
+
"scroll-padding-inline-start",
|
| 13337 |
+
"scroll-padding-left",
|
| 13338 |
+
"scroll-padding-right",
|
| 13339 |
+
"scroll-padding-top",
|
| 13340 |
+
"scroll-snap-align",
|
| 13341 |
+
"scroll-snap-stop",
|
| 13342 |
+
"scroll-snap-type",
|
| 13343 |
+
"scrollbar-color",
|
| 13344 |
+
"scrollbar-gutter",
|
| 13345 |
+
"scrollbar-width",
|
| 13346 |
+
"shape-image-threshold",
|
| 13347 |
+
"shape-margin",
|
| 13348 |
+
"shape-outside",
|
| 13349 |
+
"speak",
|
| 13350 |
+
"speak-as",
|
| 13351 |
+
"src",
|
| 13352 |
+
"tab-size",
|
| 13353 |
+
"table-layout",
|
| 13354 |
+
"text-align",
|
| 13355 |
+
"text-align-all",
|
| 13356 |
+
"text-align-last",
|
| 13357 |
+
"text-combine-upright",
|
| 13358 |
+
"text-decoration",
|
| 13359 |
+
"text-decoration-color",
|
| 13360 |
+
"text-decoration-line",
|
| 13361 |
+
"text-decoration-style",
|
| 13362 |
+
"text-emphasis",
|
| 13363 |
+
"text-emphasis-color",
|
| 13364 |
+
"text-emphasis-position",
|
| 13365 |
+
"text-emphasis-style",
|
| 13366 |
+
"text-indent",
|
| 13367 |
+
"text-justify",
|
| 13368 |
+
"text-orientation",
|
| 13369 |
+
"text-overflow",
|
| 13370 |
+
"text-rendering",
|
| 13371 |
+
"text-shadow",
|
| 13372 |
+
"text-transform",
|
| 13373 |
+
"text-underline-position",
|
| 13374 |
+
"top",
|
| 13375 |
+
"transform",
|
| 13376 |
+
"transform-box",
|
| 13377 |
+
"transform-origin",
|
| 13378 |
+
"transform-style",
|
| 13379 |
+
"transition",
|
| 13380 |
+
"transition-delay",
|
| 13381 |
+
"transition-duration",
|
| 13382 |
+
"transition-property",
|
| 13383 |
+
"transition-timing-function",
|
| 13384 |
+
"unicode-bidi",
|
| 13385 |
+
"vertical-align",
|
| 13386 |
+
"visibility",
|
| 13387 |
+
"voice-balance",
|
| 13388 |
+
"voice-duration",
|
| 13389 |
+
"voice-family",
|
| 13390 |
+
"voice-pitch",
|
| 13391 |
+
"voice-range",
|
| 13392 |
+
"voice-rate",
|
| 13393 |
+
"voice-stress",
|
| 13394 |
+
"voice-volume",
|
| 13395 |
+
"white-space",
|
| 13396 |
+
"widows",
|
| 13397 |
+
"width",
|
| 13398 |
+
"will-change",
|
| 13399 |
+
"word-break",
|
| 13400 |
+
"word-spacing",
|
| 13401 |
+
"word-wrap",
|
| 13402 |
+
"writing-mode",
|
| 13403 |
+
"z-index",
|
| 13404 |
+
].reverse();
|
| 13405 |
+
e.exports = function (e) {
|
| 13406 |
+
const s = ((e) => ({
|
| 13407 |
+
IMPORTANT: { scope: "meta", begin: "!important" },
|
| 13408 |
+
BLOCK_COMMENT: e.C_BLOCK_COMMENT_MODE,
|
| 13409 |
+
HEXCOLOR: { scope: "number", begin: /#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/ },
|
| 13410 |
+
FUNCTION_DISPATCH: { className: "built_in", begin: /[\w-]+(?=\()/ },
|
| 13411 |
+
ATTRIBUTE_SELECTOR_MODE: {
|
| 13412 |
+
scope: "selector-attr",
|
| 13413 |
+
begin: /\[/,
|
| 13414 |
+
end: /\]/,
|
| 13415 |
+
illegal: "$",
|
| 13416 |
+
contains: [e.APOS_STRING_MODE, e.QUOTE_STRING_MODE],
|
| 13417 |
+
},
|
| 13418 |
+
CSS_NUMBER_MODE: {
|
| 13419 |
+
scope: "number",
|
| 13420 |
+
begin: e.NUMBER_RE + "(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",
|
| 13421 |
+
relevance: 0,
|
| 13422 |
+
},
|
| 13423 |
+
CSS_VARIABLE: { className: "attr", begin: /--[A-Za-z_][A-Za-z0-9_-]*/ },
|
| 13424 |
+
}))(e),
|
| 13425 |
+
o = a,
|
| 13426 |
+
l = i,
|
| 13427 |
+
c = "@[a-z-]+",
|
| 13428 |
+
d = { className: "variable", begin: "(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b", relevance: 0 };
|
| 13429 |
+
return {
|
| 13430 |
+
name: "SCSS",
|
| 13431 |
+
case_insensitive: !0,
|
| 13432 |
+
illegal: "[=/|']",
|
| 13433 |
+
contains: [
|
| 13434 |
+
e.C_LINE_COMMENT_MODE,
|
| 13435 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 13436 |
+
s.CSS_NUMBER_MODE,
|
| 13437 |
+
{ className: "selector-id", begin: "#[A-Za-z0-9_-]+", relevance: 0 },
|
| 13438 |
+
{ className: "selector-class", begin: "\\.[A-Za-z0-9_-]+", relevance: 0 },
|
| 13439 |
+
s.ATTRIBUTE_SELECTOR_MODE,
|
| 13440 |
+
{ className: "selector-tag", begin: "\\b(" + n.join("|") + ")\\b", relevance: 0 },
|
| 13441 |
+
{ className: "selector-pseudo", begin: ":(" + l.join("|") + ")" },
|
| 13442 |
+
{ className: "selector-pseudo", begin: ":(:)?(" + o.join("|") + ")" },
|
| 13443 |
+
d,
|
| 13444 |
+
{ begin: /\(/, end: /\)/, contains: [s.CSS_NUMBER_MODE] },
|
| 13445 |
+
s.CSS_VARIABLE,
|
| 13446 |
+
{ className: "attribute", begin: "\\b(" + r.join("|") + ")\\b" },
|
| 13447 |
+
{
|
| 13448 |
+
begin:
|
| 13449 |
+
"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b",
|
| 13450 |
+
},
|
| 13451 |
+
{
|
| 13452 |
+
begin: /:/,
|
| 13453 |
+
end: /[;}{]/,
|
| 13454 |
+
relevance: 0,
|
| 13455 |
+
contains: [
|
| 13456 |
+
s.BLOCK_COMMENT,
|
| 13457 |
+
d,
|
| 13458 |
+
s.HEXCOLOR,
|
| 13459 |
+
s.CSS_NUMBER_MODE,
|
| 13460 |
+
e.QUOTE_STRING_MODE,
|
| 13461 |
+
e.APOS_STRING_MODE,
|
| 13462 |
+
s.IMPORTANT,
|
| 13463 |
+
s.FUNCTION_DISPATCH,
|
| 13464 |
+
],
|
| 13465 |
+
},
|
| 13466 |
+
{ begin: "@(page|font-face)", keywords: { $pattern: c, keyword: "@page @font-face" } },
|
| 13467 |
+
{
|
| 13468 |
+
begin: "@",
|
| 13469 |
+
end: "[{;]",
|
| 13470 |
+
returnBegin: !0,
|
| 13471 |
+
keywords: { $pattern: /[a-z-]+/, keyword: "and or not only", attribute: t.join(" ") },
|
| 13472 |
+
contains: [
|
| 13473 |
+
{ begin: c, className: "keyword" },
|
| 13474 |
+
{ begin: /[a-z-]+(?=:)/, className: "attribute" },
|
| 13475 |
+
d,
|
| 13476 |
+
e.QUOTE_STRING_MODE,
|
| 13477 |
+
e.APOS_STRING_MODE,
|
| 13478 |
+
s.HEXCOLOR,
|
| 13479 |
+
s.CSS_NUMBER_MODE,
|
| 13480 |
+
],
|
| 13481 |
+
},
|
| 13482 |
+
s.FUNCTION_DISPATCH,
|
| 13483 |
+
],
|
| 13484 |
+
};
|
| 13485 |
+
};
|
| 13486 |
+
},
|
| 13487 |
+
8813: (e) => {
|
| 13488 |
+
e.exports = function (e) {
|
| 13489 |
+
return {
|
| 13490 |
+
name: "Shell Session",
|
| 13491 |
+
aliases: ["console", "shellsession"],
|
| 13492 |
+
contains: [
|
| 13493 |
+
{
|
| 13494 |
+
className: "meta.prompt",
|
| 13495 |
+
begin: /^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,
|
| 13496 |
+
starts: { end: /[^\\](?=\s*$)/, subLanguage: "bash" },
|
| 13497 |
+
},
|
| 13498 |
+
],
|
| 13499 |
+
};
|
| 13500 |
+
};
|
| 13501 |
+
},
|
| 13502 |
+
315: (e) => {
|
| 13503 |
+
e.exports = function (e) {
|
| 13504 |
+
const n = e.regex,
|
| 13505 |
+
t = e.COMMENT("--", "$"),
|
| 13506 |
+
i = ["true", "false", "unknown"],
|
| 13507 |
+
a = [
|
| 13508 |
+
"bigint",
|
| 13509 |
+
"binary",
|
| 13510 |
+
"blob",
|
| 13511 |
+
"boolean",
|
| 13512 |
+
"char",
|
| 13513 |
+
"character",
|
| 13514 |
+
"clob",
|
| 13515 |
+
"date",
|
| 13516 |
+
"dec",
|
| 13517 |
+
"decfloat",
|
| 13518 |
+
"decimal",
|
| 13519 |
+
"float",
|
| 13520 |
+
"int",
|
| 13521 |
+
"integer",
|
| 13522 |
+
"interval",
|
| 13523 |
+
"nchar",
|
| 13524 |
+
"nclob",
|
| 13525 |
+
"national",
|
| 13526 |
+
"numeric",
|
| 13527 |
+
"real",
|
| 13528 |
+
"row",
|
| 13529 |
+
"smallint",
|
| 13530 |
+
"time",
|
| 13531 |
+
"timestamp",
|
| 13532 |
+
"varchar",
|
| 13533 |
+
"varying",
|
| 13534 |
+
"varbinary",
|
| 13535 |
+
],
|
| 13536 |
+
r = [
|
| 13537 |
+
"abs",
|
| 13538 |
+
"acos",
|
| 13539 |
+
"array_agg",
|
| 13540 |
+
"asin",
|
| 13541 |
+
"atan",
|
| 13542 |
+
"avg",
|
| 13543 |
+
"cast",
|
| 13544 |
+
"ceil",
|
| 13545 |
+
"ceiling",
|
| 13546 |
+
"coalesce",
|
| 13547 |
+
"corr",
|
| 13548 |
+
"cos",
|
| 13549 |
+
"cosh",
|
| 13550 |
+
"count",
|
| 13551 |
+
"covar_pop",
|
| 13552 |
+
"covar_samp",
|
| 13553 |
+
"cume_dist",
|
| 13554 |
+
"dense_rank",
|
| 13555 |
+
"deref",
|
| 13556 |
+
"element",
|
| 13557 |
+
"exp",
|
| 13558 |
+
"extract",
|
| 13559 |
+
"first_value",
|
| 13560 |
+
"floor",
|
| 13561 |
+
"json_array",
|
| 13562 |
+
"json_arrayagg",
|
| 13563 |
+
"json_exists",
|
| 13564 |
+
"json_object",
|
| 13565 |
+
"json_objectagg",
|
| 13566 |
+
"json_query",
|
| 13567 |
+
"json_table",
|
| 13568 |
+
"json_table_primitive",
|
| 13569 |
+
"json_value",
|
| 13570 |
+
"lag",
|
| 13571 |
+
"last_value",
|
| 13572 |
+
"lead",
|
| 13573 |
+
"listagg",
|
| 13574 |
+
"ln",
|
| 13575 |
+
"log",
|
| 13576 |
+
"log10",
|
| 13577 |
+
"lower",
|
| 13578 |
+
"max",
|
| 13579 |
+
"min",
|
| 13580 |
+
"mod",
|
| 13581 |
+
"nth_value",
|
| 13582 |
+
"ntile",
|
| 13583 |
+
"nullif",
|
| 13584 |
+
"percent_rank",
|
| 13585 |
+
"percentile_cont",
|
| 13586 |
+
"percentile_disc",
|
| 13587 |
+
"position",
|
| 13588 |
+
"position_regex",
|
| 13589 |
+
"power",
|
| 13590 |
+
"rank",
|
| 13591 |
+
"regr_avgx",
|
| 13592 |
+
"regr_avgy",
|
| 13593 |
+
"regr_count",
|
| 13594 |
+
"regr_intercept",
|
| 13595 |
+
"regr_r2",
|
| 13596 |
+
"regr_slope",
|
| 13597 |
+
"regr_sxx",
|
| 13598 |
+
"regr_sxy",
|
| 13599 |
+
"regr_syy",
|
| 13600 |
+
"row_number",
|
| 13601 |
+
"sin",
|
| 13602 |
+
"sinh",
|
| 13603 |
+
"sqrt",
|
| 13604 |
+
"stddev_pop",
|
| 13605 |
+
"stddev_samp",
|
| 13606 |
+
"substring",
|
| 13607 |
+
"substring_regex",
|
| 13608 |
+
"sum",
|
| 13609 |
+
"tan",
|
| 13610 |
+
"tanh",
|
| 13611 |
+
"translate",
|
| 13612 |
+
"translate_regex",
|
| 13613 |
+
"treat",
|
| 13614 |
+
"trim",
|
| 13615 |
+
"trim_array",
|
| 13616 |
+
"unnest",
|
| 13617 |
+
"upper",
|
| 13618 |
+
"value_of",
|
| 13619 |
+
"var_pop",
|
| 13620 |
+
"var_samp",
|
| 13621 |
+
"width_bucket",
|
| 13622 |
+
],
|
| 13623 |
+
s = [
|
| 13624 |
+
"create table",
|
| 13625 |
+
"insert into",
|
| 13626 |
+
"primary key",
|
| 13627 |
+
"foreign key",
|
| 13628 |
+
"not null",
|
| 13629 |
+
"alter table",
|
| 13630 |
+
"add constraint",
|
| 13631 |
+
"grouping sets",
|
| 13632 |
+
"on overflow",
|
| 13633 |
+
"character set",
|
| 13634 |
+
"respect nulls",
|
| 13635 |
+
"ignore nulls",
|
| 13636 |
+
"nulls first",
|
| 13637 |
+
"nulls last",
|
| 13638 |
+
"depth first",
|
| 13639 |
+
"breadth first",
|
| 13640 |
+
],
|
| 13641 |
+
o = r,
|
| 13642 |
+
l = [
|
| 13643 |
+
"abs",
|
| 13644 |
+
"acos",
|
| 13645 |
+
"all",
|
| 13646 |
+
"allocate",
|
| 13647 |
+
"alter",
|
| 13648 |
+
"and",
|
| 13649 |
+
"any",
|
| 13650 |
+
"are",
|
| 13651 |
+
"array",
|
| 13652 |
+
"array_agg",
|
| 13653 |
+
"array_max_cardinality",
|
| 13654 |
+
"as",
|
| 13655 |
+
"asensitive",
|
| 13656 |
+
"asin",
|
| 13657 |
+
"asymmetric",
|
| 13658 |
+
"at",
|
| 13659 |
+
"atan",
|
| 13660 |
+
"atomic",
|
| 13661 |
+
"authorization",
|
| 13662 |
+
"avg",
|
| 13663 |
+
"begin",
|
| 13664 |
+
"begin_frame",
|
| 13665 |
+
"begin_partition",
|
| 13666 |
+
"between",
|
| 13667 |
+
"bigint",
|
| 13668 |
+
"binary",
|
| 13669 |
+
"blob",
|
| 13670 |
+
"boolean",
|
| 13671 |
+
"both",
|
| 13672 |
+
"by",
|
| 13673 |
+
"call",
|
| 13674 |
+
"called",
|
| 13675 |
+
"cardinality",
|
| 13676 |
+
"cascaded",
|
| 13677 |
+
"case",
|
| 13678 |
+
"cast",
|
| 13679 |
+
"ceil",
|
| 13680 |
+
"ceiling",
|
| 13681 |
+
"char",
|
| 13682 |
+
"char_length",
|
| 13683 |
+
"character",
|
| 13684 |
+
"character_length",
|
| 13685 |
+
"check",
|
| 13686 |
+
"classifier",
|
| 13687 |
+
"clob",
|
| 13688 |
+
"close",
|
| 13689 |
+
"coalesce",
|
| 13690 |
+
"collate",
|
| 13691 |
+
"collect",
|
| 13692 |
+
"column",
|
| 13693 |
+
"commit",
|
| 13694 |
+
"condition",
|
| 13695 |
+
"connect",
|
| 13696 |
+
"constraint",
|
| 13697 |
+
"contains",
|
| 13698 |
+
"convert",
|
| 13699 |
+
"copy",
|
| 13700 |
+
"corr",
|
| 13701 |
+
"corresponding",
|
| 13702 |
+
"cos",
|
| 13703 |
+
"cosh",
|
| 13704 |
+
"count",
|
| 13705 |
+
"covar_pop",
|
| 13706 |
+
"covar_samp",
|
| 13707 |
+
"create",
|
| 13708 |
+
"cross",
|
| 13709 |
+
"cube",
|
| 13710 |
+
"cume_dist",
|
| 13711 |
+
"current",
|
| 13712 |
+
"current_catalog",
|
| 13713 |
+
"current_date",
|
| 13714 |
+
"current_default_transform_group",
|
| 13715 |
+
"current_path",
|
| 13716 |
+
"current_role",
|
| 13717 |
+
"current_row",
|
| 13718 |
+
"current_schema",
|
| 13719 |
+
"current_time",
|
| 13720 |
+
"current_timestamp",
|
| 13721 |
+
"current_path",
|
| 13722 |
+
"current_role",
|
| 13723 |
+
"current_transform_group_for_type",
|
| 13724 |
+
"current_user",
|
| 13725 |
+
"cursor",
|
| 13726 |
+
"cycle",
|
| 13727 |
+
"date",
|
| 13728 |
+
"day",
|
| 13729 |
+
"deallocate",
|
| 13730 |
+
"dec",
|
| 13731 |
+
"decimal",
|
| 13732 |
+
"decfloat",
|
| 13733 |
+
"declare",
|
| 13734 |
+
"default",
|
| 13735 |
+
"define",
|
| 13736 |
+
"delete",
|
| 13737 |
+
"dense_rank",
|
| 13738 |
+
"deref",
|
| 13739 |
+
"describe",
|
| 13740 |
+
"deterministic",
|
| 13741 |
+
"disconnect",
|
| 13742 |
+
"distinct",
|
| 13743 |
+
"double",
|
| 13744 |
+
"drop",
|
| 13745 |
+
"dynamic",
|
| 13746 |
+
"each",
|
| 13747 |
+
"element",
|
| 13748 |
+
"else",
|
| 13749 |
+
"empty",
|
| 13750 |
+
"end",
|
| 13751 |
+
"end_frame",
|
| 13752 |
+
"end_partition",
|
| 13753 |
+
"end-exec",
|
| 13754 |
+
"equals",
|
| 13755 |
+
"escape",
|
| 13756 |
+
"every",
|
| 13757 |
+
"except",
|
| 13758 |
+
"exec",
|
| 13759 |
+
"execute",
|
| 13760 |
+
"exists",
|
| 13761 |
+
"exp",
|
| 13762 |
+
"external",
|
| 13763 |
+
"extract",
|
| 13764 |
+
"false",
|
| 13765 |
+
"fetch",
|
| 13766 |
+
"filter",
|
| 13767 |
+
"first_value",
|
| 13768 |
+
"float",
|
| 13769 |
+
"floor",
|
| 13770 |
+
"for",
|
| 13771 |
+
"foreign",
|
| 13772 |
+
"frame_row",
|
| 13773 |
+
"free",
|
| 13774 |
+
"from",
|
| 13775 |
+
"full",
|
| 13776 |
+
"function",
|
| 13777 |
+
"fusion",
|
| 13778 |
+
"get",
|
| 13779 |
+
"global",
|
| 13780 |
+
"grant",
|
| 13781 |
+
"group",
|
| 13782 |
+
"grouping",
|
| 13783 |
+
"groups",
|
| 13784 |
+
"having",
|
| 13785 |
+
"hold",
|
| 13786 |
+
"hour",
|
| 13787 |
+
"identity",
|
| 13788 |
+
"in",
|
| 13789 |
+
"indicator",
|
| 13790 |
+
"initial",
|
| 13791 |
+
"inner",
|
| 13792 |
+
"inout",
|
| 13793 |
+
"insensitive",
|
| 13794 |
+
"insert",
|
| 13795 |
+
"int",
|
| 13796 |
+
"integer",
|
| 13797 |
+
"intersect",
|
| 13798 |
+
"intersection",
|
| 13799 |
+
"interval",
|
| 13800 |
+
"into",
|
| 13801 |
+
"is",
|
| 13802 |
+
"join",
|
| 13803 |
+
"json_array",
|
| 13804 |
+
"json_arrayagg",
|
| 13805 |
+
"json_exists",
|
| 13806 |
+
"json_object",
|
| 13807 |
+
"json_objectagg",
|
| 13808 |
+
"json_query",
|
| 13809 |
+
"json_table",
|
| 13810 |
+
"json_table_primitive",
|
| 13811 |
+
"json_value",
|
| 13812 |
+
"lag",
|
| 13813 |
+
"language",
|
| 13814 |
+
"large",
|
| 13815 |
+
"last_value",
|
| 13816 |
+
"lateral",
|
| 13817 |
+
"lead",
|
| 13818 |
+
"leading",
|
| 13819 |
+
"left",
|
| 13820 |
+
"like",
|
| 13821 |
+
"like_regex",
|
| 13822 |
+
"listagg",
|
| 13823 |
+
"ln",
|
| 13824 |
+
"local",
|
| 13825 |
+
"localtime",
|
| 13826 |
+
"localtimestamp",
|
| 13827 |
+
"log",
|
| 13828 |
+
"log10",
|
| 13829 |
+
"lower",
|
| 13830 |
+
"match",
|
| 13831 |
+
"match_number",
|
| 13832 |
+
"match_recognize",
|
| 13833 |
+
"matches",
|
| 13834 |
+
"max",
|
| 13835 |
+
"member",
|
| 13836 |
+
"merge",
|
| 13837 |
+
"method",
|
| 13838 |
+
"min",
|
| 13839 |
+
"minute",
|
| 13840 |
+
"mod",
|
| 13841 |
+
"modifies",
|
| 13842 |
+
"module",
|
| 13843 |
+
"month",
|
| 13844 |
+
"multiset",
|
| 13845 |
+
"national",
|
| 13846 |
+
"natural",
|
| 13847 |
+
"nchar",
|
| 13848 |
+
"nclob",
|
| 13849 |
+
"new",
|
| 13850 |
+
"no",
|
| 13851 |
+
"none",
|
| 13852 |
+
"normalize",
|
| 13853 |
+
"not",
|
| 13854 |
+
"nth_value",
|
| 13855 |
+
"ntile",
|
| 13856 |
+
"null",
|
| 13857 |
+
"nullif",
|
| 13858 |
+
"numeric",
|
| 13859 |
+
"octet_length",
|
| 13860 |
+
"occurrences_regex",
|
| 13861 |
+
"of",
|
| 13862 |
+
"offset",
|
| 13863 |
+
"old",
|
| 13864 |
+
"omit",
|
| 13865 |
+
"on",
|
| 13866 |
+
"one",
|
| 13867 |
+
"only",
|
| 13868 |
+
"open",
|
| 13869 |
+
"or",
|
| 13870 |
+
"order",
|
| 13871 |
+
"out",
|
| 13872 |
+
"outer",
|
| 13873 |
+
"over",
|
| 13874 |
+
"overlaps",
|
| 13875 |
+
"overlay",
|
| 13876 |
+
"parameter",
|
| 13877 |
+
"partition",
|
| 13878 |
+
"pattern",
|
| 13879 |
+
"per",
|
| 13880 |
+
"percent",
|
| 13881 |
+
"percent_rank",
|
| 13882 |
+
"percentile_cont",
|
| 13883 |
+
"percentile_disc",
|
| 13884 |
+
"period",
|
| 13885 |
+
"portion",
|
| 13886 |
+
"position",
|
| 13887 |
+
"position_regex",
|
| 13888 |
+
"power",
|
| 13889 |
+
"precedes",
|
| 13890 |
+
"precision",
|
| 13891 |
+
"prepare",
|
| 13892 |
+
"primary",
|
| 13893 |
+
"procedure",
|
| 13894 |
+
"ptf",
|
| 13895 |
+
"range",
|
| 13896 |
+
"rank",
|
| 13897 |
+
"reads",
|
| 13898 |
+
"real",
|
| 13899 |
+
"recursive",
|
| 13900 |
+
"ref",
|
| 13901 |
+
"references",
|
| 13902 |
+
"referencing",
|
| 13903 |
+
"regr_avgx",
|
| 13904 |
+
"regr_avgy",
|
| 13905 |
+
"regr_count",
|
| 13906 |
+
"regr_intercept",
|
| 13907 |
+
"regr_r2",
|
| 13908 |
+
"regr_slope",
|
| 13909 |
+
"regr_sxx",
|
| 13910 |
+
"regr_sxy",
|
| 13911 |
+
"regr_syy",
|
| 13912 |
+
"release",
|
| 13913 |
+
"result",
|
| 13914 |
+
"return",
|
| 13915 |
+
"returns",
|
| 13916 |
+
"revoke",
|
| 13917 |
+
"right",
|
| 13918 |
+
"rollback",
|
| 13919 |
+
"rollup",
|
| 13920 |
+
"row",
|
| 13921 |
+
"row_number",
|
| 13922 |
+
"rows",
|
| 13923 |
+
"running",
|
| 13924 |
+
"savepoint",
|
| 13925 |
+
"scope",
|
| 13926 |
+
"scroll",
|
| 13927 |
+
"search",
|
| 13928 |
+
"second",
|
| 13929 |
+
"seek",
|
| 13930 |
+
"select",
|
| 13931 |
+
"sensitive",
|
| 13932 |
+
"session_user",
|
| 13933 |
+
"set",
|
| 13934 |
+
"show",
|
| 13935 |
+
"similar",
|
| 13936 |
+
"sin",
|
| 13937 |
+
"sinh",
|
| 13938 |
+
"skip",
|
| 13939 |
+
"smallint",
|
| 13940 |
+
"some",
|
| 13941 |
+
"specific",
|
| 13942 |
+
"specifictype",
|
| 13943 |
+
"sql",
|
| 13944 |
+
"sqlexception",
|
| 13945 |
+
"sqlstate",
|
| 13946 |
+
"sqlwarning",
|
| 13947 |
+
"sqrt",
|
| 13948 |
+
"start",
|
| 13949 |
+
"static",
|
| 13950 |
+
"stddev_pop",
|
| 13951 |
+
"stddev_samp",
|
| 13952 |
+
"submultiset",
|
| 13953 |
+
"subset",
|
| 13954 |
+
"substring",
|
| 13955 |
+
"substring_regex",
|
| 13956 |
+
"succeeds",
|
| 13957 |
+
"sum",
|
| 13958 |
+
"symmetric",
|
| 13959 |
+
"system",
|
| 13960 |
+
"system_time",
|
| 13961 |
+
"system_user",
|
| 13962 |
+
"table",
|
| 13963 |
+
"tablesample",
|
| 13964 |
+
"tan",
|
| 13965 |
+
"tanh",
|
| 13966 |
+
"then",
|
| 13967 |
+
"time",
|
| 13968 |
+
"timestamp",
|
| 13969 |
+
"timezone_hour",
|
| 13970 |
+
"timezone_minute",
|
| 13971 |
+
"to",
|
| 13972 |
+
"trailing",
|
| 13973 |
+
"translate",
|
| 13974 |
+
"translate_regex",
|
| 13975 |
+
"translation",
|
| 13976 |
+
"treat",
|
| 13977 |
+
"trigger",
|
| 13978 |
+
"trim",
|
| 13979 |
+
"trim_array",
|
| 13980 |
+
"true",
|
| 13981 |
+
"truncate",
|
| 13982 |
+
"uescape",
|
| 13983 |
+
"union",
|
| 13984 |
+
"unique",
|
| 13985 |
+
"unknown",
|
| 13986 |
+
"unnest",
|
| 13987 |
+
"update",
|
| 13988 |
+
"upper",
|
| 13989 |
+
"user",
|
| 13990 |
+
"using",
|
| 13991 |
+
"value",
|
| 13992 |
+
"values",
|
| 13993 |
+
"value_of",
|
| 13994 |
+
"var_pop",
|
| 13995 |
+
"var_samp",
|
| 13996 |
+
"varbinary",
|
| 13997 |
+
"varchar",
|
| 13998 |
+
"varying",
|
| 13999 |
+
"versioning",
|
| 14000 |
+
"when",
|
| 14001 |
+
"whenever",
|
| 14002 |
+
"where",
|
| 14003 |
+
"width_bucket",
|
| 14004 |
+
"window",
|
| 14005 |
+
"with",
|
| 14006 |
+
"within",
|
| 14007 |
+
"without",
|
| 14008 |
+
"year",
|
| 14009 |
+
"add",
|
| 14010 |
+
"asc",
|
| 14011 |
+
"collation",
|
| 14012 |
+
"desc",
|
| 14013 |
+
"final",
|
| 14014 |
+
"first",
|
| 14015 |
+
"last",
|
| 14016 |
+
"view",
|
| 14017 |
+
].filter((e) => !r.includes(e)),
|
| 14018 |
+
c = { begin: n.concat(/\b/, n.either(...o), /\s*\(/), relevance: 0, keywords: { built_in: o } };
|
| 14019 |
+
return {
|
| 14020 |
+
name: "SQL",
|
| 14021 |
+
case_insensitive: !0,
|
| 14022 |
+
illegal: /[{}]|<\//,
|
| 14023 |
+
keywords: {
|
| 14024 |
+
$pattern: /\b[\w\.]+/,
|
| 14025 |
+
keyword: (function (e, { exceptions: n, when: t } = {}) {
|
| 14026 |
+
const i = t;
|
| 14027 |
+
return (n = n || []), e.map((e) => (e.match(/\|\d+$/) || n.includes(e) ? e : i(e) ? `${e}|0` : e));
|
| 14028 |
+
})(l, { when: (e) => e.length < 3 }),
|
| 14029 |
+
literal: i,
|
| 14030 |
+
type: a,
|
| 14031 |
+
built_in: [
|
| 14032 |
+
"current_catalog",
|
| 14033 |
+
"current_date",
|
| 14034 |
+
"current_default_transform_group",
|
| 14035 |
+
"current_path",
|
| 14036 |
+
"current_role",
|
| 14037 |
+
"current_schema",
|
| 14038 |
+
"current_transform_group_for_type",
|
| 14039 |
+
"current_user",
|
| 14040 |
+
"session_user",
|
| 14041 |
+
"system_time",
|
| 14042 |
+
"system_user",
|
| 14043 |
+
"current_time",
|
| 14044 |
+
"localtime",
|
| 14045 |
+
"current_timestamp",
|
| 14046 |
+
"localtimestamp",
|
| 14047 |
+
],
|
| 14048 |
+
},
|
| 14049 |
+
contains: [
|
| 14050 |
+
{ begin: n.either(...s), relevance: 0, keywords: { $pattern: /[\w\.]+/, keyword: l.concat(s), literal: i, type: a } },
|
| 14051 |
+
{ className: "type", begin: n.either("double precision", "large object", "with timezone", "without timezone") },
|
| 14052 |
+
c,
|
| 14053 |
+
{ className: "variable", begin: /@[a-z0-9][a-z0-9_]*/ },
|
| 14054 |
+
{ className: "string", variants: [{ begin: /'/, end: /'/, contains: [{ begin: /''/ }] }] },
|
| 14055 |
+
{ begin: /"/, end: /"/, contains: [{ begin: /""/ }] },
|
| 14056 |
+
e.C_NUMBER_MODE,
|
| 14057 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 14058 |
+
t,
|
| 14059 |
+
{ className: "operator", begin: /[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/, relevance: 0 },
|
| 14060 |
+
],
|
| 14061 |
+
};
|
| 14062 |
+
};
|
| 14063 |
+
},
|
| 14064 |
+
1496: (e) => {
|
| 14065 |
+
function n(e) {
|
| 14066 |
+
return e ? ("string" == typeof e ? e : e.source) : null;
|
| 14067 |
+
}
|
| 14068 |
+
function t(e) {
|
| 14069 |
+
return i("(?=", e, ")");
|
| 14070 |
+
}
|
| 14071 |
+
function i(...e) {
|
| 14072 |
+
return e.map((e) => n(e)).join("");
|
| 14073 |
+
}
|
| 14074 |
+
function a(...e) {
|
| 14075 |
+
const t = (function (e) {
|
| 14076 |
+
const n = e[e.length - 1];
|
| 14077 |
+
return "object" == typeof n && n.constructor === Object ? (e.splice(e.length - 1, 1), n) : {};
|
| 14078 |
+
})(e);
|
| 14079 |
+
return "(" + (t.capture ? "" : "?:") + e.map((e) => n(e)).join("|") + ")";
|
| 14080 |
+
}
|
| 14081 |
+
const r = (e) => i(/\b/, e, /\w$/.test(e) ? /\b/ : /\B/),
|
| 14082 |
+
s = ["Protocol", "Type"].map(r),
|
| 14083 |
+
o = ["init", "self"].map(r),
|
| 14084 |
+
l = ["Any", "Self"],
|
| 14085 |
+
c = [
|
| 14086 |
+
"actor",
|
| 14087 |
+
"any",
|
| 14088 |
+
"associatedtype",
|
| 14089 |
+
"async",
|
| 14090 |
+
"await",
|
| 14091 |
+
/as\?/,
|
| 14092 |
+
/as!/,
|
| 14093 |
+
"as",
|
| 14094 |
+
"borrowing",
|
| 14095 |
+
"break",
|
| 14096 |
+
"case",
|
| 14097 |
+
"catch",
|
| 14098 |
+
"class",
|
| 14099 |
+
"consume",
|
| 14100 |
+
"consuming",
|
| 14101 |
+
"continue",
|
| 14102 |
+
"convenience",
|
| 14103 |
+
"copy",
|
| 14104 |
+
"default",
|
| 14105 |
+
"defer",
|
| 14106 |
+
"deinit",
|
| 14107 |
+
"didSet",
|
| 14108 |
+
"distributed",
|
| 14109 |
+
"do",
|
| 14110 |
+
"dynamic",
|
| 14111 |
+
"each",
|
| 14112 |
+
"else",
|
| 14113 |
+
"enum",
|
| 14114 |
+
"extension",
|
| 14115 |
+
"fallthrough",
|
| 14116 |
+
/fileprivate\(set\)/,
|
| 14117 |
+
"fileprivate",
|
| 14118 |
+
"final",
|
| 14119 |
+
"for",
|
| 14120 |
+
"func",
|
| 14121 |
+
"get",
|
| 14122 |
+
"guard",
|
| 14123 |
+
"if",
|
| 14124 |
+
"import",
|
| 14125 |
+
"indirect",
|
| 14126 |
+
"infix",
|
| 14127 |
+
/init\?/,
|
| 14128 |
+
/init!/,
|
| 14129 |
+
"inout",
|
| 14130 |
+
/internal\(set\)/,
|
| 14131 |
+
"internal",
|
| 14132 |
+
"in",
|
| 14133 |
+
"is",
|
| 14134 |
+
"isolated",
|
| 14135 |
+
"nonisolated",
|
| 14136 |
+
"lazy",
|
| 14137 |
+
"let",
|
| 14138 |
+
"macro",
|
| 14139 |
+
"mutating",
|
| 14140 |
+
"nonmutating",
|
| 14141 |
+
/open\(set\)/,
|
| 14142 |
+
"open",
|
| 14143 |
+
"operator",
|
| 14144 |
+
"optional",
|
| 14145 |
+
"override",
|
| 14146 |
+
"postfix",
|
| 14147 |
+
"precedencegroup",
|
| 14148 |
+
"prefix",
|
| 14149 |
+
/private\(set\)/,
|
| 14150 |
+
"private",
|
| 14151 |
+
"protocol",
|
| 14152 |
+
/public\(set\)/,
|
| 14153 |
+
"public",
|
| 14154 |
+
"repeat",
|
| 14155 |
+
"required",
|
| 14156 |
+
"rethrows",
|
| 14157 |
+
"return",
|
| 14158 |
+
"set",
|
| 14159 |
+
"some",
|
| 14160 |
+
"static",
|
| 14161 |
+
"struct",
|
| 14162 |
+
"subscript",
|
| 14163 |
+
"super",
|
| 14164 |
+
"switch",
|
| 14165 |
+
"throws",
|
| 14166 |
+
"throw",
|
| 14167 |
+
/try\?/,
|
| 14168 |
+
/try!/,
|
| 14169 |
+
"try",
|
| 14170 |
+
"typealias",
|
| 14171 |
+
/unowned\(safe\)/,
|
| 14172 |
+
/unowned\(unsafe\)/,
|
| 14173 |
+
"unowned",
|
| 14174 |
+
"var",
|
| 14175 |
+
"weak",
|
| 14176 |
+
"where",
|
| 14177 |
+
"while",
|
| 14178 |
+
"willSet",
|
| 14179 |
+
],
|
| 14180 |
+
d = ["false", "nil", "true"],
|
| 14181 |
+
u = ["assignment", "associativity", "higherThan", "left", "lowerThan", "none", "right"],
|
| 14182 |
+
g = [
|
| 14183 |
+
"#colorLiteral",
|
| 14184 |
+
"#column",
|
| 14185 |
+
"#dsohandle",
|
| 14186 |
+
"#else",
|
| 14187 |
+
"#elseif",
|
| 14188 |
+
"#endif",
|
| 14189 |
+
"#error",
|
| 14190 |
+
"#file",
|
| 14191 |
+
"#fileID",
|
| 14192 |
+
"#fileLiteral",
|
| 14193 |
+
"#filePath",
|
| 14194 |
+
"#function",
|
| 14195 |
+
"#if",
|
| 14196 |
+
"#imageLiteral",
|
| 14197 |
+
"#keyPath",
|
| 14198 |
+
"#line",
|
| 14199 |
+
"#selector",
|
| 14200 |
+
"#sourceLocation",
|
| 14201 |
+
"#warning",
|
| 14202 |
+
],
|
| 14203 |
+
b = [
|
| 14204 |
+
"abs",
|
| 14205 |
+
"all",
|
| 14206 |
+
"any",
|
| 14207 |
+
"assert",
|
| 14208 |
+
"assertionFailure",
|
| 14209 |
+
"debugPrint",
|
| 14210 |
+
"dump",
|
| 14211 |
+
"fatalError",
|
| 14212 |
+
"getVaList",
|
| 14213 |
+
"isKnownUniquelyReferenced",
|
| 14214 |
+
"max",
|
| 14215 |
+
"min",
|
| 14216 |
+
"numericCast",
|
| 14217 |
+
"pointwiseMax",
|
| 14218 |
+
"pointwiseMin",
|
| 14219 |
+
"precondition",
|
| 14220 |
+
"preconditionFailure",
|
| 14221 |
+
"print",
|
| 14222 |
+
"readLine",
|
| 14223 |
+
"repeatElement",
|
| 14224 |
+
"sequence",
|
| 14225 |
+
"stride",
|
| 14226 |
+
"swap",
|
| 14227 |
+
"swift_unboxFromSwiftValueWithType",
|
| 14228 |
+
"transcode",
|
| 14229 |
+
"type",
|
| 14230 |
+
"unsafeBitCast",
|
| 14231 |
+
"unsafeDowncast",
|
| 14232 |
+
"withExtendedLifetime",
|
| 14233 |
+
"withUnsafeMutablePointer",
|
| 14234 |
+
"withUnsafePointer",
|
| 14235 |
+
"withVaList",
|
| 14236 |
+
"withoutActuallyEscaping",
|
| 14237 |
+
"zip",
|
| 14238 |
+
],
|
| 14239 |
+
f = a(
|
| 14240 |
+
/[/=\-+!*%<>&|^~?]/,
|
| 14241 |
+
/[\u00A1-\u00A7]/,
|
| 14242 |
+
/[\u00A9\u00AB]/,
|
| 14243 |
+
/[\u00AC\u00AE]/,
|
| 14244 |
+
/[\u00B0\u00B1]/,
|
| 14245 |
+
/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,
|
| 14246 |
+
/[\u2016-\u2017]/,
|
| 14247 |
+
/[\u2020-\u2027]/,
|
| 14248 |
+
/[\u2030-\u203E]/,
|
| 14249 |
+
/[\u2041-\u2053]/,
|
| 14250 |
+
/[\u2055-\u205E]/,
|
| 14251 |
+
/[\u2190-\u23FF]/,
|
| 14252 |
+
/[\u2500-\u2775]/,
|
| 14253 |
+
/[\u2794-\u2BFF]/,
|
| 14254 |
+
/[\u2E00-\u2E7F]/,
|
| 14255 |
+
/[\u3001-\u3003]/,
|
| 14256 |
+
/[\u3008-\u3020]/,
|
| 14257 |
+
/[\u3030]/
|
| 14258 |
+
),
|
| 14259 |
+
p = a(f, /[\u0300-\u036F]/, /[\u1DC0-\u1DFF]/, /[\u20D0-\u20FF]/, /[\uFE00-\uFE0F]/, /[\uFE20-\uFE2F]/),
|
| 14260 |
+
m = i(f, p, "*"),
|
| 14261 |
+
h = a(
|
| 14262 |
+
/[a-zA-Z_]/,
|
| 14263 |
+
/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,
|
| 14264 |
+
/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,
|
| 14265 |
+
/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,
|
| 14266 |
+
/[\u1E00-\u1FFF]/,
|
| 14267 |
+
/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,
|
| 14268 |
+
/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,
|
| 14269 |
+
/[\u2C00-\u2DFF\u2E80-\u2FFF]/,
|
| 14270 |
+
/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,
|
| 14271 |
+
/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,
|
| 14272 |
+
/[\uFE47-\uFEFE\uFF00-\uFFFD]/
|
| 14273 |
+
),
|
| 14274 |
+
E = a(h, /\d/, /[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),
|
| 14275 |
+
_ = i(h, E, "*"),
|
| 14276 |
+
N = i(/[A-Z]/, E, "*"),
|
| 14277 |
+
T = [
|
| 14278 |
+
"attached",
|
| 14279 |
+
"autoclosure",
|
| 14280 |
+
i(/convention\(/, a("swift", "block", "c"), /\)/),
|
| 14281 |
+
"discardableResult",
|
| 14282 |
+
"dynamicCallable",
|
| 14283 |
+
"dynamicMemberLookup",
|
| 14284 |
+
"escaping",
|
| 14285 |
+
"freestanding",
|
| 14286 |
+
"frozen",
|
| 14287 |
+
"GKInspectable",
|
| 14288 |
+
"IBAction",
|
| 14289 |
+
"IBDesignable",
|
| 14290 |
+
"IBInspectable",
|
| 14291 |
+
"IBOutlet",
|
| 14292 |
+
"IBSegueAction",
|
| 14293 |
+
"inlinable",
|
| 14294 |
+
"main",
|
| 14295 |
+
"nonobjc",
|
| 14296 |
+
"NSApplicationMain",
|
| 14297 |
+
"NSCopying",
|
| 14298 |
+
"NSManaged",
|
| 14299 |
+
i(/objc\(/, _, /\)/),
|
| 14300 |
+
"objc",
|
| 14301 |
+
"objcMembers",
|
| 14302 |
+
"propertyWrapper",
|
| 14303 |
+
"requires_stored_property_inits",
|
| 14304 |
+
"resultBuilder",
|
| 14305 |
+
"Sendable",
|
| 14306 |
+
"testable",
|
| 14307 |
+
"UIApplicationMain",
|
| 14308 |
+
"unchecked",
|
| 14309 |
+
"unknown",
|
| 14310 |
+
"usableFromInline",
|
| 14311 |
+
"warn_unqualified_access",
|
| 14312 |
+
],
|
| 14313 |
+
O = [
|
| 14314 |
+
"iOS",
|
| 14315 |
+
"iOSApplicationExtension",
|
| 14316 |
+
"macOS",
|
| 14317 |
+
"macOSApplicationExtension",
|
| 14318 |
+
"macCatalyst",
|
| 14319 |
+
"macCatalystApplicationExtension",
|
| 14320 |
+
"watchOS",
|
| 14321 |
+
"watchOSApplicationExtension",
|
| 14322 |
+
"tvOS",
|
| 14323 |
+
"tvOSApplicationExtension",
|
| 14324 |
+
"swift",
|
| 14325 |
+
];
|
| 14326 |
+
e.exports = function (e) {
|
| 14327 |
+
const n = { match: /\s+/, relevance: 0 },
|
| 14328 |
+
f = e.COMMENT("/\\*", "\\*/", { contains: ["self"] }),
|
| 14329 |
+
h = [e.C_LINE_COMMENT_MODE, f],
|
| 14330 |
+
v = { match: [/\./, a(...s, ...o)], className: { 2: "keyword" } },
|
| 14331 |
+
y = { match: i(/\./, a(...c)), relevance: 0 },
|
| 14332 |
+
A = c.filter((e) => "string" == typeof e).concat(["_|0"]),
|
| 14333 |
+
S = {
|
| 14334 |
+
variants: [
|
| 14335 |
+
{
|
| 14336 |
+
className: "keyword",
|
| 14337 |
+
match: a(
|
| 14338 |
+
...c
|
| 14339 |
+
.filter((e) => "string" != typeof e)
|
| 14340 |
+
.concat(l)
|
| 14341 |
+
.map(r),
|
| 14342 |
+
...o
|
| 14343 |
+
),
|
| 14344 |
+
},
|
| 14345 |
+
],
|
| 14346 |
+
},
|
| 14347 |
+
w = { $pattern: a(/\b\w+/, /#\w+/), keyword: A.concat(g), literal: d },
|
| 14348 |
+
R = [v, y, S],
|
| 14349 |
+
I = [
|
| 14350 |
+
{ match: i(/\./, a(...b)), relevance: 0 },
|
| 14351 |
+
{ className: "built_in", match: i(/\b/, a(...b), /(?=\()/) },
|
| 14352 |
+
],
|
| 14353 |
+
C = { match: /->/, relevance: 0 },
|
| 14354 |
+
L = [C, { className: "operator", relevance: 0, variants: [{ match: m }, { match: `\\.(\\.|${p})+` }] }],
|
| 14355 |
+
M = "([0-9]_*)+",
|
| 14356 |
+
D = "([0-9a-fA-F]_*)+",
|
| 14357 |
+
x = {
|
| 14358 |
+
className: "number",
|
| 14359 |
+
relevance: 0,
|
| 14360 |
+
variants: [
|
| 14361 |
+
{ match: `\\b(${M})(\\.(${M}))?([eE][+-]?(${M}))?\\b` },
|
| 14362 |
+
{ match: `\\b0x(${D})(\\.(${D}))?([pP][+-]?(${M}))?\\b` },
|
| 14363 |
+
{ match: /\b0o([0-7]_*)+\b/ },
|
| 14364 |
+
{ match: /\b0b([01]_*)+\b/ },
|
| 14365 |
+
],
|
| 14366 |
+
},
|
| 14367 |
+
k = (e = "") => ({
|
| 14368 |
+
className: "subst",
|
| 14369 |
+
variants: [{ match: i(/\\/, e, /[0\\tnr"']/) }, { match: i(/\\/, e, /u\{[0-9a-fA-F]{1,8}\}/) }],
|
| 14370 |
+
}),
|
| 14371 |
+
P = (e = "") => ({ className: "subst", match: i(/\\/, e, /[\t ]*(?:[\r\n]|\r\n)/) }),
|
| 14372 |
+
U = (e = "") => ({ className: "subst", label: "interpol", begin: i(/\\/, e, /\(/), end: /\)/ }),
|
| 14373 |
+
B = (e = "") => ({ begin: i(e, /"""/), end: i(/"""/, e), contains: [k(e), P(e), U(e)] }),
|
| 14374 |
+
j = (e = "") => ({ begin: i(e, /"/), end: i(/"/, e), contains: [k(e), U(e)] }),
|
| 14375 |
+
F = { className: "string", variants: [B(), B("#"), B("##"), B("###"), j(), j("#"), j("##"), j("###")] },
|
| 14376 |
+
H = [e.BACKSLASH_ESCAPE, { begin: /\[/, end: /\]/, relevance: 0, contains: [e.BACKSLASH_ESCAPE] }],
|
| 14377 |
+
G = { begin: /\/[^\s](?=[^/\n]*\/)/, end: /\//, contains: H },
|
| 14378 |
+
$ = (e) => {
|
| 14379 |
+
const n = i(e, /\//),
|
| 14380 |
+
t = i(/\//, e);
|
| 14381 |
+
return { begin: n, end: t, contains: [...H, { scope: "comment", begin: `#(?!.*${t})`, end: /$/ }] };
|
| 14382 |
+
},
|
| 14383 |
+
z = { scope: "regexp", variants: [$("###"), $("##"), $("#"), G] },
|
| 14384 |
+
W = { match: i(/`/, _, /`/) },
|
| 14385 |
+
V = [W, { className: "variable", match: /\$\d+/ }, { className: "variable", match: `\\$${E}+` }],
|
| 14386 |
+
K = [
|
| 14387 |
+
{
|
| 14388 |
+
match: /(@|#(un)?)available/,
|
| 14389 |
+
scope: "keyword",
|
| 14390 |
+
starts: { contains: [{ begin: /\(/, end: /\)/, keywords: O, contains: [...L, x, F] }] },
|
| 14391 |
+
},
|
| 14392 |
+
{ scope: "keyword", match: i(/@/, a(...T)) },
|
| 14393 |
+
{ scope: "meta", match: i(/@/, _) },
|
| 14394 |
+
],
|
| 14395 |
+
q = {
|
| 14396 |
+
match: t(/\b[A-Z]/),
|
| 14397 |
+
relevance: 0,
|
| 14398 |
+
contains: [
|
| 14399 |
+
{ className: "type", match: i(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/, E, "+") },
|
| 14400 |
+
{ className: "type", match: N, relevance: 0 },
|
| 14401 |
+
{ match: /[?!]+/, relevance: 0 },
|
| 14402 |
+
{ match: /\.\.\./, relevance: 0 },
|
| 14403 |
+
{ match: i(/\s+&\s+/, t(N)), relevance: 0 },
|
| 14404 |
+
],
|
| 14405 |
+
},
|
| 14406 |
+
X = { begin: /</, end: />/, keywords: w, contains: [...h, ...R, ...K, C, q] };
|
| 14407 |
+
q.contains.push(X);
|
| 14408 |
+
const Y = {
|
| 14409 |
+
begin: /\(/,
|
| 14410 |
+
end: /\)/,
|
| 14411 |
+
relevance: 0,
|
| 14412 |
+
keywords: w,
|
| 14413 |
+
contains: ["self", { match: i(_, /\s*:/), keywords: "_|0", relevance: 0 }, ...h, z, ...R, ...I, ...L, x, F, ...V, ...K, q],
|
| 14414 |
+
},
|
| 14415 |
+
Z = { begin: /</, end: />/, keywords: "repeat each", contains: [...h, q] },
|
| 14416 |
+
Q = {
|
| 14417 |
+
begin: /\(/,
|
| 14418 |
+
end: /\)/,
|
| 14419 |
+
keywords: w,
|
| 14420 |
+
contains: [
|
| 14421 |
+
{
|
| 14422 |
+
begin: a(t(i(_, /\s*:/)), t(i(_, /\s+/, _, /\s*:/))),
|
| 14423 |
+
end: /:/,
|
| 14424 |
+
relevance: 0,
|
| 14425 |
+
contains: [
|
| 14426 |
+
{ className: "keyword", match: /\b_\b/ },
|
| 14427 |
+
{ className: "params", match: _ },
|
| 14428 |
+
],
|
| 14429 |
+
},
|
| 14430 |
+
...h,
|
| 14431 |
+
...R,
|
| 14432 |
+
...L,
|
| 14433 |
+
x,
|
| 14434 |
+
F,
|
| 14435 |
+
...K,
|
| 14436 |
+
q,
|
| 14437 |
+
Y,
|
| 14438 |
+
],
|
| 14439 |
+
endsParent: !0,
|
| 14440 |
+
illegal: /["']/,
|
| 14441 |
+
},
|
| 14442 |
+
J = {
|
| 14443 |
+
match: [/(func|macro)/, /\s+/, a(W.match, _, m)],
|
| 14444 |
+
className: { 1: "keyword", 3: "title.function" },
|
| 14445 |
+
contains: [Z, Q, n],
|
| 14446 |
+
illegal: [/\[/, /%/],
|
| 14447 |
+
},
|
| 14448 |
+
ee = { match: [/\b(?:subscript|init[?!]?)/, /\s*(?=[<(])/], className: { 1: "keyword" }, contains: [Z, Q, n], illegal: /\[|%/ },
|
| 14449 |
+
ne = { match: [/operator/, /\s+/, m], className: { 1: "keyword", 3: "title" } },
|
| 14450 |
+
te = {
|
| 14451 |
+
begin: [/precedencegroup/, /\s+/, N],
|
| 14452 |
+
className: { 1: "keyword", 3: "title" },
|
| 14453 |
+
contains: [q],
|
| 14454 |
+
keywords: [...u, ...d],
|
| 14455 |
+
end: /}/,
|
| 14456 |
+
};
|
| 14457 |
+
for (const e of F.variants) {
|
| 14458 |
+
const n = e.contains.find((e) => "interpol" === e.label);
|
| 14459 |
+
n.keywords = w;
|
| 14460 |
+
const t = [...R, ...I, ...L, x, F, ...V];
|
| 14461 |
+
n.contains = [...t, { begin: /\(/, end: /\)/, contains: ["self", ...t] }];
|
| 14462 |
+
}
|
| 14463 |
+
return {
|
| 14464 |
+
name: "Swift",
|
| 14465 |
+
keywords: w,
|
| 14466 |
+
contains: [
|
| 14467 |
+
...h,
|
| 14468 |
+
J,
|
| 14469 |
+
ee,
|
| 14470 |
+
{
|
| 14471 |
+
beginKeywords: "struct protocol class extension enum actor",
|
| 14472 |
+
end: "\\{",
|
| 14473 |
+
excludeEnd: !0,
|
| 14474 |
+
keywords: w,
|
| 14475 |
+
contains: [e.inherit(e.TITLE_MODE, { className: "title.class", begin: /[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/ }), ...R],
|
| 14476 |
+
},
|
| 14477 |
+
ne,
|
| 14478 |
+
te,
|
| 14479 |
+
{ beginKeywords: "import", end: /$/, contains: [...h], relevance: 0 },
|
| 14480 |
+
z,
|
| 14481 |
+
...R,
|
| 14482 |
+
...I,
|
| 14483 |
+
...L,
|
| 14484 |
+
x,
|
| 14485 |
+
F,
|
| 14486 |
+
...V,
|
| 14487 |
+
...K,
|
| 14488 |
+
q,
|
| 14489 |
+
Y,
|
| 14490 |
+
],
|
| 14491 |
+
};
|
| 14492 |
+
};
|
| 14493 |
+
},
|
| 14494 |
+
8640: (e) => {
|
| 14495 |
+
const n = "[A-Za-z$_][0-9A-Za-z$_]*",
|
| 14496 |
+
t = [
|
| 14497 |
+
"as",
|
| 14498 |
+
"in",
|
| 14499 |
+
"of",
|
| 14500 |
+
"if",
|
| 14501 |
+
"for",
|
| 14502 |
+
"while",
|
| 14503 |
+
"finally",
|
| 14504 |
+
"var",
|
| 14505 |
+
"new",
|
| 14506 |
+
"function",
|
| 14507 |
+
"do",
|
| 14508 |
+
"return",
|
| 14509 |
+
"void",
|
| 14510 |
+
"else",
|
| 14511 |
+
"break",
|
| 14512 |
+
"catch",
|
| 14513 |
+
"instanceof",
|
| 14514 |
+
"with",
|
| 14515 |
+
"throw",
|
| 14516 |
+
"case",
|
| 14517 |
+
"default",
|
| 14518 |
+
"try",
|
| 14519 |
+
"switch",
|
| 14520 |
+
"continue",
|
| 14521 |
+
"typeof",
|
| 14522 |
+
"delete",
|
| 14523 |
+
"let",
|
| 14524 |
+
"yield",
|
| 14525 |
+
"const",
|
| 14526 |
+
"class",
|
| 14527 |
+
"debugger",
|
| 14528 |
+
"async",
|
| 14529 |
+
"await",
|
| 14530 |
+
"static",
|
| 14531 |
+
"import",
|
| 14532 |
+
"from",
|
| 14533 |
+
"export",
|
| 14534 |
+
"extends",
|
| 14535 |
+
],
|
| 14536 |
+
i = ["true", "false", "null", "undefined", "NaN", "Infinity"],
|
| 14537 |
+
a = [
|
| 14538 |
+
"Object",
|
| 14539 |
+
"Function",
|
| 14540 |
+
"Boolean",
|
| 14541 |
+
"Symbol",
|
| 14542 |
+
"Math",
|
| 14543 |
+
"Date",
|
| 14544 |
+
"Number",
|
| 14545 |
+
"BigInt",
|
| 14546 |
+
"String",
|
| 14547 |
+
"RegExp",
|
| 14548 |
+
"Array",
|
| 14549 |
+
"Float32Array",
|
| 14550 |
+
"Float64Array",
|
| 14551 |
+
"Int8Array",
|
| 14552 |
+
"Uint8Array",
|
| 14553 |
+
"Uint8ClampedArray",
|
| 14554 |
+
"Int16Array",
|
| 14555 |
+
"Int32Array",
|
| 14556 |
+
"Uint16Array",
|
| 14557 |
+
"Uint32Array",
|
| 14558 |
+
"BigInt64Array",
|
| 14559 |
+
"BigUint64Array",
|
| 14560 |
+
"Set",
|
| 14561 |
+
"Map",
|
| 14562 |
+
"WeakSet",
|
| 14563 |
+
"WeakMap",
|
| 14564 |
+
"ArrayBuffer",
|
| 14565 |
+
"SharedArrayBuffer",
|
| 14566 |
+
"Atomics",
|
| 14567 |
+
"DataView",
|
| 14568 |
+
"JSON",
|
| 14569 |
+
"Promise",
|
| 14570 |
+
"Generator",
|
| 14571 |
+
"GeneratorFunction",
|
| 14572 |
+
"AsyncFunction",
|
| 14573 |
+
"Reflect",
|
| 14574 |
+
"Proxy",
|
| 14575 |
+
"Intl",
|
| 14576 |
+
"WebAssembly",
|
| 14577 |
+
],
|
| 14578 |
+
r = ["Error", "EvalError", "InternalError", "RangeError", "ReferenceError", "SyntaxError", "TypeError", "URIError"],
|
| 14579 |
+
s = [
|
| 14580 |
+
"setInterval",
|
| 14581 |
+
"setTimeout",
|
| 14582 |
+
"clearInterval",
|
| 14583 |
+
"clearTimeout",
|
| 14584 |
+
"require",
|
| 14585 |
+
"exports",
|
| 14586 |
+
"eval",
|
| 14587 |
+
"isFinite",
|
| 14588 |
+
"isNaN",
|
| 14589 |
+
"parseFloat",
|
| 14590 |
+
"parseInt",
|
| 14591 |
+
"decodeURI",
|
| 14592 |
+
"decodeURIComponent",
|
| 14593 |
+
"encodeURI",
|
| 14594 |
+
"encodeURIComponent",
|
| 14595 |
+
"escape",
|
| 14596 |
+
"unescape",
|
| 14597 |
+
],
|
| 14598 |
+
o = ["arguments", "this", "super", "console", "window", "document", "localStorage", "sessionStorage", "module", "global"],
|
| 14599 |
+
l = [].concat(s, a, r);
|
| 14600 |
+
function c(e) {
|
| 14601 |
+
const c = e.regex,
|
| 14602 |
+
d = n,
|
| 14603 |
+
u = {
|
| 14604 |
+
begin: /<[A-Za-z0-9\\._:-]+/,
|
| 14605 |
+
end: /\/[A-Za-z0-9\\._:-]+>|\/>/,
|
| 14606 |
+
isTrulyOpeningTag: (e, n) => {
|
| 14607 |
+
const t = e[0].length + e.index,
|
| 14608 |
+
i = e.input[t];
|
| 14609 |
+
if ("<" === i || "," === i) return void n.ignoreMatch();
|
| 14610 |
+
let a;
|
| 14611 |
+
">" === i &&
|
| 14612 |
+
(((e, { after: n }) => {
|
| 14613 |
+
const t = "</" + e[0].slice(1);
|
| 14614 |
+
return -1 !== e.input.indexOf(t, n);
|
| 14615 |
+
})(e, { after: t }) ||
|
| 14616 |
+
n.ignoreMatch());
|
| 14617 |
+
const r = e.input.substring(t);
|
| 14618 |
+
((a = r.match(/^\s*=/)) || ((a = r.match(/^\s+extends\s+/)) && 0 === a.index)) && n.ignoreMatch();
|
| 14619 |
+
},
|
| 14620 |
+
},
|
| 14621 |
+
g = { $pattern: n, keyword: t, literal: i, built_in: l, "variable.language": o },
|
| 14622 |
+
b = "[0-9](_?[0-9])*",
|
| 14623 |
+
f = `\\.(${b})`,
|
| 14624 |
+
p = "0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",
|
| 14625 |
+
m = {
|
| 14626 |
+
className: "number",
|
| 14627 |
+
variants: [
|
| 14628 |
+
{ begin: `(\\b(${p})((${f})|\\.)?|(${f}))[eE][+-]?(${b})\\b` },
|
| 14629 |
+
{ begin: `\\b(${p})\\b((${f})\\b|\\.)?|(${f})\\b` },
|
| 14630 |
+
{ begin: "\\b(0|[1-9](_?[0-9])*)n\\b" },
|
| 14631 |
+
{ begin: "\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b" },
|
| 14632 |
+
{ begin: "\\b0[bB][0-1](_?[0-1])*n?\\b" },
|
| 14633 |
+
{ begin: "\\b0[oO][0-7](_?[0-7])*n?\\b" },
|
| 14634 |
+
{ begin: "\\b0[0-7]+n?\\b" },
|
| 14635 |
+
],
|
| 14636 |
+
relevance: 0,
|
| 14637 |
+
},
|
| 14638 |
+
h = { className: "subst", begin: "\\$\\{", end: "\\}", keywords: g, contains: [] },
|
| 14639 |
+
E = { begin: "html`", end: "", starts: { end: "`", returnEnd: !1, contains: [e.BACKSLASH_ESCAPE, h], subLanguage: "xml" } },
|
| 14640 |
+
_ = { begin: "css`", end: "", starts: { end: "`", returnEnd: !1, contains: [e.BACKSLASH_ESCAPE, h], subLanguage: "css" } },
|
| 14641 |
+
N = { begin: "gql`", end: "", starts: { end: "`", returnEnd: !1, contains: [e.BACKSLASH_ESCAPE, h], subLanguage: "graphql" } },
|
| 14642 |
+
T = { className: "string", begin: "`", end: "`", contains: [e.BACKSLASH_ESCAPE, h] },
|
| 14643 |
+
O = {
|
| 14644 |
+
className: "comment",
|
| 14645 |
+
variants: [
|
| 14646 |
+
e.COMMENT(/\/\*\*(?!\/)/, "\\*/", {
|
| 14647 |
+
relevance: 0,
|
| 14648 |
+
contains: [
|
| 14649 |
+
{
|
| 14650 |
+
begin: "(?=@[A-Za-z]+)",
|
| 14651 |
+
relevance: 0,
|
| 14652 |
+
contains: [
|
| 14653 |
+
{ className: "doctag", begin: "@[A-Za-z]+" },
|
| 14654 |
+
{ className: "type", begin: "\\{", end: "\\}", excludeEnd: !0, excludeBegin: !0, relevance: 0 },
|
| 14655 |
+
{ className: "variable", begin: d + "(?=\\s*(-)|$)", endsParent: !0, relevance: 0 },
|
| 14656 |
+
{ begin: /(?=[^\n])\s/, relevance: 0 },
|
| 14657 |
+
],
|
| 14658 |
+
},
|
| 14659 |
+
],
|
| 14660 |
+
}),
|
| 14661 |
+
e.C_BLOCK_COMMENT_MODE,
|
| 14662 |
+
e.C_LINE_COMMENT_MODE,
|
| 14663 |
+
],
|
| 14664 |
+
},
|
| 14665 |
+
v = [e.APOS_STRING_MODE, e.QUOTE_STRING_MODE, E, _, N, T, { match: /\$\d+/ }, m];
|
| 14666 |
+
h.contains = v.concat({ begin: /\{/, end: /\}/, keywords: g, contains: ["self"].concat(v) });
|
| 14667 |
+
const y = [].concat(O, h.contains),
|
| 14668 |
+
A = y.concat([{ begin: /\(/, end: /\)/, keywords: g, contains: ["self"].concat(y) }]),
|
| 14669 |
+
S = { className: "params", begin: /\(/, end: /\)/, excludeBegin: !0, excludeEnd: !0, keywords: g, contains: A },
|
| 14670 |
+
w = {
|
| 14671 |
+
variants: [
|
| 14672 |
+
{
|
| 14673 |
+
match: [/class/, /\s+/, d, /\s+/, /extends/, /\s+/, c.concat(d, "(", c.concat(/\./, d), ")*")],
|
| 14674 |
+
scope: { 1: "keyword", 3: "title.class", 5: "keyword", 7: "title.class.inherited" },
|
| 14675 |
+
},
|
| 14676 |
+
{ match: [/class/, /\s+/, d], scope: { 1: "keyword", 3: "title.class" } },
|
| 14677 |
+
],
|
| 14678 |
+
},
|
| 14679 |
+
R = {
|
| 14680 |
+
relevance: 0,
|
| 14681 |
+
match: c.either(
|
| 14682 |
+
/\bJSON/,
|
| 14683 |
+
/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,
|
| 14684 |
+
/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,
|
| 14685 |
+
/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/
|
| 14686 |
+
),
|
| 14687 |
+
className: "title.class",
|
| 14688 |
+
keywords: { _: [...a, ...r] },
|
| 14689 |
+
},
|
| 14690 |
+
I = {
|
| 14691 |
+
variants: [{ match: [/function/, /\s+/, d, /(?=\s*\()/] }, { match: [/function/, /\s*(?=\()/] }],
|
| 14692 |
+
className: { 1: "keyword", 3: "title.function" },
|
| 14693 |
+
label: "func.def",
|
| 14694 |
+
contains: [S],
|
| 14695 |
+
illegal: /%/,
|
| 14696 |
+
},
|
| 14697 |
+
C = {
|
| 14698 |
+
match: c.concat(/\b/, ((L = [...s, "super", "import"]), c.concat("(?!", L.join("|"), ")")), d, c.lookahead(/\(/)),
|
| 14699 |
+
className: "title.function",
|
| 14700 |
+
relevance: 0,
|
| 14701 |
+
};
|
| 14702 |
+
var L;
|
| 14703 |
+
const M = {
|
| 14704 |
+
begin: c.concat(/\./, c.lookahead(c.concat(d, /(?![0-9A-Za-z$_(])/))),
|
| 14705 |
+
end: d,
|
| 14706 |
+
excludeBegin: !0,
|
| 14707 |
+
keywords: "prototype",
|
| 14708 |
+
className: "property",
|
| 14709 |
+
relevance: 0,
|
| 14710 |
+
},
|
| 14711 |
+
D = {
|
| 14712 |
+
match: [/get|set/, /\s+/, d, /(?=\()/],
|
| 14713 |
+
className: { 1: "keyword", 3: "title.function" },
|
| 14714 |
+
contains: [{ begin: /\(\)/ }, S],
|
| 14715 |
+
},
|
| 14716 |
+
x = "(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|" + e.UNDERSCORE_IDENT_RE + ")\\s*=>",
|
| 14717 |
+
k = {
|
| 14718 |
+
match: [/const|var|let/, /\s+/, d, /\s*/, /=\s*/, /(async\s*)?/, c.lookahead(x)],
|
| 14719 |
+
keywords: "async",
|
| 14720 |
+
className: { 1: "keyword", 3: "title.function" },
|
| 14721 |
+
contains: [S],
|
| 14722 |
+
};
|
| 14723 |
+
return {
|
| 14724 |
+
name: "JavaScript",
|
| 14725 |
+
aliases: ["js", "jsx", "mjs", "cjs"],
|
| 14726 |
+
keywords: g,
|
| 14727 |
+
exports: { PARAMS_CONTAINS: A, CLASS_REFERENCE: R },
|
| 14728 |
+
illegal: /#(?![$_A-z])/,
|
| 14729 |
+
contains: [
|
| 14730 |
+
e.SHEBANG({ label: "shebang", binary: "node", relevance: 5 }),
|
| 14731 |
+
{ label: "use_strict", className: "meta", relevance: 10, begin: /^\s*['"]use (strict|asm)['"]/ },
|
| 14732 |
+
e.APOS_STRING_MODE,
|
| 14733 |
+
e.QUOTE_STRING_MODE,
|
| 14734 |
+
E,
|
| 14735 |
+
_,
|
| 14736 |
+
N,
|
| 14737 |
+
T,
|
| 14738 |
+
O,
|
| 14739 |
+
{ match: /\$\d+/ },
|
| 14740 |
+
m,
|
| 14741 |
+
R,
|
| 14742 |
+
{ className: "attr", begin: d + c.lookahead(":"), relevance: 0 },
|
| 14743 |
+
k,
|
| 14744 |
+
{
|
| 14745 |
+
begin: "(" + e.RE_STARTERS_RE + "|\\b(case|return|throw)\\b)\\s*",
|
| 14746 |
+
keywords: "return throw case",
|
| 14747 |
+
relevance: 0,
|
| 14748 |
+
contains: [
|
| 14749 |
+
O,
|
| 14750 |
+
e.REGEXP_MODE,
|
| 14751 |
+
{
|
| 14752 |
+
className: "function",
|
| 14753 |
+
begin: x,
|
| 14754 |
+
returnBegin: !0,
|
| 14755 |
+
end: "\\s*=>",
|
| 14756 |
+
contains: [
|
| 14757 |
+
{
|
| 14758 |
+
className: "params",
|
| 14759 |
+
variants: [
|
| 14760 |
+
{ begin: e.UNDERSCORE_IDENT_RE, relevance: 0 },
|
| 14761 |
+
{ className: null, begin: /\(\s*\)/, skip: !0 },
|
| 14762 |
+
{ begin: /\(/, end: /\)/, excludeBegin: !0, excludeEnd: !0, keywords: g, contains: A },
|
| 14763 |
+
],
|
| 14764 |
+
},
|
| 14765 |
+
],
|
| 14766 |
+
},
|
| 14767 |
+
{ begin: /,/, relevance: 0 },
|
| 14768 |
+
{ match: /\s+/, relevance: 0 },
|
| 14769 |
+
{
|
| 14770 |
+
variants: [
|
| 14771 |
+
{ begin: "<>", end: "</>" },
|
| 14772 |
+
{ match: /<[A-Za-z0-9\\._:-]+\s*\/>/ },
|
| 14773 |
+
{ begin: u.begin, "on:begin": u.isTrulyOpeningTag, end: u.end },
|
| 14774 |
+
],
|
| 14775 |
+
subLanguage: "xml",
|
| 14776 |
+
contains: [{ begin: u.begin, end: u.end, skip: !0, contains: ["self"] }],
|
| 14777 |
+
},
|
| 14778 |
+
],
|
| 14779 |
+
},
|
| 14780 |
+
I,
|
| 14781 |
+
{ beginKeywords: "while if switch catch for" },
|
| 14782 |
+
{
|
| 14783 |
+
begin: "\\b(?!function)" + e.UNDERSCORE_IDENT_RE + "\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",
|
| 14784 |
+
returnBegin: !0,
|
| 14785 |
+
label: "func.def",
|
| 14786 |
+
contains: [S, e.inherit(e.TITLE_MODE, { begin: d, className: "title.function" })],
|
| 14787 |
+
},
|
| 14788 |
+
{ match: /\.\.\./, relevance: 0 },
|
| 14789 |
+
M,
|
| 14790 |
+
{ match: "\\$" + d, relevance: 0 },
|
| 14791 |
+
{ match: [/\bconstructor(?=\s*\()/], className: { 1: "title.function" }, contains: [S] },
|
| 14792 |
+
C,
|
| 14793 |
+
{ relevance: 0, match: /\b[A-Z][A-Z_0-9]+\b/, className: "variable.constant" },
|
| 14794 |
+
w,
|
| 14795 |
+
D,
|
| 14796 |
+
{ match: /\$[(.]/ },
|
| 14797 |
+
],
|
| 14798 |
+
};
|
| 14799 |
+
}
|
| 14800 |
+
e.exports = function (e) {
|
| 14801 |
+
const a = c(e),
|
| 14802 |
+
r = n,
|
| 14803 |
+
s = ["any", "void", "number", "boolean", "string", "object", "never", "symbol", "bigint", "unknown"],
|
| 14804 |
+
d = { beginKeywords: "namespace", end: /\{/, excludeEnd: !0, contains: [a.exports.CLASS_REFERENCE] },
|
| 14805 |
+
u = {
|
| 14806 |
+
beginKeywords: "interface",
|
| 14807 |
+
end: /\{/,
|
| 14808 |
+
excludeEnd: !0,
|
| 14809 |
+
keywords: { keyword: "interface extends", built_in: s },
|
| 14810 |
+
contains: [a.exports.CLASS_REFERENCE],
|
| 14811 |
+
},
|
| 14812 |
+
g = {
|
| 14813 |
+
$pattern: n,
|
| 14814 |
+
keyword: t.concat([
|
| 14815 |
+
"type",
|
| 14816 |
+
"namespace",
|
| 14817 |
+
"interface",
|
| 14818 |
+
"public",
|
| 14819 |
+
"private",
|
| 14820 |
+
"protected",
|
| 14821 |
+
"implements",
|
| 14822 |
+
"declare",
|
| 14823 |
+
"abstract",
|
| 14824 |
+
"readonly",
|
| 14825 |
+
"enum",
|
| 14826 |
+
"override",
|
| 14827 |
+
]),
|
| 14828 |
+
literal: i,
|
| 14829 |
+
built_in: l.concat(s),
|
| 14830 |
+
"variable.language": o,
|
| 14831 |
+
},
|
| 14832 |
+
b = { className: "meta", begin: "@" + r },
|
| 14833 |
+
f = (e, n, t) => {
|
| 14834 |
+
const i = e.contains.findIndex((e) => e.label === n);
|
| 14835 |
+
if (-1 === i) throw new Error("can not find mode to replace");
|
| 14836 |
+
e.contains.splice(i, 1, t);
|
| 14837 |
+
};
|
| 14838 |
+
return (
|
| 14839 |
+
Object.assign(a.keywords, g),
|
| 14840 |
+
a.exports.PARAMS_CONTAINS.push(b),
|
| 14841 |
+
(a.contains = a.contains.concat([b, d, u])),
|
| 14842 |
+
f(a, "shebang", e.SHEBANG()),
|
| 14843 |
+
f(a, "use_strict", { className: "meta", relevance: 10, begin: /^\s*['"]use strict['"]/ }),
|
| 14844 |
+
(a.contains.find((e) => "func.def" === e.label).relevance = 0),
|
| 14845 |
+
Object.assign(a, { name: "TypeScript", aliases: ["ts", "tsx", "mts", "cts"] }),
|
| 14846 |
+
a
|
| 14847 |
+
);
|
| 14848 |
+
};
|
| 14849 |
+
},
|
| 14850 |
+
114: (e) => {
|
| 14851 |
+
e.exports = function (e) {
|
| 14852 |
+
const n = e.regex,
|
| 14853 |
+
t = n.concat(/[\p{L}_]/u, n.optional(/[\p{L}0-9_.-]*:/u), /[\p{L}0-9_.-]*/u),
|
| 14854 |
+
i = { className: "symbol", begin: /&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/ },
|
| 14855 |
+
a = { begin: /\s/, contains: [{ className: "keyword", begin: /#?[a-z_][a-z1-9_-]+/, illegal: /\n/ }] },
|
| 14856 |
+
r = e.inherit(a, { begin: /\(/, end: /\)/ }),
|
| 14857 |
+
s = e.inherit(e.APOS_STRING_MODE, { className: "string" }),
|
| 14858 |
+
o = e.inherit(e.QUOTE_STRING_MODE, { className: "string" }),
|
| 14859 |
+
l = {
|
| 14860 |
+
endsWithParent: !0,
|
| 14861 |
+
illegal: /</,
|
| 14862 |
+
relevance: 0,
|
| 14863 |
+
contains: [
|
| 14864 |
+
{ className: "attr", begin: /[\p{L}0-9._:-]+/u, relevance: 0 },
|
| 14865 |
+
{
|
| 14866 |
+
begin: /=\s*/,
|
| 14867 |
+
relevance: 0,
|
| 14868 |
+
contains: [
|
| 14869 |
+
{
|
| 14870 |
+
className: "string",
|
| 14871 |
+
endsParent: !0,
|
| 14872 |
+
variants: [{ begin: /"/, end: /"/, contains: [i] }, { begin: /'/, end: /'/, contains: [i] }, { begin: /[^\s"'=<>`]+/ }],
|
| 14873 |
+
},
|
| 14874 |
+
],
|
| 14875 |
+
},
|
| 14876 |
+
],
|
| 14877 |
+
};
|
| 14878 |
+
return {
|
| 14879 |
+
name: "HTML, XML",
|
| 14880 |
+
aliases: ["html", "xhtml", "rss", "atom", "xjb", "xsd", "xsl", "plist", "wsf", "svg"],
|
| 14881 |
+
case_insensitive: !0,
|
| 14882 |
+
unicodeRegex: !0,
|
| 14883 |
+
contains: [
|
| 14884 |
+
{
|
| 14885 |
+
className: "meta",
|
| 14886 |
+
begin: /<![a-z]/,
|
| 14887 |
+
end: />/,
|
| 14888 |
+
relevance: 10,
|
| 14889 |
+
contains: [
|
| 14890 |
+
a,
|
| 14891 |
+
o,
|
| 14892 |
+
s,
|
| 14893 |
+
r,
|
| 14894 |
+
{ begin: /\[/, end: /\]/, contains: [{ className: "meta", begin: /<![a-z]/, end: />/, contains: [a, r, o, s] }] },
|
| 14895 |
+
],
|
| 14896 |
+
},
|
| 14897 |
+
e.COMMENT(/<!--/, /-->/, { relevance: 10 }),
|
| 14898 |
+
{ begin: /<!\[CDATA\[/, end: /\]\]>/, relevance: 10 },
|
| 14899 |
+
i,
|
| 14900 |
+
{
|
| 14901 |
+
className: "meta",
|
| 14902 |
+
end: /\?>/,
|
| 14903 |
+
variants: [{ begin: /<\?xml/, relevance: 10, contains: [o] }, { begin: /<\?[a-z][a-z0-9]+/ }],
|
| 14904 |
+
},
|
| 14905 |
+
{
|
| 14906 |
+
className: "tag",
|
| 14907 |
+
begin: /<style(?=\s|>)/,
|
| 14908 |
+
end: />/,
|
| 14909 |
+
keywords: { name: "style" },
|
| 14910 |
+
contains: [l],
|
| 14911 |
+
starts: { end: /<\/style>/, returnEnd: !0, subLanguage: ["css", "xml"] },
|
| 14912 |
+
},
|
| 14913 |
+
{
|
| 14914 |
+
className: "tag",
|
| 14915 |
+
begin: /<script(?=\s|>)/,
|
| 14916 |
+
end: />/,
|
| 14917 |
+
keywords: { name: "script" },
|
| 14918 |
+
contains: [l],
|
| 14919 |
+
starts: { end: /<\/script>/, returnEnd: !0, subLanguage: ["javascript", "handlebars", "xml"] },
|
| 14920 |
+
},
|
| 14921 |
+
{ className: "tag", begin: /<>|<\/>/ },
|
| 14922 |
+
{
|
| 14923 |
+
className: "tag",
|
| 14924 |
+
begin: n.concat(/</, n.lookahead(n.concat(t, n.either(/\/>/, />/, /\s/)))),
|
| 14925 |
+
end: /\/?>/,
|
| 14926 |
+
contains: [{ className: "name", begin: t, relevance: 0, starts: l }],
|
| 14927 |
+
},
|
| 14928 |
+
{
|
| 14929 |
+
className: "tag",
|
| 14930 |
+
begin: n.concat(/<\//, n.lookahead(n.concat(t, />/))),
|
| 14931 |
+
contains: [
|
| 14932 |
+
{ className: "name", begin: t, relevance: 0 },
|
| 14933 |
+
{ begin: />/, relevance: 0, endsParent: !0 },
|
| 14934 |
+
],
|
| 14935 |
+
},
|
| 14936 |
+
],
|
| 14937 |
+
};
|
| 14938 |
+
};
|
| 14939 |
+
},
|
| 14940 |
+
5588: (e) => {
|
| 14941 |
+
e.exports = function (e) {
|
| 14942 |
+
const n = "true false yes no null",
|
| 14943 |
+
t = "[\\w#;/?:@&=+$,.~*'()[\\]]+",
|
| 14944 |
+
i = {
|
| 14945 |
+
className: "string",
|
| 14946 |
+
relevance: 0,
|
| 14947 |
+
variants: [{ begin: /'/, end: /'/ }, { begin: /"/, end: /"/ }, { begin: /\S+/ }],
|
| 14948 |
+
contains: [
|
| 14949 |
+
e.BACKSLASH_ESCAPE,
|
| 14950 |
+
{
|
| 14951 |
+
className: "template-variable",
|
| 14952 |
+
variants: [
|
| 14953 |
+
{ begin: /\{\{/, end: /\}\}/ },
|
| 14954 |
+
{ begin: /%\{/, end: /\}/ },
|
| 14955 |
+
],
|
| 14956 |
+
},
|
| 14957 |
+
],
|
| 14958 |
+
},
|
| 14959 |
+
a = e.inherit(i, { variants: [{ begin: /'/, end: /'/ }, { begin: /"/, end: /"/ }, { begin: /[^\s,{}[\]]+/ }] }),
|
| 14960 |
+
r = { end: ",", endsWithParent: !0, excludeEnd: !0, keywords: n, relevance: 0 },
|
| 14961 |
+
s = { begin: /\{/, end: /\}/, contains: [r], illegal: "\\n", relevance: 0 },
|
| 14962 |
+
o = { begin: "\\[", end: "\\]", contains: [r], illegal: "\\n", relevance: 0 },
|
| 14963 |
+
l = [
|
| 14964 |
+
{
|
| 14965 |
+
className: "attr",
|
| 14966 |
+
variants: [
|
| 14967 |
+
{ begin: "\\w[\\w :\\/.-]*:(?=[ \t]|$)" },
|
| 14968 |
+
{ begin: '"\\w[\\w :\\/.-]*":(?=[ \t]|$)' },
|
| 14969 |
+
{ begin: "'\\w[\\w :\\/.-]*':(?=[ \t]|$)" },
|
| 14970 |
+
],
|
| 14971 |
+
},
|
| 14972 |
+
{ className: "meta", begin: "^---\\s*$", relevance: 10 },
|
| 14973 |
+
{ className: "string", begin: "[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*" },
|
| 14974 |
+
{ begin: "<%[%=-]?", end: "[%-]?%>", subLanguage: "ruby", excludeBegin: !0, excludeEnd: !0, relevance: 0 },
|
| 14975 |
+
{ className: "type", begin: "!\\w+!" + t },
|
| 14976 |
+
{ className: "type", begin: "!<" + t + ">" },
|
| 14977 |
+
{ className: "type", begin: "!" + t },
|
| 14978 |
+
{ className: "type", begin: "!!" + t },
|
| 14979 |
+
{ className: "meta", begin: "&" + e.UNDERSCORE_IDENT_RE + "$" },
|
| 14980 |
+
{ className: "meta", begin: "\\*" + e.UNDERSCORE_IDENT_RE + "$" },
|
| 14981 |
+
{ className: "bullet", begin: "-(?=[ ]|$)", relevance: 0 },
|
| 14982 |
+
e.HASH_COMMENT_MODE,
|
| 14983 |
+
{ beginKeywords: n, keywords: { literal: n } },
|
| 14984 |
+
{
|
| 14985 |
+
className: "number",
|
| 14986 |
+
begin:
|
| 14987 |
+
"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b",
|
| 14988 |
+
},
|
| 14989 |
+
{ className: "number", begin: e.C_NUMBER_RE + "\\b", relevance: 0 },
|
| 14990 |
+
s,
|
| 14991 |
+
o,
|
| 14992 |
+
i,
|
| 14993 |
+
],
|
| 14994 |
+
c = [...l];
|
| 14995 |
+
return c.pop(), c.push(a), (r.contains = c), { name: "YAML", case_insensitive: !0, aliases: ["yml"], contains: l };
|
| 14996 |
+
};
|
| 14997 |
+
},
|
| 14998 |
+
},
|
| 14999 |
+
n = {};
|
| 15000 |
+
function t(i) {
|
| 15001 |
+
var a = n[i];
|
| 15002 |
+
if (void 0 !== a) return a.exports;
|
| 15003 |
+
var r = (n[i] = { exports: {} });
|
| 15004 |
+
return e[i].call(r.exports, r, r.exports, t), r.exports;
|
| 15005 |
+
}
|
| 15006 |
+
var i = {};
|
| 15007 |
+
return (
|
| 15008 |
+
(() => {
|
| 15009 |
+
"use strict";
|
| 15010 |
+
var e = i;
|
| 15011 |
+
Object.defineProperty(e, "__esModule", { value: !0 }), (e.defaultDiff2HtmlUIConfig = e.Diff2HtmlUI = void 0);
|
| 15012 |
+
const n = t(2834),
|
| 15013 |
+
a = t(92);
|
| 15014 |
+
Object.defineProperty(e, "defaultDiff2HtmlUIConfig", {
|
| 15015 |
+
enumerable: !0,
|
| 15016 |
+
get: function () {
|
| 15017 |
+
return a.defaultDiff2HtmlUIConfig;
|
| 15018 |
+
},
|
| 15019 |
+
});
|
| 15020 |
+
class r extends a.Diff2HtmlUI {
|
| 15021 |
+
constructor(e, t, i = {}) {
|
| 15022 |
+
super(e, t, i, n.hljs);
|
| 15023 |
+
}
|
| 15024 |
+
}
|
| 15025 |
+
e.Diff2HtmlUI = r;
|
| 15026 |
+
})(),
|
| 15027 |
+
i
|
| 15028 |
+
);
|
| 15029 |
+
})()
|
| 15030 |
+
);
|
| 15031 |
+
</script>
|
| 15032 |
|
| 15033 |
<script>
|
| 15034 |
+
document.addEventListener("DOMContentLoaded", () => {
|
| 15035 |
+
const targetElement = document.getElementById("diff");
|
| 15036 |
const diff2htmlUi = new Diff2HtmlUI(targetElement);
|
| 15037 |
diff2htmlUi.fileListToggle(false);
|
| 15038 |
diff2htmlUi.fileContentToggle();
|
|
|
|
| 15041 |
});
|
| 15042 |
</script>
|
| 15043 |
</head>
|
| 15044 |
+
<body style="text-align: center; font-family: "Source Sans Pro", sans-serif">
|
| 15045 |
<h1>Diff to HTML by <a href="https://github.com/rtfpessoa">rtfpessoa</a></h1>
|
| 15046 |
|
| 15047 |
<div id="diff">
|
| 15048 |
<div class="d2h-file-list-wrapper d2h-auto-color-scheme">
|
| 15049 |
+
<div class="d2h-file-list-header">
|
| 15050 |
+
<span class="d2h-file-list-title">Files changed (1)</span>
|
| 15051 |
+
<a class="d2h-file-switch d2h-hide">hide</a>
|
| 15052 |
+
<a class="d2h-file-switch d2h-show">show</a>
|
| 15053 |
+
</div>
|
| 15054 |
+
<ol class="d2h-file-list">
|
| 15055 |
+
<li class="d2h-file-list-line">
|
| 15056 |
+
<span class="d2h-file-name-wrapper">
|
| 15057 |
+
<svg aria-hidden="true" class="d2h-icon d2h-changed" height="16" title="modified" version="1.1" viewBox="0 0 14 16" width="14">
|
| 15058 |
+
<path
|
| 15059 |
+
d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM4 8c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z"
|
| 15060 |
+
></path>
|
| 15061 |
+
</svg>
|
| 15062 |
+
<a href="#d2h-706891" class="d2h-file-name">_config.yml</a>
|
| 15063 |
+
<span class="d2h-file-stats">
|
| 15064 |
+
<span class="d2h-lines-added">+1</span>
|
| 15065 |
+
<span class="d2h-lines-deleted">-1</span>
|
| 15066 |
+
</span>
|
| 15067 |
+
</span>
|
| 15068 |
+
</li>
|
| 15069 |
+
</ol>
|
| 15070 |
+
</div>
|
| 15071 |
+
<div class="d2h-wrapper d2h-auto-color-scheme">
|
| 15072 |
+
<div id="d2h-706891" class="d2h-file-wrapper" data-lang="yml">
|
| 15073 |
+
<div class="d2h-file-header">
|
| 15074 |
+
<span class="d2h-file-name-wrapper">
|
| 15075 |
+
<svg aria-hidden="true" class="d2h-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12">
|
| 15076 |
+
<path
|
| 15077 |
+
d="M6 5H2v-1h4v1zM2 8h7v-1H2v1z m0 2h7v-1H2v1z m0 2h7v-1H2v1z m10-7.5v9.5c0 0.55-0.45 1-1 1H1c-0.55 0-1-0.45-1-1V2c0-0.55 0.45-1 1-1h7.5l3.5 3.5z m-1 0.5L8 2H1v12h10V5z"
|
| 15078 |
+
></path>
|
| 15079 |
+
</svg>
|
| 15080 |
+
<span class="d2h-file-name">_config.yml</span> <span class="d2h-tag d2h-changed d2h-changed-tag">CHANGED</span></span
|
| 15081 |
+
>
|
| 15082 |
+
<label class="d2h-file-collapse">
|
| 15083 |
+
<input class="d2h-file-collapse-input" type="checkbox" name="viewed" value="viewed" />
|
| 15084 |
+
Viewed
|
| 15085 |
+
</label>
|
| 15086 |
+
</div>
|
| 15087 |
+
<div class="d2h-files-diff">
|
| 15088 |
+
<div class="d2h-file-side-diff">
|
| 15089 |
+
<div class="d2h-code-wrapper">
|
| 15090 |
<table class="d2h-diff-table">
|
| 15091 |
+
<tbody class="d2h-diff-tbody">
|
| 15092 |
<tr>
|
| 15093 |
+
<td class="d2h-code-side-linenumber d2h-info"></td>
|
| 15094 |
+
<td class="d2h-info">
|
| 15095 |
+
<div class="d2h-code-side-line">@@ -4,7 +4,7 @@</div>
|
| 15096 |
+
</td>
|
| 15097 |
+
</tr>
|
| 15098 |
+
<tr>
|
| 15099 |
+
<td class="d2h-code-side-linenumber d2h-cntx">4</td>
|
| 15100 |
+
<td class="d2h-cntx">
|
| 15101 |
+
<div class="d2h-code-side-line">
|
| 15102 |
+
<span class="d2h-code-line-prefix"> </span>
|
| 15103 |
+
<span class="d2h-code-line-ctn"><br /></span>
|
| 15104 |
+
</div>
|
| 15105 |
+
</td>
|
| 15106 |
+
</tr>
|
| 15107 |
+
<tr>
|
| 15108 |
+
<td class="d2h-code-side-linenumber d2h-cntx">5</td>
|
| 15109 |
+
<td class="d2h-cntx">
|
| 15110 |
+
<div class="d2h-code-side-line">
|
| 15111 |
+
<span class="d2h-code-line-prefix"> </span>
|
| 15112 |
+
<span class="d2h-code-line-ctn">title: blank # the website title (if blank, full name will be used instead)</span>
|
| 15113 |
+
</div>
|
| 15114 |
+
</td>
|
| 15115 |
+
</tr>
|
| 15116 |
+
<tr>
|
| 15117 |
+
<td class="d2h-code-side-linenumber d2h-cntx">6</td>
|
| 15118 |
+
<td class="d2h-cntx">
|
| 15119 |
+
<div class="d2h-code-side-line">
|
| 15120 |
+
<span class="d2h-code-line-prefix"> </span>
|
| 15121 |
+
<span class="d2h-code-line-ctn">first_name: Zhaoyi</span>
|
| 15122 |
+
</div>
|
| 15123 |
+
</td>
|
| 15124 |
+
</tr>
|
| 15125 |
+
<tr>
|
| 15126 |
+
<td class="d2h-code-side-linenumber d2h-del d2h-change">7</td>
|
| 15127 |
+
<td class="d2h-del d2h-change">
|
| 15128 |
+
<div class="d2h-code-side-line">
|
| 15129 |
+
<span class="d2h-code-line-prefix">-</span>
|
| 15130 |
+
<span class="d2h-code-line-ctn">middle_name:<del> </del></span>
|
| 15131 |
+
</div>
|
| 15132 |
+
</td>
|
| 15133 |
+
</tr>
|
| 15134 |
+
<tr>
|
| 15135 |
+
<td class="d2h-code-side-linenumber d2h-cntx">8</td>
|
| 15136 |
+
<td class="d2h-cntx">
|
| 15137 |
+
<div class="d2h-code-side-line">
|
| 15138 |
+
<span class="d2h-code-line-prefix"> </span>
|
| 15139 |
+
<span class="d2h-code-line-ctn">last_name: Xu</span>
|
| 15140 |
+
</div>
|
| 15141 |
+
</td>
|
| 15142 |
+
</tr>
|
| 15143 |
+
<tr>
|
| 15144 |
+
<td class="d2h-code-side-linenumber d2h-cntx">9</td>
|
| 15145 |
+
<td class="d2h-cntx">
|
| 15146 |
+
<div class="d2h-code-side-line">
|
| 15147 |
+
<span class="d2h-code-line-prefix"> </span>
|
| 15148 |
+
<span class="d2h-code-line-ctn">contact_note: ></span>
|
| 15149 |
+
</div>
|
| 15150 |
+
</td>
|
| 15151 |
+
</tr>
|
| 15152 |
+
<tr>
|
| 15153 |
+
<td class="d2h-code-side-linenumber d2h-cntx">10</td>
|
| 15154 |
+
<td class="d2h-cntx">
|
| 15155 |
+
<div class="d2h-code-side-line">
|
| 15156 |
+
<span class="d2h-code-line-prefix"> </span>
|
| 15157 |
+
<span class="d2h-code-line-ctn"> You can even add a little note about which of these is the best way to reach you.</span>
|
| 15158 |
+
</div>
|
| 15159 |
+
</td>
|
| 15160 |
+
</tr>
|
| 15161 |
+
</tbody>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15162 |
</table>
|
| 15163 |
+
</div>
|
| 15164 |
</div>
|
| 15165 |
+
<div class="d2h-file-side-diff">
|
| 15166 |
+
<div class="d2h-code-wrapper">
|
|
|
|
| 15167 |
<table class="d2h-diff-table">
|
| 15168 |
+
<tbody class="d2h-diff-tbody">
|
| 15169 |
<tr>
|
| 15170 |
+
<td class="d2h-code-side-linenumber d2h-info"></td>
|
| 15171 |
+
<td class="d2h-info">
|
| 15172 |
+
<div class="d2h-code-side-line"> </div>
|
| 15173 |
+
</td>
|
| 15174 |
+
</tr>
|
| 15175 |
+
<tr>
|
| 15176 |
+
<td class="d2h-code-side-linenumber d2h-cntx">4</td>
|
| 15177 |
+
<td class="d2h-cntx">
|
| 15178 |
+
<div class="d2h-code-side-line">
|
| 15179 |
+
<span class="d2h-code-line-prefix"> </span>
|
| 15180 |
+
<span class="d2h-code-line-ctn"><br /></span>
|
| 15181 |
+
</div>
|
| 15182 |
+
</td>
|
| 15183 |
+
</tr>
|
| 15184 |
+
<tr>
|
| 15185 |
+
<td class="d2h-code-side-linenumber d2h-cntx">5</td>
|
| 15186 |
+
<td class="d2h-cntx">
|
| 15187 |
+
<div class="d2h-code-side-line">
|
| 15188 |
+
<span class="d2h-code-line-prefix"> </span>
|
| 15189 |
+
<span class="d2h-code-line-ctn">title: blank # the website title (if blank, full name will be used instead)</span>
|
| 15190 |
+
</div>
|
| 15191 |
+
</td>
|
| 15192 |
+
</tr>
|
| 15193 |
+
<tr>
|
| 15194 |
+
<td class="d2h-code-side-linenumber d2h-cntx">6</td>
|
| 15195 |
+
<td class="d2h-cntx">
|
| 15196 |
+
<div class="d2h-code-side-line">
|
| 15197 |
+
<span class="d2h-code-line-prefix"> </span>
|
| 15198 |
+
<span class="d2h-code-line-ctn">first_name: Zhaoyi</span>
|
| 15199 |
+
</div>
|
| 15200 |
+
</td>
|
| 15201 |
+
</tr>
|
| 15202 |
+
<tr>
|
| 15203 |
+
<td class="d2h-code-side-linenumber d2h-ins d2h-change">7</td>
|
| 15204 |
+
<td class="d2h-ins d2h-change">
|
| 15205 |
+
<div class="d2h-code-side-line">
|
| 15206 |
+
<span class="d2h-code-line-prefix">+</span>
|
| 15207 |
+
<span class="d2h-code-line-ctn">middle_name:</span>
|
| 15208 |
+
</div>
|
| 15209 |
+
</td>
|
| 15210 |
+
</tr>
|
| 15211 |
+
<tr>
|
| 15212 |
+
<td class="d2h-code-side-linenumber d2h-cntx">8</td>
|
| 15213 |
+
<td class="d2h-cntx">
|
| 15214 |
+
<div class="d2h-code-side-line">
|
| 15215 |
+
<span class="d2h-code-line-prefix"> </span>
|
| 15216 |
+
<span class="d2h-code-line-ctn">last_name: Xu</span>
|
| 15217 |
+
</div>
|
| 15218 |
+
</td>
|
| 15219 |
+
</tr>
|
| 15220 |
+
<tr>
|
| 15221 |
+
<td class="d2h-code-side-linenumber d2h-cntx">9</td>
|
| 15222 |
+
<td class="d2h-cntx">
|
| 15223 |
+
<div class="d2h-code-side-line">
|
| 15224 |
+
<span class="d2h-code-line-prefix"> </span>
|
| 15225 |
+
<span class="d2h-code-line-ctn">contact_note: ></span>
|
| 15226 |
+
</div>
|
| 15227 |
+
</td>
|
| 15228 |
+
</tr>
|
| 15229 |
+
<tr>
|
| 15230 |
+
<td class="d2h-code-side-linenumber d2h-cntx">10</td>
|
| 15231 |
+
<td class="d2h-cntx">
|
| 15232 |
+
<div class="d2h-code-side-line">
|
| 15233 |
+
<span class="d2h-code-line-prefix"> </span>
|
| 15234 |
+
<span class="d2h-code-line-ctn"> You can even add a little note about which of these is the best way to reach you.</span>
|
| 15235 |
+
</div>
|
| 15236 |
+
</td>
|
| 15237 |
+
</tr>
|
| 15238 |
+
</tbody>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15239 |
</table>
|
| 15240 |
+
</div>
|
| 15241 |
</div>
|
| 15242 |
+
</div>
|
| 15243 |
</div>
|
| 15244 |
+
</div>
|
|
|
|
|
|
|
| 15245 |
</div>
|
| 15246 |
</body>
|
| 15247 |
</html>
|
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
diff --git a/_config.yml b/_config.yml
|
| 2 |
-
index b3575ba..0185e66 100644
|
| 3 |
-
--- a/_config.yml
|
| 4 |
-
+++ b/_config.yml
|
| 5 |
-
@@ -4,7 +4,7 @@
|
| 6 |
-
|
| 7 |
-
title: blank # the website title (if blank, full name will be used instead)
|
| 8 |
-
first_name: Zhaoyi
|
| 9 |
-
-middle_name:
|
| 10 |
-
+middle_name:
|
| 11 |
-
last_name: Xu
|
| 12 |
-
contact_note: >
|
| 13 |
-
You can even add a little note about which of these is the best way to reach you.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|