diff --git a/docs/assets/Logo/Skript Logo Circle 2.png b/docs/assets/Logo/Skript Logo Circle 2.png
new file mode 100644
index 00000000000..9ed0ed31f74
Binary files /dev/null and b/docs/assets/Logo/Skript Logo Circle 2.png differ
diff --git a/docs/assets/Logo/Skript Logo Circle.png b/docs/assets/Logo/Skript Logo Circle.png
new file mode 100644
index 00000000000..b169552bbc4
Binary files /dev/null and b/docs/assets/Logo/Skript Logo Circle.png differ
diff --git a/docs/assets/Logo/Skript Logo Trans.png b/docs/assets/Logo/Skript Logo Trans.png
new file mode 100644
index 00000000000..9575b402aa5
Binary files /dev/null and b/docs/assets/Logo/Skript Logo Trans.png differ
diff --git a/docs/assets/Logo/Skript Logo.png b/docs/assets/Logo/Skript Logo.png
new file mode 100644
index 00000000000..273b1565262
Binary files /dev/null and b/docs/assets/Logo/Skript Logo.png differ
diff --git a/docs/assets/icon.png b/docs/assets/icon.png
new file mode 100644
index 00000000000..273b1565262
Binary files /dev/null and b/docs/assets/icon.png differ
diff --git a/docs/css/highlightjs.min.css b/docs/css/highlightjs.min.css
new file mode 100644
index 00000000000..e41d2e34833
--- /dev/null
+++ b/docs/css/highlightjs.min.css
@@ -0,0 +1,2 @@
+/* Source: https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css */
+.hljs{display:block;overflow-x:auto;padding:.5em;background:#f0f0f0}.hljs,.hljs-subst{color:#444}.hljs-comment{color:#888}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#bc6060}.hljs-literal{color:#78a960}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/docs/css/styles.css b/docs/css/styles.css
index 988261cef89..ceda06f36e9 100644
--- a/docs/css/styles.css
+++ b/docs/css/styles.css
@@ -1,252 +1,617 @@
+html {
+ scroll-behavior: smooth;
+}
+
+::-webkit-scrollbar {
+ width: 5px;
+ height: 5px;
+}
+
+::-webkit-scrollbar-track {
+ background-color: rgba(0, 0, 0, 0.03);
+ border-radius: 10px;
+}
+
+::-webkit-scrollbar-thumb {
+ background-color: rgba(48, 48, 51, 0.2);
+ border-radius: 10px;
+}
+
* {
- margin: 0px;
- padding: 0px;
+ margin: 0px;
+ padding: 0px;
}
body {
- font-family: arial;
- background-color: oldlace;
- display: grid;
- grid-template-rows: 100vh 100vh;
- grid-template-columns: minmax(15em, 18em) minmax(80%, 100%);
- overflow: hidden;
+ font-family: "Poppins", sans-serif;
+ background-color: oldlace;
+ display: grid;
+ /*
+ grid-template-rows: 100vh 100vh;
+ grid-template-columns: minmax(15em, 18em) minmax(80%, 100%);
+ */
+ grid-template-columns: 16vw 84vw;
+ grid-template-rows: 55px 94vh;
+ overflow: hidden;
+}
+
+.main-page {
+ grid-template-columns: 16vw 84vw;
}
a {
- color: darkcyan;
+ color: darkcyan;
+ transition: all 0.1s;
+ text-decoration: none;
+}
+
+a:hover {
+ color: rgb(0, 184, 184);
}
a:visited {
- color: mediumorchid;
+ color: rgb(37, 89, 142);
+}
+
+
+/* Pattern right section list items */
+
+.item-details:nth-child(1) ul li:nth-child(odd) {
+ background-color: rgba(0, 0, 0, 0.1);
+}
+
+.item-details:nth-child(1) ul li:nth-child(even) {
+ background-color: rgba(0, 0, 0, 0.05);
+}
+
+.no-list-style {
+ list-style: none;
}
#global-navigation {
- grid-row-start: 1;
- grid-row-end: 1;
- grid-column-start: 2;
- position: sticky;
- top: 0em;
-
- background-color: tan;
- padding: 1em;
- padding-left: 0em;
- height: 1.37em;
- z-index: 9999;
-}
-
-#global-navigation > a {
- text-decoration: none;
- color: #403200;
- font-size: 120%;
- font-weight: bold;
+ grid-row-start: 1;
+ grid-row-end: 1;
+ grid-column-start: 2;
+ position: sticky;
+ top: 0em;
+ background-color: #292929;
+ padding: 15px;
+ z-index: 100;
+ bottom: 0px;
+}
+
+#global-navigation li {
+ display: inline;
+}
- padding: 0.8em;
+#global-navigation a {
+ text-decoration: none;
+ color: #ffffff;
+ padding: 10px;
+ padding-bottom: 16px;
+ transition: all 0.1s;
}
-#global-navigation > a:hover {
- color: black;
- background-color: #c1a97c;
+#global-navigation a:hover,
+.active-tab {
+ color: #ffc107;
+ /*border-bottom: 3px solid #ff9800;*/
+ box-shadow: inset 0 -3px 0 #ff9800;
}
#side-nav {
- grid-row-start: 1;
- grid-row-end: 1;
- grid-column-start: 1;
- grid-column-end: 1;
- position: sticky;
- top: 3.2em;
+ grid-row-start: 1;
+ grid-row-end: 1;
+ grid-column-start: 1;
+ grid-column-end: 1;
+ position: sticky;
+ top: 60px;
+ height: max-content;
}
#nav-title {
- grid-row-start: 1;
- grid-row-end: 1;
- grid-column-start: 1;
- grid-column-end: 1;
- position: sticky;
- top: 0em;
-
- text-decoration: none;
- background-color: tan;
- font-size: 130%;
- font-weight: bold;
+ grid-row-start: 1;
+ grid-row-end: 1;
+ grid-column-start: 1;
+ grid-column-end: 1;
+ position: fixed;
+ border-left: solid 3px #ff9800;
+ text-decoration: none;
+ background-color: #353535;
+ font-size: 26px;
+ font-weight: bold;
+ color: #ff9800;
+ height: 35px;
+ padding: 10px;
+ padding-left: 25px;
+ z-index: 50;
+ transition: color 0.2s;
+ width: 100%;
+}
+
+#nav-title {
+ font-size: clamp(1.25em, 1.35vw, 2em);
+}
- padding: 0.88em;
- padding-top: 0.7em;
- padding-left: 1em;
- height: 1em;
- z-index: 9999;
+#nav-title:hover {
+ color: rgba(255, 152, 0, 0.9);
}
#nav-contents {
- height: calc(100vh - 3.2em);
- overflow: scroll;
- overflow-x: hidden;
- position: sticky;
- top: 3.2em;
+ height: calc(100vh - 60px);
+ /* Fix the TOP css of #side-nav */
+ width: 100%;
+ overflow: scroll;
+ overflow-x: hidden;
+ position: sticky;
}
#nav-contents > a {
- display: inline-block;
- width: 100%;
- font-size: 110%;
- background-color: navajowhite;
- text-decoration: none;
- color: #403200;
+ display: block;
+ font-size: 18px;
+ background-color: rgba(0, 0, 0, 0.03);
+ text-decoration: none;
+ color: #2f3e46;
+ margin: 6px 10px;
+ word-wrap: break-word;
+ padding: 5px 15px;
+ transition: background-color 0.1s, font 0.1s;
+ word-break: break-word;
+}
- padding: 0.3em;
- padding-left: 1em;
+#side-nav a:focus {
+ font-weight: bold;
}
-#nav-contents > a:hover {
- color: black;
- background-color: #c1a97c;
+#nav-contents a:hover,
+.active-item {
+ color: black;
+ background-color: rgba(0, 0, 0, 0.08);
+ border-left: solid 3px #ff9800;
}
#content {
- grid-row-start: 1;
- grid-row-end: 1;
- grid-column-start: 2;
- overflow: scroll;
- overflow-x: hidden;
-
- padding: 0.22em;
- position: sticky;
- top: 3.3em;
- height: calc(100vh - 3.6em);
+ grid-row-start: 1;
+ grid-row-end: 1;
+ grid-column-start: 2;
+ margin-left: 30px;
+ position: relative;
+ top: 110px;
+ height: calc(100vh - 110px);
+ /* Fixed the TOP CSS 110px due to body having overflow hidden and top = 110px so the last 110px is hidden, this will fix it */
+ padding: 0.22em;
+ padding-right: 30px;
+ overflow-x: hidden;
+ overflow-y: scroll;
}
-#content > p {
- margin-bottom: 0.7em;
- max-width: 55em;
+#content.no-left-panel {
+ grid-column-start: 1;
+ grid-column-end: none;
+ padding: 0 8vw;
+ margin-left: unset;
+}
+
+#content-no-docs {
+ grid-row-start: 1;
+ grid-row-end: 1;
+ grid-column-start: 2;
+ margin-left: 30px;
+ position: relative;
+ top: 55px;
+ height: calc(100vh - 55px);
+ /* Fixed the TOP CSS 55px due to body having overflow hidden and top = 55px so the last 55px is hidden, this will fix it */
+ padding: 0.22em;
+ padding-right: 30px;
+ overflow-x: hidden;
+ overflow-y: scroll;
+}
+
+#content-no-docs.no-left-panel {
+ grid-column-start: 1;
+ grid-column-end: none;
+ padding: 0 8vw;
+ margin-left: unset;
+}
+
+#side-nav.no-left-panel {
+ display: none;
+}
+
+div p {
+ padding: 10px;
}
table {
- width: 100%;
- border-collapse: collapse;
+ width: 100%;
+ border-collapse: collapse;
}
.item-title {
- font-size: 130%;
- padding: 0.2em;
- padding-top: 0.5em;
- padding-left: 0.4em;
-
- color: #261908;
+ font-size: 14px;
+ font-weight: bold;
+ padding-bottom: 10px;
+ padding-top: 0.5em;
+ padding-left: 0;
+ color: #261908;
}
.item-title > a {
- text-decoration: none;
+ text-decoration: none;
+ font-size: 100%;
+}
+
+.item-content {
+ padding-bottom: 40px;
+ margin-bottom: 20px;
+ max-width: 80vw;
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.item-table-label {
- background-color: burlywood;
- border-color: burlywood;
- border-style: solid;
- border-right-style: none;
- border-width: 1px;
-
- width: 10em;
- padding: 0.3em;
+ background-color: #deb887;
+ text-align: center;
+ font-weight: bold;
+ color: rgba(0, 0, 0, 0.8);
+ width: 8em;
+ padding: 0.3em;
+}
+
+.item-content .item-details:nth-child(odd) td:nth-child(2) {
+ background-color: rgba(0, 0, 0, 0.1);
+}
+
+.item-content .item-details:nth-child(even) td:nth-child(2) {
+ background-color: rgba(0, 0, 0, 0.08);
+}
+
+
+/* OVERRIDE */
+
+.item-content .item-details:nth-child(1) td:nth-child(1) {
+ background-color: rgba(185, 183, 180, .6);
+}
+
+.item-content .item-details:nth-child(1) td:nth-child(2) {
+ background-color: unset;
+}
+
+
+/* OVERRIDE */
+
+.item-content .item-details:nth-child(odd) .item-table-label {
+ background-color: rgba(185, 183, 180, .6);
+}
+
+.item-content .item-details:nth-child(even) .item-table-label {
+ background-color: rgba(181, 180, 178, 0.45);
}
.item-details {
- display: block;
- border-collapse: collapse;
+ border-collapse: collapse;
+ width: 80vw;
+ max-width: 80vw;
}
-.item-details td:nth-child(2) {
- border-style: solid;
- border-left-style: none;
- border-color: burlywood;
- border-width: 1px;
- width: 80%;
- max-width: 20em;
- padding-left: 0.2em;
+.item-content tr:nth-child(1n + 2) td:nth-child(2) {
+ /* 1n+2 will choose all elements excpet the first */
+ padding: 8px;
+ font-weight: 500;
+ color: rgba(0,0,0,.65);
}
.noleftpad {
- padding-left: 0em !important;
+ padding-left: 0em !important;
}
td ul {
- padding: 0em;
- list-style-type: none;
+ padding: 0em;
+ list-style-type: none;
}
.item-description {
- margin-top: 0.2em;
- width: 82.5%;
- max-width: 55em;
-
- line-height: 120%;
- letter-spacing: 0.04px;
- text-rendering: optimizelegibility;
+ padding: 15px;
+ background-color: rgba(217, 211, 204, 0.4);
}
.item-description > p {
- margin-top: 0.7em;
+ margin-top: 0.7em;
}
.skript-code-block {
- padding: 0.52em;
- font-family: monospace;
- width: 82.5%;
- max-width: 69.6em;
- background-color: gainsboro;
+ padding: 6px;
+ font-family: "Source Code Pro", monospace;
}
-.skript-code-block > a {
- text-decoration: none;
+.item-examples p {
+ background-color: rgb(255, 152, 0);
+ border-left: 3px solid rgba(255, 152, 0, 0.5);
+ padding: 5px;
+ color: rgba(0, 0, 0, 0.8);
+ width: max-content;
+ margin-top: 25px;
}
-ul > .skript-code-block {
- width: 98.4%;
+.item-examples .skript-code-block {
+ background-color: rgba(0, 0, 0, 0.08);
+ visibility: visible;
+ font-family: "Source Code Pro", monospace;
+ font-weight: 400;
}
-.item-examples {
- padding-top: 0.5em;
+.skript-code-block > a {
+ text-decoration: none;
}
.item-examples > .skript-code-block {
- margin-left: 0.15em;
- margin-top: 0.3em;
+ border-left: solid 3px #ff9800;
+ padding: 30px;
+ font-size: 0.9em;
+}
+
+.box-title {
+ background-color: #ff9800;
+ width: max-content;
+ padding: 5px;
+ padding-right: 7px;
+ margin-top: 20px;
+ color: rgba(0, 0, 0, 0.8);
}
.box {
- border-style: solid;
- border-color: burlywood;
- border-width: 2px;
- border-top-width: 1em;
- border-radius: 3px;
- padding: 0.8em;
-
- background-color: wheat;
-}
-
-@media (max-width: 600px) {
- body {
- grid-template-columns: 0px minmax(80%, 100%);
- }
-
- #global-navigation {
- height: 4.1em;
- display: flex;
- flex-wrap: wrap;
- }
- #global-navigation > a {
- padding: 0.2em;
- padding-top: 0.1em;
- padding-bottom: 0.1em;
- }
-
- #nav-title {
- display: none;
- }
- #side-nav {
- display: none;
- }
-
- #content {
- top: 5.63em;
- }
+ border-left: 3px solid #ff9800;
+ padding: 15px;
+ background-color: rgba(0, 0, 0, 0.1) !important;
+ margin-bottom: 10px;
}
+
+.box-title-red {
+ background-color: #ff4e4e;
+ width: max-content;
+ padding: 5px;
+ padding-right: 7px;
+ margin-top: 20px;
+ color: white;
+ font-weight: bold;
+}
+
+.box-red {
+ border-left: 3px solid #ff4e4e;
+ padding: 15px;
+ background-color: rgba(0, 0, 0, 0.1);
+ margin-bottom: 10px;
+}
+
+@media (max-width: 768px) {
+ body {
+ grid-template-columns: 20% minmax(80%, 100%);
+ }
+
+ #nav-contents {
+ margin-top: 100px;
+ }
+
+ #content {
+ padding-top: 0px !important;
+ margin-top: 50px;
+ margin-left: 10px;
+ /* !important to override home */
+ }
+
+ #global-navigation {
+ height: calc(4.1em + 2px);
+ /* +2px due to 18px padding botton not 16px */
+ display: flex;
+ flex-wrap: wrap;
+ }
+
+ #global-navigation > li {
+ padding-bottom: 18px;
+ }
+
+ #global-navigation > a {
+ padding: 10px;
+ padding-top: 0.1em;
+ padding-bottom: 0.1em;
+ }
+
+ #nav-contents > a {
+ font-size: 12px;
+ }
+
+ .item-description {
+ font-size: 14px;
+ }
+ .item-table-label {
+ width: 5em;
+ }
+
+ #search-bar {
+ top: calc(4.1em + 24px) !important;
+ }
+}
+
+@media (max-width: 1024px) {
+ body {
+ grid-template-columns: 20% minmax(80%, 100%);
+ }
+
+ #global-navigation > a {
+ padding: 10px;
+ padding-top: 0.1em;
+ padding-bottom: 0.1em;
+ }
+}
+
+@media (max-width: 1200px) {
+ body {
+ grid-template-columns: 20% minmax(80%, 100%);
+ }
+
+ #global-navigation li {
+ white-space: nowrap;
+ }
+
+ #global-navigation {
+ display: flex;
+ }
+
+ #global-navigation {
+ grid-column-start: 1;
+ grid-column-end: none;
+ }
+
+ #global-navigation > a {
+ padding: 10px;
+ padding-top: 0.1em;
+ padding-bottom: 0.1em;
+ }
+
+ #nav-title {
+ display: none;
+ }
+
+ #search-bar {
+ left: 20% !important;
+ }
+}
+
+.title {
+ margin-top: 32px;
+}
+
+.subtitle {
+ padding-left: 20px !important;
+}
+
+.left-margin {
+ margin-left: 20px !important;
+}
+
+.colors-table {
+ width: 75%;
+ margin: 32px auto;
+ border-collapse: collapse;
+ font-size: 0.9em;
+ font-family: "Poppins", sans-serif;
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
+ /*border-radius: 5px;*/
+}
+
+.colors-table th,
+.colors-table td {
+ padding: 12px 15px;
+}
+
+.colors-table tbody tr {
+ border-bottom: 1px solid #dddddd;
+}
+
+.colors-table tbody tr:nth-of-type(even) {
+ background-color: rgba(0, 0, 0, 0.02);
+}
+
+.colors-table tbody tr:last-of-type {
+ border-bottom: 2px solid #ff9800;
+}
+
+ol.custom-list {
+ margin-left: 16px;
+ list-style: none;
+ counter-reset: my-awesome-counter;
+}
+
+ol.custom-list li {
+ counter-increment: my-awesome-counter;
+}
+
+ol.custom-list li::before {
+ content: counter(my-awesome-counter) ". ";
+ font-weight: bold;
+}
+
+code {
+ font-family: "Source Code Pro", monospace;
+}
+
+pre {
+ font-family: "Source Code Pro", monospace;
+}
+
+#notification-box {
+ background-color: rgb(36, 36, 36);
+ border-radius: 15px;
+ box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .2);
+ text-align: center;
+ color: rgb(40, 236, 40);
+ font-weight: bold;
+ transition: all .2s;
+ /*transition-delay: .3s;*/
+ opacity: 0;
+ position: fixed;
+ left: 50%;
+ top: 92%;
+ padding: 10px;
+ transform: translate(-50%, -50%);
+}
+
+.activate-notification {
+ opacity: 1 !important;
+ transform: translateY(-20px);
+}
+
+.grid-container {
+ width: 100%;
+ display: inline-grid;
+ grid-template-columns: calc(33% - 1.7%) calc(33% - 1.7%) calc(33% - 1.7%);
+ grid-column-gap: 3%;
+ overflow: hidden;
+}
+
+.link {
+ display: inline-block;
+}
+
+.padding {
+ padding: 32px 0;
+}
+
+.bottom-padding {
+ padding-bottom: 32px;
+}
+
+.bottom-padding {
+ padding-bottom: 32px;
+}
+
+.top-padding {
+ padding-top: 32px;
+}
+
+.top-padding-2 {
+ padding-top: 64px;
+}
+
+#search-bar {
+ padding: 12px;
+ border: none;
+ font-size: 18px;
+ position: fixed;
+ background: white;
+ width: calc(100% - 5px); /* -5px for the scrollbar */
+ left: 16vw;
+ top: 55px;
+ box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
+}
+
+#search-bar:focus {
+ outline: none;
+}
+
+.pre {
+ white-space: pre;
+}
+
+.pre-wrap {
+ white-space: pre-wrap;
+}
\ No newline at end of file
diff --git a/docs/functions.html b/docs/functions.html
index 2f5a02ee9ef..f018161fc7a 100644
--- a/docs/functions.html
+++ b/docs/functions.html
@@ -1,10 +1,12 @@
Functions
-
- These functions are defined by Skript. You may also create your own functions!
- Tutorial for doing so is planned, but right now you need to seek it elsewhere.
-
-
+
+
Note:
+
+ These functions are defined by Skript. You may also create your own functions!
+ Tutorial for doing so is planned, but right now you need to seek it elsewhere.
+
+
${generate functions desc_full.html}
diff --git a/docs/index.html b/docs/index.html
index bc641254f18..1e91dfe9a03 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,31 +1,65 @@
Documentation
-
-
- Skript is (surprise, surprise) a scripting plugin for Bukkit platform. It
- is easy to use for simple tasks, but yet you can create really complex things
- with it. The syntax of Skript is close to English, but it is still not magic.
- While for simple tasks you might succeed with experimentation, for anything
- more complex you will need some guidance.
-
+
+
+
Skript is (surprise, surprise) a scripting plugin for the Bukkit platform. It is easy to use for
+ simple tasks, but you can also create really complex things with it. The syntax of Skript is close to
+ English, but it is still not magic. While you might succeed with experimentation for simple tasks, for
+ anything more complex you will need some guidance.
+
This is Skript's documentation. You will find all supported features of the plugin here, along with some
+ useful examples. We don't have tutorials yet, but you can find good ones using whatever search engine you
+ prefer.
-
- This is the Skript documentation. You will find all supported features of Skript
- plugin here. You might also find some useful examples, in case you need more
- than what was shipped with Skript distribution. We do not currently have
- tutorials here, but you can find good ones using whatever search engine you prefer.
-
+
Quick Look
+
+command /sethome:
+ permission: skript.home # Permission required for this command
+ description: Set your home # Description of this command
+ executable by: players # Console won't be able to run this command
+ trigger: # The actual trigger/code that will run when someone do /sethome
+ # Set a unique variable to sender's location
+ set {home::%uuid of player%} to location of player
+ # Send a message to the sender
+ message "Set your home to <grey>%location of player%<reset>"
+
+command /home:
+ permission: skript.home
+ description: Teleport yourself to your home
+ trigger:
+ # Check if that variable we used in /sethome has been set (in other words, if player ever ran /sethome)
+ if {home::%uuid of player%} is not set:
+ message "You have not set your home yet!"
+ stop trigger # stop the code here, lines below won't run
+ # Teleport the player to their home
+ teleport player to {home::%uuid of player%}
+ send "&aYou have been teleported."
+
-
- Found something incorrect in this documentation? Please report
- it to the issue tracker.
-
-
- We are looking for docs authors!
- Currently, the only documentation is generated automatically. It would be
- nice to have some hand-written content such as tutorials on the docs as well. For example, currently we don't have
- a tutorial on how to use loops here; This makes it harder for newcomers to learn.
- Check this issue for
- more details and if you're interested in helping out.
-
+
+
+
Found something incorrect in this documentation? Please report it to the issue tracker.
+
We are looking for docs authors! Currently, the only documentation is generated
+ automatically. It would be nice to have some hand-written content such as tutorials on the docs as well. For
+ example, currently we don't have a tutorial on how to use loops here; This makes it harder for newcomers to
+ learn. Check this issue for more details and
+ if you're interested in helping out.
+
+
+
+
Skript • SkriptLang Team •
+ Styling by Ayham Al-Ali | 2021 • Generated on ${skript.build.date}
+
\ No newline at end of file
diff --git a/docs/js/highlight.js b/docs/js/highlight.js
new file mode 100644
index 00000000000..51d16c9080d
--- /dev/null
+++ b/docs/js/highlight.js
@@ -0,0 +1,1359 @@
+// Source: https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js - Don't use higher versions as it breaks
see https://github.com/highlightjs/highlight.js/issues/3302
+/*
+ Highlight.js 10.7.2 (00233d63)
+ License: BSD-3-Clause
+ Copyright (c) 2006-2021, Ivan Sagalaev
+*/
+var hljs=function(){"use strict";function e(t){
+ return t instanceof Map?t.clear=t.delete=t.set=()=>{
+ throw Error("map is read-only")}:t instanceof Set&&(t.add=t.clear=t.delete=()=>{
+ throw Error("set is read-only")
+ }),Object.freeze(t),Object.getOwnPropertyNames(t).forEach((n=>{var i=t[n]
+ ;"object"!=typeof i||Object.isFrozen(i)||e(i)})),t}var t=e,n=e;t.default=n
+ ;class i{constructor(e){
+ void 0===e.data&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1}
+ ignoreMatch(){this.isMatchIgnored=!0}}function s(e){
+ return e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")
+ }function a(e,...t){const n=Object.create(null);for(const t in e)n[t]=e[t]
+ ;return t.forEach((e=>{for(const t in e)n[t]=e[t]})),n}const r=e=>!!e.kind
+ ;class l{constructor(e,t){
+ this.buffer="",this.classPrefix=t.classPrefix,e.walk(this)}addText(e){
+ this.buffer+=s(e)}openNode(e){if(!r(e))return;let t=e.kind
+ ;e.sublanguage||(t=`${this.classPrefix}${t}`),this.span(t)}closeNode(e){
+ r(e)&&(this.buffer+="")}value(){return this.buffer}span(e){
+ this.buffer+=`
`}}class o{constructor(){this.rootNode={
+ children:[]},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 t={kind:e,children:[]}
+ ;this.add(t),this.stack.push(t)}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,t){
+ return"string"==typeof t?e.addText(t):t.children&&(e.openNode(t),
+ t.children.forEach((t=>this._walk(e,t))),e.closeNode(t)),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=>{
+ o._collapse(e)})))}}class c extends o{constructor(e){super(),this.options=e}
+ addKeyword(e,t){""!==e&&(this.openNode(t),this.addText(e),this.closeNode())}
+ addText(e){""!==e&&this.add(e)}addSublanguage(e,t){const n=e.root
+ ;n.kind=t,n.sublanguage=!0,this.add(n)}toHTML(){
+ return new l(this,this.options).value()}finalize(){return!0}}function g(e){
+ return e?"string"==typeof e?e:e.source:null}
+ const u=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./,h="[a-zA-Z]\\w*",d="[a-zA-Z_]\\w*",f="\\b\\d+(\\.\\d+)?",p="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",m="\\b(0b[01]+)",b={
+ begin:"\\\\[\\s\\S]",relevance:0},E={className:"string",begin:"'",end:"'",
+ illegal:"\\n",contains:[b]},x={className:"string",begin:'"',end:'"',
+ illegal:"\\n",contains:[b]},v={
+ 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/
+ },w=(e,t,n={})=>{const i=a({className:"comment",begin:e,end:t,contains:[]},n)
+ ;return i.contains.push(v),i.contains.push({className:"doctag",
+ begin:"(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",relevance:0}),i
+ },y=w("//","$"),N=w("/\\*","\\*/"),R=w("#","$");var _=Object.freeze({
+ __proto__:null,MATCH_NOTHING_RE:/\b\B/,IDENT_RE:h,UNDERSCORE_IDENT_RE:d,
+ NUMBER_RE:f,C_NUMBER_RE:p,BINARY_NUMBER_RE:m,
+ RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",
+ SHEBANG:(e={})=>{const t=/^#![ ]*\//
+ ;return e.binary&&(e.begin=((...e)=>e.map((e=>g(e))).join(""))(t,/.*\b/,e.binary,/\b.*/)),
+ a({className:"meta",begin:t,end:/$/,relevance:0,"on:begin":(e,t)=>{
+ 0!==e.index&&t.ignoreMatch()}},e)},BACKSLASH_ESCAPE:b,APOS_STRING_MODE:E,
+ QUOTE_STRING_MODE:x,PHRASAL_WORDS_MODE:v,COMMENT:w,C_LINE_COMMENT_MODE:y,
+ C_BLOCK_COMMENT_MODE:N,HASH_COMMENT_MODE:R,NUMBER_MODE:{className:"number",
+ begin:f,relevance:0},C_NUMBER_MODE:{className:"number",begin:p,relevance:0},
+ BINARY_NUMBER_MODE:{className:"number",begin:m,relevance:0},CSS_NUMBER_MODE:{
+ className:"number",
+ begin:f+"(%|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},REGEXP_MODE:{begin:/(?=\/[^/\n]*\/)/,contains:[{className:"regexp",
+ begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[b,{begin:/\[/,end:/\]/,
+ relevance:0,contains:[b]}]}]},TITLE_MODE:{className:"title",begin:h,relevance:0
+ },UNDERSCORE_TITLE_MODE:{className:"title",begin:d,relevance:0},METHOD_GUARD:{
+ begin:"\\.\\s*[a-zA-Z_]\\w*",relevance:0},END_SAME_AS_BEGIN:e=>Object.assign(e,{
+ "on:begin":(e,t)=>{t.data._beginMatch=e[1]},"on:end":(e,t)=>{
+ t.data._beginMatch!==e[1]&&t.ignoreMatch()}})});function k(e,t){
+ "."===e.input[e.index-1]&&t.ignoreMatch()}function M(e,t){
+ t&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",
+ e.__beforeBegin=k,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords,
+ void 0===e.relevance&&(e.relevance=0))}function O(e,t){
+ Array.isArray(e.illegal)&&(e.illegal=((...e)=>"("+e.map((e=>g(e))).join("|")+")")(...e.illegal))
+ }function A(e,t){if(e.match){
+ if(e.begin||e.end)throw Error("begin & end are not supported with match")
+ ;e.begin=e.match,delete e.match}}function L(e,t){
+ void 0===e.relevance&&(e.relevance=1)}
+ const I=["of","and","for","in","not","or","if","then","parent","list","value"]
+ ;function j(e,t,n="keyword"){const i={}
+ ;return"string"==typeof e?s(n,e.split(" ")):Array.isArray(e)?s(n,e):Object.keys(e).forEach((n=>{
+ Object.assign(i,j(e[n],t,n))})),i;function s(e,n){
+ t&&(n=n.map((e=>e.toLowerCase()))),n.forEach((t=>{const n=t.split("|")
+ ;i[n[0]]=[e,B(n[0],n[1])]}))}}function B(e,t){
+ return t?Number(t):(e=>I.includes(e.toLowerCase()))(e)?0:1}
+ function T(e,{plugins:t}){function n(t,n){
+ return RegExp(g(t),"m"+(e.case_insensitive?"i":"")+(n?"g":""))}class i{
+ constructor(){
+ this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}
+ addRule(e,t){
+ t.position=this.position++,this.matchIndexes[this.matchAt]=t,this.regexes.push([t,e]),
+ this.matchAt+=(e=>RegExp(e.toString()+"|").exec("").length-1)(e)+1}compile(){
+ 0===this.regexes.length&&(this.exec=()=>null)
+ ;const e=this.regexes.map((e=>e[1]));this.matcherRe=n(((e,t="|")=>{let n=0
+ ;return e.map((e=>{n+=1;const t=n;let i=g(e),s="";for(;i.length>0;){
+ const e=u.exec(i);if(!e){s+=i;break}
+ s+=i.substring(0,e.index),i=i.substring(e.index+e[0].length),
+ "\\"===e[0][0]&&e[1]?s+="\\"+(Number(e[1])+t):(s+=e[0],"("===e[0]&&n++)}return s
+ })).map((e=>`(${e})`)).join(t)})(e),!0),this.lastIndex=0}exec(e){
+ this.matcherRe.lastIndex=this.lastIndex;const t=this.matcherRe.exec(e)
+ ;if(!t)return null
+ ;const n=t.findIndex(((e,t)=>t>0&&void 0!==e)),i=this.matchIndexes[n]
+ ;return t.splice(0,n),Object.assign(t,i)}}class s{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 t=new i
+ ;return this.rules.slice(e).forEach((([e,n])=>t.addRule(e,n))),
+ t.compile(),this.multiRegexes[e]=t,t}resumingScanAtSamePosition(){
+ return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(e,t){
+ this.rules.push([e,t]),"begin"===t.type&&this.count++}exec(e){
+ const t=this.getMatcher(this.regexIndex);t.lastIndex=this.lastIndex
+ ;let n=t.exec(e)
+ ;if(this.resumingScanAtSamePosition())if(n&&n.index===this.lastIndex);else{
+ const t=this.getMatcher(0);t.lastIndex=this.lastIndex+1,n=t.exec(e)}
+ return n&&(this.regexIndex+=n.position+1,
+ this.regexIndex===this.count&&this.considerAll()),n}}
+ if(e.compilerExtensions||(e.compilerExtensions=[]),
+ e.contains&&e.contains.includes("self"))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.")
+ ;return e.classNameAliases=a(e.classNameAliases||{}),function t(i,r){const l=i
+ ;if(i.isCompiled)return l
+ ;[A].forEach((e=>e(i,r))),e.compilerExtensions.forEach((e=>e(i,r))),
+ i.__beforeBegin=null,[M,O,L].forEach((e=>e(i,r))),i.isCompiled=!0;let o=null
+ ;if("object"==typeof i.keywords&&(o=i.keywords.$pattern,
+ delete i.keywords.$pattern),
+ i.keywords&&(i.keywords=j(i.keywords,e.case_insensitive)),
+ i.lexemes&&o)throw Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ")
+ ;return o=o||i.lexemes||/\w+/,
+ l.keywordPatternRe=n(o,!0),r&&(i.begin||(i.begin=/\B|\b/),
+ l.beginRe=n(i.begin),i.endSameAsBegin&&(i.end=i.begin),
+ i.end||i.endsWithParent||(i.end=/\B|\b/),
+ i.end&&(l.endRe=n(i.end)),l.terminatorEnd=g(i.end)||"",
+ i.endsWithParent&&r.terminatorEnd&&(l.terminatorEnd+=(i.end?"|":"")+r.terminatorEnd)),
+ i.illegal&&(l.illegalRe=n(i.illegal)),
+ i.contains||(i.contains=[]),i.contains=[].concat(...i.contains.map((e=>(e=>(e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map((t=>a(e,{
+ variants:null},t)))),e.cachedVariants?e.cachedVariants:S(e)?a(e,{
+ starts:e.starts?a(e.starts):null
+ }):Object.isFrozen(e)?a(e):e))("self"===e?i:e)))),i.contains.forEach((e=>{t(e,l)
+ })),i.starts&&t(i.starts,r),l.matcher=(e=>{const t=new s
+ ;return e.contains.forEach((e=>t.addRule(e.begin,{rule:e,type:"begin"
+ }))),e.terminatorEnd&&t.addRule(e.terminatorEnd,{type:"end"
+ }),e.illegal&&t.addRule(e.illegal,{type:"illegal"}),t})(l),l}(e)}function S(e){
+ return!!e&&(e.endsWithParent||S(e.starts))}function P(e){const t={
+ props:["language","code","autodetect"],data:()=>({detectedLanguage:"",
+ unknownLanguage:!1}),computed:{className(){
+ return this.unknownLanguage?"":"hljs "+this.detectedLanguage},highlighted(){
+ if(!this.autoDetect&&!e.getLanguage(this.language))return console.warn(`The language "${this.language}" you specified could not be found.`),
+ this.unknownLanguage=!0,s(this.code);let t={}
+ ;return this.autoDetect?(t=e.highlightAuto(this.code),
+ this.detectedLanguage=t.language):(t=e.highlight(this.language,this.code,this.ignoreIllegals),
+ this.detectedLanguage=this.language),t.value},autoDetect(){
+ return!(this.language&&(e=this.autodetect,!e&&""!==e));var e},
+ ignoreIllegals:()=>!0},render(e){return e("pre",{},[e("code",{
+ class:this.className,domProps:{innerHTML:this.highlighted}})])}};return{
+ Component:t,VuePlugin:{install(e){e.component("highlightjs",t)}}}}const D={
+ "after:highlightElement":({el:e,result:t,text:n})=>{const i=H(e)
+ ;if(!i.length)return;const a=document.createElement("div")
+ ;a.innerHTML=t.value,t.value=((e,t,n)=>{let i=0,a="";const r=[];function l(){
+ return e.length&&t.length?e[0].offset!==t[0].offset?e[0].offset"}function c(e){
+ a+=""+C(e)+">"}function g(e){("start"===e.event?o:c)(e.node)}
+ for(;e.length||t.length;){let t=l()
+ ;if(a+=s(n.substring(i,t[0].offset)),i=t[0].offset,t===e){r.reverse().forEach(c)
+ ;do{g(t.splice(0,1)[0]),t=l()}while(t===e&&t.length&&t[0].offset===i)
+ ;r.reverse().forEach(o)
+ }else"start"===t[0].event?r.push(t[0].node):r.pop(),g(t.splice(0,1)[0])}
+ return a+s(n.substr(i))})(i,H(a),n)}};function C(e){
+ return e.nodeName.toLowerCase()}function H(e){const t=[];return function e(n,i){
+ for(let s=n.firstChild;s;s=s.nextSibling)3===s.nodeType?i+=s.nodeValue.length:1===s.nodeType&&(t.push({
+ event:"start",offset:i,node:s}),i=e(s,i),C(s).match(/br|hr|img|input/)||t.push({
+ event:"stop",offset:i,node:s}));return i}(e,0),t}const $={},U=e=>{
+ console.error(e)},z=(e,...t)=>{console.log("WARN: "+e,...t)},K=(e,t)=>{
+ $[`${e}/${t}`]||(console.log(`Deprecated as of ${e}. ${t}`),$[`${e}/${t}`]=!0)
+ },G=s,V=a,W=Symbol("nomatch");return(e=>{
+ const n=Object.create(null),s=Object.create(null),a=[];let r=!0
+ ;const l=/(^(<[^>]+>|\t|)+|\n)/gm,o="Could not find the language '{}', did you forget to load/include a language module?",g={
+ disableAutodetect:!0,name:"Plain text",contains:[]};let u={
+ noHighlightRe:/^(no-?highlight)$/i,
+ languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",
+ tabReplace:null,useBR:!1,languages:null,__emitter:c};function h(e){
+ return u.noHighlightRe.test(e)}function d(e,t,n,i){let s="",a=""
+ ;"object"==typeof t?(s=e,
+ n=t.ignoreIllegals,a=t.language,i=void 0):(K("10.7.0","highlight(lang, code, ...args) has been deprecated."),
+ K("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"),
+ a=e,s=t);const r={code:s,language:a};M("before:highlight",r)
+ ;const l=r.result?r.result:f(r.language,r.code,n,i)
+ ;return l.code=r.code,M("after:highlight",l),l}function f(e,t,s,l){
+ function c(e,t){const n=v.case_insensitive?t[0].toLowerCase():t[0]
+ ;return Object.prototype.hasOwnProperty.call(e.keywords,n)&&e.keywords[n]}
+ function g(){null!=R.subLanguage?(()=>{if(""===M)return;let e=null
+ ;if("string"==typeof R.subLanguage){
+ if(!n[R.subLanguage])return void k.addText(M)
+ ;e=f(R.subLanguage,M,!0,_[R.subLanguage]),_[R.subLanguage]=e.top
+ }else e=p(M,R.subLanguage.length?R.subLanguage:null)
+ ;R.relevance>0&&(O+=e.relevance),k.addSublanguage(e.emitter,e.language)
+ })():(()=>{if(!R.keywords)return void k.addText(M);let e=0
+ ;R.keywordPatternRe.lastIndex=0;let t=R.keywordPatternRe.exec(M),n="";for(;t;){
+ n+=M.substring(e,t.index);const i=c(R,t);if(i){const[e,s]=i
+ ;if(k.addText(n),n="",O+=s,e.startsWith("_"))n+=t[0];else{
+ const n=v.classNameAliases[e]||e;k.addKeyword(t[0],n)}}else n+=t[0]
+ ;e=R.keywordPatternRe.lastIndex,t=R.keywordPatternRe.exec(M)}
+ n+=M.substr(e),k.addText(n)})(),M=""}function h(e){
+ return e.className&&k.openNode(v.classNameAliases[e.className]||e.className),
+ R=Object.create(e,{parent:{value:R}}),R}function d(e,t,n){let s=((e,t)=>{
+ const n=e&&e.exec(t);return n&&0===n.index})(e.endRe,n);if(s){if(e["on:end"]){
+ const n=new i(e);e["on:end"](t,n),n.isMatchIgnored&&(s=!1)}if(s){
+ for(;e.endsParent&&e.parent;)e=e.parent;return e}}
+ if(e.endsWithParent)return d(e.parent,t,n)}function m(e){
+ return 0===R.matcher.regexIndex?(M+=e[0],1):(I=!0,0)}function b(e){
+ const n=e[0],i=t.substr(e.index),s=d(R,e,i);if(!s)return W;const a=R
+ ;a.skip?M+=n:(a.returnEnd||a.excludeEnd||(M+=n),g(),a.excludeEnd&&(M=n));do{
+ R.className&&k.closeNode(),R.skip||R.subLanguage||(O+=R.relevance),R=R.parent
+ }while(R!==s.parent)
+ ;return s.starts&&(s.endSameAsBegin&&(s.starts.endRe=s.endRe),
+ h(s.starts)),a.returnEnd?0:n.length}let E={};function x(n,a){const l=a&&a[0]
+ ;if(M+=n,null==l)return g(),0
+ ;if("begin"===E.type&&"end"===a.type&&E.index===a.index&&""===l){
+ if(M+=t.slice(a.index,a.index+1),!r){const t=Error("0 width match regex")
+ ;throw t.languageName=e,t.badRule=E.rule,t}return 1}
+ if(E=a,"begin"===a.type)return function(e){
+ const t=e[0],n=e.rule,s=new i(n),a=[n.__beforeBegin,n["on:begin"]]
+ ;for(const n of a)if(n&&(n(e,s),s.isMatchIgnored))return m(t)
+ ;return n&&n.endSameAsBegin&&(n.endRe=RegExp(t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")),
+ n.skip?M+=t:(n.excludeBegin&&(M+=t),
+ g(),n.returnBegin||n.excludeBegin||(M=t)),h(n),n.returnBegin?0:t.length}(a)
+ ;if("illegal"===a.type&&!s){
+ const e=Error('Illegal lexeme "'+l+'" for mode "'+(R.className||"")+'"')
+ ;throw e.mode=R,e}if("end"===a.type){const e=b(a);if(e!==W)return e}
+ if("illegal"===a.type&&""===l)return 1
+ ;if(L>1e5&&L>3*a.index)throw Error("potential infinite loop, way more iterations than matches")
+ ;return M+=l,l.length}const v=N(e)
+ ;if(!v)throw U(o.replace("{}",e)),Error('Unknown language: "'+e+'"')
+ ;const w=T(v,{plugins:a});let y="",R=l||w;const _={},k=new u.__emitter(u);(()=>{
+ const e=[];for(let t=R;t!==v;t=t.parent)t.className&&e.unshift(t.className)
+ ;e.forEach((e=>k.openNode(e)))})();let M="",O=0,A=0,L=0,I=!1;try{
+ for(R.matcher.considerAll();;){
+ L++,I?I=!1:R.matcher.considerAll(),R.matcher.lastIndex=A
+ ;const e=R.matcher.exec(t);if(!e)break;const n=x(t.substring(A,e.index),e)
+ ;A=e.index+n}return x(t.substr(A)),k.closeAllNodes(),k.finalize(),y=k.toHTML(),{
+ relevance:Math.floor(O),value:y,language:e,illegal:!1,emitter:k,top:R}}catch(n){
+ if(n.message&&n.message.includes("Illegal"))return{illegal:!0,illegalBy:{
+ msg:n.message,context:t.slice(A-100,A+100),mode:n.mode},sofar:y,relevance:0,
+ value:G(t),emitter:k};if(r)return{illegal:!1,relevance:0,value:G(t),emitter:k,
+ language:e,top:R,errorRaised:n};throw n}}function p(e,t){
+ t=t||u.languages||Object.keys(n);const i=(e=>{const t={relevance:0,
+ emitter:new u.__emitter(u),value:G(e),illegal:!1,top:g}
+ ;return t.emitter.addText(e),t})(e),s=t.filter(N).filter(k).map((t=>f(t,e,!1)))
+ ;s.unshift(i);const a=s.sort(((e,t)=>{
+ if(e.relevance!==t.relevance)return t.relevance-e.relevance
+ ;if(e.language&&t.language){if(N(e.language).supersetOf===t.language)return 1
+ ;if(N(t.language).supersetOf===e.language)return-1}return 0})),[r,l]=a,o=r
+ ;return o.second_best=l,o}const m={"before:highlightElement":({el:e})=>{
+ u.useBR&&(e.innerHTML=e.innerHTML.replace(/\n/g,"").replace(/
/g,"\n"))
+ },"after:highlightElement":({result:e})=>{
+ u.useBR&&(e.value=e.value.replace(/\n/g,"
"))}},b=/^(<[^>]+>|\t)+/gm,E={
+ "after:highlightElement":({result:e})=>{
+ u.tabReplace&&(e.value=e.value.replace(b,(e=>e.replace(/\t/g,u.tabReplace))))}}
+ ;function x(e){let t=null;const n=(e=>{let t=e.className+" "
+ ;t+=e.parentNode?e.parentNode.className:"";const n=u.languageDetectRe.exec(t)
+ ;if(n){const t=N(n[1])
+ ;return t||(z(o.replace("{}",n[1])),z("Falling back to no-highlight mode for this block.",e)),
+ t?n[1]:"no-highlight"}return t.split(/\s+/).find((e=>h(e)||N(e)))})(e)
+ ;if(h(n))return;M("before:highlightElement",{el:e,language:n}),t=e
+ ;const i=t.textContent,a=n?d(i,{language:n,ignoreIllegals:!0}):p(i)
+ ;M("after:highlightElement",{el:e,result:a,text:i
+ }),e.innerHTML=a.value,((e,t,n)=>{const i=t?s[t]:n
+ ;e.classList.add("hljs"),i&&e.classList.add(i)})(e,n,a.language),e.result={
+ language:a.language,re:a.relevance,relavance:a.relevance
+ },a.second_best&&(e.second_best={language:a.second_best.language,
+ re:a.second_best.relevance,relavance:a.second_best.relevance})}const v=()=>{
+ v.called||(v.called=!0,
+ K("10.6.0","initHighlighting() is deprecated. Use highlightAll() instead."),
+ document.querySelectorAll("pre code").forEach(x))};let w=!1;function y(){
+ "loading"!==document.readyState?document.querySelectorAll("pre code").forEach(x):w=!0
+ }function N(e){return e=(e||"").toLowerCase(),n[e]||n[s[e]]}
+ function R(e,{languageName:t}){"string"==typeof e&&(e=[e]),e.forEach((e=>{
+ s[e.toLowerCase()]=t}))}function k(e){const t=N(e)
+ ;return t&&!t.disableAutodetect}function M(e,t){const n=e;a.forEach((e=>{
+ e[n]&&e[n](t)}))}
+ "undefined"!=typeof window&&window.addEventListener&&window.addEventListener("DOMContentLoaded",(()=>{
+ w&&y()}),!1),Object.assign(e,{highlight:d,highlightAuto:p,highlightAll:y,
+ fixMarkup:e=>{
+ return K("10.2.0","fixMarkup will be removed entirely in v11.0"),K("10.2.0","Please see https://github.com/highlightjs/highlight.js/issues/2534"),
+ t=e,
+ u.tabReplace||u.useBR?t.replace(l,(e=>"\n"===e?u.useBR?"
":e:u.tabReplace?e.replace(/\t/g,u.tabReplace):e)):t
+ ;var t},highlightElement:x,
+ highlightBlock:e=>(K("10.7.0","highlightBlock will be removed entirely in v12.0"),
+ K("10.7.0","Please use highlightElement now."),x(e)),configure:e=>{
+ e.useBR&&(K("10.3.0","'useBR' will be removed entirely in v11.0"),
+ K("10.3.0","Please see https://github.com/highlightjs/highlight.js/issues/2559")),
+ u=V(u,e)},initHighlighting:v,initHighlightingOnLoad:()=>{
+ K("10.6.0","initHighlightingOnLoad() is deprecated. Use highlightAll() instead."),
+ w=!0},registerLanguage:(t,i)=>{let s=null;try{s=i(e)}catch(e){
+ if(U("Language definition for '{}' could not be registered.".replace("{}",t)),
+ !r)throw e;U(e),s=g}
+ s.name||(s.name=t),n[t]=s,s.rawDefinition=i.bind(null,e),s.aliases&&R(s.aliases,{
+ languageName:t})},unregisterLanguage:e=>{delete n[e]
+ ;for(const t of Object.keys(s))s[t]===e&&delete s[t]},
+ listLanguages:()=>Object.keys(n),getLanguage:N,registerAliases:R,
+ requireLanguage:e=>{
+ K("10.4.0","requireLanguage will be removed entirely in v11."),
+ K("10.4.0","Please see https://github.com/highlightjs/highlight.js/pull/2844")
+ ;const t=N(e);if(t)return t
+ ;throw Error("The '{}' language is required, but not loaded.".replace("{}",e))},
+ autoDetection:k,inherit:V,addPlugin:e=>{(e=>{
+ e["before:highlightBlock"]&&!e["before:highlightElement"]&&(e["before:highlightElement"]=t=>{
+ e["before:highlightBlock"](Object.assign({block:t.el},t))
+ }),e["after:highlightBlock"]&&!e["after:highlightElement"]&&(e["after:highlightElement"]=t=>{
+ e["after:highlightBlock"](Object.assign({block:t.el},t))})})(e),a.push(e)},
+ vuePlugin:P(e).VuePlugin}),e.debugMode=()=>{r=!1},e.safeMode=()=>{r=!0
+ },e.versionString="10.7.2";for(const e in _)"object"==typeof _[e]&&t(_[e])
+ ;return Object.assign(e,_),e.addPlugin(m),e.addPlugin(D),e.addPlugin(E),e})({})
+ }();"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs);
+ hljs.registerLanguage("apache",(()=>{"use strict";return e=>{const n={
+ className:"number",begin:/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?/}
+ ;return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,
+ contains:[e.HASH_COMMENT_MODE,{className:"section",begin:/<\/?/,end:/>/,
+ contains:[n,{className:"number",begin:/:\d{1,5}/
+ },e.inherit(e.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute",
+ begin:/\w+/,relevance:0,keywords:{
+ nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"
+ },starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"},
+ contains:[{className:"meta",begin:/\s\[/,end:/\]$/},{className:"variable",
+ begin:/[\$%]\{/,end:/\}/,contains:["self",{className:"number",begin:/[$%]\d+/}]
+ },n,{className:"number",begin:/\d+/},e.QUOTE_STRING_MODE]}}],illegal:/\S/}}
+ })());
+ hljs.registerLanguage("bash",(()=>{"use strict";function e(...e){
+ return e.map((e=>{return(s=e)?"string"==typeof s?s:s.source:null;var s
+ })).join("")}return s=>{const n={},t={begin:/\$\{/,end:/\}/,contains:["self",{
+ begin:/:-/,contains:[n]}]};Object.assign(n,{className:"variable",variants:[{
+ begin:e(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},t]});const a={
+ className:"subst",begin:/\$\(/,end:/\)/,contains:[s.BACKSLASH_ESCAPE]},i={
+ begin:/<<-?\s*(?=\w+)/,starts:{contains:[s.END_SAME_AS_BEGIN({begin:/(\w+)/,
+ end:/(\w+)/,className:"string"})]}},c={className:"string",begin:/"/,end:/"/,
+ contains:[s.BACKSLASH_ESCAPE,n,a]};a.contains.push(c);const o={begin:/\$\(\(/,
+ end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},s.NUMBER_MODE,n]
+ },r=s.SHEBANG({binary:"(fish|bash|zsh|sh|csh|ksh|tcsh|dash|scsh)",relevance:10
+ }),l={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,
+ contains:[s.inherit(s.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{
+ name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z._-]+\b/,
+ keyword:"if then else elif fi for while in do done case esac function",
+ 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"
+ },contains:[r,s.SHEBANG(),l,o,s.HASH_COMMENT_MODE,i,c,{className:"",begin:/\\"/
+ },{className:"string",begin:/'/,end:/'/},n]}}})());
+ hljs.registerLanguage("c",(()=>{"use strict";function e(e){
+ return((...e)=>e.map((e=>(e=>e?"string"==typeof e?e:e.source:null)(e))).join(""))("(",e,")?")
+ }return t=>{const n=t.COMMENT("//","$",{contains:[{begin:/\\\n/}]
+ }),r="[a-zA-Z_]\\w*::",a="(decltype\\(auto\\)|"+e(r)+"[a-zA-Z_]\\w*"+e("<[^<>]+>")+")",i={
+ className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},s={className:"string",
+ variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",
+ contains:[t.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:"."},t.END_SAME_AS_BEGIN({
+ begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},o={
+ 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:{
+ "meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"
+ },contains:[{begin:/\\\n/,relevance:0},t.inherit(s,{className:"meta-string"}),{
+ className:"meta-string",begin:/<.*?>/},n,t.C_BLOCK_COMMENT_MODE]},l={
+ className:"title",begin:e(r)+t.IDENT_RE,relevance:0
+ },d=e(r)+t.IDENT_RE+"\\s*\\(",u={
+ keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",
+ 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 _Bool complex _Complex imaginary _Imaginary",
+ literal:"true false nullptr NULL"},m=[c,i,n,t.C_BLOCK_COMMENT_MODE,o,s],p={
+ variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{
+ beginKeywords:"new throw return else",end:/;/}],keywords:u,contains:m.concat([{
+ begin:/\(/,end:/\)/,keywords:u,contains:m.concat(["self"]),relevance:0}]),
+ relevance:0},_={className:"function",begin:"("+a+"[\\*&\\s]+)+"+d,
+ returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:u,illegal:/[^\w\s\*&:<>.]/,
+ contains:[{begin:"decltype\\(auto\\)",keywords:u,relevance:0},{begin:d,
+ returnBegin:!0,contains:[l],relevance:0},{className:"params",begin:/\(/,
+ end:/\)/,keywords:u,relevance:0,contains:[n,t.C_BLOCK_COMMENT_MODE,s,o,i,{
+ begin:/\(/,end:/\)/,keywords:u,relevance:0,
+ contains:["self",n,t.C_BLOCK_COMMENT_MODE,s,o,i]}]
+ },i,n,t.C_BLOCK_COMMENT_MODE,c]};return{name:"C",aliases:["h"],keywords:u,
+ disableAutodetect:!0,illegal:"",contains:[].concat(p,_,m,[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)\\s*<",
+ end:">",keywords:u,contains:["self",i]},{begin:t.IDENT_RE+"::",keywords:u},{
+ className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,
+ contains:[{beginKeywords:"final class struct"},t.TITLE_MODE]}]),exports:{
+ preprocessor:c,strings:s,keywords:u}}}})());
+ hljs.registerLanguage("coffeescript",(()=>{"use strict"
+ ;const e=["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"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer","BigInt64Array","BigUint64Array","BigInt"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"])
+ ;return r=>{const t={
+ keyword:e.concat(["then","unless","until","loop","by","when","and","or","is","isnt","not"]).filter((i=["var","const","let","function","static"],
+ e=>!i.includes(e))),literal:n.concat(["yes","no","on","off"]),
+ built_in:a.concat(["npm","print"])};var i;const s="[A-Za-z$_][0-9A-Za-z$_]*",o={
+ className:"subst",begin:/#\{/,end:/\}/,keywords:t
+ },c=[r.BINARY_NUMBER_MODE,r.inherit(r.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",
+ relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,
+ contains:[r.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[r.BACKSLASH_ESCAPE]
+ },{begin:/"""/,end:/"""/,contains:[r.BACKSLASH_ESCAPE,o]},{begin:/"/,end:/"/,
+ contains:[r.BACKSLASH_ESCAPE,o]}]},{className:"regexp",variants:[{begin:"///",
+ end:"///",contains:[o,r.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",
+ relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+s
+ },{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{
+ begin:"```",end:"```"},{begin:"`",end:"`"}]}];o.contains=c
+ ;const l=r.inherit(r.TITLE_MODE,{begin:s}),d="(\\(.*\\)\\s*)?\\B[-=]>",g={
+ className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,
+ end:/\)/,keywords:t,contains:["self"].concat(c)}]};return{name:"CoffeeScript",
+ aliases:["coffee","cson","iced"],keywords:t,illegal:/\/\*/,
+ contains:c.concat([r.COMMENT("###","###"),r.HASH_COMMENT_MODE,{
+ className:"function",begin:"^\\s*"+s+"\\s*=\\s*"+d,end:"[-=]>",returnBegin:!0,
+ contains:[l,g]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",
+ begin:d,end:"[-=]>",returnBegin:!0,contains:[g]}]},{className:"class",
+ beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{
+ beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[l]},l]
+ },{begin:s+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}})());
+ hljs.registerLanguage("cpp",(()=>{"use strict";function e(e){
+ return t("(",e,")?")}function t(...e){return e.map((e=>{
+ return(t=e)?"string"==typeof t?t:t.source:null;var t})).join("")}return n=>{
+ const r=n.COMMENT("//","$",{contains:[{begin:/\\\n/}]
+ }),a="[a-zA-Z_]\\w*::",i="(decltype\\(auto\\)|"+e(a)+"[a-zA-Z_]\\w*"+e("<[^<>]+>")+")",s={
+ className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},c={className:"string",
+ variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",
+ contains:[n.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:"."},n.END_SAME_AS_BEGIN({
+ begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},o={
+ 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},l={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{
+ "meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"
+ },contains:[{begin:/\\\n/,relevance:0},n.inherit(c,{className:"meta-string"}),{
+ className:"meta-string",begin:/<.*?>/},r,n.C_BLOCK_COMMENT_MODE]},d={
+ className:"title",begin:e(a)+n.IDENT_RE,relevance:0
+ },u=e(a)+n.IDENT_RE+"\\s*\\(",m={
+ keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",
+ built_in:"_Bool _Complex _Imaginary",
+ _relevance_hints:["asin","atan2","atan","calloc","ceil","cosh","cos","exit","exp","fabs","floor","fmod","fprintf","fputs","free","frexp","auto_ptr","deque","list","queue","stack","vector","map","set","pair","bitset","multiset","multimap","unordered_set","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","unordered_map","unordered_multiset","unordered_multimap","priority_queue","make_pair","array","shared_ptr","abort","terminate","abs","acos","vfprintf","vprintf","vsprintf","endl","initializer_list","unique_ptr","complex","imaginary","std","string","wstring","cin","cout","cerr","clog","stdin","stdout","stderr","stringstream","istringstream","ostringstream"],
+ literal:"true false nullptr NULL"},p={className:"function.dispatch",relevance:0,
+ keywords:m,
+ begin:t(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!while)/,n.IDENT_RE,(_=/\s*\(/,
+ t("(?=",_,")")))};var _;const g=[p,l,s,r,n.C_BLOCK_COMMENT_MODE,o,c],b={
+ variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{
+ beginKeywords:"new throw return else",end:/;/}],keywords:m,contains:g.concat([{
+ begin:/\(/,end:/\)/,keywords:m,contains:g.concat(["self"]),relevance:0}]),
+ relevance:0},f={className:"function",begin:"("+i+"[\\*&\\s]+)+"+u,
+ returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:m,illegal:/[^\w\s\*&:<>.]/,
+ contains:[{begin:"decltype\\(auto\\)",keywords:m,relevance:0},{begin:u,
+ returnBegin:!0,contains:[d],relevance:0},{begin:/::/,relevance:0},{begin:/:/,
+ endsWithParent:!0,contains:[c,o]},{className:"params",begin:/\(/,end:/\)/,
+ keywords:m,relevance:0,contains:[r,n.C_BLOCK_COMMENT_MODE,c,o,s,{begin:/\(/,
+ end:/\)/,keywords:m,relevance:0,contains:["self",r,n.C_BLOCK_COMMENT_MODE,c,o,s]
+ }]},s,r,n.C_BLOCK_COMMENT_MODE,l]};return{name:"C++",
+ aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:m,illegal:"",
+ classNameAliases:{"function.dispatch":"built_in"},
+ contains:[].concat(b,f,p,g,[l,{
+ begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",
+ end:">",keywords:m,contains:["self",s]},{begin:n.IDENT_RE+"::",keywords:m},{
+ className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,
+ contains:[{beginKeywords:"final class struct"},n.TITLE_MODE]}]),exports:{
+ preprocessor:l,strings:c,keywords:m}}}})());
+ hljs.registerLanguage("csharp",(()=>{"use strict";return e=>{const n={
+ keyword:["abstract","as","base","break","case","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","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"]},a=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},s={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]
+ },t=e.inherit(s,{illegal:/\n/}),r={className:"subst",begin:/\{/,end:/\}/,
+ keywords:n},l=e.inherit(r,{illegal:/\n/}),c={className:"string",begin:/\$"/,
+ end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/
+ },e.BACKSLASH_ESCAPE,l]},o={className:"string",begin:/\$@"/,end:'"',contains:[{
+ begin:/\{\{/},{begin:/\}\}/},{begin:'""'},r]},d=e.inherit(o,{illegal:/\n/,
+ contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},l]})
+ ;r.contains=[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.C_BLOCK_COMMENT_MODE],
+ l.contains=[d,c,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.inherit(e.C_BLOCK_COMMENT_MODE,{
+ illegal:/\n/})];const g={variants:[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]
+ },E={begin:"<",end:">",contains:[{beginKeywords:"in out"},a]
+ },_=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",b={
+ 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:{
+ "meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"
+ }},g,i,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,
+ illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"
+ },a,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",
+ relevance:0,end:/[{;=]/,illegal:/[^\s:]/,
+ contains:[a,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{
+ beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,
+ contains:[a,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",
+ begin:"^\\s*\\[",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{
+ className:"meta-string",begin:/"/,end:/"/}]},{
+ beginKeywords:"new return throw await else",relevance:0},{className:"function",
+ begin:"("+_+"\\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",
+ relevance:0},{begin:e.IDENT_RE+"\\s*(<.+>\\s*)?\\(",returnBegin:!0,
+ contains:[e.TITLE_MODE,E],relevance:0},{className:"params",begin:/\(/,end:/\)/,
+ excludeBegin:!0,excludeEnd:!0,keywords:n,relevance:0,
+ contains:[g,i,e.C_BLOCK_COMMENT_MODE]
+ },e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},b]}}})());
+ hljs.registerLanguage("css",(()=>{"use strict"
+ ;const e=["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"],o=["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","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","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-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","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","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-variant","font-variant-ligatures","font-variation-settings","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","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-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","src","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse()
+ ;return n=>{const a=(e=>({IMPORTANT:{className:"meta",begin:"!important"},
+ HEXCOLOR:{className:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"},
+ ATTRIBUTE_SELECTOR_MODE:{className:"selector-attr",begin:/\[/,end:/\]/,
+ illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}
+ }))(n),l=[n.APOS_STRING_MODE,n.QUOTE_STRING_MODE];return{name:"CSS",
+ case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},
+ classNameAliases:{keyframePosition:"selector-tag"},
+ contains:[n.C_BLOCK_COMMENT_MODE,{begin:/-(webkit|moz|ms|o)-(?=[a-z])/
+ },n.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
+ },a.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{
+ begin:":("+i.join("|")+")"},{begin:"::("+o.join("|")+")"}]},{
+ className:"attribute",begin:"\\b("+r.join("|")+")\\b"},{begin:":",end:"[;}]",
+ contains:[a.HEXCOLOR,a.IMPORTANT,n.CSS_NUMBER_MODE,...l,{
+ begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"
+ },contains:[{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]
+ },{className:"built_in",begin:/[\w-]+(?=\()/}]},{
+ begin:(s=/@/,((...e)=>e.map((e=>(e=>e?"string"==typeof e?e:e.source:null)(e))).join(""))("(?=",s,")")),
+ 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,n.CSS_NUMBER_MODE]}]},{className:"selector-tag",
+ begin:"\\b("+e.join("|")+")\\b"}]};var s}})());
+ hljs.registerLanguage("diff",(()=>{"use strict";return e=>({name:"Diff",
+ aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{
+ begin:/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{
+ begin:/^--- +\d+,\d+ +----$/}]},{className:"comment",variants:[{begin:/Index: /,
+ end:/$/},{begin:/^index/,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^-{3}/,end:/$/
+ },{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/^\*{15}$/},{
+ begin:/^diff --git/,end:/$/}]},{className:"addition",begin:/^\+/,end:/$/},{
+ className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,
+ end:/$/}]})})());
+ hljs.registerLanguage("go",(()=>{"use strict";return e=>{const n={
+ keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 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:/\)/,keywords:n,illegal:/["']/}]}]}}})());
+ hljs.registerLanguage("http",(()=>{"use strict";function e(...e){
+ return e.map((e=>{return(n=e)?"string"==typeof n?n:n.source:null;var n
+ })).join("")}return n=>{const a="HTTP/(2|1\\.[01])",s={className:"attribute",
+ begin:e("^",/[A-Za-z][A-Za-z0-9-]*/,"(?=\\:\\s)"),starts:{contains:[{
+ className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}
+ },t=[s,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{
+ name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+a+" \\d{3})",
+ end:/$/,contains:[{className:"meta",begin:a},{className:"number",
+ begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:t}},{
+ begin:"(?=^[A-Z]+ (.*?) "+a+"$)",end:/$/,contains:[{className:"string",
+ begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:a},{
+ className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:t}
+ },n.inherit(s,{relevance:0})]}}})());
+ hljs.registerLanguage("ini",(()=>{"use strict";function e(e){
+ return e?"string"==typeof e?e:e.source:null}function n(...n){
+ return n.map((n=>e(n))).join("")}return s=>{const a={className:"number",
+ relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:s.NUMBER_RE}]
+ },i=s.COMMENT();i.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const t={
+ className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/
+ }]},r={className:"literal",begin:/\bon|off|true|false|yes|no\b/},l={
+ className:"string",contains:[s.BACKSLASH_ESCAPE],variants:[{begin:"'''",
+ end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'
+ },{begin:"'",end:"'"}]},c={begin:/\[/,end:/\]/,contains:[i,r,t,l,a,"self"],
+ relevance:0
+ },g="("+[/[A-Za-z0-9_-]+/,/"(\\"|[^"])*"/,/'[^']*'/].map((n=>e(n))).join("|")+")"
+ ;return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,
+ contains:[i,{className:"section",begin:/\[+/,end:/\]+/},{
+ begin:n(g,"(\\s*\\.\\s*",g,")*",n("(?=",/\s*=\s*[^#\s]/,")")),className:"attr",
+ starts:{end:/$/,contains:[i,c,r,t,l,a]}}]}}})());
+ hljs.registerLanguage("java",(()=>{"use strict"
+ ;var e="\\.([0-9](_*[0-9])*)",n="[0-9a-fA-F](_*[0-9a-fA-F])*",a={
+ className:"number",variants:[{
+ begin:`(\\b([0-9](_*[0-9])*)((${e})|\\.)?|(${e}))[eE][+-]?([0-9](_*[0-9])*)[fFdD]?\\b`
+ },{begin:`\\b([0-9](_*[0-9])*)((${e})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{
+ begin:`(${e})[fFdD]?\\b`},{begin:"\\b([0-9](_*[0-9])*)[fFdD]\\b"},{
+ begin:`\\b0[xX]((${n})\\.?|(${n})?\\.(${n}))[pP][+-]?([0-9](_*[0-9])*)[fFdD]?\\b`
+ },{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${n})[lL]?\\b`},{
+ begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],
+ relevance:0};return e=>{
+ var n="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",s={
+ className:"meta",begin:"@[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*",
+ contains:[{begin:/\(/,end:/\)/,contains:["self"]}]};const r=a;return{
+ name:"Java",aliases:["jsp"],keywords:n,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,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{
+ className:"class",beginKeywords:"class interface enum",end:/[{;=]/,
+ excludeEnd:!0,relevance:1,keywords:"class interface enum",illegal:/[:"\[\]]/,
+ contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{
+ beginKeywords:"new throw return else",relevance:0},{className:"class",
+ begin:"record\\s+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,excludeEnd:!0,
+ end:/[{;=]/,keywords:n,contains:[{beginKeywords:"record"},{
+ begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,
+ contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,
+ keywords:n,relevance:0,contains:[e.C_BLOCK_COMMENT_MODE]
+ },e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"function",
+ begin:"([\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*(<[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*(\\s*,\\s*[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*)*>)?\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",
+ returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:n,contains:[{
+ begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,
+ contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,
+ keywords:n,relevance:0,
+ contains:[s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,e.C_BLOCK_COMMENT_MODE]
+ },e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},r,s]}}})());
+ hljs.registerLanguage("javascript",(()=>{"use strict"
+ ;const e="[A-Za-z$_][0-9A-Za-z$_]*",n=["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"],a=["true","false","null","undefined","NaN","Infinity"],s=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer","BigInt64Array","BigUint64Array","BigInt"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"])
+ ;function r(e){return t("(?=",e,")")}function t(...e){return e.map((e=>{
+ return(n=e)?"string"==typeof n?n:n.source:null;var n})).join("")}return i=>{
+ const c=e,o={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,
+ isTrulyOpeningTag:(e,n)=>{const a=e[0].length+e.index,s=e.input[a]
+ ;"<"!==s?">"===s&&(((e,{after:n})=>{const a=""+e[0].slice(1)
+ ;return-1!==e.input.indexOf(a,n)})(e,{after:a
+ })||n.ignoreMatch()):n.ignoreMatch()}},l={$pattern:e,keyword:n,literal:a,
+ built_in:s},g="\\.([0-9](_?[0-9])*)",b="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",d={
+ className:"number",variants:[{
+ begin:`(\\b(${b})((${g})|\\.)?|(${g}))[eE][+-]?([0-9](_?[0-9])*)\\b`},{
+ begin:`\\b(${b})\\b((${g})\\b|\\.)?|(${g})\\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},E={className:"subst",begin:"\\$\\{",
+ end:"\\}",keywords:l,contains:[]},u={begin:"html`",end:"",starts:{end:"`",
+ returnEnd:!1,contains:[i.BACKSLASH_ESCAPE,E],subLanguage:"xml"}},_={
+ begin:"css`",end:"",starts:{end:"`",returnEnd:!1,
+ contains:[i.BACKSLASH_ESCAPE,E],subLanguage:"css"}},m={className:"string",
+ begin:"`",end:"`",contains:[i.BACKSLASH_ESCAPE,E]},y={className:"comment",
+ variants:[i.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{
+ className:"doctag",begin:"@[A-Za-z]+",contains:[{className:"type",begin:"\\{",
+ end:"\\}",relevance:0},{className:"variable",begin:c+"(?=\\s*(-)|$)",
+ endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]
+ }),i.C_BLOCK_COMMENT_MODE,i.C_LINE_COMMENT_MODE]
+ },N=[i.APOS_STRING_MODE,i.QUOTE_STRING_MODE,u,_,m,d,i.REGEXP_MODE]
+ ;E.contains=N.concat({begin:/\{/,end:/\}/,keywords:l,contains:["self"].concat(N)
+ });const A=[].concat(y,E.contains),f=A.concat([{begin:/\(/,end:/\)/,keywords:l,
+ contains:["self"].concat(A)}]),p={className:"params",begin:/\(/,end:/\)/,
+ excludeBegin:!0,excludeEnd:!0,keywords:l,contains:f};return{name:"Javascript",
+ aliases:["js","jsx","mjs","cjs"],keywords:l,exports:{PARAMS_CONTAINS:f},
+ illegal:/#(?![$_A-z])/,contains:[i.SHEBANG({label:"shebang",binary:"node",
+ relevance:5}),{label:"use_strict",className:"meta",relevance:10,
+ begin:/^\s*['"]use (strict|asm)['"]/
+ },i.APOS_STRING_MODE,i.QUOTE_STRING_MODE,u,_,m,y,d,{
+ begin:t(/[{,\n]\s*/,r(t(/(((\/\/.*$)|(\/\*(\*[^/]|[^*])*\*\/))\s*)*/,c+"\\s*:"))),
+ relevance:0,contains:[{className:"attr",begin:c+r("\\s*:"),relevance:0}]},{
+ begin:"("+i.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",
+ keywords:"return throw case",contains:[y,i.REGEXP_MODE,{className:"function",
+ begin:"(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+i.UNDERSCORE_IDENT_RE+")\\s*=>",
+ returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{
+ begin:i.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0
+ },{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:l,contains:f}]}]
+ },{begin:/,/,relevance:0},{className:"",begin:/\s/,end:/\s*/,skip:!0},{
+ variants:[{begin:"<>",end:">"},{begin:o.begin,"on:begin":o.isTrulyOpeningTag,
+ end:o.end}],subLanguage:"xml",contains:[{begin:o.begin,end:o.end,skip:!0,
+ contains:["self"]}]}],relevance:0},{className:"function",
+ beginKeywords:"function",end:/[{;]/,excludeEnd:!0,keywords:l,
+ contains:["self",i.inherit(i.TITLE_MODE,{begin:c}),p],illegal:/%/},{
+ beginKeywords:"while if switch catch for"},{className:"function",
+ begin:i.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",
+ returnBegin:!0,contains:[p,i.inherit(i.TITLE_MODE,{begin:c})]},{variants:[{
+ begin:"\\."+c},{begin:"\\$"+c}],relevance:0},{className:"class",
+ beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"[\]]/,contains:[{
+ beginKeywords:"extends"},i.UNDERSCORE_TITLE_MODE]},{begin:/\b(?=constructor)/,
+ end:/[{;]/,excludeEnd:!0,contains:[i.inherit(i.TITLE_MODE,{begin:c}),"self",p]
+ },{begin:"(get|set)\\s+(?="+c+"\\()",end:/\{/,keywords:"get set",
+ contains:[i.inherit(i.TITLE_MODE,{begin:c}),{begin:/\(\)/},p]},{begin:/\$[(.]/}]
+ }}})());
+ hljs.registerLanguage("json",(()=>{"use strict";return n=>{const e={
+ literal:"true false null"
+ },i=[n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],a=[n.QUOTE_STRING_MODE,n.C_NUMBER_MODE],l={
+ end:",",endsWithParent:!0,excludeEnd:!0,contains:a,keywords:e},t={begin:/\{/,
+ end:/\}/,contains:[{className:"attr",begin:/"/,end:/"/,
+ contains:[n.BACKSLASH_ESCAPE],illegal:"\\n"},n.inherit(l,{begin:/:/
+ })].concat(i),illegal:"\\S"},s={begin:"\\[",end:"\\]",contains:[n.inherit(l)],
+ illegal:"\\S"};return a.push(t,s),i.forEach((n=>{a.push(n)})),{name:"JSON",
+ contains:a,keywords:e,illegal:"\\S"}}})());
+ hljs.registerLanguage("kotlin",(()=>{"use strict"
+ ;var e="\\.([0-9](_*[0-9])*)",n="[0-9a-fA-F](_*[0-9a-fA-F])*",a={
+ className:"number",variants:[{
+ begin:`(\\b([0-9](_*[0-9])*)((${e})|\\.)?|(${e}))[eE][+-]?([0-9](_*[0-9])*)[fFdD]?\\b`
+ },{begin:`\\b([0-9](_*[0-9])*)((${e})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{
+ begin:`(${e})[fFdD]?\\b`},{begin:"\\b([0-9](_*[0-9])*)[fFdD]\\b"},{
+ begin:`\\b0[xX]((${n})\\.?|(${n})?\\.(${n}))[pP][+-]?([0-9](_*[0-9])*)[fFdD]?\\b`
+ },{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${n})[lL]?\\b`},{
+ begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],
+ relevance:0};return 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"},i={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"
+ },s={className:"subst",begin:/\$\{/,end:/\}/,contains:[e.C_NUMBER_MODE]},t={
+ className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},r={className:"string",
+ variants:[{begin:'"""',end:'"""(?=[^"])',contains:[t,s]},{begin:"'",end:"'",
+ illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,
+ contains:[e.BACKSLASH_ESCAPE,t,s]}]};s.contains.push(r);const l={
+ className:"meta",
+ begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"
+ },c={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,
+ end:/\)/,contains:[e.inherit(r,{className:"meta-string"})]}]
+ },o=a,b=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),E={
+ variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,
+ contains:[]}]},d=E;return d.variants[1].contains=[E],E.variants[1].contains=[d],
+ {name:"Kotlin",aliases:["kt","kts"],keywords:n,
+ contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",
+ begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,b,{className:"keyword",
+ begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",
+ begin:/@\w+/}]}},i,l,c,{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:[E,e.C_LINE_COMMENT_MODE,b],relevance:0
+ },e.C_LINE_COMMENT_MODE,b,l,c,r,e.C_NUMBER_MODE]},b]},{className:"class",
+ beginKeywords:"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:/[<\(,]|$/,
+ excludeBegin:!0,returnEnd:!0},l,c]},r,{className:"meta",begin:"^#!/usr/bin/env",
+ end:"$",illegal:"\n"},o]}}})());
+ hljs.registerLanguage("less",(()=>{"use strict"
+ ;const e=["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"],o=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],n=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","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-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","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","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-variant","font-variant-ligatures","font-variation-settings","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","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-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","src","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse(),r=i.concat(o)
+ ;return a=>{const s=(e=>({IMPORTANT:{className:"meta",begin:"!important"},
+ HEXCOLOR:{className:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"},
+ ATTRIBUTE_SELECTOR_MODE:{className:"selector-attr",begin:/\[/,end:/\]/,
+ illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}
+ }))(a),l=r,d="([\\w-]+|@\\{[\\w-]+\\})",c=[],g=[],b=e=>({className:"string",
+ begin:"~?"+e+".*?"+e}),m=(e,t,i)=>({className:e,begin:t,relevance:i}),u={
+ $pattern:/[a-z-]+/,keyword:"and or not only",attribute:t.join(" ")},p={
+ begin:"\\(",end:"\\)",contains:g,keywords:u,relevance:0}
+ ;g.push(a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,b("'"),b('"'),a.CSS_NUMBER_MODE,{
+ begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",
+ excludeEnd:!0}
+ },s.HEXCOLOR,p,m("variable","@@?[\\w-]+",10),m("variable","@\\{[\\w-]+\\}"),m("built_in","~?`[^`]*?`"),{
+ className:"attribute",begin:"[\\w-]+\\s*:",end:":",returnBegin:!0,excludeEnd:!0
+ },s.IMPORTANT);const f=g.concat({begin:/\{/,end:/\}/,contains:c}),h={
+ beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"
+ }].concat(g)},w={begin:d+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,
+ contains:[{begin:/-(webkit|moz|ms|o)-/},{className:"attribute",
+ begin:"\\b("+n.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,
+ illegal:"[<=$]",relevance:0,contains:g}}]},v={className:"keyword",
+ begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",
+ starts:{end:"[;{}]",keywords:u,returnEnd:!0,contains:g,relevance:0}},y={
+ className:"variable",variants:[{begin:"@[\\w-]+\\s*:",relevance:15},{
+ begin:"@[\\w-]+"}],starts:{end:"[;}]",returnEnd:!0,contains:f}},k={variants:[{
+ begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:d,end:/\{/}],returnBegin:!0,
+ returnEnd:!0,illegal:"[<='$\"]",relevance:0,
+ contains:[a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,h,m("keyword","all\\b"),m("variable","@\\{[\\w-]+\\}"),{
+ begin:"\\b("+e.join("|")+")\\b",className:"selector-tag"
+ },m("selector-tag",d+"%?",0),m("selector-id","#"+d),m("selector-class","\\."+d,0),m("selector-tag","&",0),s.ATTRIBUTE_SELECTOR_MODE,{
+ className:"selector-pseudo",begin:":("+i.join("|")+")"},{
+ className:"selector-pseudo",begin:"::("+o.join("|")+")"},{begin:"\\(",end:"\\)",
+ contains:f},{begin:"!important"}]},E={begin:`[\\w-]+:(:)?(${l.join("|")})`,
+ returnBegin:!0,contains:[k]}
+ ;return c.push(a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,v,y,E,w,k),{
+ name:"Less",case_insensitive:!0,illegal:"[=>'/<($\"]",contains:c}}})());
+ hljs.registerLanguage("lua",(()=>{"use strict";return e=>{
+ const t="\\[=*\\[",a="\\]=*\\]",n={begin:t,end:a,contains:["self"]
+ },o=[e.COMMENT("--(?!\\[=*\\[)","$"),e.COMMENT("--\\[=*\\[",a,{contains:[n],
+ 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:o.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:o}].concat(o)
+ },e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",
+ begin:t,end:a,contains:[n],relevance:5}])}}})());
+ hljs.registerLanguage("makefile",(()=>{"use strict";return e=>{const i={
+ className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",
+ contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%\^\+\*]/}]},a={className:"string",
+ begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,i]},n={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:[i]},s={begin:"^"+e.UNDERSCORE_IDENT_RE+"\\s*(?=[:+?]?=)"},r={
+ className:"section",begin:/^[^\s]+:/,end:/$/,contains:[i]};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,i,a,n,s,{className:"meta",begin:/^\.PHONY:/,
+ end:/$/,keywords:{$pattern:/[\.\w]+/,"meta-keyword":".PHONY"}},r]}}})());
+ hljs.registerLanguage("xml",(()=>{"use strict";function e(e){
+ return e?"string"==typeof e?e:e.source:null}function n(e){return a("(?=",e,")")}
+ function a(...n){return n.map((n=>e(n))).join("")}function s(...n){
+ return"("+n.map((n=>e(n))).join("|")+")"}return e=>{
+ const t=a(/[A-Z_]/,a("(",/[A-Z0-9_.-]*:/,")?"),/[A-Z0-9_.-]*/),i={
+ className:"symbol",begin:/&[a-z]+;|[0-9]+;|[a-f0-9]+;/},r={begin:/\s/,
+ contains:[{className:"meta-keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]
+ },c=e.inherit(r,{begin:/\(/,end:/\)/}),l=e.inherit(e.APOS_STRING_MODE,{
+ className:"meta-string"}),g=e.inherit(e.QUOTE_STRING_MODE,{
+ className:"meta-string"}),m={endsWithParent:!0,illegal:/,relevance:0,
+ contains:[{className:"attr",begin:/[A-Za-z0-9._:-]+/,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,contains:[{className:"meta",begin://,
+ relevance:10,contains:[r,g,l,c,{begin:/\[/,end:/\]/,contains:[{className:"meta",
+ begin://,contains:[r,c,g,l]}]}]},e.COMMENT(//,{
+ relevance:10}),{begin://,relevance:10},i,{
+ className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{className:"tag",
+ begin:/