diff --git a/components/markdown-viewer/markdown-viewer.vue b/components/markdown-viewer/markdown-viewer.vue
index e9f41b2..0fa1c87 100644
--- a/components/markdown-viewer/markdown-viewer.vue
+++ b/components/markdown-viewer/markdown-viewer.vue
@@ -6,16 +6,16 @@
-```
-
-Use the above code in your HTML. After that, your JavaScript can import using the named key from
-your `importmap`, for example `@highlightjs` in this case:
-
-```js
-import hljs from '@highlightjs/core.js';
-import javascript from '@highlightjs/languages/javascript.min.js';
-
-hljs.registerLanguage('javascript', javascript);
-```
-
-*Note: You can also import directly from fully static URLs, such as our very own pre-built ES6 Module CDN resources. See [Fetch via CDN](#fetch-via-cdn) for specific examples.*
-
## Getting the Library
@@ -370,20 +327,20 @@ see [DIGESTS.md](https://github.com/highlightjs/cdn-release/blob/main/DIGESTS.md
##### Common JS
```html
-
-
+
+
-
+
```
##### ES6 Modules
````html
-
+
@@ -395,20 +352,20 @@ hljs.registerLanguage('go', go);
##### Common JS
```html
-
-
+
+
-
+
```
##### ES6 Modules
```html
-
+
```
@@ -418,20 +375,20 @@ hljs.registerLanguage('go', go);
##### Common JS
```html
-
-
+
+
-
+
```
##### ES6 Modules
```html
-
+
```
@@ -440,7 +397,7 @@ hljs.registerLanguage('go', go);
**Note:** *The CDN-hosted `highlight.min.js` package doesn't bundle every language.* It would be
very large. You can find our list of "common" languages that we bundle by default on our [download page][5].
-### Download prebuilt CDN assets
+#### Download prebuilt CDN assets
You can also download and self-host the same assets we serve up via our own CDNs. We publish those builds to the [cdn-release](https://github.com/highlightjs/cdn-release) GitHub repository. You can easily pull individual files off the CDN endpoints with `curl`, etc; if say you only needed `highlight.min.js` and a single CSS file.
@@ -463,14 +420,6 @@ npm install highlight.js
yarn add highlight.js
```
-There is also another npm package [@highlightjs/cdn-assets](https://www.npmjs.com/package/@highlightjs/cdn-assets) that contains prebuilt CDN assets including [ES6 Modules that can be imported in browser](#browser-es6-modules):
-
-```bash
-npm install @highlightjs/cdn-assets
-# or
-yarn add @highlightjs/cdn-assets
-```
-
Alternatively, you can build the NPM package from source.
diff --git a/node_modules/highlight.js/SUPPORTED_LANGUAGES.md b/node_modules/highlight.js/SUPPORTED_LANGUAGES.md
index 3757dfa..9bbceb3 100644
--- a/node_modules/highlight.js/SUPPORTED_LANGUAGES.md
+++ b/node_modules/highlight.js/SUPPORTED_LANGUAGES.md
@@ -29,7 +29,6 @@ The table below shows the full list of languages (and corresponding classes/alia
| AutoHotkey | autohotkey | |
| AutoIt | autoit | |
| Awk | awk, mawk, nawk, gawk | |
-| Ballerina | ballerina, bal | [highlightjs-ballerina](https://github.com/highlightjs/highlightjs-ballerina) |
| Bash | bash, sh, zsh | |
| Basic | basic | |
| BBCode | bbcode | [highlightjs-bbcode](https://github.com/RedGuy12/highlightjs-bbcode) |
@@ -45,8 +44,7 @@ The table below shows the full list of languages (and corresponding classes/alia
| Cache Object Script | cos, cls | |
| Candid | candid, did | [highlightjs-motoko](https://github.com/rvanasa/highlightjs-motoko) |
| CMake | cmake, cmake.in | |
-| COBOL | cobol, standard-cobol | [highlightjs-cobol](https://github.com/otterkit/highlightjs-cobol) |
-| CODEOWNERS | codeowners | [highlightjs-codeowners](https://github.com/highlightjs/highlightjs-codeowners) |
+| COBOL | cobol, standard-cobol | [highlightjs-cobol](https://github.com/otterkit/highlightjs-cobol) |
| Coq | coq | |
| CSP | csp | |
| CSS | css | |
@@ -80,7 +78,7 @@ The table below shows the full list of languages (and corresponding classes/alia
| Erlang | erlang, erl | |
| Excel | excel, xls, xlsx | |
| Extempore | extempore, xtlang, xtm | [highlightjs-xtlang](https://github.com/highlightjs/highlightjs-xtlang) |
-| F# | fsharp, fs, fsx, fsi, fsscript | |
+| F# | fsharp, fs | |
| FIX | fix | |
| Flix | flix | [highlightjs-flix](https://github.com/flix/highlightjs-flix) |
| Fortran | fortran, f90, f95 | |
@@ -96,7 +94,7 @@ The table below shows the full list of languages (and corresponding classes/alia
| Grammatical Framework | gf | [highlightjs-gf](https://github.com/johnjcamilleri/highlightjs-gf) |
| Golo | golo, gololang | |
| Gradle | gradle | |
-| GraphQL | graphql, gql | |
+| GraphQL | graphql | |
| Groovy | groovy | |
| GSQL | gsql | [highlightjs-gsql](https://github.com/DanBarkus/highlightjs-gsql) |
| HTML, XML | xml, html, xhtml, rss, atom, xjb, xsd, xsl, plist, svg | |
@@ -110,14 +108,11 @@ The table below shows the full list of languages (and corresponding classes/alia
| Ini, TOML | ini, toml | |
| Inform7 | inform7, i7 | |
| IRPF90 | irpf90 | |
-| Iptables | iptables | [highlightjs-iptables](https://github.com/highlightjs/highlightjs-iptables) |
-| JSON | json, jsonc | |
-| JSONata | jsonata | [highlightjs-jsonata](https://github.com/DevDimov/highlightjs-jsonata) |
+| JSON | json | |
| Java | java, jsp | |
| JavaScript | javascript, js, jsx | |
| Jolie | jolie, iol, ol | [highlightjs-jolie](https://github.com/xiroV/highlightjs-jolie) |
-| Julia | julia, jl | |
-| Julia REPL | julia-repl | |
+| Julia | julia, julia-repl | |
| Kotlin | kotlin, kt | |
| Lang | | [highlightjs-lang](https://github.com/highlightjs/highlightjs-lang)
| LaTeX | tex | |
@@ -126,13 +121,11 @@ The table below shows the full list of languages (and corresponding classes/alia
| Lasso | lasso, ls, lassoscript | |
| Less | less | |
| LDIF | ldif | |
-| Liquid | liquid | [highlightjs-liquid](https://github.com/highlightjs/highlightjs-liquid) |
| Lisp | lisp | |
| LiveCode Server | livecodeserver | |
| LiveScript | livescript, ls | |
| LookML | lookml | [highlightjs-lookml](https://github.com/spectacles-ci/highlightjs-lookml) |
-| Lua | lua, pluto | |
-| Luau | luau | [highlightjs-luau](https://github.com/highlightjs/highlightjs-luau) |
+| Lua | lua | |
| Macaulay2 | macaulay2 | [highlightjs-macaulay2](https://github.com/d-torrance/highlightjs-macaulay2) |
| Makefile | makefile, mk, mak, make | |
| Markdown | markdown, md, mkdown, mkd | |
@@ -141,10 +134,8 @@ The table below shows the full list of languages (and corresponding classes/alia
| Maxima | maxima | |
| Maya Embedded Language | mel | |
| Mercury | mercury | |
-| MetaPost | metapost | [highlightjs-metapost](https://github.com/chupinmaxime/highlightjs-metapost) | |
| MIPS Assembler | mips, mipsasm | |
| Mint | mint | [highlightjs-mint](https://github.com/mint-lang/highlightjs-mint) |
-| Mirth | mirth | [highlightjs-mirth](https://github.com/highlightjs/highlightjs-mirth) |
| mIRC Scripting Language | mirc, mrc | [highlightjs-mirc](https://github.com/highlightjs/highlightjs-mirc) |
| Mizar | mizar | |
| MKB | mkb | [highlightjs-mkb](https://github.com/Dereavy/highlightjs-mkb) |
@@ -163,7 +154,6 @@ The table below shows the full list of languages (and corresponding classes/alia
| Object Constraint Language | ocl | [highlightjs-ocl](https://github.com/nhomble/highlightjs-ocl) |
| OCaml | ocaml, ml | |
| Objective C | objectivec, mm, objc, obj-c, obj-c++, objective-c++ | |
-| Odin | odin | [highlightjs-odin](https://github.com/NinjasCL/highlightjs-odin) |
| OpenGL Shading Language | glsl | |
| OpenSCAD | openscad, scad | |
| Oracle Rules Language | ruleslanguage | |
@@ -173,12 +163,10 @@ The table below shows the full list of languages (and corresponding classes/alia
| Papyrus | papyrus, psc |[highlightjs-papyrus](https://github.com/Pickysaurus/highlightjs-papyrus) |
| Parser3 | parser3 | |
| Perl | perl, pl, pm | |
-| Phix | phix | [highlightjs-phix](https://github.com/highlightjs/highlightjs-phix) |
| Pine Script | pine, pinescript | [highlightjs-pine](https://github.com/jeyllani/highlightjs-pine) |
| Plaintext | plaintext, txt, text | |
| Pony | pony | |
| PostgreSQL & PL/pgSQL | pgsql, postgres, postgresql | |
-| PowerOn | poweron, po | [highlightjs-poweron](https://github.com/libum-llc/highlightjs-poweron) |
| PowerShell | powershell, ps, ps1 | |
| Processing | processing | |
| Prolog | prolog | |
@@ -192,18 +180,12 @@ The table below shows the full list of languages (and corresponding classes/alia
| Q | k, kdb | |
| QML | qml | |
| R | r | |
-| Raku | raku, perl6, p6, pm6, rakumod | [highlightjs-raku](https://github.com/highlightjs/highlightjs-raku) |
-| RakuDoc | pod6, rakudoc | [highlightjs-raku](https://github.com/highlightjs/highlightjs-raku) |
-| RakuQuoting | rakuquoting | [highlightjs-raku](https://github.com/highlightjs/highlightjs-raku) |
-| RakuRegexe | rakuregexe | [highlightjs-raku](https://github.com/highlightjs/highlightjs-raku) |
| Razor CSHTML | cshtml, razor, razor-cshtml | [highlightjs-cshtml-razor](https://github.com/highlightjs/highlightjs-cshtml-razor) |
| ReasonML | reasonml, re | |
| Rebol & Red | redbol, rebol, red, red-system | [highlightjs-redbol](https://github.com/oldes/highlightjs-redbol) |
| RenderMan RIB | rib | |
| RenderMan RSL | rsl | |
-| ReScript | rescript, res | [highlightjs-rescript](https://github.com/tsnobip/highlightjs-rescript) |
| RiScript | risc, riscript | [highlightjs-riscript](https://github.com/highlightjs/highlightjs-riscript) |
-| RISC-V Assembly | riscv, riscvasm | [highlightjs-riscvasm](https://github.com/highlightjs/highlightjs-riscvasm) |
| Roboconf | graph, instances | |
| Robot Framework | robot, rf | [highlightjs-robot](https://github.com/highlightjs/highlightjs-robot) |
| RPM spec files | rpm-specfile, rpm, spec, rpm-spec, specfile | [highlightjs-rpm-specfile](https://github.com/highlightjs/highlightjs-rpm-specfile) |
@@ -231,7 +213,7 @@ The table below shows the full list of languages (and corresponding classes/alia
| Stylus | stylus, styl | |
| SubUnit | subunit | |
| Supercollider | supercollider, sc | [highlightjs-supercollider](https://github.com/highlightjs/highlightjs-supercollider) |
-| Svelte | svelte | [highlight.svelte](https://github.com/moonlitgrace/highlight.svelte) |
+| Svelte | svelte | [highlightjs-svelte](https://github.com/AlexxNB/highlightjs-svelte) |
| Swift | swift | |
| Tcl | tcl, tk | |
| Terraform (HCL) | terraform, tf, hcl | [highlightjs-terraform](https://github.com/highlightjs/highlightjs-terraform) |
@@ -240,11 +222,9 @@ The table below shows the full list of languages (and corresponding classes/alia
| Toit | toit | [toit-highlight](https://github.com/snxx-lppxx/toit-highlight) |
| TP | tp | |
| Transact-SQL | tsql | [highlightjs-tsql](https://github.com/highlightjs/highlightjs-tsql) |
-| TTCN-3 | ttcn, ttcnpp, ttcn3 | [highlightjs-ttcn3](https://gitea.osmocom.org/ttcn3/highlightjs-ttcn3) |
| Twig | twig, craftcms | |
| TypeScript | typescript, ts, tsx, mts, cts | |
| Unicorn Rails log | unicorn-rails-log | [highlightjs-unicorn-rails-log](https://github.com/sweetppro/highlightjs-unicorn-rails-log) |
-| Unison | unison, u | [highlightjs-unison](https://github.com/highlightjs/highlightjs-unison) |
| VB.Net | vbnet, vb | |
| VBA | vba | [highlightjs-vba](https://github.com/dullin/highlightjs-vba) |
| VBScript | vbscript, vbs | |
@@ -252,17 +232,14 @@ The table below shows the full list of languages (and corresponding classes/alia
| Vala | vala | |
| Verilog | verilog, v | |
| Vim Script | vim | |
-| WGSL | wgsl | [highlightjs-wgsl](https://github.com/highlightjs/highlightjs-wgsl) |
| X# | xsharp, xs, prg | [highlightjs-xsharp](https://github.com/InfomindsAg/highlightjs-xsharp) |
| X++ | axapta, x++ | |
| x86 Assembly | x86asm | |
-| x86 Assembly (AT&T) | x86asmatt | [highlightjs-x86asmatt](https://github.com/gondow/highlightjs-x86asmatt) |
| XL | xl, tao | |
-| XQuery | xquery, xpath, xq, xqm | |
+| XQuery | xquery, xpath, xq | |
| YAML | yml, yaml | |
| ZenScript | zenscript, zs |[highlightjs-zenscript](https://github.com/highlightjs/highlightjs-zenscript) |
| Zephir | zephir, zep | |
-| Zig | zig |[highlightjs-zig](https://github.com/fwx5618177/highlightjs-zig) |
diff --git a/node_modules/highlight.js/es/languages/1c.js b/node_modules/highlight.js/es/languages/1c.js
index 206f9b5..1be8447 100644
--- a/node_modules/highlight.js/es/languages/1c.js
+++ b/node_modules/highlight.js/es/languages/1c.js
@@ -443,12 +443,6 @@ function _1c(hljs) {
]
};
- const PUNCTUATION = {
- match: /[;()+\-:=,]/,
- className: "punctuation",
- relevance: 0
- };
-
// comment : комментарии
const COMMENTS = hljs.inherit(hljs.C_LINE_COMMENT_MODE);
@@ -535,8 +529,7 @@ function _1c(hljs) {
SYMBOL,
NUMBERS,
STRINGS,
- DATE,
- PUNCTUATION
+ DATE
]
};
}
diff --git a/node_modules/highlight.js/es/languages/abnf.js b/node_modules/highlight.js/es/languages/abnf.js
index 8b7d81f..550e912 100644
--- a/node_modules/highlight.js/es/languages/abnf.js
+++ b/node_modules/highlight.js/es/languages/abnf.js
@@ -2,7 +2,6 @@
Language: Augmented Backus-Naur Form
Author: Alex McKibben
Website: https://tools.ietf.org/html/rfc5234
-Category: syntax
Audit: 2020
*/
diff --git a/node_modules/highlight.js/es/languages/apache.js b/node_modules/highlight.js/es/languages/apache.js
index f8f9e4f..7751f33 100644
--- a/node_modules/highlight.js/es/languages/apache.js
+++ b/node_modules/highlight.js/es/languages/apache.js
@@ -73,10 +73,6 @@ function apache(hljs) {
relevance: 0,
keywords: { literal: 'on off all deny allow' },
contains: [
- {
- scope: "punctuation",
- match: /\\\n/
- },
{
className: 'meta',
begin: /\s\[/,
diff --git a/node_modules/highlight.js/es/languages/arcade.js b/node_modules/highlight.js/es/languages/arcade.js
index 29101d4..261b577 100644
--- a/node_modules/highlight.js/es/languages/arcade.js
+++ b/node_modules/highlight.js/es/languages/arcade.js
@@ -1,51 +1,41 @@
/*
Language: ArcGIS Arcade
Category: scripting
+ Author: John Foster
Website: https://developers.arcgis.com/arcade/
Description: ArcGIS Arcade is an expression language used in many Esri ArcGIS products such as Pro, Online, Server, Runtime, JavaScript, and Python
*/
/** @type LanguageFn */
function arcade(hljs) {
- const regex = hljs.regex;
const IDENT_RE = '[A-Za-z_][0-9A-Za-z_]*';
const KEYWORDS = {
keyword: [
- "break",
- "case",
- "catch",
- "continue",
- "debugger",
- "do",
- "else",
- "export",
- "for",
- "function",
"if",
- "import",
- "in",
- "new",
- "of",
- "return",
- "switch",
- "try",
+ "for",
+ "while",
"var",
+ "new",
+ "function",
+ "do",
+ "return",
"void",
- "while"
+ "else",
+ "break"
],
literal: [
"BackSlash",
"DoubleQuote",
+ "false",
"ForwardSlash",
"Infinity",
"NaN",
"NewLine",
+ "null",
"PI",
"SingleQuote",
"Tab",
"TextFormatting",
- "false",
- "null",
"true",
"undefined"
],
@@ -70,22 +60,19 @@ function arcade(hljs) {
"BufferGeodetic",
"Ceil",
"Centroid",
- "ChangeTimeZone",
"Clip",
"Concatenate",
"Console",
"Constrain",
"Contains",
"ConvertDirection",
- "ConvexHull",
"Cos",
"Count",
"Crosses",
"Cut",
- "Date|0",
+ "Date",
"DateAdd",
"DateDiff",
- "DateOnly",
"Day",
"Decode",
"DefaultValue",
@@ -96,7 +83,6 @@ function arcade(hljs) {
"Disjoint",
"Distance",
"DistanceGeodetic",
- "DistanceToCoordinate",
"Distinct",
"Domain",
"DomainCode",
@@ -108,41 +94,30 @@ function arcade(hljs) {
"Expects",
"Extent",
"Feature",
- "FeatureInFilter",
"FeatureSet",
"FeatureSetByAssociation",
"FeatureSetById",
"FeatureSetByName",
"FeatureSetByPortalItem",
- "FeatureSetByRelationshipClass",
"FeatureSetByRelationshipName",
"Filter",
- "FilterBySubtypeCode",
"Find",
- "First|0",
+ "First",
"Floor",
"FromCharCode",
"FromCodePoint",
"FromJSON",
- "Front",
"GdbVersion",
"Generalize",
"Geometry",
- "GetEnvironment",
"GetFeatureSet",
- "GetFeatureSetInfo",
"GetUser",
"GroupBy",
"Guid",
- "HasKey",
- "HasValue",
"Hash",
+ "HasKey",
"Hour",
"IIf",
- "ISOMonth",
- "ISOWeek",
- "ISOWeekday",
- "ISOYear",
"Includes",
"IndexOf",
"Insert",
@@ -150,9 +125,12 @@ function arcade(hljs) {
"Intersects",
"IsEmpty",
"IsNan",
+ "ISOMonth",
+ "ISOWeek",
+ "ISOWeekday",
+ "ISOYear",
"IsSelfIntersecting",
"IsSimple",
- "KnowledgeGraphByPortalItem",
"Left|0",
"Length",
"Length3D",
@@ -162,7 +140,6 @@ function arcade(hljs) {
"Map",
"Max",
"Mean",
- "MeasureToCoordinate",
"Mid",
"Millisecond",
"Min",
@@ -170,17 +147,14 @@ function arcade(hljs) {
"Month",
"MultiPartToSinglePart",
"Multipoint",
- "NearestCoordinate",
- "NearestVertex",
"NextSequenceValue",
"None",
"Now",
"Number",
- "Offset",
+ "Offset|0",
"OrderBy",
"Overlaps",
"Point",
- "PointToCoordinate",
"Polygon",
"Polyline",
"Pop",
@@ -188,7 +162,6 @@ function arcade(hljs) {
"Pow",
"Proper",
"Push",
- "QueryGraph",
"Random",
"Reduce",
"Relate",
@@ -209,8 +182,6 @@ function arcade(hljs) {
"Splice",
"Split",
"Sqrt",
- "StandardizeFilename",
- "StandardizeGuid",
"Stdev",
"SubtypeCode",
"SubtypeName",
@@ -219,18 +190,15 @@ function arcade(hljs) {
"SymmetricDifference",
"Tan",
"Text",
- "Time",
- "TimeZone",
- "TimeZoneOffset",
"Timestamp",
"ToCharCode",
"ToCodePoint",
+ "Today",
"ToHex",
"ToLocal",
- "ToUTC",
- "Today",
"Top|0",
"Touches",
+ "ToUTC",
"TrackAccelerationAt",
"TrackAccelerationWindow",
"TrackCurrentAcceleration",
@@ -255,49 +223,14 @@ function arcade(hljs) {
"Variance",
"Week",
"Weekday",
- "When|0",
+ "When",
"Within",
- "Year|0",
+ "Year"
]
};
- const PROFILE_VARS = [
- "aggregatedFeatures",
- "analytic",
- "config",
- "datapoint",
- "datastore",
- "editcontext",
- "feature",
- "featureSet",
- "feedfeature",
- "fencefeature",
- "fencenotificationtype",
- "graph",
- "join",
- "layer",
- "locationupdate",
- "map",
- "measure",
- "measure",
- "originalFeature",
- "record",
- "reference",
- "rowindex",
- "sourcedatastore",
- "sourcefeature",
- "sourcelayer",
- "target",
- "targetdatastore",
- "targetfeature",
- "targetlayer",
- "userInput",
- "value",
- "variables",
- "view"
- ];
const SYMBOL = {
className: 'symbol',
- begin: '\\$' + regex.either(...PROFILE_VARS)
+ begin: '\\$[datastore|feature|layer|map|measure|sourcefeature|sourcelayer|targetfeature|targetlayer|value|view]+'
};
const NUMBER = {
className: 'number',
diff --git a/node_modules/highlight.js/es/languages/arduino.js b/node_modules/highlight.js/es/languages/arduino.js
index cb8a772..ae0fe08 100644
--- a/node_modules/highlight.js/es/languages/arduino.js
+++ b/node_modules/highlight.js/es/languages/arduino.js
@@ -52,44 +52,9 @@ function cPlusPlus(hljs) {
const NUMBERS = {
className: 'number',
variants: [
- // Floating-point literal.
- { begin:
- "[+-]?(?:" // Leading sign.
- // Decimal.
- + "(?:"
- +"[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?"
- + "|\\.[0-9](?:'?[0-9])*"
- + ")(?:[Ee][+-]?[0-9](?:'?[0-9])*)?"
- + "|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*"
- // Hexadecimal.
- + "|0[Xx](?:"
- +"[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?"
- + "|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*"
- + ")[Pp][+-]?[0-9](?:'?[0-9])*"
- + ")(?:" // Literal suffixes.
- + "[Ff](?:16|32|64|128)?"
- + "|(BF|bf)16"
- + "|[Ll]"
- + "|" // Literal suffix is optional.
- + ")"
- },
- // Integer literal.
- { begin:
- "[+-]?\\b(?:" // Leading sign.
- + "0[Bb][01](?:'?[01])*" // Binary.
- + "|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*" // Hexadecimal.
- + "|0(?:'?[0-7])*" // Octal or just a lone zero.
- + "|[1-9](?:'?[0-9])*" // Decimal.
- + ")(?:" // Literal suffixes.
- + "[Uu](?:LL?|ll?)"
- + "|[Uu][Zz]?"
- + "|(?:LL?|ll?)[Uu]?"
- + "|[Zz][Uu]"
- + "|" // Literal suffix is optional.
- + ")"
- // Note: there are user-defined literal suffixes too, but perhaps having the custom suffix not part of the
- // literal highlight actually makes it stand out more.
- }
+ { 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
};
@@ -247,8 +212,6 @@ function cPlusPlus(hljs) {
'counting_semaphore',
'deque',
'false_type',
- 'flat_map',
- 'flat_set',
'future',
'imaginary',
'initializer_list',
@@ -574,7 +537,7 @@ function cPlusPlus(hljs) {
[
PREPROCESSOR,
{ // containers: ie, `vector rooms (9);`
- begin: '\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function|flat_map|flat_set)\\s*<(?!<)',
+ begin: '\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)',
end: '>',
keywords: CPP_KEYWORDS,
contains: [
@@ -607,10 +570,8 @@ Language: Arduino
Author: Stefania Mellai
Description: The Arduino® Language is a superset of C++. This rules are designed to highlight the Arduino® source code. For info about language see http://www.arduino.cc.
Website: https://www.arduino.cc
-Category: system
*/
-
/** @type LanguageFn */
function arduino(hljs) {
const ARDUINO_KW = {
diff --git a/node_modules/highlight.js/es/languages/armasm.js b/node_modules/highlight.js/es/languages/armasm.js
index 40e7eec..b3a1a99 100644
--- a/node_modules/highlight.js/es/languages/armasm.js
+++ b/node_modules/highlight.js/es/languages/armasm.js
@@ -32,10 +32,6 @@ function armasm(hljs) {
+ 'ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ',
built_in:
'r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 ' // standard registers
- + 'w0 w1 w2 w3 w4 w5 w6 w7 w8 w9 w10 w11 w12 w13 w14 w15 ' // 32 bit ARMv8 registers
- + 'w16 w17 w18 w19 w20 w21 w22 w23 w24 w25 w26 w27 w28 w29 w30 '
- + 'x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 ' // 64 bit ARMv8 registers
- + 'x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 '
+ 'pc lr sp ip sl sb fp ' // typical regs plus backward compatibility
+ 'a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 ' // more regs and fp
+ 'p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 ' // coprocessor regs
diff --git a/node_modules/highlight.js/es/languages/aspectj.js b/node_modules/highlight.js/es/languages/aspectj.js
index 24c946e..dfe6311 100644
--- a/node_modules/highlight.js/es/languages/aspectj.js
+++ b/node_modules/highlight.js/es/languages/aspectj.js
@@ -3,7 +3,6 @@ Language: AspectJ
Author: Hakan Ozler
Website: https://www.eclipse.org/aspectj/
Description: Syntax Highlighting for the AspectJ Language which is a general-purpose aspect-oriented extension to the Java programming language.
-Category: system
Audit: 2020
*/
diff --git a/node_modules/highlight.js/es/languages/awk.js b/node_modules/highlight.js/es/languages/awk.js
index 2b74d39..30b909c 100644
--- a/node_modules/highlight.js/es/languages/awk.js
+++ b/node_modules/highlight.js/es/languages/awk.js
@@ -3,7 +3,6 @@ Language: Awk
Author: Matthew Daly
Website: https://www.gnu.org/software/gawk/manual/gawk.html
Description: language definition for Awk scripts
-Category: scripting
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/es/languages/bash.js b/node_modules/highlight.js/es/languages/bash.js
index 1fc226c..7114704 100644
--- a/node_modules/highlight.js/es/languages/bash.js
+++ b/node_modules/highlight.js/es/languages/bash.js
@@ -3,7 +3,7 @@ Language: Bash
Author: vah
Contributrors: Benjamin Pannell
Website: https://www.gnu.org/software/bash/
-Category: common, scripting
+Category: common
*/
/** @type LanguageFn */
@@ -38,18 +38,6 @@ function bash(hljs) {
end: /\)/,
contains: [ hljs.BACKSLASH_ESCAPE ]
};
- const COMMENT = hljs.inherit(
- hljs.COMMENT(),
- {
- match: [
- /(^|\s)/,
- /#.*$/
- ],
- scope: {
- 2: 'comment'
- }
- }
- );
const HERE_DOC = {
begin: /<<-?\s*(?=\w+)/,
starts: { contains: [
@@ -72,16 +60,15 @@ function bash(hljs) {
};
SUBST.contains.push(QUOTE_STRING);
const ESCAPED_QUOTE = {
- match: /\\"/
+ className: '',
+ begin: /\\"/
+
};
const APOS_STRING = {
className: 'string',
begin: /'/,
end: /'/
};
- const ESCAPED_APOS = {
- match: /\\'/
- };
const ARITHMETIC = {
begin: /\$?\(\(/,
end: /\)\)/,
@@ -123,7 +110,6 @@ function bash(hljs) {
"else",
"elif",
"fi",
- "time",
"for",
"while",
"until",
@@ -132,7 +118,6 @@ function bash(hljs) {
"done",
"case",
"esac",
- "coproc",
"function",
"select"
];
@@ -185,7 +170,6 @@ function bash(hljs) {
"read",
"readarray",
"source",
- "sudo",
"type",
"typeset",
"ulimit",
@@ -371,10 +355,7 @@ function bash(hljs) {
return {
name: 'Bash',
- aliases: [
- 'sh',
- 'zsh'
- ],
+ aliases: [ 'sh' ],
keywords: {
$pattern: /\b[a-z][a-z0-9._-]+\b/,
keyword: KEYWORDS,
@@ -394,13 +375,12 @@ function bash(hljs) {
hljs.SHEBANG(), // to catch unknown shells but still highlight the shebang
FUNCTION,
ARITHMETIC,
- COMMENT,
+ hljs.HASH_COMMENT_MODE,
HERE_DOC,
PATH_MODE,
QUOTE_STRING,
ESCAPED_QUOTE,
APOS_STRING,
- ESCAPED_APOS,
VAR
]
};
diff --git a/node_modules/highlight.js/es/languages/basic.js b/node_modules/highlight.js/es/languages/basic.js
index 1037071..fece3de 100644
--- a/node_modules/highlight.js/es/languages/basic.js
+++ b/node_modules/highlight.js/es/languages/basic.js
@@ -3,7 +3,6 @@ Language: BASIC
Author: Raphaël Assénat
Description: Based on the BASIC reference from the Tandy 1000 guide
Website: https://en.wikipedia.org/wiki/Tandy_1000
-Category: system
*/
/** @type LanguageFn */
@@ -198,13 +197,7 @@ function basic(hljs) {
keyword: KEYWORDS
},
contains: [
- {
- // Match strings that start with " and end with " or a line break
- scope: 'string',
- begin: /"/,
- end: /"|$/,
- contains: [ hljs.BACKSLASH_ESCAPE ]
- },
+ hljs.QUOTE_STRING_MODE,
hljs.COMMENT('REM', '$', { relevance: 10 }),
hljs.COMMENT('\'', '$', { relevance: 0 }),
{
diff --git a/node_modules/highlight.js/es/languages/bnf.js b/node_modules/highlight.js/es/languages/bnf.js
index 345d1cb..fa9c39a 100644
--- a/node_modules/highlight.js/es/languages/bnf.js
+++ b/node_modules/highlight.js/es/languages/bnf.js
@@ -1,7 +1,6 @@
/*
Language: Backus–Naur Form
Website: https://en.wikipedia.org/wiki/Backus–Naur_form
-Category: syntax
Author: Oleg Efimov
*/
diff --git a/node_modules/highlight.js/es/languages/c.js b/node_modules/highlight.js/es/languages/c.js
index 65bbd43..8ad8354 100644
--- a/node_modules/highlight.js/es/languages/c.js
+++ b/node_modules/highlight.js/es/languages/c.js
@@ -57,21 +57,20 @@ function c(hljs) {
const NUMBERS = {
className: 'number',
variants: [
- { match: /\b(0b[01']+)/ },
- { match: /(-?)\b([\d']+(\.[\d']*)?|\.[\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)/ },
- { match: /(-?)\b(0[xX][a-fA-F0-9]+(?:'[a-fA-F0-9]+)*(?:\.[a-fA-F0-9]*(?:'[a-fA-F0-9]*)*)?(?:[pP][-+]?[0-9]+)?(l|L)?(u|U)?)/ },
- { match: /(-?)\b\d+(?:'\d+)*(?:\.\d*(?:'\d*)*)?(?:[eE][-+]?\d+)?/ }
- ],
+ { 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
- };
-
+ };
+
const PREPROCESSOR = {
className: 'meta',
begin: /#\s*[a-z]+\b/,
end: /$/,
keywords: { keyword:
'if else elif endif define undef warning error line '
- + 'pragma _Pragma ifdef ifndef elifdef elifndef include' },
+ + 'pragma _Pragma ifdef ifndef include' },
contains: [
{
begin: /\\\n/,
@@ -115,8 +114,6 @@ function c(hljs) {
"restrict",
"return",
"sizeof",
- "typeof",
- "typeof_unqual",
"struct",
"switch",
"typedef",
@@ -151,26 +148,14 @@ function c(hljs) {
"char",
"void",
"_Bool",
- "_BitInt",
"_Complex",
"_Imaginary",
"_Decimal32",
"_Decimal64",
- "_Decimal96",
"_Decimal128",
- "_Decimal64x",
- "_Decimal128x",
- "_Float16",
- "_Float32",
- "_Float64",
- "_Float128",
- "_Float32x",
- "_Float64x",
- "_Float128x",
// modifiers
"const",
"static",
- "constexpr",
// aliases
"complex",
"bool",
diff --git a/node_modules/highlight.js/es/languages/cal.js b/node_modules/highlight.js/es/languages/cal.js
index 9ec55e8..424da52 100644
--- a/node_modules/highlight.js/es/languages/cal.js
+++ b/node_modules/highlight.js/es/languages/cal.js
@@ -3,7 +3,6 @@ Language: C/AL
Author: Kenneth Fuglsang Christensen
Description: Provides highlighting of Microsoft Dynamics NAV C/AL code files
Website: https://docs.microsoft.com/en-us/dynamics-nav/programming-in-c-al
-Category: enterprise
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/es/languages/ceylon.js b/node_modules/highlight.js/es/languages/ceylon.js
index 31cb17e..64497d6 100644
--- a/node_modules/highlight.js/es/languages/ceylon.js
+++ b/node_modules/highlight.js/es/languages/ceylon.js
@@ -2,7 +2,6 @@
Language: Ceylon
Author: Lucas Werkmeister
Website: https://ceylon-lang.org
-Category: system
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/es/languages/cmake.js b/node_modules/highlight.js/es/languages/cmake.js
index 8efa659..a567964 100644
--- a/node_modules/highlight.js/es/languages/cmake.js
+++ b/node_modules/highlight.js/es/languages/cmake.js
@@ -3,7 +3,6 @@ Language: CMake
Description: CMake is an open-source cross-platform system for build automation.
Author: Igor Kalnitsky
Website: https://cmake.org
-Category: build-system
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/es/languages/coffeescript.js b/node_modules/highlight.js/es/languages/coffeescript.js
index 35d4f91..b59bbc2 100644
--- a/node_modules/highlight.js/es/languages/coffeescript.js
+++ b/node_modules/highlight.js/es/languages/coffeescript.js
@@ -39,9 +39,7 @@ const KEYWORDS = [
"import",
"from",
"export",
- "extends",
- // It's reached stage 3, which is "recommended for implementation":
- "using"
+ "extends"
];
const LITERALS = [
"true",
@@ -153,7 +151,6 @@ Category: scripting
Website: https://coffeescript.org
*/
-
/** @type LanguageFn */
function coffeescript(hljs) {
const COFFEE_BUILT_INS = [
diff --git a/node_modules/highlight.js/es/languages/cpp.js b/node_modules/highlight.js/es/languages/cpp.js
index 2899f66..fe455b5 100644
--- a/node_modules/highlight.js/es/languages/cpp.js
+++ b/node_modules/highlight.js/es/languages/cpp.js
@@ -52,44 +52,9 @@ function cpp(hljs) {
const NUMBERS = {
className: 'number',
variants: [
- // Floating-point literal.
- { begin:
- "[+-]?(?:" // Leading sign.
- // Decimal.
- + "(?:"
- +"[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?"
- + "|\\.[0-9](?:'?[0-9])*"
- + ")(?:[Ee][+-]?[0-9](?:'?[0-9])*)?"
- + "|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*"
- // Hexadecimal.
- + "|0[Xx](?:"
- +"[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?"
- + "|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*"
- + ")[Pp][+-]?[0-9](?:'?[0-9])*"
- + ")(?:" // Literal suffixes.
- + "[Ff](?:16|32|64|128)?"
- + "|(BF|bf)16"
- + "|[Ll]"
- + "|" // Literal suffix is optional.
- + ")"
- },
- // Integer literal.
- { begin:
- "[+-]?\\b(?:" // Leading sign.
- + "0[Bb][01](?:'?[01])*" // Binary.
- + "|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*" // Hexadecimal.
- + "|0(?:'?[0-7])*" // Octal or just a lone zero.
- + "|[1-9](?:'?[0-9])*" // Decimal.
- + ")(?:" // Literal suffixes.
- + "[Uu](?:LL?|ll?)"
- + "|[Uu][Zz]?"
- + "|(?:LL?|ll?)[Uu]?"
- + "|[Zz][Uu]"
- + "|" // Literal suffix is optional.
- + ")"
- // Note: there are user-defined literal suffixes too, but perhaps having the custom suffix not part of the
- // literal highlight actually makes it stand out more.
- }
+ { 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
};
@@ -247,8 +212,6 @@ function cpp(hljs) {
'counting_semaphore',
'deque',
'false_type',
- 'flat_map',
- 'flat_set',
'future',
'imaginary',
'initializer_list',
@@ -574,7 +537,7 @@ function cpp(hljs) {
[
PREPROCESSOR,
{ // containers: ie, `vector rooms (9);`
- begin: '\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function|flat_map|flat_set)\\s*<(?!<)',
+ begin: '\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)',
end: '>',
keywords: CPP_KEYWORDS,
contains: [
diff --git a/node_modules/highlight.js/es/languages/crystal.js b/node_modules/highlight.js/es/languages/crystal.js
index 348db32..dc55c50 100644
--- a/node_modules/highlight.js/es/languages/crystal.js
+++ b/node_modules/highlight.js/es/languages/crystal.js
@@ -2,7 +2,6 @@
Language: Crystal
Author: TSUYUSATO Kitsune
Website: https://crystal-lang.org
-Category: system
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/es/languages/csharp.js b/node_modules/highlight.js/es/languages/csharp.js
index 0f73aff..a25a79e 100644
--- a/node_modules/highlight.js/es/languages/csharp.js
+++ b/node_modules/highlight.js/es/languages/csharp.js
@@ -117,14 +117,11 @@ function csharp(hljs) {
'alias',
'and',
'ascending',
- 'args',
'async',
'await',
'by',
'descending',
- 'dynamic',
'equals',
- 'file',
'from',
'get',
'global',
@@ -140,10 +137,7 @@ function csharp(hljs) {
'or',
'orderby',
'partial',
- 'record',
'remove',
- 'required',
- 'scoped',
'select',
'set',
'unmanaged',
@@ -170,11 +164,6 @@ function csharp(hljs) {
],
relevance: 0
};
- const RAW_STRING = {
- className: 'string',
- begin: /"""("*)(?!")(.|\n)*?"""\1/,
- relevance: 1
- };
const VERBATIM_STRING = {
className: 'string',
begin: '@"',
@@ -240,7 +229,6 @@ function csharp(hljs) {
hljs.inherit(hljs.C_BLOCK_COMMENT_MODE, { illegal: /\n/ })
];
const STRING = { variants: [
- RAW_STRING,
INTERPOLATED_VERBATIM_STRING,
INTERPOLATED_STRING,
VERBATIM_STRING,
diff --git a/node_modules/highlight.js/es/languages/csp.js b/node_modules/highlight.js/es/languages/csp.js
index 3d9565a..3ac1a06 100644
--- a/node_modules/highlight.js/es/languages/csp.js
+++ b/node_modules/highlight.js/es/languages/csp.js
@@ -3,7 +3,6 @@ Language: CSP
Description: Content Security Policy definition highlighting
Author: Taras
Website: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
-Category: web
vim: ts=2 sw=2 st=2
*/
diff --git a/node_modules/highlight.js/es/languages/css.js b/node_modules/highlight.js/es/languages/css.js
index 955e6fa..7d5ae76 100644
--- a/node_modules/highlight.js/es/languages/css.js
+++ b/node_modules/highlight.js/es/languages/css.js
@@ -38,12 +38,12 @@ const MODES = (hljs) => {
},
CSS_VARIABLE: {
className: "attr",
- begin: /--[A-Za-z_][A-Za-z0-9_-]*/
+ begin: /--[A-Za-z][A-Za-z0-9_-]*/
}
};
};
-const HTML_TAGS = [
+const TAGS = [
'a',
'abbr',
'address',
@@ -95,16 +95,11 @@ const HTML_TAGS = [
'nav',
'object',
'ol',
- 'optgroup',
- 'option',
'p',
- 'picture',
'q',
'quote',
'samp',
'section',
- 'select',
- 'source',
'span',
'strong',
'summary',
@@ -123,58 +118,6 @@ const HTML_TAGS = [
'video'
];
-const SVG_TAGS = [
- 'defs',
- 'g',
- 'marker',
- 'mask',
- 'pattern',
- 'svg',
- 'switch',
- 'symbol',
- 'feBlend',
- 'feColorMatrix',
- 'feComponentTransfer',
- 'feComposite',
- 'feConvolveMatrix',
- 'feDiffuseLighting',
- 'feDisplacementMap',
- 'feFlood',
- 'feGaussianBlur',
- 'feImage',
- 'feMerge',
- 'feMorphology',
- 'feOffset',
- 'feSpecularLighting',
- 'feTile',
- 'feTurbulence',
- 'linearGradient',
- 'radialGradient',
- 'stop',
- 'circle',
- 'ellipse',
- 'image',
- 'line',
- 'path',
- 'polygon',
- 'polyline',
- 'rect',
- 'text',
- 'use',
- 'textPath',
- 'tspan',
- 'foreignObject',
- 'clipPath'
-];
-
-const TAGS = [
- ...HTML_TAGS,
- ...SVG_TAGS,
-];
-
-// Sorting, then reversing makes sure longer attributes/elements like
-// `font-weight` are matched fully instead of getting false positives on say `font`
-
const MEDIA_FEATURES = [
'any-hover',
'any-pointer',
@@ -210,7 +153,7 @@ const MEDIA_FEATURES = [
'max-width',
'min-height',
'max-height'
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes
const PSEUDO_CLASSES = [
@@ -273,7 +216,7 @@ const PSEUDO_CLASSES = [
'valid',
'visited',
'where' // where()
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements
const PSEUDO_ELEMENTS = [
@@ -291,18 +234,14 @@ const PSEUDO_ELEMENTS = [
'selection',
'slotted',
'spelling-error'
-].sort().reverse();
+];
const ATTRIBUTES = [
- 'accent-color',
'align-content',
'align-items',
'align-self',
- 'alignment-baseline',
'all',
- 'anchor-name',
'animation',
- 'animation-composition',
'animation-delay',
'animation-direction',
'animation-duration',
@@ -310,14 +249,7 @@ const ATTRIBUTES = [
'animation-iteration-count',
'animation-name',
'animation-play-state',
- 'animation-range',
- 'animation-range-end',
- 'animation-range-start',
- 'animation-timeline',
'animation-timing-function',
- 'appearance',
- 'aspect-ratio',
- 'backdrop-filter',
'backface-visibility',
'background',
'background-attachment',
@@ -327,11 +259,8 @@ const ATTRIBUTES = [
'background-image',
'background-origin',
'background-position',
- 'background-position-x',
- 'background-position-y',
'background-repeat',
'background-size',
- 'baseline-shift',
'block-size',
'border',
'border-block',
@@ -354,8 +283,6 @@ const ATTRIBUTES = [
'border-bottom-width',
'border-collapse',
'border-color',
- 'border-end-end-radius',
- 'border-end-start-radius',
'border-image',
'border-image-outset',
'border-image-repeat',
@@ -384,8 +311,6 @@ const ATTRIBUTES = [
'border-right-style',
'border-right-width',
'border-spacing',
- 'border-start-end-radius',
- 'border-start-start-radius',
'border-style',
'border-top',
'border-top-color',
@@ -395,15 +320,7 @@ const ATTRIBUTES = [
'border-top-width',
'border-width',
'bottom',
- 'box-align',
'box-decoration-break',
- 'box-direction',
- 'box-flex',
- 'box-flex-group',
- 'box-lines',
- 'box-ordinal-group',
- 'box-orient',
- 'box-pack',
'box-shadow',
'box-sizing',
'break-after',
@@ -416,11 +333,6 @@ const ATTRIBUTES = [
'clip-path',
'clip-rule',
'color',
- 'color-interpolation',
- 'color-interpolation-filters',
- 'color-profile',
- 'color-rendering',
- 'color-scheme',
'column-count',
'column-fill',
'column-gap',
@@ -432,34 +344,17 @@ const ATTRIBUTES = [
'column-width',
'columns',
'contain',
- 'contain-intrinsic-block-size',
- 'contain-intrinsic-height',
- 'contain-intrinsic-inline-size',
- 'contain-intrinsic-size',
- 'contain-intrinsic-width',
- 'container',
- 'container-name',
- 'container-type',
'content',
'content-visibility',
'counter-increment',
'counter-reset',
- 'counter-set',
'cue',
'cue-after',
'cue-before',
'cursor',
- 'cx',
- 'cy',
'direction',
'display',
- 'dominant-baseline',
'empty-cells',
- 'enable-background',
- 'field-sizing',
- 'fill',
- 'fill-opacity',
- 'fill-rule',
'filter',
'flex',
'flex-basis',
@@ -469,8 +364,6 @@ const ATTRIBUTES = [
'flex-shrink',
'flex-wrap',
'float',
- 'flood-color',
- 'flood-opacity',
'flow',
'font',
'font-display',
@@ -478,32 +371,21 @@ const ATTRIBUTES = [
'font-feature-settings',
'font-kerning',
'font-language-override',
- 'font-optical-sizing',
- 'font-palette',
'font-size',
'font-size-adjust',
- 'font-smooth',
'font-smoothing',
'font-stretch',
'font-style',
'font-synthesis',
- 'font-synthesis-position',
- 'font-synthesis-small-caps',
- 'font-synthesis-style',
- 'font-synthesis-weight',
'font-variant',
- 'font-variant-alternates',
'font-variant-caps',
'font-variant-east-asian',
- 'font-variant-emoji',
'font-variant-ligatures',
'font-variant-numeric',
'font-variant-position',
'font-variation-settings',
'font-weight',
- 'forced-color-adjust',
'gap',
- 'glyph-orientation-horizontal',
'glyph-orientation-vertical',
'grid',
'grid-area',
@@ -523,36 +405,19 @@ const ATTRIBUTES = [
'grid-template-rows',
'hanging-punctuation',
'height',
- 'hyphenate-character',
- 'hyphenate-limit-chars',
'hyphens',
'icon',
'image-orientation',
'image-rendering',
'image-resolution',
'ime-mode',
- 'initial-letter',
- 'initial-letter-align',
'inline-size',
- 'inset',
- 'inset-area',
- 'inset-block',
- 'inset-block-end',
- 'inset-block-start',
- 'inset-inline',
- 'inset-inline-end',
- 'inset-inline-start',
'isolation',
'justify-content',
- 'justify-items',
- 'justify-self',
- 'kerning',
'left',
'letter-spacing',
- 'lighting-color',
'line-break',
'line-height',
- 'line-height-step',
'list-style',
'list-style-image',
'list-style-position',
@@ -568,11 +433,6 @@ const ATTRIBUTES = [
'margin-left',
'margin-right',
'margin-top',
- 'margin-trim',
- 'marker',
- 'marker-end',
- 'marker-mid',
- 'marker-start',
'marks',
'mask',
'mask-border',
@@ -591,10 +451,6 @@ const ATTRIBUTES = [
'mask-repeat',
'mask-size',
'mask-type',
- 'masonry-auto-flow',
- 'math-depth',
- 'math-shift',
- 'math-style',
'max-block-size',
'max-height',
'max-inline-size',
@@ -613,12 +469,6 @@ const ATTRIBUTES = [
'normal',
'object-fit',
'object-position',
- 'offset',
- 'offset-anchor',
- 'offset-distance',
- 'offset-path',
- 'offset-position',
- 'offset-rotate',
'opacity',
'order',
'orphans',
@@ -628,19 +478,9 @@ const ATTRIBUTES = [
'outline-style',
'outline-width',
'overflow',
- 'overflow-anchor',
- 'overflow-block',
- 'overflow-clip-margin',
- 'overflow-inline',
'overflow-wrap',
'overflow-x',
'overflow-y',
- 'overlay',
- 'overscroll-behavior',
- 'overscroll-behavior-block',
- 'overscroll-behavior-inline',
- 'overscroll-behavior-x',
- 'overscroll-behavior-y',
'padding',
'padding-block',
'padding-block-end',
@@ -652,37 +492,23 @@ const ATTRIBUTES = [
'padding-left',
'padding-right',
'padding-top',
- 'page',
'page-break-after',
'page-break-before',
'page-break-inside',
- 'paint-order',
'pause',
'pause-after',
'pause-before',
'perspective',
'perspective-origin',
- 'place-content',
- 'place-items',
- 'place-self',
'pointer-events',
'position',
- 'position-anchor',
- 'position-visibility',
- 'print-color-adjust',
'quotes',
- 'r',
'resize',
'rest',
'rest-after',
'rest-before',
'right',
- 'rotate',
'row-gap',
- 'ruby-align',
- 'ruby-position',
- 'scale',
- 'scroll-behavior',
'scroll-margin',
'scroll-margin-block',
'scroll-margin-block-end',
@@ -708,43 +534,25 @@ const ATTRIBUTES = [
'scroll-snap-align',
'scroll-snap-stop',
'scroll-snap-type',
- 'scroll-timeline',
- 'scroll-timeline-axis',
- 'scroll-timeline-name',
'scrollbar-color',
'scrollbar-gutter',
'scrollbar-width',
'shape-image-threshold',
'shape-margin',
'shape-outside',
- 'shape-rendering',
'speak',
'speak-as',
'src', // @font-face
- 'stop-color',
- 'stop-opacity',
- 'stroke',
- 'stroke-dasharray',
- 'stroke-dashoffset',
- 'stroke-linecap',
- 'stroke-linejoin',
- 'stroke-miterlimit',
- 'stroke-opacity',
- 'stroke-width',
'tab-size',
'table-layout',
'text-align',
'text-align-all',
'text-align-last',
- 'text-anchor',
'text-combine-upright',
'text-decoration',
'text-decoration-color',
'text-decoration-line',
- 'text-decoration-skip',
- 'text-decoration-skip-ink',
'text-decoration-style',
- 'text-decoration-thickness',
'text-emphasis',
'text-emphasis-color',
'text-emphasis-position',
@@ -755,37 +563,20 @@ const ATTRIBUTES = [
'text-overflow',
'text-rendering',
'text-shadow',
- 'text-size-adjust',
'text-transform',
- 'text-underline-offset',
'text-underline-position',
- 'text-wrap',
- 'text-wrap-mode',
- 'text-wrap-style',
- 'timeline-scope',
'top',
- 'touch-action',
'transform',
'transform-box',
'transform-origin',
'transform-style',
'transition',
- 'transition-behavior',
'transition-delay',
'transition-duration',
'transition-property',
'transition-timing-function',
- 'translate',
'unicode-bidi',
- 'user-modify',
- 'user-select',
- 'vector-effect',
'vertical-align',
- 'view-timeline',
- 'view-timeline-axis',
- 'view-timeline-inset',
- 'view-timeline-name',
- 'view-transition-name',
'visibility',
'voice-balance',
'voice-duration',
@@ -796,7 +587,6 @@ const ATTRIBUTES = [
'voice-stress',
'voice-volume',
'white-space',
- 'white-space-collapse',
'widows',
'width',
'will-change',
@@ -804,11 +594,10 @@ const ATTRIBUTES = [
'word-spacing',
'word-wrap',
'writing-mode',
- 'x',
- 'y',
- 'z-index',
- 'zoom'
-].sort().reverse();
+ 'z-index'
+ // reverse makes sure longer attributes `font-weight` are matched fully
+ // instead of getting false positives on say `font`
+].reverse();
/*
Language: CSS
@@ -816,7 +605,6 @@ Category: common, css, web
Website: https://developer.mozilla.org/en-US/docs/Web/CSS
*/
-
/** @type LanguageFn */
function css(hljs) {
const regex = hljs.regex;
diff --git a/node_modules/highlight.js/es/languages/d.js b/node_modules/highlight.js/es/languages/d.js
index f164df5..db3c334 100644
--- a/node_modules/highlight.js/es/languages/d.js
+++ b/node_modules/highlight.js/es/languages/d.js
@@ -4,7 +4,6 @@ Author: Aleksandar Ruzicic
Description: D is a language with C-like syntax and static typing. It pragmatically combines efficiency, control, and modeling power, with safety and programmer productivity.
Version: 1.0a
Website: https://dlang.org
-Category: system
Date: 2012-04-08
*/
diff --git a/node_modules/highlight.js/es/languages/dart.js b/node_modules/highlight.js/es/languages/dart.js
index 90c11a3..1d44dc7 100644
--- a/node_modules/highlight.js/es/languages/dart.js
+++ b/node_modules/highlight.js/es/languages/dart.js
@@ -25,15 +25,6 @@ function dart(hljs) {
keywords: 'true false null this is new super'
};
- const NUMBER = {
- className: 'number',
- relevance: 0,
- variants: [
- { match: /\b[0-9][0-9_]*(\.[0-9][0-9_]*)?([eE][+-]?[0-9][0-9_]*)?\b/ },
- { match: /\b0[xX][0-9A-Fa-f][0-9A-Fa-f_]*\b/ }
- ]
- };
-
const STRING = {
className: 'string',
variants: [
@@ -96,7 +87,7 @@ function dart(hljs) {
]
};
BRACED_SUBST.contains = [
- NUMBER,
+ hljs.C_NUMBER_MODE,
STRING
];
@@ -257,7 +248,7 @@ function dart(hljs) {
hljs.UNDERSCORE_TITLE_MODE
]
},
- NUMBER,
+ hljs.C_NUMBER_MODE,
{
className: 'meta',
begin: '@[A-Za-z]+'
diff --git a/node_modules/highlight.js/es/languages/delphi.js b/node_modules/highlight.js/es/languages/delphi.js
index 1a41cbd..cb12b57 100644
--- a/node_modules/highlight.js/es/languages/delphi.js
+++ b/node_modules/highlight.js/es/languages/delphi.js
@@ -1,7 +1,6 @@
/*
Language: Delphi
Website: https://www.embarcadero.com/products/delphi
-Category: system
*/
/** @type LanguageFn */
@@ -164,36 +163,20 @@ function delphi(hljs) {
relevance: 0,
// Source: https://www.freepascal.org/docs-html/ref/refse6.html
variants: [
- {
- // Regular numbers, e.g., 123, 123.456.
- match: /\b\d[\d_]*(\.\d[\d_]*)?/ },
{
// Hexadecimal notation, e.g., $7F.
- match: /\$[\dA-Fa-f_]+/ },
- {
- // Hexadecimal literal with no digits
- match: /\$/,
- relevance: 0 },
+ begin: '\\$[0-9A-Fa-f]+' },
{
// Octal notation, e.g., &42.
- match: /&[0-7][0-7_]*/ },
+ begin: '&[0-7]+' },
{
// Binary notation, e.g., %1010.
- match: /%[01_]+/ },
- {
- // Binary literal with no digits
- match: /%/,
- relevance: 0 }
+ begin: '%[01]+' }
]
};
const CHAR_STRING = {
className: 'string',
- variants: [
- { match: /#\d[\d_]*/ },
- { match: /#\$[\dA-Fa-f][\dA-Fa-f_]*/ },
- { match: /#&[0-7][0-7_]*/ },
- { match: /#%[01][01_]*/ }
- ]
+ begin: /(#\d+)+/
};
const CLASS = {
begin: hljs.IDENT_RE + '\\s*=\\s*class\\s*\\(',
@@ -235,6 +218,7 @@ function delphi(hljs) {
contains: [
STRING,
CHAR_STRING,
+ hljs.NUMBER_MODE,
NUMBER,
CLASS,
FUNCTION,
diff --git a/node_modules/highlight.js/es/languages/dos.js b/node_modules/highlight.js/es/languages/dos.js
index 4aa7f95..f920cc8 100644
--- a/node_modules/highlight.js/es/languages/dos.js
+++ b/node_modules/highlight.js/es/languages/dos.js
@@ -3,7 +3,6 @@ Language: Batch file (DOS)
Author: Alexander Makarov
Contributors: Anton Kochkov
Website: https://en.wikipedia.org/wiki/Batch_file
-Category: scripting
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/es/languages/ebnf.js b/node_modules/highlight.js/es/languages/ebnf.js
index e512caf..94750bf 100644
--- a/node_modules/highlight.js/es/languages/ebnf.js
+++ b/node_modules/highlight.js/es/languages/ebnf.js
@@ -2,7 +2,6 @@
Language: Extended Backus-Naur Form
Author: Alex McKibben
Website: https://en.wikipedia.org/wiki/Extended_Backus–Naur_form
-Category: syntax
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/es/languages/erlang.js b/node_modules/highlight.js/es/languages/erlang.js
index 7243da2..8b41e29 100644
--- a/node_modules/highlight.js/es/languages/erlang.js
+++ b/node_modules/highlight.js/es/languages/erlang.js
@@ -13,7 +13,7 @@ function erlang(hljs) {
const ERLANG_RESERVED = {
keyword:
'after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if '
- + 'let not of orelse|10 query receive rem try when xor maybe else',
+ + 'let not of orelse|10 query receive rem try when xor',
literal:
'false true'
};
@@ -76,35 +76,9 @@ function erlang(hljs) {
}
]
};
- const CHAR_LITERAL = {
- scope: 'string',
- match: /\$(\\([^0-9]|[0-9]{1,3}|)|.)/,
- };
- const TRIPLE_QUOTE = {
- scope: 'string',
- match: /"""("*)(?!")[\s\S]*?"""\1/,
- };
-
- const SIGIL = {
- scope: 'string',
- contains: [ hljs.BACKSLASH_ESCAPE ],
- variants: [
- {match: /~\w?"""("*)(?!")[\s\S]*?"""\1/},
- {begin: /~\w?\(/, end: /\)/},
- {begin: /~\w?\[/, end: /\]/},
- {begin: /~\w?{/, end: /}/},
- {begin: /~\w?, end: />/},
- {begin: /~\w?\//, end: /\//},
- {begin: /~\w?\|/, end: /\|/},
- {begin: /~\w?'/, end: /'/},
- {begin: /~\w?"/, end: /"/},
- {begin: /~\w?`/, end: /`/},
- {begin: /~\w?#/, end: /#/},
- ],
- };
const BLOCK_STATEMENTS = {
- beginKeywords: 'fun receive if try case maybe',
+ beginKeywords: 'fun receive if try case',
end: 'end',
keywords: ERLANG_RESERVED
};
@@ -114,15 +88,12 @@ function erlang(hljs) {
hljs.inherit(hljs.APOS_STRING_MODE, { className: '' }),
BLOCK_STATEMENTS,
FUNCTION_CALL,
- SIGIL,
- TRIPLE_QUOTE,
hljs.QUOTE_STRING_MODE,
NUMBER,
TUPLE,
VAR1,
VAR2,
- RECORD_ACCESS,
- CHAR_LITERAL
+ RECORD_ACCESS
];
const BASIC_MODES = [
@@ -130,15 +101,12 @@ function erlang(hljs) {
NAMED_FUN,
BLOCK_STATEMENTS,
FUNCTION_CALL,
- SIGIL,
- TRIPLE_QUOTE,
hljs.QUOTE_STRING_MODE,
NUMBER,
TUPLE,
VAR1,
VAR2,
- RECORD_ACCESS,
- CHAR_LITERAL
+ RECORD_ACCESS
];
FUNCTION_CALL.contains[1].contains = BASIC_MODES;
TUPLE.contains = BASIC_MODES;
@@ -154,7 +122,6 @@ function erlang(hljs) {
"-author",
"-copyright",
"-doc",
- "-moduledoc",
"-vsn",
"-import",
"-include",
@@ -166,9 +133,7 @@ function erlang(hljs) {
"-file",
"-behaviour",
"-behavior",
- "-spec",
- "-on_load",
- "-nifs",
+ "-spec"
];
const PARAMS = {
@@ -177,7 +142,6 @@ function erlang(hljs) {
end: '\\)',
contains: BASIC_MODES
};
-
return {
name: 'Erlang',
aliases: [ 'erl' ],
@@ -211,22 +175,14 @@ function erlang(hljs) {
$pattern: '-' + hljs.IDENT_RE,
keyword: DIRECTIVES.map(x => `${x}|1.5`).join(" ")
},
- contains: [
- PARAMS,
- SIGIL,
- TRIPLE_QUOTE,
- hljs.QUOTE_STRING_MODE
- ]
+ contains: [ PARAMS ]
},
NUMBER,
- SIGIL,
- TRIPLE_QUOTE,
hljs.QUOTE_STRING_MODE,
RECORD_ACCESS,
VAR1,
VAR2,
TUPLE,
- CHAR_LITERAL,
{ begin: /\.$/ } // relevance booster
]
};
diff --git a/node_modules/highlight.js/es/languages/excel.js b/node_modules/highlight.js/es/languages/excel.js
index 68b73c5..2db4571 100644
--- a/node_modules/highlight.js/es/languages/excel.js
+++ b/node_modules/highlight.js/es/languages/excel.js
@@ -3,12 +3,11 @@ Language: Excel formulae
Author: Victor Zhou
Description: Excel formulae
Website: https://products.office.com/en-us/excel/
-Category: enterprise
*/
/** @type LanguageFn */
function excel(hljs) {
- // built-in functions imported from https://web.archive.org/web/20241205190205/https://support.microsoft.com/en-us/office/excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188
+ // built-in functions imported from https://web.archive.org/web/20160513042710/https://support.office.com/en-us/article/Excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188
const BUILT_INS = [
"ABS",
"ACCRINT",
@@ -24,7 +23,6 @@ function excel(hljs) {
"AND",
"ARABIC",
"AREAS",
- "ARRAYTOTEXT",
"ASC",
"ASIN",
"ASINH",
@@ -58,8 +56,6 @@ function excel(hljs) {
"BITOR",
"BITRSHIFT",
"BITXOR",
- "BYCOL",
- "BYROW",
"CALL",
"CEILING",
"CEILING.MATH",
@@ -75,8 +71,6 @@ function excel(hljs) {
"CHISQ.INV.RT",
"CHISQ.TEST",
"CHOOSE",
- "CHOOSECOLS",
- "CHOOSEROWS",
"CLEAN",
"CODE",
"COLUMN",
@@ -148,7 +142,6 @@ function excel(hljs) {
"DOLLARDE",
"DOLLARFR",
"DPRODUCT",
- "DROP",
"DSTDEV",
"DSTDEVP",
"DSUM",
@@ -168,16 +161,14 @@ function excel(hljs) {
"EVEN",
"EXACT",
"EXP",
- "EXPAND",
"EXPON.DIST",
"EXPONDIST",
"FACT",
"FACTDOUBLE",
- "FALSE",
+ "FALSE|0",
"F.DIST",
"FDIST",
"F.DIST.RT",
- "FILTER",
"FILTERXML",
"FIND",
"FINDB",
@@ -221,7 +212,6 @@ function excel(hljs) {
"HEX2OCT",
"HLOOKUP",
"HOUR",
- "HSTACK",
"HYPERLINK",
"HYPGEOM.DIST",
"HYPGEOMDIST",
@@ -230,7 +220,6 @@ function excel(hljs) {
"IFNA",
"IFS",
"IMABS",
- "IMAGE",
"IMAGINARY",
"IMARGUMENT",
"IMCONJUGATE",
@@ -273,7 +262,6 @@ function excel(hljs) {
"ISNONTEXT",
"ISNUMBER",
"ISODD",
- "ISOMITTED",
"ISREF",
"ISTEXT",
"ISO.CEILING",
@@ -281,14 +269,12 @@ function excel(hljs) {
"ISPMT",
"JIS",
"KURT",
- "LAMBDA",
"LARGE",
"LCM",
"LEFT",
"LEFTB",
"LEN",
"LENB",
- "LET",
"LINEST",
"LN",
"LOG",
@@ -300,8 +286,6 @@ function excel(hljs) {
"LOGNORM.INV",
"LOOKUP",
"LOWER",
- "MAKEARRAY",
- "MAP",
"MATCH",
"MAX",
"MAXA",
@@ -310,7 +294,7 @@ function excel(hljs) {
"MDURATION",
"MEDIAN",
"MID",
- "MIDB",
+ "MIDBs",
"MIN",
"MINIFS",
"MINA",
@@ -387,14 +371,12 @@ function excel(hljs) {
"QUOTIENT",
"RADIANS",
"RAND",
- "RANDARRAY",
"RANDBETWEEN",
"RANK.AVG",
"RANK.EQ",
"RANK",
"RATE",
"RECEIVED",
- "REDUCE",
"REGISTER.ID",
"REPLACE",
"REPLACEB",
@@ -410,13 +392,11 @@ function excel(hljs) {
"RRI",
"RSQ",
"RTD",
- "SCAN",
"SEARCH",
"SEARCHB",
"SEC",
"SECH",
"SECOND",
- "SEQUENCE",
"SERIESSUM",
"SHEET",
"SHEETS",
@@ -428,13 +408,10 @@ function excel(hljs) {
"SLN",
"SLOPE",
"SMALL",
- "SORT",
- "SORTBY",
+ "SQL.REQUEST",
"SQRT",
"SQRTPI",
- "SQL.REQUEST",
"STANDARDIZE",
- "STOCKHISTORY",
"STDEV",
"STDEV.P",
"STDEV.S",
@@ -457,7 +434,6 @@ function excel(hljs) {
"T",
"TAN",
"TANH",
- "TAKE",
"TBILLEQ",
"TBILLPRICE",
"TBILLYIELD",
@@ -466,33 +442,26 @@ function excel(hljs) {
"T.DIST.RT",
"TDIST",
"TEXT",
- "TEXTAFTER",
- "TEXTBEFORE",
"TEXTJOIN",
- "TEXTSPLIT",
"TIME",
"TIMEVALUE",
"T.INV",
"T.INV.2T",
"TINV",
- "TOCOL",
- "TOROW",
"TODAY",
"TRANSPOSE",
"TREND",
"TRIM",
"TRIMMEAN",
- "TRUE",
+ "TRUE|0",
"TRUNC",
"T.TEST",
"TTEST",
"TYPE",
"UNICHAR",
"UNICODE",
- "UNIQUE",
"UPPER",
"VALUE",
- "VALUETOTEXT",
"VAR",
"VAR.P",
"VAR.S",
@@ -501,7 +470,6 @@ function excel(hljs) {
"VARPA",
"VDB",
"VLOOKUP",
- "VSTACK",
"WEBSERVICE",
"WEEKDAY",
"WEEKNUM",
@@ -509,11 +477,7 @@ function excel(hljs) {
"WEIBULL.DIST",
"WORKDAY",
"WORKDAY.INTL",
- "WRAPCOLS",
- "WRAPROWS",
"XIRR",
- "XLOOKUP",
- "XMATCH",
"XNPV",
"XOR",
"YEAR",
diff --git a/node_modules/highlight.js/es/languages/fortran.js b/node_modules/highlight.js/es/languages/fortran.js
index 62f2223..36db515 100644
--- a/node_modules/highlight.js/es/languages/fortran.js
+++ b/node_modules/highlight.js/es/languages/fortran.js
@@ -550,7 +550,6 @@ function fortran(hljs) {
'f95'
],
keywords: {
- $pattern: /\b[a-z][a-z0-9_]+\b|\.[a-z][a-z0-9_]+\./,
keyword: KEYWORDS,
literal: LITERALS,
built_in: BUILT_INS
diff --git a/node_modules/highlight.js/es/languages/fsharp.js b/node_modules/highlight.js/es/languages/fsharp.js
index 252bf68..1226a74 100644
--- a/node_modules/highlight.js/es/languages/fsharp.js
+++ b/node_modules/highlight.js/es/languages/fsharp.js
@@ -75,7 +75,6 @@ Website: https://docs.microsoft.com/en-us/dotnet/fsharp/
Category: functional
*/
-
/** @type LanguageFn */
function fsharp(hljs) {
const KEYWORDS = [
diff --git a/node_modules/highlight.js/es/languages/gauss.js b/node_modules/highlight.js/es/languages/gauss.js
index 2dda1c1..f0fb67e 100644
--- a/node_modules/highlight.js/es/languages/gauss.js
+++ b/node_modules/highlight.js/es/languages/gauss.js
@@ -194,7 +194,7 @@ function gauss(hljs) {
excludeEnd: true,
contains: [].concat(PARSE_PARAMS)
},
- {}
+ inherits || {}
);
mode.contains.push(FUNCTION_DEF);
mode.contains.push(hljs.C_NUMBER_MODE);
diff --git a/node_modules/highlight.js/es/languages/gcode.js b/node_modules/highlight.js/es/languages/gcode.js
index c52cbf1..985234f 100644
--- a/node_modules/highlight.js/es/languages/gcode.js
+++ b/node_modules/highlight.js/es/languages/gcode.js
@@ -3,174 +3,61 @@
Contributors: Adam Joseph Cook
Description: G-code syntax highlighter for Fanuc and other common CNC machine tool controls.
Website: https://www.sis.se/api/document/preview/911952/
- Category: hardware
*/
function gcode(hljs) {
- const regex = hljs.regex;
+ const GCODE_IDENT_RE = '[A-Z_][A-Z0-9_.]*';
+ const GCODE_CLOSE_RE = '%';
const GCODE_KEYWORDS = {
- $pattern: /[A-Z]+|%/,
- keyword: [
- // conditions
- 'THEN',
- 'ELSE',
- 'ENDIF',
- 'IF',
-
- // controls
- 'GOTO',
- 'DO',
- 'WHILE',
- 'WH',
- 'END',
- 'CALL',
-
- // scoping
- 'SUB',
- 'ENDSUB',
-
- // comparisons
- 'EQ',
- 'NE',
- 'LT',
- 'GT',
- 'LE',
- 'GE',
- 'AND',
- 'OR',
- 'XOR',
-
- // start/end of program
- '%'
- ],
- built_in: [
- 'ATAN',
- 'ABS',
- 'ACOS',
- 'ASIN',
- 'COS',
- 'EXP',
- 'FIX',
- 'FUP',
- 'ROUND',
- 'LN',
- 'SIN',
- 'SQRT',
- 'TAN',
- 'EXISTS'
- ]
+ $pattern: GCODE_IDENT_RE,
+ keyword: 'IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT '
+ + 'EQ LT GT NE GE LE OR XOR'
};
-
-
- // TODO: post v12 lets use look-behind, until then \b and a callback filter will be used
- // const LETTER_BOUNDARY_RE = /(?= '0' && charBeforeMatch <= '9') {
- return;
- }
-
- if (charBeforeMatch === '_') {
- return;
- }
-
- response.ignoreMatch();
- }
-
- const NUMBER_RE = /[+-]?((\.\d+)|(\d+)(\.\d*)?)/;
-
- const GENERAL_MISC_FUNCTION_RE = /[GM]\s*\d+(\.\d+)?/;
- const TOOLS_RE = /T\s*\d+/;
- const SUBROUTINE_RE = /O\s*\d+/;
- const SUBROUTINE_NAMED_RE = /O<.+>/;
- const AXES_RE = /[ABCUVWXYZ]\s*/;
- const PARAMETERS_RE = /[FHIJKPQRS]\s*/;
-
+ const GCODE_START = {
+ className: 'meta',
+ begin: '([O])([0-9]+)'
+ };
+ const NUMBER = hljs.inherit(hljs.C_NUMBER_MODE, { begin: '([-+]?((\\.\\d+)|(\\d+)(\\.\\d*)?))|' + hljs.C_NUMBER_RE });
const GCODE_CODE = [
- // comments
+ hljs.C_LINE_COMMENT_MODE,
+ hljs.C_BLOCK_COMMENT_MODE,
hljs.COMMENT(/\(/, /\)/),
- hljs.COMMENT(/;/, /$/),
- hljs.APOS_STRING_MODE,
- hljs.QUOTE_STRING_MODE,
- hljs.C_NUMBER_MODE,
-
- // gcodes
+ NUMBER,
+ hljs.inherit(hljs.APOS_STRING_MODE, { illegal: null }),
+ hljs.inherit(hljs.QUOTE_STRING_MODE, { illegal: null }),
{
- scope: 'title.function',
+ className: 'name',
+ begin: '([G])([0-9]+\\.?[0-9]?)'
+ },
+ {
+ className: 'name',
+ begin: '([M])([0-9]+\\.?[0-9]?)'
+ },
+ {
+ className: 'attr',
+ begin: '(VC|VS|#)',
+ end: '(\\d+)'
+ },
+ {
+ className: 'attr',
+ begin: '(VZOFX|VZOFY|VZOFZ)'
+ },
+ {
+ className: 'built_in',
+ begin: '(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)',
+ contains: [ NUMBER ],
+ end: '\\]'
+ },
+ {
+ className: 'symbol',
variants: [
- // G General functions: G0, G5.1, G5.2, …
- // M Misc functions: M0, M55.6, M199, …
- { match: regex.concat(LETTER_BOUNDARY_RE, GENERAL_MISC_FUNCTION_RE) },
{
- begin: GENERAL_MISC_FUNCTION_RE,
- 'on:begin': LETTER_BOUNDARY_CALLBACK
- },
- // T Tools
- { match: regex.concat(LETTER_BOUNDARY_RE, TOOLS_RE), },
- {
- begin: TOOLS_RE,
- 'on:begin': LETTER_BOUNDARY_CALLBACK
+ begin: 'N',
+ end: '\\d+',
+ illegal: '\\W'
}
]
- },
-
- {
- scope: 'symbol',
- variants: [
- // O Subroutine ID: O100, O110, …
- { match: regex.concat(LETTER_BOUNDARY_RE, SUBROUTINE_RE) },
- {
- begin: SUBROUTINE_RE,
- 'on:begin': LETTER_BOUNDARY_CALLBACK
- },
- // O Subroutine name: O, …
- { match: regex.concat(LETTER_BOUNDARY_RE, SUBROUTINE_NAMED_RE) },
- {
- begin: SUBROUTINE_NAMED_RE,
- 'on:begin': LETTER_BOUNDARY_CALLBACK
- },
- // Checksum at end of line: *71, *199, …
- { match: /\*\s*\d+\s*$/ }
- ]
- },
-
- {
- scope: 'operator', // N Line number: N1, N2, N1020, …
- match: /^N\s*\d+/
- },
-
- {
- scope: 'variable',
- match: /-?#\s*\d+/
- },
-
- {
- scope: 'property', // Physical axes,
- variants: [
- { match: regex.concat(LETTER_BOUNDARY_RE, AXES_RE, NUMBER_RE) },
- {
- begin: regex.concat(AXES_RE, NUMBER_RE),
- 'on:begin': LETTER_BOUNDARY_CALLBACK
- },
- ]
- },
-
- {
- scope: 'params', // Different types of parameters
- variants: [
- { match: regex.concat(LETTER_BOUNDARY_RE, PARAMETERS_RE, NUMBER_RE) },
- {
- begin: regex.concat(PARAMETERS_RE, NUMBER_RE),
- 'on:begin': LETTER_BOUNDARY_CALLBACK
- },
- ]
- },
+ }
];
return {
@@ -179,10 +66,14 @@ function gcode(hljs) {
// Some implementations (CNC controls) of G-code are interoperable with uppercase and lowercase letters seamlessly.
// However, most prefer all uppercase and uppercase is customary.
case_insensitive: true,
- // TODO: post v12 with the use of look-behind this can be enabled
- disableAutodetect: true,
keywords: GCODE_KEYWORDS,
- contains: GCODE_CODE
+ contains: [
+ {
+ className: 'meta',
+ begin: GCODE_CLOSE_RE
+ },
+ GCODE_START
+ ].concat(GCODE_CODE)
};
}
diff --git a/node_modules/highlight.js/es/languages/gml.js b/node_modules/highlight.js/es/languages/gml.js
index 4f1bc0f..a589701 100644
--- a/node_modules/highlight.js/es/languages/gml.js
+++ b/node_modules/highlight.js/es/languages/gml.js
@@ -1,7 +1,8 @@
/*
Language: GML
-Description: Game Maker Language for GameMaker (rev. 2023.1)
-Website: https://manual.yoyogames.com/
+Author: Meseta
+Description: Game Maker Language for GameMaker Studio 2
+Website: https://docs2.yoyogames.com
Category: scripting
*/
@@ -29,12 +30,10 @@ function gml(hljs) {
"globalvar",
"if",
"mod",
- "new",
"not",
"or",
"repeat",
"return",
- "static",
"switch",
"then",
"until",
@@ -43,21 +42,49 @@ function gml(hljs) {
"with",
"xor"
];
-
const BUILT_INS = [
"abs",
+ "achievement_available",
+ "achievement_event",
+ "achievement_get_challenges",
+ "achievement_get_info",
+ "achievement_get_pic",
+ "achievement_increment",
+ "achievement_load_friends",
+ "achievement_load_leaderboard",
+ "achievement_load_progress",
+ "achievement_login",
+ "achievement_login_status",
+ "achievement_logout",
+ "achievement_post",
+ "achievement_post_score",
+ "achievement_reset",
+ "achievement_send_challenge",
+ "achievement_show",
+ "achievement_show_achievements",
+ "achievement_show_challenge_notifications",
+ "achievement_show_leaderboards",
+ "action_inherited",
+ "action_kill_object",
+ "ads_disable",
+ "ads_enable",
+ "ads_engagement_active",
+ "ads_engagement_available",
+ "ads_engagement_launch",
+ "ads_event",
+ "ads_event_preload",
+ "ads_get_display_height",
+ "ads_get_display_width",
+ "ads_interstitial_available",
+ "ads_interstitial_display",
+ "ads_move",
+ "ads_set_reward_callback",
+ "ads_setup",
"alarm_get",
"alarm_set",
+ "analytics_event",
+ "analytics_event_ext",
"angle_difference",
- "animcurve_channel_evaluate",
- "animcurve_channel_new",
- "animcurve_create",
- "animcurve_destroy",
- "animcurve_exists",
- "animcurve_get",
- "animcurve_get_channel",
- "animcurve_get_channel_index",
- "animcurve_point_new",
"ansi_char",
"application_get_position",
"application_surface_draw_enable",
@@ -67,55 +94,21 @@ function gml(hljs) {
"arcsin",
"arctan",
"arctan2",
- "array_all",
- "array_any",
- "array_concat",
- "array_contains",
- "array_contains_ext",
"array_copy",
- "array_copy_while",
"array_create",
- "array_create_ext",
"array_delete",
"array_equals",
- "array_filter",
- "array_filter_ext",
- "array_find_index",
- "array_first",
- "array_foreach",
- "array_get",
- "array_get_index",
+ "array_height_2d",
"array_insert",
- "array_intersection",
- "array_last",
"array_length",
- "array_map",
- "array_map_ext",
+ "array_length_1d",
+ "array_length_2d",
"array_pop",
"array_push",
- "array_reduce",
"array_resize",
- "array_reverse",
- "array_reverse_ext",
- "array_set",
- "array_shuffle",
- "array_shuffle_ext",
"array_sort",
- "array_union",
- "array_unique",
- "array_unique_ext",
- "asset_add_tags",
- "asset_clear_tags",
- "asset_get_ids",
"asset_get_index",
- "asset_get_tags",
"asset_get_type",
- "asset_has_any_tag",
- "asset_has_tags",
- "asset_remove_tags",
- "audio_bus_clear_emitters",
- "audio_bus_create",
- "audio_bus_get_emitters",
"audio_channel_num",
"audio_create_buffer_sound",
"audio_create_play_queue",
@@ -124,14 +117,11 @@ function gml(hljs) {
"audio_debug",
"audio_destroy_stream",
"audio_destroy_sync_group",
- "audio_effect_create",
- "audio_emitter_bus",
"audio_emitter_create",
"audio_emitter_exists",
"audio_emitter_falloff",
"audio_emitter_free",
"audio_emitter_gain",
- "audio_emitter_get_bus",
"audio_emitter_get_gain",
"audio_emitter_get_listener_mask",
"audio_emitter_get_pitch",
@@ -157,8 +147,6 @@ function gml(hljs) {
"audio_get_recorder_count",
"audio_get_recorder_info",
"audio_get_type",
- "audio_group_get_assets",
- "audio_group_get_gain",
"audio_group_is_loaded",
"audio_group_load",
"audio_group_load_progress",
@@ -176,52 +164,48 @@ function gml(hljs) {
"audio_listener_set_velocity",
"audio_listener_velocity",
"audio_master_gain",
+ "audio_music_gain",
+ "audio_music_is_playing",
"audio_pause_all",
+ "audio_pause_music",
"audio_pause_sound",
"audio_pause_sync_group",
"audio_play_in_sync_group",
+ "audio_play_music",
"audio_play_sound",
"audio_play_sound_at",
- "audio_play_sound_ext",
"audio_play_sound_on",
"audio_queue_sound",
"audio_resume_all",
+ "audio_resume_music",
"audio_resume_sound",
"audio_resume_sync_group",
"audio_set_listener_mask",
"audio_set_master_gain",
"audio_sound_gain",
- "audio_sound_get_audio_group",
"audio_sound_get_gain",
"audio_sound_get_listener_mask",
- "audio_sound_get_loop",
- "audio_sound_get_loop_end",
- "audio_sound_get_loop_start",
"audio_sound_get_pitch",
"audio_sound_get_track_position",
- "audio_sound_is_playable",
"audio_sound_length",
- "audio_sound_loop",
- "audio_sound_loop_end",
- "audio_sound_loop_start",
"audio_sound_pitch",
"audio_sound_set_listener_mask",
"audio_sound_set_track_position",
"audio_start_recording",
"audio_start_sync_group",
"audio_stop_all",
+ "audio_stop_music",
"audio_stop_recording",
"audio_stop_sound",
"audio_stop_sync_group",
"audio_sync_group_debug",
"audio_sync_group_get_track_pos",
- "audio_sync_group_is_paused",
"audio_sync_group_is_playing",
- "audio_system_is_available",
- "audio_system_is_initialised",
+ "audio_system",
+ "background_get_height",
+ "background_get_width",
"base64_decode",
"base64_encode",
- "bool",
"browser_input_capture",
"buffer_async_group_begin",
"buffer_async_group_end",
@@ -229,15 +213,11 @@ function gml(hljs) {
"buffer_base64_decode",
"buffer_base64_decode_ext",
"buffer_base64_encode",
- "buffer_compress",
"buffer_copy",
"buffer_copy_from_vertex_buffer",
- "buffer_copy_stride",
- "buffer_crc32",
"buffer_create",
"buffer_create_from_vertex_buffer",
"buffer_create_from_vertex_buffer_ext",
- "buffer_decompress",
"buffer_delete",
"buffer_exists",
"buffer_fill",
@@ -260,15 +240,11 @@ function gml(hljs) {
"buffer_save_ext",
"buffer_seek",
"buffer_set_surface",
- "buffer_set_used_size",
"buffer_sha1",
"buffer_sizeof",
"buffer_tell",
"buffer_write",
- "call_cancel",
- "call_later",
"camera_apply",
- "camera_copy_transforms",
"camera_create",
"camera_create_view",
"camera_destroy",
@@ -389,26 +365,6 @@ function gml(hljs) {
"date_valid_datetime",
"date_week_span",
"date_year_span",
- "db_to_lin",
- "dbg_add_font_glyphs",
- "dbg_button",
- "dbg_checkbox",
- "dbg_color",
- "dbg_colour",
- "dbg_drop_down",
- "dbg_same_line",
- "dbg_section",
- "dbg_section_delete",
- "dbg_section_exists",
- "dbg_slider",
- "dbg_slider_int",
- "dbg_sprite",
- "dbg_text",
- "dbg_text_input",
- "dbg_view",
- "dbg_view_delete",
- "dbg_view_exists",
- "dbg_watch",
"dcos",
"debug_event",
"debug_get_callstack",
@@ -432,7 +388,6 @@ function gml(hljs) {
"directory_exists",
"display_get_dpi_x",
"display_get_dpi_y",
- "display_get_frequency",
"display_get_gui_height",
"display_get_gui_width",
"display_get_height",
@@ -459,6 +414,10 @@ function gml(hljs) {
"dot_product_normalised",
"dot_product_normalized",
"draw_arrow",
+ "draw_background",
+ "draw_background_ext",
+ "draw_background_part_ext",
+ "draw_background_tiled",
"draw_button",
"draw_circle",
"draw_circle_color",
@@ -468,19 +427,15 @@ function gml(hljs) {
"draw_ellipse",
"draw_ellipse_color",
"draw_ellipse_colour",
+ "draw_enable_alphablend",
"draw_enable_drawevent",
- "draw_enable_skeleton_blendmodes",
"draw_enable_swf_aa",
"draw_flush",
"draw_get_alpha",
"draw_get_color",
"draw_get_colour",
- "draw_get_enable_skeleton_blendmodes",
- "draw_get_font",
- "draw_get_halign",
"draw_get_lighting",
"draw_get_swf_aa_level",
- "draw_get_valign",
"draw_getpixel",
"draw_getpixel_ext",
"draw_healthbar",
@@ -515,8 +470,13 @@ function gml(hljs) {
"draw_roundrect_ext",
"draw_self",
"draw_set_alpha",
+ "draw_set_alpha_test",
+ "draw_set_alpha_test_ref_value",
+ "draw_set_blend_mode",
+ "draw_set_blend_mode_ext",
"draw_set_circle_precision",
"draw_set_color",
+ "draw_set_color_write_enable",
"draw_set_colour",
"draw_set_font",
"draw_set_halign",
@@ -601,7 +561,6 @@ function gml(hljs) {
"ds_grid_set_region",
"ds_grid_shuffle",
"ds_grid_sort",
- "ds_grid_to_mp_grid",
"ds_grid_value_disk_exists",
"ds_grid_value_disk_x",
"ds_grid_value_disk_y",
@@ -620,8 +579,6 @@ function gml(hljs) {
"ds_list_find_index",
"ds_list_find_value",
"ds_list_insert",
- "ds_list_is_list",
- "ds_list_is_map",
"ds_list_mark_as_list",
"ds_list_mark_as_map",
"ds_list_read",
@@ -646,9 +603,6 @@ function gml(hljs) {
"ds_map_find_next",
"ds_map_find_previous",
"ds_map_find_value",
- "ds_map_is_list",
- "ds_map_is_map",
- "ds_map_keys_to_array",
"ds_map_read",
"ds_map_replace",
"ds_map_replace_list",
@@ -659,7 +613,6 @@ function gml(hljs) {
"ds_map_secure_save_buffer",
"ds_map_set",
"ds_map_size",
- "ds_map_values_to_array",
"ds_map_write",
"ds_priority_add",
"ds_priority_change_priority",
@@ -706,25 +659,29 @@ function gml(hljs) {
"effect_clear",
"effect_create_above",
"effect_create_below",
- "effect_create_depth",
- "effect_create_layer",
"environment_get_variable",
"event_inherited",
"event_perform",
- "event_perform_async",
"event_perform_object",
"event_user",
- "exception_unhandled_handler",
"exp",
- "extension_exists",
- "extension_get_option_count",
- "extension_get_option_names",
- "extension_get_option_value",
- "extension_get_options",
- "extension_get_version",
"external_call",
"external_define",
"external_free",
+ "facebook_accesstoken",
+ "facebook_check_permission",
+ "facebook_dialog",
+ "facebook_graph_request",
+ "facebook_init",
+ "facebook_launch_offerwall",
+ "facebook_login",
+ "facebook_logout",
+ "facebook_post_message",
+ "facebook_request_publish_permissions",
+ "facebook_request_read_permissions",
+ "facebook_send_invite",
+ "facebook_status",
+ "facebook_user_id",
"file_attributes",
"file_bin_close",
"file_bin_open",
@@ -766,38 +723,23 @@ function gml(hljs) {
"font_add_get_enable_aa",
"font_add_sprite",
"font_add_sprite_ext",
- "font_cache_glyph",
"font_delete",
- "font_enable_effects",
- "font_enable_sdf",
"font_exists",
"font_get_bold",
"font_get_first",
"font_get_fontname",
- "font_get_info",
"font_get_italic",
"font_get_last",
"font_get_name",
- "font_get_sdf_enabled",
- "font_get_sdf_spread",
"font_get_size",
"font_get_texture",
"font_get_uvs",
+ "font_replace",
"font_replace_sprite",
"font_replace_sprite_ext",
- "font_sdf_spread",
"font_set_cache_size",
+ "font_texture_page_size",
"frac",
- "fx_create",
- "fx_get_name",
- "fx_get_parameter",
- "fx_get_parameter_names",
- "fx_get_parameters",
- "fx_get_single_layer",
- "fx_set_parameter",
- "fx_set_parameters",
- "fx_set_single_layer",
- "game_change",
"game_end",
"game_get_speed",
"game_load",
@@ -817,27 +759,13 @@ function gml(hljs) {
"gamepad_get_button_threshold",
"gamepad_get_description",
"gamepad_get_device_count",
- "gamepad_get_guid",
- "gamepad_get_mapping",
- "gamepad_get_option",
- "gamepad_hat_count",
- "gamepad_hat_value",
"gamepad_is_connected",
"gamepad_is_supported",
- "gamepad_remove_mapping",
"gamepad_set_axis_deadzone",
"gamepad_set_button_threshold",
"gamepad_set_color",
"gamepad_set_colour",
- "gamepad_set_option",
"gamepad_set_vibration",
- "gamepad_test_mapping",
- "gc_collect",
- "gc_enable",
- "gc_get_stats",
- "gc_get_target_frame_time",
- "gc_is_enabled",
- "gc_target_frame_time",
"gesture_double_tap_distance",
"gesture_double_tap_time",
"gesture_drag_distance",
@@ -870,13 +798,10 @@ function gml(hljs) {
"get_string",
"get_string_async",
"get_timer",
- "gif_add_surface",
- "gif_open",
- "gif_save",
- "gif_save_buffer",
"gml_pragma",
"gml_release_mode",
"gpu_get_alphatestenable",
+ "gpu_get_alphatestfunc",
"gpu_get_alphatestref",
"gpu_get_blendenable",
"gpu_get_blendmode",
@@ -889,8 +814,8 @@ function gml(hljs) {
"gpu_get_colorwriteenable",
"gpu_get_colourwriteenable",
"gpu_get_cullmode",
- "gpu_get_depth",
"gpu_get_fog",
+ "gpu_get_lightingenable",
"gpu_get_state",
"gpu_get_tex_filter",
"gpu_get_tex_filter_ext",
@@ -918,6 +843,7 @@ function gml(hljs) {
"gpu_pop_state",
"gpu_push_state",
"gpu_set_alphatestenable",
+ "gpu_set_alphatestfunc",
"gpu_set_alphatestref",
"gpu_set_blendenable",
"gpu_set_blendmode",
@@ -926,8 +852,8 @@ function gml(hljs) {
"gpu_set_colorwriteenable",
"gpu_set_colourwriteenable",
"gpu_set_cullmode",
- "gpu_set_depth",
"gpu_set_fog",
+ "gpu_set_lightingenable",
"gpu_set_state",
"gpu_set_tex_filter",
"gpu_set_tex_filter_ext",
@@ -952,17 +878,14 @@ function gml(hljs) {
"gpu_set_zfunc",
"gpu_set_ztestenable",
"gpu_set_zwriteenable",
- "handle_parse",
"highscore_add",
"highscore_clear",
"highscore_name",
"highscore_value",
"http_get",
"http_get_file",
- "http_get_request_crossorigin",
"http_post_string",
"http_request",
- "http_set_request_crossorigin",
"iap_acquire",
"iap_activate",
"iap_consume",
@@ -988,6 +911,7 @@ function gml(hljs) {
"instance_activate_region",
"instance_change",
"instance_copy",
+ "instance_create",
"instance_create_depth",
"instance_create_layer",
"instance_deactivate_all",
@@ -1005,23 +929,17 @@ function gml(hljs) {
"instance_place_list",
"instance_position",
"instance_position_list",
- "instanceof",
"int64",
"io_clear",
"irandom",
"irandom_range",
"is_array",
"is_bool",
- "is_callable",
- "is_debug_overlay_open",
- "is_handle",
"is_infinity",
- "is_instanceof",
"is_int32",
"is_int64",
- "is_keyboard_used_debug_overlay",
+ "is_matrix",
"is_method",
- "is_mouse_over_debug_overlay",
"is_nan",
"is_numeric",
"is_ptr",
@@ -1029,10 +947,10 @@ function gml(hljs) {
"is_string",
"is_struct",
"is_undefined",
+ "is_vec3",
+ "is_vec4",
"json_decode",
"json_encode",
- "json_parse",
- "json_stringify",
"keyboard_check",
"keyboard_check_direct",
"keyboard_check_pressed",
@@ -1077,23 +995,19 @@ function gml(hljs) {
"layer_background_vtiled",
"layer_background_xscale",
"layer_background_yscale",
- "layer_clear_fx",
"layer_create",
"layer_depth",
"layer_destroy",
"layer_destroy_instances",
"layer_element_move",
- "layer_enable_fx",
"layer_exists",
"layer_force_draw_depth",
- "layer_fx_is_enabled",
"layer_get_all",
"layer_get_all_elements",
"layer_get_depth",
"layer_get_element_layer",
"layer_get_element_type",
"layer_get_forced_depth",
- "layer_get_fx",
"layer_get_hspeed",
"layer_get_id",
"layer_get_id_at_depth",
@@ -1113,33 +1027,6 @@ function gml(hljs) {
"layer_reset_target_room",
"layer_script_begin",
"layer_script_end",
- "layer_sequence_angle",
- "layer_sequence_create",
- "layer_sequence_destroy",
- "layer_sequence_exists",
- "layer_sequence_get_angle",
- "layer_sequence_get_headdir",
- "layer_sequence_get_headpos",
- "layer_sequence_get_instance",
- "layer_sequence_get_length",
- "layer_sequence_get_sequence",
- "layer_sequence_get_speedscale",
- "layer_sequence_get_x",
- "layer_sequence_get_xscale",
- "layer_sequence_get_y",
- "layer_sequence_get_yscale",
- "layer_sequence_headdir",
- "layer_sequence_headpos",
- "layer_sequence_is_finished",
- "layer_sequence_is_paused",
- "layer_sequence_pause",
- "layer_sequence_play",
- "layer_sequence_speedscale",
- "layer_sequence_x",
- "layer_sequence_xscale",
- "layer_sequence_y",
- "layer_sequence_yscale",
- "layer_set_fx",
"layer_set_target_room",
"layer_set_visible",
"layer_shader",
@@ -1198,7 +1085,6 @@ function gml(hljs) {
"lengthdir_x",
"lengthdir_y",
"lerp",
- "lin_to_db",
"ln",
"load_csv",
"log10",
@@ -1221,6 +1107,7 @@ function gml(hljs) {
"matrix_set",
"matrix_stack_clear",
"matrix_stack_is_empty",
+ "matrix_stack_multiply",
"matrix_stack_pop",
"matrix_stack_push",
"matrix_stack_set",
@@ -1234,10 +1121,6 @@ function gml(hljs) {
"median",
"merge_color",
"merge_colour",
- "method",
- "method_call",
- "method_get_index",
- "method_get_self",
"min",
"motion_add",
"motion_set",
@@ -1247,7 +1130,6 @@ function gml(hljs) {
"mouse_clear",
"mouse_wheel_down",
"mouse_wheel_up",
- "move_and_collide",
"move_bounce_all",
"move_bounce_solid",
"move_contact_all",
@@ -1279,11 +1161,8 @@ function gml(hljs) {
"mp_potential_settings",
"mp_potential_step",
"mp_potential_step_object",
- "nameof",
"network_connect",
- "network_connect_async",
"network_connect_raw",
- "network_connect_raw_async",
"network_create_server",
"network_create_server_raw",
"network_create_socket",
@@ -1298,6 +1177,7 @@ function gml(hljs) {
"network_set_config",
"network_set_timeout",
"object_exists",
+ "object_get_depth",
"object_get_mask",
"object_get_name",
"object_get_parent",
@@ -1313,7 +1193,6 @@ function gml(hljs) {
"object_set_sprite",
"object_set_visible",
"ord",
- "os_check_permission",
"os_get_config",
"os_get_info",
"os_get_language",
@@ -1322,34 +1201,24 @@ function gml(hljs) {
"os_is_paused",
"os_lock_orientation",
"os_powersave_enable",
- "os_request_permission",
- "os_set_orientation_lock",
"parameter_count",
"parameter_string",
"part_emitter_burst",
"part_emitter_clear",
"part_emitter_create",
- "part_emitter_delay",
"part_emitter_destroy",
"part_emitter_destroy_all",
- "part_emitter_enable",
"part_emitter_exists",
- "part_emitter_interval",
"part_emitter_region",
- "part_emitter_relative",
"part_emitter_stream",
- "part_particles_burst",
"part_particles_clear",
"part_particles_count",
"part_particles_create",
"part_particles_create_color",
"part_particles_create_colour",
- "part_system_angle",
"part_system_automatic_draw",
"part_system_automatic_update",
"part_system_clear",
- "part_system_color",
- "part_system_colour",
"part_system_create",
"part_system_create_layer",
"part_system_depth",
@@ -1357,9 +1226,7 @@ function gml(hljs) {
"part_system_draw_order",
"part_system_drawit",
"part_system_exists",
- "part_system_get_info",
"part_system_get_layer",
- "part_system_global_space",
"part_system_layer",
"part_system_position",
"part_system_update",
@@ -1391,14 +1258,9 @@ function gml(hljs) {
"part_type_scale",
"part_type_shape",
"part_type_size",
- "part_type_size_x",
- "part_type_size_y",
"part_type_speed",
"part_type_sprite",
"part_type_step",
- "part_type_subimage",
- "particle_exists",
- "particle_get_info",
"path_add",
"path_add_point",
"path_append",
@@ -1421,6 +1283,7 @@ function gml(hljs) {
"path_get_point_y",
"path_get_precision",
"path_get_speed",
+ "path_get_time",
"path_get_x",
"path_get_y",
"path_insert_point",
@@ -1547,6 +1410,10 @@ function gml(hljs) {
"position_meeting",
"power",
"ptr",
+ "push_cancel_local_notification",
+ "push_get_first_local_notification",
+ "push_get_next_local_notification",
+ "push_local_notification",
"radtodeg",
"random",
"random_get_seed",
@@ -1558,33 +1425,11 @@ function gml(hljs) {
"rectangle_in_circle",
"rectangle_in_rectangle",
"rectangle_in_triangle",
- "ref_create",
- "rollback_chat",
- "rollback_create_game",
- "rollback_define_extra_network_latency",
- "rollback_define_input",
- "rollback_define_input_frame_delay",
- "rollback_define_mock_input",
- "rollback_define_player",
- "rollback_display_events",
- "rollback_get_info",
- "rollback_get_input",
- "rollback_get_player_prefs",
- "rollback_join_game",
- "rollback_leave_game",
- "rollback_set_player_prefs",
- "rollback_start_game",
- "rollback_sync_on_frame",
- "rollback_use_late_join",
- "rollback_use_manual_start",
- "rollback_use_player_prefs",
- "rollback_use_random_input",
"room_add",
"room_assign",
"room_duplicate",
"room_exists",
"room_get_camera",
- "room_get_info",
"room_get_name",
"room_get_viewport",
"room_goto",
@@ -1595,30 +1440,21 @@ function gml(hljs) {
"room_next",
"room_previous",
"room_restart",
+ "room_set_background_color",
+ "room_set_background_colour",
"room_set_camera",
"room_set_height",
"room_set_persistent",
+ "room_set_view",
"room_set_view_enabled",
"room_set_viewport",
"room_set_width",
"round",
- "scheduler_resolution_get",
- "scheduler_resolution_set",
"screen_save",
"screen_save_part",
"script_execute",
- "script_execute_ext",
"script_exists",
"script_get_name",
- "sequence_create",
- "sequence_destroy",
- "sequence_exists",
- "sequence_get",
- "sequence_get_objects",
- "sequence_instance_override_object",
- "sequence_keyframe_new",
- "sequence_keyframedata_new",
- "sequence_track_new",
"sha1_file",
"sha1_string_unicode",
"sha1_string_utf8",
@@ -1632,7 +1468,6 @@ function gml(hljs) {
"shader_set",
"shader_set_uniform_f",
"shader_set_uniform_f_array",
- "shader_set_uniform_f_buffer",
"shader_set_uniform_i",
"shader_set_uniform_i_array",
"shader_set_uniform_matrix",
@@ -1640,7 +1475,6 @@ function gml(hljs) {
"shaders_are_supported",
"shop_leave_rating",
"show_debug_message",
- "show_debug_message_ext",
"show_debug_overlay",
"show_error",
"show_message",
@@ -1652,53 +1486,30 @@ function gml(hljs) {
"skeleton_animation_clear",
"skeleton_animation_get",
"skeleton_animation_get_duration",
- "skeleton_animation_get_event_frames",
"skeleton_animation_get_ext",
"skeleton_animation_get_frame",
"skeleton_animation_get_frames",
- "skeleton_animation_get_position",
- "skeleton_animation_is_finished",
- "skeleton_animation_is_looping",
"skeleton_animation_list",
"skeleton_animation_mix",
"skeleton_animation_set",
"skeleton_animation_set_ext",
"skeleton_animation_set_frame",
- "skeleton_animation_set_position",
"skeleton_attachment_create",
- "skeleton_attachment_create_color",
- "skeleton_attachment_create_colour",
- "skeleton_attachment_destroy",
- "skeleton_attachment_exists",
"skeleton_attachment_get",
- "skeleton_attachment_replace",
- "skeleton_attachment_replace_color",
- "skeleton_attachment_replace_colour",
"skeleton_attachment_set",
"skeleton_bone_data_get",
"skeleton_bone_data_set",
- "skeleton_bone_list",
"skeleton_bone_state_get",
"skeleton_bone_state_set",
"skeleton_collision_draw_set",
- "skeleton_find_slot",
"skeleton_get_bounds",
"skeleton_get_minmax",
"skeleton_get_num_bounds",
- "skeleton_skin_create",
"skeleton_skin_get",
"skeleton_skin_list",
"skeleton_skin_set",
- "skeleton_slot_alpha_get",
- "skeleton_slot_color_get",
- "skeleton_slot_color_set",
- "skeleton_slot_colour_get",
- "skeleton_slot_colour_set",
"skeleton_slot_data",
- "skeleton_slot_data_instance",
- "skeleton_slot_list",
"sprite_add",
- "sprite_add_ext",
"sprite_add_from_surface",
"sprite_assign",
"sprite_collision_mask",
@@ -1710,13 +1521,10 @@ function gml(hljs) {
"sprite_flush_multi",
"sprite_get_bbox_bottom",
"sprite_get_bbox_left",
- "sprite_get_bbox_mode",
"sprite_get_bbox_right",
"sprite_get_bbox_top",
"sprite_get_height",
- "sprite_get_info",
"sprite_get_name",
- "sprite_get_nineslice",
"sprite_get_number",
"sprite_get_speed",
"sprite_get_speed_type",
@@ -1727,88 +1535,136 @@ function gml(hljs) {
"sprite_get_xoffset",
"sprite_get_yoffset",
"sprite_merge",
- "sprite_nineslice_create",
"sprite_prefetch",
"sprite_prefetch_multi",
"sprite_replace",
"sprite_save",
"sprite_save_strip",
"sprite_set_alpha_from_sprite",
- "sprite_set_bbox",
- "sprite_set_bbox_mode",
"sprite_set_cache_size",
"sprite_set_cache_size_ext",
- "sprite_set_nineslice",
"sprite_set_offset",
"sprite_set_speed",
"sqr",
"sqrt",
- "static_get",
- "static_set",
+ "steam_activate_overlay",
+ "steam_activate_overlay_browser",
+ "steam_activate_overlay_store",
+ "steam_activate_overlay_user",
+ "steam_available_languages",
+ "steam_clear_achievement",
+ "steam_create_leaderboard",
+ "steam_current_game_language",
+ "steam_download_friends_scores",
+ "steam_download_scores",
+ "steam_download_scores_around_user",
+ "steam_file_delete",
+ "steam_file_exists",
+ "steam_file_persisted",
+ "steam_file_read",
+ "steam_file_share",
+ "steam_file_size",
+ "steam_file_write",
+ "steam_file_write_file",
+ "steam_get_achievement",
+ "steam_get_app_id",
+ "steam_get_persona_name",
+ "steam_get_quota_free",
+ "steam_get_quota_total",
+ "steam_get_stat_avg_rate",
+ "steam_get_stat_float",
+ "steam_get_stat_int",
+ "steam_get_user_account_id",
+ "steam_get_user_persona_name",
+ "steam_get_user_steam_id",
+ "steam_initialised",
+ "steam_is_cloud_enabled_for_account",
+ "steam_is_cloud_enabled_for_app",
+ "steam_is_overlay_activated",
+ "steam_is_overlay_enabled",
+ "steam_is_screenshot_requested",
+ "steam_is_user_logged_on",
+ "steam_reset_all_stats",
+ "steam_reset_all_stats_achievements",
+ "steam_send_screenshot",
+ "steam_set_achievement",
+ "steam_set_stat_avg_rate",
+ "steam_set_stat_float",
+ "steam_set_stat_int",
+ "steam_stats_ready",
+ "steam_ugc_create_item",
+ "steam_ugc_create_query_all",
+ "steam_ugc_create_query_all_ex",
+ "steam_ugc_create_query_user",
+ "steam_ugc_create_query_user_ex",
+ "steam_ugc_download",
+ "steam_ugc_get_item_install_info",
+ "steam_ugc_get_item_update_info",
+ "steam_ugc_get_item_update_progress",
+ "steam_ugc_get_subscribed_items",
+ "steam_ugc_num_subscribed_items",
+ "steam_ugc_query_add_excluded_tag",
+ "steam_ugc_query_add_required_tag",
+ "steam_ugc_query_set_allow_cached_response",
+ "steam_ugc_query_set_cloud_filename_filter",
+ "steam_ugc_query_set_match_any_tag",
+ "steam_ugc_query_set_ranked_by_trend_days",
+ "steam_ugc_query_set_return_long_description",
+ "steam_ugc_query_set_return_total_only",
+ "steam_ugc_query_set_search_text",
+ "steam_ugc_request_item_details",
+ "steam_ugc_send_query",
+ "steam_ugc_set_item_content",
+ "steam_ugc_set_item_description",
+ "steam_ugc_set_item_preview",
+ "steam_ugc_set_item_tags",
+ "steam_ugc_set_item_title",
+ "steam_ugc_set_item_visibility",
+ "steam_ugc_start_item_update",
+ "steam_ugc_submit_item_update",
+ "steam_ugc_subscribe_item",
+ "steam_ugc_unsubscribe_item",
+ "steam_upload_score",
+ "steam_upload_score_buffer",
+ "steam_upload_score_buffer_ext",
+ "steam_upload_score_ext",
+ "steam_user_installed_dlc",
+ "steam_user_owns_dlc",
"string",
"string_byte_at",
"string_byte_length",
"string_char_at",
- "string_concat",
- "string_concat_ext",
"string_copy",
"string_count",
"string_delete",
"string_digits",
- "string_ends_with",
- "string_ext",
- "string_foreach",
"string_format",
"string_hash_to_newline",
"string_height",
"string_height_ext",
"string_insert",
- "string_join",
- "string_join_ext",
- "string_last_pos",
- "string_last_pos_ext",
"string_length",
"string_letters",
"string_lettersdigits",
"string_lower",
"string_ord_at",
"string_pos",
- "string_pos_ext",
"string_repeat",
"string_replace",
"string_replace_all",
"string_set_byte_at",
- "string_split",
- "string_split_ext",
- "string_starts_with",
- "string_trim",
- "string_trim_end",
- "string_trim_start",
"string_upper",
"string_width",
"string_width_ext",
- "struct_exists",
- "struct_foreach",
- "struct_get",
- "struct_get_from_hash",
- "struct_get_names",
- "struct_names_count",
- "struct_remove",
- "struct_set",
- "struct_set_from_hash",
"surface_copy",
"surface_copy_part",
"surface_create",
"surface_create_ext",
"surface_depth_disable",
"surface_exists",
- "surface_format_is_supported",
"surface_free",
"surface_get_depth_disable",
- "surface_get_format",
"surface_get_height",
- "surface_get_target",
- "surface_get_target_ext",
"surface_get_texture",
"surface_get_width",
"surface_getpixel",
@@ -1819,29 +1675,14 @@ function gml(hljs) {
"surface_save_part",
"surface_set_target",
"surface_set_target_ext",
- "tag_get_asset_ids",
- "tag_get_assets",
"tan",
- "texture_debug_messages",
- "texture_flush",
"texture_get_height",
"texture_get_texel_height",
"texture_get_texel_width",
"texture_get_uvs",
"texture_get_width",
"texture_global_scale",
- "texture_is_ready",
- "texture_prefetch",
"texture_set_stage",
- "texturegroup_get_fonts",
- "texturegroup_get_names",
- "texturegroup_get_sprites",
- "texturegroup_get_status",
- "texturegroup_get_textures",
- "texturegroup_get_tilesets",
- "texturegroup_load",
- "texturegroup_set_mode",
- "texturegroup_unload",
"tile_get_empty",
"tile_get_flip",
"tile_get_index",
@@ -1870,35 +1711,10 @@ function gml(hljs) {
"tilemap_set",
"tilemap_set_at_pixel",
"tilemap_set_global_mask",
- "tilemap_set_height",
"tilemap_set_mask",
- "tilemap_set_width",
"tilemap_tileset",
"tilemap_x",
"tilemap_y",
- "tileset_get_info",
- "tileset_get_name",
- "tileset_get_texture",
- "tileset_get_uvs",
- "time_bpm_to_seconds",
- "time_seconds_to_bpm",
- "time_source_create",
- "time_source_destroy",
- "time_source_exists",
- "time_source_get_children",
- "time_source_get_parent",
- "time_source_get_period",
- "time_source_get_reps_completed",
- "time_source_get_reps_remaining",
- "time_source_get_state",
- "time_source_get_time_remaining",
- "time_source_get_units",
- "time_source_pause",
- "time_source_reconfigure",
- "time_source_reset",
- "time_source_resume",
- "time_source_start",
- "time_source_stop",
"timeline_add",
"timeline_clear",
"timeline_delete",
@@ -1913,33 +1729,12 @@ function gml(hljs) {
"url_open",
"url_open_ext",
"url_open_full",
- "uwp_device_touchscreen_available",
- "uwp_livetile_badge_clear",
- "uwp_livetile_badge_notification",
- "uwp_livetile_notification_begin",
- "uwp_livetile_notification_end",
- "uwp_livetile_notification_expiry",
- "uwp_livetile_notification_image_add",
- "uwp_livetile_notification_secondary_begin",
- "uwp_livetile_notification_tag",
- "uwp_livetile_notification_template_add",
- "uwp_livetile_notification_text_add",
- "uwp_livetile_queue_enable",
- "uwp_livetile_tile_clear",
- "uwp_secondarytile_badge_clear",
- "uwp_secondarytile_badge_notification",
- "uwp_secondarytile_delete",
- "uwp_secondarytile_pin",
- "uwp_secondarytile_tile_clear",
- "variable_clone",
- "variable_get_hash",
"variable_global_exists",
"variable_global_get",
"variable_global_set",
"variable_instance_exists",
"variable_instance_get",
"variable_instance_get_names",
- "variable_instance_names_count",
"variable_instance_set",
"variable_struct_exists",
"variable_struct_get",
@@ -1968,10 +1763,10 @@ function gml(hljs) {
"vertex_format_add_position",
"vertex_format_add_position_3d",
"vertex_format_add_texcoord",
+ "vertex_format_add_textcoord",
"vertex_format_begin",
"vertex_format_delete",
"vertex_format_end",
- "vertex_format_get_info",
"vertex_freeze",
"vertex_get_buffer_size",
"vertex_get_number",
@@ -1979,25 +1774,8 @@ function gml(hljs) {
"vertex_position",
"vertex_position_3d",
"vertex_submit",
- "vertex_submit_ext",
"vertex_texcoord",
"vertex_ubyte4",
- "vertex_update_buffer_from_buffer",
- "vertex_update_buffer_from_vertex",
- "video_close",
- "video_draw",
- "video_enable_loop",
- "video_get_duration",
- "video_get_format",
- "video_get_position",
- "video_get_status",
- "video_get_volume",
- "video_is_looping",
- "video_open",
- "video_pause",
- "video_resume",
- "video_seek_to",
- "video_set_volume",
"view_get_camera",
"view_get_hport",
"view_get_surface_id",
@@ -2016,35 +1794,58 @@ function gml(hljs) {
"virtual_key_delete",
"virtual_key_hide",
"virtual_key_show",
- "wallpaper_set_config",
- "wallpaper_set_subscriptions",
- "weak_ref_alive",
- "weak_ref_any_alive",
- "weak_ref_create",
+ "win8_appbar_add_element",
+ "win8_appbar_enable",
+ "win8_appbar_remove_element",
+ "win8_device_touchscreen_available",
+ "win8_license_initialize_sandbox",
+ "win8_license_trial_version",
+ "win8_livetile_badge_clear",
+ "win8_livetile_badge_notification",
+ "win8_livetile_notification_begin",
+ "win8_livetile_notification_end",
+ "win8_livetile_notification_expiry",
+ "win8_livetile_notification_image_add",
+ "win8_livetile_notification_secondary_begin",
+ "win8_livetile_notification_tag",
+ "win8_livetile_notification_text_add",
+ "win8_livetile_queue_enable",
+ "win8_livetile_tile_clear",
+ "win8_livetile_tile_notification",
+ "win8_search_add_suggestions",
+ "win8_search_disable",
+ "win8_search_enable",
+ "win8_secondarytile_badge_notification",
+ "win8_secondarytile_delete",
+ "win8_secondarytile_pin",
+ "win8_settingscharm_add_entry",
+ "win8_settingscharm_add_html_entry",
+ "win8_settingscharm_add_xaml_entry",
+ "win8_settingscharm_get_xaml_property",
+ "win8_settingscharm_remove_entry",
+ "win8_settingscharm_set_xaml_property",
+ "win8_share_file",
+ "win8_share_image",
+ "win8_share_screenshot",
+ "win8_share_text",
+ "win8_share_url",
"window_center",
"window_device",
- "window_enable_borderless_fullscreen",
- "window_get_borderless_fullscreen",
"window_get_caption",
"window_get_color",
"window_get_colour",
"window_get_cursor",
"window_get_fullscreen",
"window_get_height",
- "window_get_showborder",
"window_get_visible_rects",
"window_get_width",
"window_get_x",
"window_get_y",
"window_handle",
"window_has_focus",
- "window_mouse_get_delta_x",
- "window_mouse_get_delta_y",
- "window_mouse_get_locked",
"window_mouse_get_x",
"window_mouse_get_y",
"window_mouse_set",
- "window_mouse_set_locked",
"window_set_caption",
"window_set_color",
"window_set_colour",
@@ -2056,74 +1857,106 @@ function gml(hljs) {
"window_set_min_width",
"window_set_position",
"window_set_rectangle",
- "window_set_showborder",
"window_set_size",
"window_view_mouse_get_x",
"window_view_mouse_get_y",
"window_views_mouse_get_x",
"window_views_mouse_get_y",
+ "winphone_license_trial_version",
+ "winphone_tile_back_content",
+ "winphone_tile_back_content_wide",
+ "winphone_tile_back_image",
+ "winphone_tile_back_image_wide",
+ "winphone_tile_back_title",
"winphone_tile_background_color",
"winphone_tile_background_colour",
- "zip_add_file",
- "zip_create",
- "zip_save",
- "zip_unzip",
- "zip_unzip_async"
+ "winphone_tile_count",
+ "winphone_tile_cycle_images",
+ "winphone_tile_front_image",
+ "winphone_tile_front_image_small",
+ "winphone_tile_front_image_wide",
+ "winphone_tile_icon_image",
+ "winphone_tile_small_background_image",
+ "winphone_tile_small_icon_image",
+ "winphone_tile_title",
+ "winphone_tile_wide_content",
+ "zip_unzip"
];
+ const LITERALS = [
+ "all",
+ "false",
+ "noone",
+ "pointer_invalid",
+ "pointer_null",
+ "true",
+ "undefined"
+ ];
+ // many of these look like enumerables to me (see comments below)
const SYMBOLS = [
- "AudioEffect",
- "AudioEffectType",
- "AudioLFOType",
+ "ANSI_CHARSET",
+ "ARABIC_CHARSET",
+ "BALTIC_CHARSET",
+ "CHINESEBIG5_CHARSET",
+ "DEFAULT_CHARSET",
+ "EASTEUROPE_CHARSET",
+ "GB2312_CHARSET",
"GM_build_date",
- "GM_build_type",
- "GM_is_sandboxed",
- "GM_project_filename",
"GM_runtime_version",
"GM_version",
- "NaN",
- "_GMFILE_",
- "_GMFUNCTION_",
- "_GMLINE_",
- "alignmentH",
- "alignmentV",
- "all",
- "animcurvetype_bezier",
- "animcurvetype_catmullrom",
- "animcurvetype_linear",
- "asset_animationcurve",
+ "GREEK_CHARSET",
+ "HANGEUL_CHARSET",
+ "HEBREW_CHARSET",
+ "JOHAB_CHARSET",
+ "MAC_CHARSET",
+ "OEM_CHARSET",
+ "RUSSIAN_CHARSET",
+ "SHIFTJIS_CHARSET",
+ "SYMBOL_CHARSET",
+ "THAI_CHARSET",
+ "TURKISH_CHARSET",
+ "VIETNAMESE_CHARSET",
+ "achievement_achievement_info",
+ "achievement_filter_all_players",
+ "achievement_filter_favorites_only",
+ "achievement_filter_friends_only",
+ "achievement_friends_info",
+ "achievement_leaderboard_info",
+ "achievement_our_info",
+ "achievement_pic_loaded",
+ "achievement_show_achievement",
+ "achievement_show_bank",
+ "achievement_show_friend_picker",
+ "achievement_show_leaderboard",
+ "achievement_show_profile",
+ "achievement_show_purchase_prompt",
+ "achievement_show_ui",
+ "achievement_type_achievement_challenge",
+ "achievement_type_score_challenge",
"asset_font",
"asset_object",
"asset_path",
"asset_room",
"asset_script",
- "asset_sequence",
"asset_shader",
"asset_sound",
"asset_sprite",
"asset_tiles",
"asset_timeline",
"asset_unknown",
- "audio_3D",
- "audio_bus_main",
+ "audio_3d",
"audio_falloff_exponent_distance",
"audio_falloff_exponent_distance_clamped",
- "audio_falloff_exponent_distance_scaled",
"audio_falloff_inverse_distance",
"audio_falloff_inverse_distance_clamped",
- "audio_falloff_inverse_distance_scaled",
"audio_falloff_linear_distance",
"audio_falloff_linear_distance_clamped",
"audio_falloff_none",
"audio_mono",
+ "audio_new_system",
+ "audio_old_system",
"audio_stereo",
- "bboxkind_diamond",
- "bboxkind_ellipse",
- "bboxkind_precise",
- "bboxkind_rectangular",
- "bboxmode_automatic",
- "bboxmode_fullimage",
- "bboxmode_manual",
"bm_add",
+ "bm_complex",
"bm_dest_alpha",
"bm_dest_color",
"bm_dest_colour",
@@ -2160,7 +1993,12 @@ function gml(hljs) {
"buffer_f64",
"buffer_fast",
"buffer_fixed",
+ "buffer_generalerror",
"buffer_grow",
+ "buffer_invalidtype",
+ "buffer_network",
+ "buffer_outofbounds",
+ "buffer_outofspace",
"buffer_s16",
"buffer_s32",
"buffer_s8",
@@ -2168,6 +2006,7 @@ function gml(hljs) {
"buffer_seek_relative",
"buffer_seek_start",
"buffer_string",
+ "buffer_surface_copy",
"buffer_text",
"buffer_u16",
"buffer_u32",
@@ -2175,18 +2014,16 @@ function gml(hljs) {
"buffer_u8",
"buffer_vbuffer",
"buffer_wrap",
+ "button_type",
"c_aqua",
"c_black",
"c_blue",
"c_dkgray",
- "c_dkgrey",
"c_fuchsia",
"c_gray",
"c_green",
- "c_grey",
"c_lime",
"c_ltgray",
- "c_ltgrey",
"c_maroon",
"c_navy",
"c_olive",
@@ -2197,8 +2034,6 @@ function gml(hljs) {
"c_teal",
"c_white",
"c_yellow",
- "cache_directory",
- "characterSpacing",
"cmpfunc_always",
"cmpfunc_equal",
"cmpfunc_greater",
@@ -2207,8 +2042,6 @@ function gml(hljs) {
"cmpfunc_lessequal",
"cmpfunc_never",
"cmpfunc_notequal",
- "coreColor",
- "coreColour",
"cr_appstart",
"cr_arrow",
"cr_beam",
@@ -2243,8 +2076,6 @@ function gml(hljs) {
"display_portrait_flipped",
"dll_cdecl",
"dll_stdcall",
- "dropShadowEnabled",
- "dropShadowEnabled",
"ds_type_grid",
"ds_type_list",
"ds_type_map",
@@ -2263,49 +2094,18 @@ function gml(hljs) {
"ef_snow",
"ef_spark",
"ef_star",
- "effectsEnabled",
- "effectsEnabled",
+ // for example ev_ are types of events
"ev_alarm",
"ev_animation_end",
- "ev_animation_event",
- "ev_animation_update",
- "ev_async_audio_playback",
- "ev_async_audio_playback_ended",
- "ev_async_audio_recording",
- "ev_async_dialog",
- "ev_async_push_notification",
- "ev_async_save_load",
- "ev_async_save_load",
- "ev_async_social",
- "ev_async_system_event",
- "ev_async_web",
- "ev_async_web_cloud",
- "ev_async_web_iap",
- "ev_async_web_image_load",
- "ev_async_web_networking",
- "ev_async_web_steam",
- "ev_audio_playback",
- "ev_audio_playback_ended",
- "ev_audio_recording",
"ev_boundary",
- "ev_boundary_view0",
- "ev_boundary_view1",
- "ev_boundary_view2",
- "ev_boundary_view3",
- "ev_boundary_view4",
- "ev_boundary_view5",
- "ev_boundary_view6",
- "ev_boundary_view7",
- "ev_broadcast_message",
"ev_cleanup",
+ "ev_close_button",
"ev_collision",
"ev_create",
"ev_destroy",
- "ev_dialog_async",
"ev_draw",
"ev_draw_begin",
"ev_draw_end",
- "ev_draw_normal",
"ev_draw_post",
"ev_draw_pre",
"ev_end_of_path",
@@ -2393,36 +2193,18 @@ function gml(hljs) {
"ev_no_more_lives",
"ev_other",
"ev_outside",
- "ev_outside_view0",
- "ev_outside_view1",
- "ev_outside_view2",
- "ev_outside_view3",
- "ev_outside_view4",
- "ev_outside_view5",
- "ev_outside_view6",
- "ev_outside_view7",
- "ev_pre_create",
- "ev_push_notification",
"ev_right_button",
"ev_right_press",
"ev_right_release",
"ev_room_end",
"ev_room_start",
- "ev_social",
"ev_step",
"ev_step_begin",
"ev_step_end",
"ev_step_normal",
- "ev_system_event",
"ev_trigger",
"ev_user0",
"ev_user1",
- "ev_user10",
- "ev_user11",
- "ev_user12",
- "ev_user13",
- "ev_user14",
- "ev_user15",
"ev_user2",
"ev_user3",
"ev_user4",
@@ -2431,13 +2213,12 @@ function gml(hljs) {
"ev_user7",
"ev_user8",
"ev_user9",
- "ev_web_async",
- "ev_web_cloud",
- "ev_web_iap",
- "ev_web_image_load",
- "ev_web_networking",
- "ev_web_sound_load",
- "ev_web_steam",
+ "ev_user10",
+ "ev_user11",
+ "ev_user12",
+ "ev_user13",
+ "ev_user14",
+ "ev_user15",
"fa_archive",
"fa_bottom",
"fa_center",
@@ -2445,34 +2226,21 @@ function gml(hljs) {
"fa_hidden",
"fa_left",
"fa_middle",
- "fa_none",
"fa_readonly",
"fa_right",
"fa_sysfile",
"fa_top",
"fa_volumeid",
- "false",
- "frameSizeX",
- "frameSizeY",
+ "fb_login_default",
+ "fb_login_fallback_to_webview",
+ "fb_login_forcing_safari",
+ "fb_login_forcing_webview",
+ "fb_login_no_fallback_to_webview",
+ "fb_login_use_system_account",
"gamespeed_fps",
"gamespeed_microseconds",
+ "ge_lose",
"global",
- "glowColor",
- "glowColour",
- "glowEnabled",
- "glowEnabled",
- "glowEnd",
- "glowStart",
- "gp_axis_acceleration_x",
- "gp_axis_acceleration_y",
- "gp_axis_acceleration_z",
- "gp_axis_angular_velocity_x",
- "gp_axis_angular_velocity_y",
- "gp_axis_angular_velocity_z",
- "gp_axis_orientation_w",
- "gp_axis_orientation_x",
- "gp_axis_orientation_y",
- "gp_axis_orientation_z",
"gp_axislh",
"gp_axislv",
"gp_axisrh",
@@ -2512,7 +2280,7 @@ function gml(hljs) {
"iap_storeload_failed",
"iap_storeload_ok",
"iap_unavailable",
- "infinity",
+ "input_type",
"kbv_autocapitalize_characters",
"kbv_autocapitalize_none",
"kbv_autocapitalize_sentences",
@@ -2540,22 +2308,22 @@ function gml(hljs) {
"layerelementtype_instance",
"layerelementtype_oldtilemap",
"layerelementtype_particlesystem",
- "layerelementtype_sequence",
"layerelementtype_sprite",
"layerelementtype_tile",
"layerelementtype_tilemap",
"layerelementtype_undefined",
+ "lb_disp_none",
+ "lb_disp_numeric",
+ "lb_disp_time_ms",
+ "lb_disp_time_sec",
+ "lb_sort_ascending",
+ "lb_sort_descending",
+ "lb_sort_none",
"leaderboard_type_number",
"leaderboard_type_time_mins_secs",
"lighttype_dir",
"lighttype_point",
- "lineSpacing",
- "m_axisx",
- "m_axisx_gui",
- "m_axisy",
- "m_axisy_gui",
- "m_scroll_down",
- "m_scroll_up",
+ "local",
"matrix_projection",
"matrix_view",
"matrix_world",
@@ -2564,83 +2332,52 @@ function gml(hljs) {
"mb_middle",
"mb_none",
"mb_right",
- "mb_side1",
- "mb_side2",
"mip_markedonly",
"mip_off",
"mip_on",
- "network_config_avoid_time_wait",
"network_config_connect_timeout",
- "network_config_disable_multicast",
"network_config_disable_reliable_udp",
- "network_config_enable_multicast",
"network_config_enable_reliable_udp",
"network_config_use_non_blocking_socket",
- "network_config_websocket_protocol",
- "network_connect_active",
- "network_connect_blocking",
- "network_connect_nonblocking",
- "network_connect_none",
- "network_connect_passive",
- "network_send_binary",
- "network_send_text",
"network_socket_bluetooth",
"network_socket_tcp",
"network_socket_udp",
- "network_socket_ws",
- "network_socket_wss",
"network_type_connect",
"network_type_data",
"network_type_disconnect",
- "network_type_down",
"network_type_non_blocking_connect",
- "network_type_up",
- "network_type_up_failed",
- "nineslice_blank",
- "nineslice_bottom",
- "nineslice_center",
- "nineslice_centre",
- "nineslice_hide",
- "nineslice_left",
- "nineslice_mirror",
- "nineslice_repeat",
- "nineslice_right",
- "nineslice_stretch",
- "nineslice_top",
- "noone",
- "of_challenge_lose",
+ "of_challen",
"of_challenge_tie",
"of_challenge_win",
+ "os_3ds",
"os_android",
- "os_gdk",
- "os_gxgames",
+ "os_bb10",
"os_ios",
"os_linux",
"os_macosx",
- "os_operagx",
- "os_permission_denied",
- "os_permission_denied_dont_request",
- "os_permission_granted",
"os_ps3",
"os_ps4",
- "os_ps5",
"os_psvita",
"os_switch",
+ "os_symbian",
+ "os_tizen",
"os_tvos",
"os_unknown",
"os_uwp",
+ "os_wiiu",
+ "os_win32",
"os_win8native",
"os_windows",
"os_winphone",
+ "os_xbox360",
"os_xboxone",
- "os_xboxseriesxs",
"other",
- "outlineColor",
- "outlineColour",
- "outlineDist",
- "outlineEnabled",
- "outlineEnabled",
- "paragraphSpacing",
+ "ov_achievements",
+ "ov_community",
+ "ov_friends",
+ "ov_gamegroup",
+ "ov_players",
+ "ov_settings",
"path_action_continue",
"path_action_restart",
"path_action_reverse",
@@ -2696,8 +2433,6 @@ function gml(hljs) {
"phy_particle_group_flag_rigid",
"phy_particle_group_flag_solid",
"pi",
- "pointer_invalid",
- "pointer_null",
"pr_linelist",
"pr_linestrip",
"pr_pointlist",
@@ -2707,8 +2442,6 @@ function gml(hljs) {
"ps_distr_gaussian",
"ps_distr_invgaussian",
"ps_distr_linear",
- "ps_mode_burst",
- "ps_mode_stream",
"ps_shape_diamond",
"ps_shape_ellipse",
"ps_shape_line",
@@ -2727,110 +2460,68 @@ function gml(hljs) {
"pt_shape_sphere",
"pt_shape_square",
"pt_shape_star",
- "rollback_chat_message",
- "rollback_connect_error",
- "rollback_connect_info",
- "rollback_connected_to_peer",
- "rollback_connection_rejected",
- "rollback_disconnected_from_peer",
- "rollback_end_game",
- "rollback_game_full",
- "rollback_game_info",
- "rollback_game_interrupted",
- "rollback_game_resumed",
- "rollback_high_latency",
- "rollback_player_prefs",
- "rollback_protocol_rejected",
- "rollback_synchronized_with_peer",
- "rollback_synchronizing_with_peer",
- "self",
- "seqaudiokey_loop",
- "seqaudiokey_oneshot",
- "seqdir_left",
- "seqdir_right",
- "seqinterpolation_assign",
- "seqinterpolation_lerp",
- "seqplay_loop",
- "seqplay_oneshot",
- "seqplay_pingpong",
- "seqtextkey_bottom",
- "seqtextkey_center",
- "seqtextkey_justify",
- "seqtextkey_left",
- "seqtextkey_middle",
- "seqtextkey_right",
- "seqtextkey_top",
- "seqtracktype_audio",
- "seqtracktype_bool",
- "seqtracktype_clipmask",
- "seqtracktype_clipmask_mask",
- "seqtracktype_clipmask_subject",
- "seqtracktype_color",
- "seqtracktype_colour",
- "seqtracktype_empty",
- "seqtracktype_graphic",
- "seqtracktype_group",
- "seqtracktype_instance",
- "seqtracktype_message",
- "seqtracktype_moment",
- "seqtracktype_particlesystem",
- "seqtracktype_real",
- "seqtracktype_sequence",
- "seqtracktype_spriteframes",
- "seqtracktype_string",
- "seqtracktype_text",
- "shadowColor",
- "shadowColour",
- "shadowOffsetX",
- "shadowOffsetY",
- "shadowSoftness",
- "sprite_add_ext_error_cancelled",
- "sprite_add_ext_error_decompressfailed",
- "sprite_add_ext_error_loadfailed",
- "sprite_add_ext_error_setupfailed",
- "sprite_add_ext_error_spritenotfound",
- "sprite_add_ext_error_unknown",
"spritespeed_framespergameframe",
"spritespeed_framespersecond",
- "surface_r16float",
- "surface_r32float",
- "surface_r8unorm",
- "surface_rg8unorm",
- "surface_rgba16float",
- "surface_rgba32float",
- "surface_rgba4unorm",
- "surface_rgba8unorm",
- "texturegroup_status_fetched",
- "texturegroup_status_loaded",
- "texturegroup_status_loading",
- "texturegroup_status_unloaded",
+ "text_type",
"tf_anisotropic",
"tf_linear",
"tf_point",
- "thickness",
"tile_flip",
"tile_index_mask",
"tile_mirror",
"tile_rotate",
- "time_source_expire_after",
- "time_source_expire_nearest",
- "time_source_game",
- "time_source_global",
- "time_source_state_active",
- "time_source_state_initial",
- "time_source_state_paused",
- "time_source_state_stopped",
- "time_source_units_frames",
- "time_source_units_seconds",
"timezone_local",
"timezone_utc",
"tm_countvsyncs",
"tm_sleep",
- "tm_systemtiming",
- "true",
"ty_real",
"ty_string",
- "undefined",
+ "ugc_filetype_community",
+ "ugc_filetype_microtrans",
+ "ugc_list_Favorited",
+ "ugc_list_Followed",
+ "ugc_list_Published",
+ "ugc_list_Subscribed",
+ "ugc_list_UsedOrPlayed",
+ "ugc_list_VotedDown",
+ "ugc_list_VotedOn",
+ "ugc_list_VotedUp",
+ "ugc_list_WillVoteLater",
+ "ugc_match_AllGuides",
+ "ugc_match_Artwork",
+ "ugc_match_Collections",
+ "ugc_match_ControllerBindings",
+ "ugc_match_IntegratedGuides",
+ "ugc_match_Items",
+ "ugc_match_Items_Mtx",
+ "ugc_match_Items_ReadyToUse",
+ "ugc_match_Screenshots",
+ "ugc_match_UsableInGame",
+ "ugc_match_Videos",
+ "ugc_match_WebGuides",
+ "ugc_query_AcceptedForGameRankedByAcceptanceDate",
+ "ugc_query_CreatedByFollowedUsersRankedByPublicationDate",
+ "ugc_query_CreatedByFriendsRankedByPublicationDate",
+ "ugc_query_FavoritedByFriendsRankedByPublicationDate",
+ "ugc_query_NotYetRated",
+ "ugc_query_RankedByNumTimesReported",
+ "ugc_query_RankedByPublicationDate",
+ "ugc_query_RankedByTextSearch",
+ "ugc_query_RankedByTotalVotesAsc",
+ "ugc_query_RankedByTrend",
+ "ugc_query_RankedByVote",
+ "ugc_query_RankedByVotesUp",
+ "ugc_result_success",
+ "ugc_sortorder_CreationOrderAsc",
+ "ugc_sortorder_CreationOrderDesc",
+ "ugc_sortorder_ForModeration",
+ "ugc_sortorder_LastUpdatedDesc",
+ "ugc_sortorder_SubscriptionDateDesc",
+ "ugc_sortorder_TitleAsc",
+ "ugc_sortorder_VoteScoreDesc",
+ "ugc_visibility_friends_only",
+ "ugc_visibility_private",
+ "ugc_visibility_public",
"vertex_type_color",
"vertex_type_colour",
"vertex_type_float1",
@@ -2851,12 +2542,7 @@ function gml(hljs) {
"vertex_usage_sample",
"vertex_usage_tangent",
"vertex_usage_texcoord",
- "video_format_rgba",
- "video_format_yuv",
- "video_status_closed",
- "video_status_paused",
- "video_status_playing",
- "video_status_preparing",
+ "vertex_usage_textcoord",
"vk_add",
"vk_alt",
"vk_anykey",
@@ -2870,9 +2556,6 @@ function gml(hljs) {
"vk_enter",
"vk_escape",
"vk_f1",
- "vk_f10",
- "vk_f11",
- "vk_f12",
"vk_f2",
"vk_f3",
"vk_f4",
@@ -2881,6 +2564,9 @@ function gml(hljs) {
"vk_f7",
"vk_f8",
"vk_f9",
+ "vk_f10",
+ "vk_f11",
+ "vk_f12",
"vk_home",
"vk_insert",
"vk_lalt",
@@ -2912,10 +2598,7 @@ function gml(hljs) {
"vk_space",
"vk_subtract",
"vk_tab",
- "vk_up",
- "wallpaper_config",
- "wallpaper_subscription_data",
- "wrap"
+ "vk_up"
];
const LANGUAGE_VARIABLES = [
"alarm",
@@ -2938,6 +2621,7 @@ function gml(hljs) {
"argument14",
"argument15",
"argument_count",
+ "argument_relative",
"async_load",
"background_color",
"background_colour",
@@ -2949,7 +2633,9 @@ function gml(hljs) {
"bbox_top",
"browser_height",
"browser_width",
- "colour?ColourTrack",
+ "caption_health",
+ "caption_lives",
+ "caption_score",
"current_day",
"current_hour",
"current_minute",
@@ -2964,13 +2650,13 @@ function gml(hljs) {
"depth",
"direction",
"display_aa",
- "drawn_by_sequence",
+ "error_last",
+ "error_occurred",
"event_action",
"event_data",
"event_number",
"event_object",
"event_type",
- "font_texture_page_size",
"fps",
"fps_real",
"friction",
@@ -2978,12 +2664,15 @@ function gml(hljs) {
"game_id",
"game_project_name",
"game_save_id",
+ "gamemaker_pro",
+ "gamemaker_registered",
+ "gamemaker_version",
"gravity",
"gravity_direction",
"health",
"hspeed",
"iap_data",
- "id",
+ "id|0",
"image_alpha",
"image_angle",
"image_blend",
@@ -2992,8 +2681,6 @@ function gml(hljs) {
"image_speed",
"image_xscale",
"image_yscale",
- "in_collision_tree",
- "in_sequence",
"instance_count",
"instance_id",
"keyboard_key",
@@ -3002,10 +2689,7 @@ function gml(hljs) {
"keyboard_string",
"layer",
"lives",
- "longMessage",
- "managed",
"mask_index",
- "message",
"mouse_button",
"mouse_lastbutton",
"mouse_x",
@@ -3051,20 +2735,9 @@ function gml(hljs) {
"phy_speed",
"phy_speed_x",
"phy_speed_y",
- "player_avatar_sprite",
- "player_avatar_url",
- "player_id",
- "player_local",
- "player_type",
- "player_user_id",
"program_directory",
- "rollback_api_server",
- "rollback_confirmed_frame",
- "rollback_current_frame",
- "rollback_event_id",
- "rollback_event_param",
- "rollback_game_running",
"room",
+ "room_caption",
"room_first",
"room_height",
"room_last",
@@ -3072,8 +2745,10 @@ function gml(hljs) {
"room_speed",
"room_width",
"score",
- "script",
- "sequence_instance",
+ "self",
+ "show_health",
+ "show_lives",
+ "show_score",
"solid",
"speed",
"sprite_height",
@@ -3081,39 +2756,50 @@ function gml(hljs) {
"sprite_width",
"sprite_xoffset",
"sprite_yoffset",
- "stacktrace",
"temp_directory",
"timeline_index",
"timeline_loop",
"timeline_position",
"timeline_running",
"timeline_speed",
+ "view_angle",
"view_camera",
"view_current",
"view_enabled",
+ "view_hborder",
"view_hport",
+ "view_hspeed",
+ "view_hview",
+ "view_object",
"view_surface_id",
+ "view_vborder",
"view_visible",
+ "view_vspeed",
"view_wport",
+ "view_wview",
"view_xport",
+ "view_xview",
"view_yport",
+ "view_yview",
"visible",
"vspeed",
"webgl_enabled",
"working_directory",
- "x",
"xprevious",
"xstart",
- "y",
+ "x|0",
"yprevious",
- "ystart"
+ "ystart",
+ "y|0"
];
+
return {
name: 'GML',
case_insensitive: false, // language is case-insensitive
keywords: {
keyword: KEYWORDS,
built_in: BUILT_INS,
+ literal: LITERALS,
symbol: SYMBOLS,
"variable.language": LANGUAGE_VARIABLES
},
diff --git a/node_modules/highlight.js/es/languages/go.js b/node_modules/highlight.js/es/languages/go.js
index 9b03bd0..3edfc67 100644
--- a/node_modules/highlight.js/es/languages/go.js
+++ b/node_modules/highlight.js/es/languages/go.js
@@ -109,25 +109,10 @@ function go(hljs) {
className: 'number',
variants: [
{
- match: /-?\b0[xX]\.[a-fA-F0-9](_?[a-fA-F0-9])*[pP][+-]?\d(_?\d)*i?/, // hex without a present digit before . (making a digit afterwards required)
- relevance: 0
+ begin: hljs.C_NUMBER_RE + '[i]',
+ relevance: 1
},
- {
- match: /-?\b0[xX](_?[a-fA-F0-9])+((\.([a-fA-F0-9](_?[a-fA-F0-9])*)?)?[pP][+-]?\d(_?\d)*)?i?/, // hex with a present digit before . (making a digit afterwards optional)
- relevance: 0
- },
- {
- match: /-?\b0[oO](_?[0-7])*i?/, // leading 0o octal
- relevance: 0
- },
- {
- match: /-?\.\d(_?\d)*([eE][+-]?\d(_?\d)*)?i?/, // decimal without a present digit before . (making a digit afterwards required)
- relevance: 0
- },
- {
- match: /-?\b\d(_?\d)*(\.(\d(_?\d)*)?)?([eE][+-]?\d(_?\d)*)?i?/, // decimal with a present digit before . (making a digit afterwards optional)
- relevance: 0
- }
+ hljs.C_NUMBER_MODE
]
},
{ begin: /:=/ // relevance booster
diff --git a/node_modules/highlight.js/es/languages/golo.js b/node_modules/highlight.js/es/languages/golo.js
index f008b3e..6c65197 100644
--- a/node_modules/highlight.js/es/languages/golo.js
+++ b/node_modules/highlight.js/es/languages/golo.js
@@ -3,7 +3,6 @@ Language: Golo
Author: Philippe Charriere
Description: a lightweight dynamic language for the JVM
Website: http://golo-lang.org/
-Category: system
*/
function golo(hljs) {
diff --git a/node_modules/highlight.js/es/languages/gradle.js b/node_modules/highlight.js/es/languages/gradle.js
index a823974..8ba62f6 100644
--- a/node_modules/highlight.js/es/languages/gradle.js
+++ b/node_modules/highlight.js/es/languages/gradle.js
@@ -3,7 +3,6 @@ Language: Gradle
Description: Gradle is an open-source build automation tool focused on flexibility and performance.
Website: https://gradle.org
Author: Damian Mee
-Category: build-system
*/
function gradle(hljs) {
diff --git a/node_modules/highlight.js/es/languages/groovy.js b/node_modules/highlight.js/es/languages/groovy.js
index df56854..111c9a2 100644
--- a/node_modules/highlight.js/es/languages/groovy.js
+++ b/node_modules/highlight.js/es/languages/groovy.js
@@ -3,7 +3,6 @@
Author: Guillaume Laforge
Description: Groovy programming language implementation inspired from Vsevolod's Java mode
Website: https://groovy-lang.org
- Category: system
*/
function variants(variants, obj = {}) {
@@ -67,7 +66,7 @@ function groovy(hljs) {
const CLASS_DEFINITION = {
match: [
- /(class|interface|trait|enum|record|extends|implements)/,
+ /(class|interface|trait|enum|extends|implements)/,
/\s+/,
hljs.UNDERSCORE_IDENT_RE
],
@@ -127,8 +126,7 @@ function groovy(hljs) {
"import",
"package",
"return",
- "instanceof",
- "var"
+ "instanceof"
];
return {
diff --git a/node_modules/highlight.js/es/languages/haskell.js b/node_modules/highlight.js/es/languages/haskell.js
index 490a97a..8d40cce 100644
--- a/node_modules/highlight.js/es/languages/haskell.js
+++ b/node_modules/highlight.js/es/languages/haskell.js
@@ -7,32 +7,8 @@ Category: functional
*/
function haskell(hljs) {
-
- /* See:
- - https://www.haskell.org/onlinereport/lexemes.html
- - https://downloads.haskell.org/ghc/9.0.1/docs/html/users_guide/exts/binary_literals.html
- - https://downloads.haskell.org/ghc/9.0.1/docs/html/users_guide/exts/numeric_underscores.html
- - https://downloads.haskell.org/ghc/9.0.1/docs/html/users_guide/exts/hex_float_literals.html
- */
- const decimalDigits = '([0-9]_*)+';
- const hexDigits = '([0-9a-fA-F]_*)+';
- const binaryDigits = '([01]_*)+';
- const octalDigits = '([0-7]_*)+';
- const ascSymbol = '[!#$%&*+.\\/<=>?@\\\\^~-]';
- const uniSymbol = '(\\p{S}|\\p{P})'; // Symbol or Punctuation
- const special = '[(),;\\[\\]`|{}]';
- const symbol = `(${ascSymbol}|(?!(${special}|[_:"']))${uniSymbol})`;
-
const COMMENT = { variants: [
- // Double dash forms a valid comment only if it's not part of legal lexeme.
- // See: Haskell 98 report: https://www.haskell.org/onlinereport/lexemes.html
- //
- // The commented code does the job, but we can't use negative lookbehind,
- // due to poor support by Safari browser.
- // > hljs.COMMENT(`(?|<-' }
diff --git a/node_modules/highlight.js/es/languages/haxe.js b/node_modules/highlight.js/es/languages/haxe.js
index 9ad3a8b..7dbe6c2 100644
--- a/node_modules/highlight.js/es/languages/haxe.js
+++ b/node_modules/highlight.js/es/languages/haxe.js
@@ -4,14 +4,9 @@ Description: Haxe is an open source toolkit based on a modern, high level, stric
Author: Christopher Kaster (Based on the actionscript.js language file by Alexander Myadzel)
Contributors: Kenton Hamaluik
Website: https://haxe.org
-Category: system
*/
function haxe(hljs) {
- const IDENT_RE = '[a-zA-Z_$][a-zA-Z0-9_$]*';
-
- // C_NUMBER_RE with underscores and literal suffixes
- const HAXE_NUMBER_RE = /(-?)(\b0[xX][a-fA-F0-9_]+|(\b\d+(\.[\d_]*)?|\.[\d_]+)(([eE][-+]?\d+)|i32|u32|i64|f64)?)/;
const HAXE_BASIC_TYPES = 'Int Float String Bool Dynamic Void Array ';
@@ -19,8 +14,8 @@ function haxe(hljs) {
name: 'Haxe',
aliases: [ 'hx' ],
keywords: {
- keyword: 'abstract break case cast catch continue default do dynamic else enum extern '
- + 'final for function here if import in inline is macro never new override package private get set '
+ keyword: 'break case cast catch continue default do dynamic else enum extern '
+ + 'for function here if import in inline never new override package private get set '
+ 'public return static super switch this throw trace try typedef untyped using var while '
+ HAXE_BASIC_TYPES,
built_in:
@@ -37,12 +32,12 @@ function haxe(hljs) {
hljs.BACKSLASH_ESCAPE,
{
className: 'subst', // interpolation
- begin: /\$\{/,
- end: /\}/
+ begin: '\\$\\{',
+ end: '\\}'
},
{
className: 'subst', // interpolation
- begin: /\$/,
+ begin: '\\$',
end: /\W\}/
}
]
@@ -50,20 +45,11 @@ function haxe(hljs) {
hljs.QUOTE_STRING_MODE,
hljs.C_LINE_COMMENT_MODE,
hljs.C_BLOCK_COMMENT_MODE,
- {
- className: 'number',
- begin: HAXE_NUMBER_RE,
- relevance: 0
- },
- {
- className: 'variable',
- begin: "\\$" + IDENT_RE,
- },
+ hljs.C_NUMBER_MODE,
{
className: 'meta', // compiler meta
- begin: /@:?/,
- end: /\(|$/,
- excludeEnd: true,
+ begin: '@:',
+ end: '$'
},
{
className: 'meta', // compiler conditionals
@@ -73,55 +59,55 @@ function haxe(hljs) {
},
{
className: 'type', // function types
- begin: /:[ \t]*/,
- end: /[^A-Za-z0-9_ \t\->]/,
+ begin: ':[ \t]*',
+ end: '[^A-Za-z0-9_ \t\\->]',
excludeBegin: true,
excludeEnd: true,
relevance: 0
},
{
className: 'type', // types
- begin: /:[ \t]*/,
- end: /\W/,
+ begin: ':[ \t]*',
+ end: '\\W',
excludeBegin: true,
excludeEnd: true
},
{
className: 'type', // instantiation
- beginKeywords: 'new',
- end: /\W/,
+ begin: 'new *',
+ end: '\\W',
excludeBegin: true,
excludeEnd: true
},
{
- className: 'title.class', // enums
+ className: 'class', // enums
beginKeywords: 'enum',
- end: /\{/,
+ end: '\\{',
contains: [ hljs.TITLE_MODE ]
},
{
- className: 'title.class', // abstracts
- begin: '\\babstract\\b(?=\\s*' + hljs.IDENT_RE + '\\s*\\()',
- end: /[\{$]/,
+ className: 'class', // abstracts
+ beginKeywords: 'abstract',
+ end: '[\\{$]',
contains: [
{
className: 'type',
- begin: /\(/,
- end: /\)/,
+ begin: '\\(',
+ end: '\\)',
excludeBegin: true,
excludeEnd: true
},
{
className: 'type',
- begin: /from +/,
- end: /\W/,
+ begin: 'from +',
+ end: '\\W',
excludeBegin: true,
excludeEnd: true
},
{
className: 'type',
- begin: /to +/,
- end: /\W/,
+ begin: 'to +',
+ end: '\\W',
excludeBegin: true,
excludeEnd: true
},
@@ -130,15 +116,15 @@ function haxe(hljs) {
keywords: { keyword: 'abstract from to' }
},
{
- className: 'title.class', // classes
- begin: /\b(class|interface) +/,
- end: /[\{$]/,
+ className: 'class', // classes
+ begin: '\\b(class|interface) +',
+ end: '[\\{$]',
excludeEnd: true,
keywords: 'class interface',
contains: [
{
className: 'keyword',
- begin: /\b(extends|implements) +/,
+ begin: '\\b(extends|implements) +',
keywords: 'extends implements',
contains: [
{
@@ -152,11 +138,11 @@ function haxe(hljs) {
]
},
{
- className: 'title.function',
+ className: 'function',
beginKeywords: 'function',
- end: /\(/,
+ end: '\\(',
excludeEnd: true,
- illegal: /\S/,
+ illegal: '\\S',
contains: [ hljs.TITLE_MODE ]
}
],
diff --git a/node_modules/highlight.js/es/languages/inform7.js b/node_modules/highlight.js/es/languages/inform7.js
index fee8fe4..c97fd27 100644
--- a/node_modules/highlight.js/es/languages/inform7.js
+++ b/node_modules/highlight.js/es/languages/inform7.js
@@ -3,7 +3,6 @@ Language: Inform 7
Author: Bruno Dias
Description: Language definition for Inform 7, a DSL for writing parser interactive fiction.
Website: http://inform7.com
-Category: gaming
*/
function inform7(hljs) {
diff --git a/node_modules/highlight.js/es/languages/java.js b/node_modules/highlight.js/es/languages/java.js
index 5a90c93..47b64b7 100644
--- a/node_modules/highlight.js/es/languages/java.js
+++ b/node_modules/highlight.js/es/languages/java.js
@@ -40,7 +40,6 @@ Category: common, enterprise
Website: https://www.java.com/
*/
-
/**
* Allows recursive regex expressions to a given depth
*
@@ -108,9 +107,7 @@ function java(hljs) {
'do',
'sealed',
'yield',
- 'permits',
- 'goto',
- 'when'
+ 'permits'
];
const BUILT_INS = [
diff --git a/node_modules/highlight.js/es/languages/javascript.js b/node_modules/highlight.js/es/languages/javascript.js
index 98091b4..6bc77f0 100644
--- a/node_modules/highlight.js/es/languages/javascript.js
+++ b/node_modules/highlight.js/es/languages/javascript.js
@@ -40,9 +40,7 @@ const KEYWORDS = [
"import",
"from",
"export",
- "extends",
- // It's reached stage 3, which is "recommended for implementation":
- "using"
+ "extends"
];
const LITERALS = [
"true",
@@ -165,7 +163,6 @@ Category: common, scripting, web
Website: https://developer.mozilla.org/en-US/docs/Web/JavaScript
*/
-
/** @type LanguageFn */
function javascript(hljs) {
const regex = hljs.regex;
@@ -292,7 +289,7 @@ function javascript(hljs) {
contains: [] // defined later
};
const HTML_TEMPLATE = {
- begin: '\.?html`',
+ begin: 'html`',
end: '',
starts: {
end: '`',
@@ -305,7 +302,7 @@ function javascript(hljs) {
}
};
const CSS_TEMPLATE = {
- begin: '\.?css`',
+ begin: 'css`',
end: '',
starts: {
end: '`',
@@ -318,7 +315,7 @@ function javascript(hljs) {
}
};
const GRAPHQL_TEMPLATE = {
- begin: '\.?gql`',
+ begin: 'gql`',
end: '',
starts: {
end: '`',
@@ -415,7 +412,7 @@ function javascript(hljs) {
const PARAMS_CONTAINS = SUBST_AND_COMMENTS.concat([
// eat recursive parens in sub expressions
{
- begin: /(\s*)\(/,
+ begin: /\(/,
end: /\)/,
keywords: KEYWORDS$1,
contains: ["self"].concat(SUBST_AND_COMMENTS)
@@ -423,8 +420,7 @@ function javascript(hljs) {
]);
const PARAMS = {
className: 'params',
- // convert this to negative lookbehind in v12
- begin: /(\s*)\(/, // to match the parms with
+ begin: /\(/,
end: /\)/,
excludeBegin: true,
excludeEnd: true,
@@ -547,8 +543,8 @@ function javascript(hljs) {
...BUILT_IN_GLOBALS,
"super",
"import"
- ].map(x => `${x}\\s*\\(`)),
- IDENT_RE$1, regex.lookahead(/\s*\(/)),
+ ]),
+ IDENT_RE$1, regex.lookahead(/\(/)),
className: "title.function",
relevance: 0
};
@@ -635,8 +631,8 @@ function javascript(hljs) {
NUMBER,
CLASS_REFERENCE,
{
- scope: 'attr',
- match: IDENT_RE$1 + regex.lookahead(':'),
+ className: 'attr',
+ begin: IDENT_RE$1 + regex.lookahead(':'),
relevance: 0
},
FUNCTION_VARIABLE,
@@ -669,7 +665,7 @@ function javascript(hljs) {
skip: true
},
{
- begin: /(\s*)\(/,
+ begin: /\(/,
end: /\)/,
excludeBegin: true,
excludeEnd: true,
diff --git a/node_modules/highlight.js/es/languages/json.js b/node_modules/highlight.js/es/languages/json.js
index 49a7cf4..b829e7b 100644
--- a/node_modules/highlight.js/es/languages/json.js
+++ b/node_modules/highlight.js/es/languages/json.js
@@ -34,7 +34,6 @@ function json(hljs) {
return {
name: 'JSON',
- aliases: ['jsonc'],
keywords:{
literal: LITERALS,
},
diff --git a/node_modules/highlight.js/es/languages/julia-repl.js b/node_modules/highlight.js/es/languages/julia-repl.js
index 41a6abf..434b0a5 100644
--- a/node_modules/highlight.js/es/languages/julia-repl.js
+++ b/node_modules/highlight.js/es/languages/julia-repl.js
@@ -4,7 +4,6 @@ Description: Julia REPL sessions
Author: Morten Piibeleht
Website: https://julialang.org
Requires: julia.js
-Category: scientific
The Julia REPL code blocks look something like the following:
diff --git a/node_modules/highlight.js/es/languages/julia.js b/node_modules/highlight.js/es/languages/julia.js
index 5fe61b1..9900077 100644
--- a/node_modules/highlight.js/es/languages/julia.js
+++ b/node_modules/highlight.js/es/languages/julia.js
@@ -4,7 +4,6 @@ Description: Julia is a high-level, high-performance, dynamic programming langua
Author: Kenta Sato
Contributors: Alex Arslan , Fredrik Ekre
Website: https://julialang.org
-Category: scientific
*/
function julia(hljs) {
diff --git a/node_modules/highlight.js/es/languages/kotlin.js b/node_modules/highlight.js/es/languages/kotlin.js
index 76bd950..155188f 100644
--- a/node_modules/highlight.js/es/languages/kotlin.js
+++ b/node_modules/highlight.js/es/languages/kotlin.js
@@ -41,7 +41,6 @@ var NUMERIC = {
Category: common
*/
-
function kotlin(hljs) {
const KEYWORDS = {
keyword:
diff --git a/node_modules/highlight.js/es/languages/lasso.js b/node_modules/highlight.js/es/languages/lasso.js
index 93d3122..3a4877b 100644
--- a/node_modules/highlight.js/es/languages/lasso.js
+++ b/node_modules/highlight.js/es/languages/lasso.js
@@ -3,7 +3,6 @@ Language: Lasso
Author: Eric Knibbe
Description: Lasso is a language and server platform for database-driven web applications. This definition handles Lasso 9 syntax and LassoScript for Lasso 8.6 and earlier.
Website: http://www.lassosoft.com/What-Is-Lasso
-Category: database, web
*/
function lasso(hljs) {
diff --git a/node_modules/highlight.js/es/languages/leaf.js b/node_modules/highlight.js/es/languages/leaf.js
index c865b3e..53ed28f 100644
--- a/node_modules/highlight.js/es/languages/leaf.js
+++ b/node_modules/highlight.js/es/languages/leaf.js
@@ -1,95 +1,47 @@
/*
Language: Leaf
-Description: A Swift-based templating language created for the Vapor project.
-Website: https://docs.vapor.codes/leaf/overview
-Category: template
+Author: Hale Chan
+Description: Based on the Leaf reference from https://vapor.github.io/documentation/guide/leaf.html.
*/
function leaf(hljs) {
- const IDENT = /([A-Za-z_][A-Za-z_0-9]*)?/;
- const LITERALS = [
- 'true',
- 'false',
- 'in'
- ];
- const PARAMS = {
- scope: 'params',
- begin: /\(/,
- end: /\)(?=\:?)/,
- endsParent: true,
- relevance: 7,
- contains: [
- {
- scope: 'string',
- begin: '"',
- end: '"'
- },
- {
- scope: 'keyword',
- match: LITERALS.join("|"),
- },
- {
- scope: 'variable',
- match: /[A-Za-z_][A-Za-z_0-9]*/
- },
- {
- scope: 'operator',
- match: /\+|\-|\*|\/|\%|\=\=|\=|\!|\>|\<|\&\&|\|\|/
- }
- ]
- };
- const INSIDE_DISPATCH = {
- match: [
- IDENT,
- /(?=\()/,
- ],
- scope: {
- 1: "keyword"
- },
- contains: [ PARAMS ]
- };
- PARAMS.contains.unshift(INSIDE_DISPATCH);
return {
name: 'Leaf',
contains: [
- // #ident():
{
- match: [
- /#+/,
- IDENT,
- /(?=\()/,
- ],
- scope: {
- 1: "punctuation",
- 2: "keyword"
- },
- // will start up after the ending `)` match from line ~44
- // just to grab the trailing `:` if we can match it
- starts: {
- contains: [
- {
- match: /\:/,
- scope: "punctuation"
- }
- ]
- },
+ className: 'function',
+ begin: '#+' + '[A-Za-z_0-9]*' + '\\(',
+ end: / \{/,
+ returnBegin: true,
+ excludeEnd: true,
contains: [
- PARAMS
- ],
- },
- // #ident or #ident:
- {
- match: [
- /#+/,
- IDENT,
- /:?/,
- ],
- scope: {
- 1: "punctuation",
- 2: "keyword",
- 3: "punctuation"
- }
- },
+ {
+ className: 'keyword',
+ begin: '#+'
+ },
+ {
+ className: 'title',
+ begin: '[A-Za-z_][A-Za-z_0-9]*'
+ },
+ {
+ className: 'params',
+ begin: '\\(',
+ end: '\\)',
+ endsParent: true,
+ contains: [
+ {
+ className: 'string',
+ begin: '"',
+ end: '"'
+ },
+ {
+ className: 'variable',
+ begin: '[A-Za-z_][A-Za-z_0-9]*'
+ }
+ ]
+ }
+ ]
+ }
]
};
}
diff --git a/node_modules/highlight.js/es/languages/less.js b/node_modules/highlight.js/es/languages/less.js
index f54f590..d796c2d 100644
--- a/node_modules/highlight.js/es/languages/less.js
+++ b/node_modules/highlight.js/es/languages/less.js
@@ -38,12 +38,12 @@ const MODES = (hljs) => {
},
CSS_VARIABLE: {
className: "attr",
- begin: /--[A-Za-z_][A-Za-z0-9_-]*/
+ begin: /--[A-Za-z][A-Za-z0-9_-]*/
}
};
};
-const HTML_TAGS = [
+const TAGS = [
'a',
'abbr',
'address',
@@ -95,16 +95,11 @@ const HTML_TAGS = [
'nav',
'object',
'ol',
- 'optgroup',
- 'option',
'p',
- 'picture',
'q',
'quote',
'samp',
'section',
- 'select',
- 'source',
'span',
'strong',
'summary',
@@ -123,58 +118,6 @@ const HTML_TAGS = [
'video'
];
-const SVG_TAGS = [
- 'defs',
- 'g',
- 'marker',
- 'mask',
- 'pattern',
- 'svg',
- 'switch',
- 'symbol',
- 'feBlend',
- 'feColorMatrix',
- 'feComponentTransfer',
- 'feComposite',
- 'feConvolveMatrix',
- 'feDiffuseLighting',
- 'feDisplacementMap',
- 'feFlood',
- 'feGaussianBlur',
- 'feImage',
- 'feMerge',
- 'feMorphology',
- 'feOffset',
- 'feSpecularLighting',
- 'feTile',
- 'feTurbulence',
- 'linearGradient',
- 'radialGradient',
- 'stop',
- 'circle',
- 'ellipse',
- 'image',
- 'line',
- 'path',
- 'polygon',
- 'polyline',
- 'rect',
- 'text',
- 'use',
- 'textPath',
- 'tspan',
- 'foreignObject',
- 'clipPath'
-];
-
-const TAGS = [
- ...HTML_TAGS,
- ...SVG_TAGS,
-];
-
-// Sorting, then reversing makes sure longer attributes/elements like
-// `font-weight` are matched fully instead of getting false positives on say `font`
-
const MEDIA_FEATURES = [
'any-hover',
'any-pointer',
@@ -210,7 +153,7 @@ const MEDIA_FEATURES = [
'max-width',
'min-height',
'max-height'
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes
const PSEUDO_CLASSES = [
@@ -273,7 +216,7 @@ const PSEUDO_CLASSES = [
'valid',
'visited',
'where' // where()
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements
const PSEUDO_ELEMENTS = [
@@ -291,18 +234,14 @@ const PSEUDO_ELEMENTS = [
'selection',
'slotted',
'spelling-error'
-].sort().reverse();
+];
const ATTRIBUTES = [
- 'accent-color',
'align-content',
'align-items',
'align-self',
- 'alignment-baseline',
'all',
- 'anchor-name',
'animation',
- 'animation-composition',
'animation-delay',
'animation-direction',
'animation-duration',
@@ -310,14 +249,7 @@ const ATTRIBUTES = [
'animation-iteration-count',
'animation-name',
'animation-play-state',
- 'animation-range',
- 'animation-range-end',
- 'animation-range-start',
- 'animation-timeline',
'animation-timing-function',
- 'appearance',
- 'aspect-ratio',
- 'backdrop-filter',
'backface-visibility',
'background',
'background-attachment',
@@ -327,11 +259,8 @@ const ATTRIBUTES = [
'background-image',
'background-origin',
'background-position',
- 'background-position-x',
- 'background-position-y',
'background-repeat',
'background-size',
- 'baseline-shift',
'block-size',
'border',
'border-block',
@@ -354,8 +283,6 @@ const ATTRIBUTES = [
'border-bottom-width',
'border-collapse',
'border-color',
- 'border-end-end-radius',
- 'border-end-start-radius',
'border-image',
'border-image-outset',
'border-image-repeat',
@@ -384,8 +311,6 @@ const ATTRIBUTES = [
'border-right-style',
'border-right-width',
'border-spacing',
- 'border-start-end-radius',
- 'border-start-start-radius',
'border-style',
'border-top',
'border-top-color',
@@ -395,15 +320,7 @@ const ATTRIBUTES = [
'border-top-width',
'border-width',
'bottom',
- 'box-align',
'box-decoration-break',
- 'box-direction',
- 'box-flex',
- 'box-flex-group',
- 'box-lines',
- 'box-ordinal-group',
- 'box-orient',
- 'box-pack',
'box-shadow',
'box-sizing',
'break-after',
@@ -416,11 +333,6 @@ const ATTRIBUTES = [
'clip-path',
'clip-rule',
'color',
- 'color-interpolation',
- 'color-interpolation-filters',
- 'color-profile',
- 'color-rendering',
- 'color-scheme',
'column-count',
'column-fill',
'column-gap',
@@ -432,34 +344,17 @@ const ATTRIBUTES = [
'column-width',
'columns',
'contain',
- 'contain-intrinsic-block-size',
- 'contain-intrinsic-height',
- 'contain-intrinsic-inline-size',
- 'contain-intrinsic-size',
- 'contain-intrinsic-width',
- 'container',
- 'container-name',
- 'container-type',
'content',
'content-visibility',
'counter-increment',
'counter-reset',
- 'counter-set',
'cue',
'cue-after',
'cue-before',
'cursor',
- 'cx',
- 'cy',
'direction',
'display',
- 'dominant-baseline',
'empty-cells',
- 'enable-background',
- 'field-sizing',
- 'fill',
- 'fill-opacity',
- 'fill-rule',
'filter',
'flex',
'flex-basis',
@@ -469,8 +364,6 @@ const ATTRIBUTES = [
'flex-shrink',
'flex-wrap',
'float',
- 'flood-color',
- 'flood-opacity',
'flow',
'font',
'font-display',
@@ -478,32 +371,21 @@ const ATTRIBUTES = [
'font-feature-settings',
'font-kerning',
'font-language-override',
- 'font-optical-sizing',
- 'font-palette',
'font-size',
'font-size-adjust',
- 'font-smooth',
'font-smoothing',
'font-stretch',
'font-style',
'font-synthesis',
- 'font-synthesis-position',
- 'font-synthesis-small-caps',
- 'font-synthesis-style',
- 'font-synthesis-weight',
'font-variant',
- 'font-variant-alternates',
'font-variant-caps',
'font-variant-east-asian',
- 'font-variant-emoji',
'font-variant-ligatures',
'font-variant-numeric',
'font-variant-position',
'font-variation-settings',
'font-weight',
- 'forced-color-adjust',
'gap',
- 'glyph-orientation-horizontal',
'glyph-orientation-vertical',
'grid',
'grid-area',
@@ -523,36 +405,19 @@ const ATTRIBUTES = [
'grid-template-rows',
'hanging-punctuation',
'height',
- 'hyphenate-character',
- 'hyphenate-limit-chars',
'hyphens',
'icon',
'image-orientation',
'image-rendering',
'image-resolution',
'ime-mode',
- 'initial-letter',
- 'initial-letter-align',
'inline-size',
- 'inset',
- 'inset-area',
- 'inset-block',
- 'inset-block-end',
- 'inset-block-start',
- 'inset-inline',
- 'inset-inline-end',
- 'inset-inline-start',
'isolation',
'justify-content',
- 'justify-items',
- 'justify-self',
- 'kerning',
'left',
'letter-spacing',
- 'lighting-color',
'line-break',
'line-height',
- 'line-height-step',
'list-style',
'list-style-image',
'list-style-position',
@@ -568,11 +433,6 @@ const ATTRIBUTES = [
'margin-left',
'margin-right',
'margin-top',
- 'margin-trim',
- 'marker',
- 'marker-end',
- 'marker-mid',
- 'marker-start',
'marks',
'mask',
'mask-border',
@@ -591,10 +451,6 @@ const ATTRIBUTES = [
'mask-repeat',
'mask-size',
'mask-type',
- 'masonry-auto-flow',
- 'math-depth',
- 'math-shift',
- 'math-style',
'max-block-size',
'max-height',
'max-inline-size',
@@ -613,12 +469,6 @@ const ATTRIBUTES = [
'normal',
'object-fit',
'object-position',
- 'offset',
- 'offset-anchor',
- 'offset-distance',
- 'offset-path',
- 'offset-position',
- 'offset-rotate',
'opacity',
'order',
'orphans',
@@ -628,19 +478,9 @@ const ATTRIBUTES = [
'outline-style',
'outline-width',
'overflow',
- 'overflow-anchor',
- 'overflow-block',
- 'overflow-clip-margin',
- 'overflow-inline',
'overflow-wrap',
'overflow-x',
'overflow-y',
- 'overlay',
- 'overscroll-behavior',
- 'overscroll-behavior-block',
- 'overscroll-behavior-inline',
- 'overscroll-behavior-x',
- 'overscroll-behavior-y',
'padding',
'padding-block',
'padding-block-end',
@@ -652,37 +492,23 @@ const ATTRIBUTES = [
'padding-left',
'padding-right',
'padding-top',
- 'page',
'page-break-after',
'page-break-before',
'page-break-inside',
- 'paint-order',
'pause',
'pause-after',
'pause-before',
'perspective',
'perspective-origin',
- 'place-content',
- 'place-items',
- 'place-self',
'pointer-events',
'position',
- 'position-anchor',
- 'position-visibility',
- 'print-color-adjust',
'quotes',
- 'r',
'resize',
'rest',
'rest-after',
'rest-before',
'right',
- 'rotate',
'row-gap',
- 'ruby-align',
- 'ruby-position',
- 'scale',
- 'scroll-behavior',
'scroll-margin',
'scroll-margin-block',
'scroll-margin-block-end',
@@ -708,43 +534,25 @@ const ATTRIBUTES = [
'scroll-snap-align',
'scroll-snap-stop',
'scroll-snap-type',
- 'scroll-timeline',
- 'scroll-timeline-axis',
- 'scroll-timeline-name',
'scrollbar-color',
'scrollbar-gutter',
'scrollbar-width',
'shape-image-threshold',
'shape-margin',
'shape-outside',
- 'shape-rendering',
'speak',
'speak-as',
'src', // @font-face
- 'stop-color',
- 'stop-opacity',
- 'stroke',
- 'stroke-dasharray',
- 'stroke-dashoffset',
- 'stroke-linecap',
- 'stroke-linejoin',
- 'stroke-miterlimit',
- 'stroke-opacity',
- 'stroke-width',
'tab-size',
'table-layout',
'text-align',
'text-align-all',
'text-align-last',
- 'text-anchor',
'text-combine-upright',
'text-decoration',
'text-decoration-color',
'text-decoration-line',
- 'text-decoration-skip',
- 'text-decoration-skip-ink',
'text-decoration-style',
- 'text-decoration-thickness',
'text-emphasis',
'text-emphasis-color',
'text-emphasis-position',
@@ -755,37 +563,20 @@ const ATTRIBUTES = [
'text-overflow',
'text-rendering',
'text-shadow',
- 'text-size-adjust',
'text-transform',
- 'text-underline-offset',
'text-underline-position',
- 'text-wrap',
- 'text-wrap-mode',
- 'text-wrap-style',
- 'timeline-scope',
'top',
- 'touch-action',
'transform',
'transform-box',
'transform-origin',
'transform-style',
'transition',
- 'transition-behavior',
'transition-delay',
'transition-duration',
'transition-property',
'transition-timing-function',
- 'translate',
'unicode-bidi',
- 'user-modify',
- 'user-select',
- 'vector-effect',
'vertical-align',
- 'view-timeline',
- 'view-timeline-axis',
- 'view-timeline-inset',
- 'view-timeline-name',
- 'view-transition-name',
'visibility',
'voice-balance',
'voice-duration',
@@ -796,7 +587,6 @@ const ATTRIBUTES = [
'voice-stress',
'voice-volume',
'white-space',
- 'white-space-collapse',
'widows',
'width',
'will-change',
@@ -804,14 +594,13 @@ const ATTRIBUTES = [
'word-spacing',
'word-wrap',
'writing-mode',
- 'x',
- 'y',
- 'z-index',
- 'zoom'
-].sort().reverse();
+ 'z-index'
+ // reverse makes sure longer attributes `font-weight` are matched fully
+ // instead of getting false positives on say `font`
+].reverse();
// some grammars use them all as a single group
-const PSEUDO_SELECTORS = PSEUDO_CLASSES.concat(PSEUDO_ELEMENTS).sort().reverse();
+const PSEUDO_SELECTORS = PSEUDO_CLASSES.concat(PSEUDO_ELEMENTS);
/*
Language: Less
@@ -821,7 +610,6 @@ Website: http://lesscss.org
Category: common, css, web
*/
-
/** @type LanguageFn */
function less(hljs) {
const modes = MODES(hljs);
diff --git a/node_modules/highlight.js/es/languages/livescript.js b/node_modules/highlight.js/es/languages/livescript.js
index a05df0e..6252505 100644
--- a/node_modules/highlight.js/es/languages/livescript.js
+++ b/node_modules/highlight.js/es/languages/livescript.js
@@ -39,9 +39,7 @@ const KEYWORDS = [
"import",
"from",
"export",
- "extends",
- // It's reached stage 3, which is "recommended for implementation":
- "using"
+ "extends"
];
const LITERALS = [
"true",
@@ -154,7 +152,6 @@ Website: https://livescript.net
Category: scripting
*/
-
function livescript(hljs) {
const LIVESCRIPT_BUILT_INS = [
'npm',
diff --git a/node_modules/highlight.js/es/languages/llvm.js b/node_modules/highlight.js/es/languages/llvm.js
index 302fb6c..2f2e58c 100644
--- a/node_modules/highlight.js/es/languages/llvm.js
+++ b/node_modules/highlight.js/es/languages/llvm.js
@@ -63,47 +63,44 @@ function llvm(hljs) {
return {
name: 'LLVM IR',
// TODO: split into different categories of keywords
- keywords: {
- keyword: 'begin end true false declare define global '
- + 'constant private linker_private internal '
- + 'available_externally linkonce linkonce_odr weak '
- + 'weak_odr appending dllimport dllexport common '
- + 'default hidden protected extern_weak external '
- + 'thread_local zeroinitializer undef null to tail '
- + 'target triple datalayout volatile nuw nsw nnan '
- + 'ninf nsz arcp fast exact inbounds align '
- + 'addrspace section alias module asm sideeffect '
- + 'gc dbg linker_private_weak attributes blockaddress '
- + 'initialexec localdynamic localexec prefix unnamed_addr '
- + 'ccc fastcc coldcc x86_stdcallcc x86_fastcallcc '
- + 'arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device '
- + 'ptx_kernel intel_ocl_bicc msp430_intrcc spir_func '
- + 'spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc '
- + 'cc c signext zeroext inreg sret nounwind '
- + 'noreturn noalias nocapture byval nest readnone '
- + 'readonly inlinehint noinline alwaysinline optsize ssp '
- + 'sspreq noredzone noimplicitfloat naked builtin cold '
- + 'nobuiltin noduplicate nonlazybind optnone returns_twice '
- + 'sanitize_address sanitize_memory sanitize_thread sspstrong '
- + 'uwtable returned type opaque eq ne slt sgt '
- + 'sle sge ult ugt ule uge oeq one olt ogt '
- + 'ole oge ord uno ueq une x acq_rel acquire '
- + 'alignstack atomic catch cleanup filter inteldialect '
- + 'max min monotonic nand personality release seq_cst '
- + 'singlethread umax umin unordered xchg add fadd '
- + 'sub fsub mul fmul udiv sdiv fdiv urem srem '
- + 'frem shl lshr ashr and or xor icmp fcmp '
- + 'phi call trunc zext sext fptrunc fpext uitofp '
- + 'sitofp fptoui fptosi inttoptr ptrtoint bitcast '
- + 'addrspacecast select va_arg ret br switch invoke '
- + 'unwind unreachable indirectbr landingpad resume '
- + 'malloc alloca free load store getelementptr '
- + 'extractelement insertelement shufflevector getresult '
- + 'extractvalue insertvalue atomicrmw cmpxchg fence '
- + 'argmemonly',
- type: 'void half bfloat float double fp128 x86_fp80 ppc_fp128 '
- + 'x86_amx x86_mmx ptr label token metadata opaque'
- },
+ keywords:
+ 'begin end true false declare define global '
+ + 'constant private linker_private internal '
+ + 'available_externally linkonce linkonce_odr weak '
+ + 'weak_odr appending dllimport dllexport common '
+ + 'default hidden protected extern_weak external '
+ + 'thread_local zeroinitializer undef null to tail '
+ + 'target triple datalayout volatile nuw nsw nnan '
+ + 'ninf nsz arcp fast exact inbounds align '
+ + 'addrspace section alias module asm sideeffect '
+ + 'gc dbg linker_private_weak attributes blockaddress '
+ + 'initialexec localdynamic localexec prefix unnamed_addr '
+ + 'ccc fastcc coldcc x86_stdcallcc x86_fastcallcc '
+ + 'arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device '
+ + 'ptx_kernel intel_ocl_bicc msp430_intrcc spir_func '
+ + 'spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc '
+ + 'cc c signext zeroext inreg sret nounwind '
+ + 'noreturn noalias nocapture byval nest readnone '
+ + 'readonly inlinehint noinline alwaysinline optsize ssp '
+ + 'sspreq noredzone noimplicitfloat naked builtin cold '
+ + 'nobuiltin noduplicate nonlazybind optnone returns_twice '
+ + 'sanitize_address sanitize_memory sanitize_thread sspstrong '
+ + 'uwtable returned type opaque eq ne slt sgt '
+ + 'sle sge ult ugt ule uge oeq one olt ogt '
+ + 'ole oge ord uno ueq une x acq_rel acquire '
+ + 'alignstack atomic catch cleanup filter inteldialect '
+ + 'max min monotonic nand personality release seq_cst '
+ + 'singlethread umax umin unordered xchg add fadd '
+ + 'sub fsub mul fmul udiv sdiv fdiv urem srem '
+ + 'frem shl lshr ashr and or xor icmp fcmp '
+ + 'phi call trunc zext sext fptrunc fpext uitofp '
+ + 'sitofp fptoui fptosi inttoptr ptrtoint bitcast '
+ + 'addrspacecast select va_arg ret br switch invoke '
+ + 'unwind unreachable indirectbr landingpad resume '
+ + 'malloc alloca free load store getelementptr '
+ + 'extractelement insertelement shufflevector getresult '
+ + 'extractvalue insertvalue atomicrmw cmpxchg fence '
+ + 'argmemonly double',
contains: [
TYPE,
// this matches "empty comments"...
diff --git a/node_modules/highlight.js/es/languages/lua.js b/node_modules/highlight.js/es/languages/lua.js
index 993265e..cc9a11a 100644
--- a/node_modules/highlight.js/es/languages/lua.js
+++ b/node_modules/highlight.js/es/languages/lua.js
@@ -2,7 +2,7 @@
Language: Lua
Description: Lua is a powerful, efficient, lightweight, embeddable scripting language.
Author: Andrew Fedorov
-Category: common, gaming, scripting
+Category: common, scripting
Website: https://www.lua.org
*/
@@ -27,7 +27,6 @@ function lua(hljs) {
];
return {
name: 'Lua',
- aliases: ['pluto'],
keywords: {
$pattern: hljs.UNDERSCORE_IDENT_RE,
literal: "true false nil",
diff --git a/node_modules/highlight.js/es/languages/makefile.js b/node_modules/highlight.js/es/languages/makefile.js
index 47b2bad..625e074 100644
--- a/node_modules/highlight.js/es/languages/makefile.js
+++ b/node_modules/highlight.js/es/languages/makefile.js
@@ -3,7 +3,7 @@ Language: Makefile
Author: Ivan Sagalaev
Contributors: Joël Porquet
Website: https://www.gnu.org/software/make/manual/html_node/Introduction.html
-Category: common, build-system
+Category: common
*/
function makefile(hljs) {
@@ -38,10 +38,7 @@ function makefile(hljs) {
+ '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: [
- VARIABLE,
- QUOTE_STRING // Added QUOTE_STRING as they can be a part of functions
- ]
+ contains: [ VARIABLE ]
};
/* Variable assignment */
const ASSIGNMENT = { begin: '^' + hljs.UNDERSCORE_IDENT_RE + '\\s*(?=[:+?]?=)' };
diff --git a/node_modules/highlight.js/es/languages/markdown.js b/node_modules/highlight.js/es/languages/markdown.js
index f74cb5b..39c1f35 100644
--- a/node_modules/highlight.js/es/languages/markdown.js
+++ b/node_modules/highlight.js/es/languages/markdown.js
@@ -216,12 +216,6 @@ function markdown(hljs) {
end: '$'
};
- const ENTITY = {
- //https://spec.commonmark.org/0.31.2/#entity-references
- scope: 'literal',
- match: /&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/
- };
-
return {
name: 'Markdown',
aliases: [
@@ -239,8 +233,7 @@ function markdown(hljs) {
CODE,
HORIZONTAL_RULE,
LINK,
- LINK_REFERENCE,
- ENTITY
+ LINK_REFERENCE
]
};
}
diff --git a/node_modules/highlight.js/es/languages/mathematica.js b/node_modules/highlight.js/es/languages/mathematica.js
index 9135a97..7a78fee 100644
--- a/node_modules/highlight.js/es/languages/mathematica.js
+++ b/node_modules/highlight.js/es/languages/mathematica.js
@@ -7242,7 +7242,6 @@ Website: https://www.wolfram.com/mathematica/
Category: scientific
*/
-
/** @type LanguageFn */
function mathematica(hljs) {
const regex = hljs.regex;
diff --git a/node_modules/highlight.js/es/languages/mercury.js b/node_modules/highlight.js/es/languages/mercury.js
index a44f420..e6b2d56 100644
--- a/node_modules/highlight.js/es/languages/mercury.js
+++ b/node_modules/highlight.js/es/languages/mercury.js
@@ -3,7 +3,6 @@ Language: Mercury
Author: mucaho
Description: Mercury is a logic/functional programming language which combines the clarity and expressiveness of declarative programming with advanced static analysis and error detection features.
Website: https://www.mercurylang.org
-Category: functional
*/
function mercury(hljs) {
diff --git a/node_modules/highlight.js/es/languages/monkey.js b/node_modules/highlight.js/es/languages/monkey.js
index 3110746..545c878 100644
--- a/node_modules/highlight.js/es/languages/monkey.js
+++ b/node_modules/highlight.js/es/languages/monkey.js
@@ -3,7 +3,6 @@ Language: Monkey
Description: Monkey2 is an easy to use, cross platform, games oriented programming language from Blitz Research.
Author: Arthur Bikmullin
Website: https://blitzresearch.itch.io/monkey2
-Category: gaming
*/
function monkey(hljs) {
diff --git a/node_modules/highlight.js/es/languages/n1ql.js b/node_modules/highlight.js/es/languages/n1ql.js
index f66781f..3970495 100644
--- a/node_modules/highlight.js/es/languages/n1ql.js
+++ b/node_modules/highlight.js/es/languages/n1ql.js
@@ -4,7 +4,6 @@
Contributors: Rene Saarsoo
Description: Couchbase query language
Website: https://www.couchbase.com/products/n1ql
- Category: database
*/
function n1ql(hljs) {
diff --git a/node_modules/highlight.js/es/languages/nim.js b/node_modules/highlight.js/es/languages/nim.js
index 00b463f..dc3ae38 100644
--- a/node_modules/highlight.js/es/languages/nim.js
+++ b/node_modules/highlight.js/es/languages/nim.js
@@ -64,11 +64,9 @@ function nim(hljs) {
"break",
"case",
"cast",
- "concept",
"const",
"continue",
"converter",
- "defer",
"discard",
"distinct",
"div",
diff --git a/node_modules/highlight.js/es/languages/nix.js b/node_modules/highlight.js/es/languages/nix.js
index 053ec92..10009d1 100644
--- a/node_modules/highlight.js/es/languages/nix.js
+++ b/node_modules/highlight.js/es/languages/nix.js
@@ -3,369 +3,91 @@ Language: Nix
Author: Domen Kožar
Description: Nix functional language
Website: http://nixos.org/nix
-Category: system
*/
-/** @type LanguageFn */
function nix(hljs) {
- const regex = hljs.regex;
const KEYWORDS = {
keyword: [
- "assert",
- "else",
- "if",
+ "rec",
+ "with",
+ "let",
"in",
"inherit",
- "let",
- "or",
- "rec",
- "then",
- "with",
+ "assert",
+ "if",
+ "else",
+ "then"
],
literal: [
"true",
"false",
- "null",
+ "or",
+ "and",
+ "null"
],
built_in: [
- // toplevel builtins
+ "import",
"abort",
"baseNameOf",
- "builtins",
- "derivation",
- "derivationStrict",
"dirOf",
- "fetchGit",
- "fetchMercurial",
- "fetchTarball",
- "fetchTree",
- "fromTOML",
- "import",
"isNull",
+ "builtins",
"map",
- "placeholder",
"removeAttrs",
- "scopedImport",
"throw",
"toString",
- ],
+ "derivation"
+ ]
};
-
- const BUILTINS = {
- scope: 'built_in',
- match: regex.either(...[
- "abort",
- "add",
- "addDrvOutputDependencies",
- "addErrorContext",
- "all",
- "any",
- "appendContext",
- "attrNames",
- "attrValues",
- "baseNameOf",
- "bitAnd",
- "bitOr",
- "bitXor",
- "break",
- "builtins",
- "catAttrs",
- "ceil",
- "compareVersions",
- "concatLists",
- "concatMap",
- "concatStringsSep",
- "convertHash",
- "currentSystem",
- "currentTime",
- "deepSeq",
- "derivation",
- "derivationStrict",
- "dirOf",
- "div",
- "elem",
- "elemAt",
- "false",
- "fetchGit",
- "fetchMercurial",
- "fetchTarball",
- "fetchTree",
- "fetchurl",
- "filter",
- "filterSource",
- "findFile",
- "flakeRefToString",
- "floor",
- "foldl'",
- "fromJSON",
- "fromTOML",
- "functionArgs",
- "genList",
- "genericClosure",
- "getAttr",
- "getContext",
- "getEnv",
- "getFlake",
- "groupBy",
- "hasAttr",
- "hasContext",
- "hashFile",
- "hashString",
- "head",
- "import",
- "intersectAttrs",
- "isAttrs",
- "isBool",
- "isFloat",
- "isFunction",
- "isInt",
- "isList",
- "isNull",
- "isPath",
- "isString",
- "langVersion",
- "length",
- "lessThan",
- "listToAttrs",
- "map",
- "mapAttrs",
- "match",
- "mul",
- "nixPath",
- "nixVersion",
- "null",
- "parseDrvName",
- "parseFlakeRef",
- "partition",
- "path",
- "pathExists",
- "placeholder",
- "readDir",
- "readFile",
- "readFileType",
- "removeAttrs",
- "replaceStrings",
- "scopedImport",
- "seq",
- "sort",
- "split",
- "splitVersion",
- "storeDir",
- "storePath",
- "stringLength",
- "sub",
- "substring",
- "tail",
- "throw",
- "toFile",
- "toJSON",
- "toPath",
- "toString",
- "toXML",
- "trace",
- "traceVerbose",
- "true",
- "tryEval",
- "typeOf",
- "unsafeDiscardOutputDependency",
- "unsafeDiscardStringContext",
- "unsafeGetAttrPos",
- "warn",
- "zipAttrsWith",
- ].map(b => `builtins\\.${b}`)),
- relevance: 10,
+ const ANTIQUOTE = {
+ className: 'subst',
+ begin: /\$\{/,
+ end: /\}/,
+ keywords: KEYWORDS
};
-
- const IDENTIFIER_REGEX = '[A-Za-z_][A-Za-z0-9_\'-]*';
-
- const LOOKUP_PATH = {
- scope: 'symbol',
- match: new RegExp(`<${IDENTIFIER_REGEX}(/${IDENTIFIER_REGEX})*>`),
+ const ESCAPED_DOLLAR = {
+ className: 'char.escape',
+ begin: /''\$/,
};
-
- const PATH_PIECE = "[A-Za-z0-9_\\+\\.-]+";
- const PATH = {
- scope: 'symbol',
- match: new RegExp(`(\\.\\.|\\.|~)?/(${PATH_PIECE})?(/${PATH_PIECE})*(?=[\\s;])`),
- };
-
- const OPERATOR_WITHOUT_MINUS_REGEX = regex.either(...[
- '==',
- '=',
- '\\+\\+',
- '\\+',
- '<=',
- '<\\|',
- '<',
- '>=',
- '>',
- '->',
- '//',
- '/',
- '!=',
- '!',
- '\\|\\|',
- '\\|>',
- '\\?',
- '\\*',
- '&&',
- ]);
-
- const OPERATOR = {
- scope: 'operator',
- match: regex.concat(OPERATOR_WITHOUT_MINUS_REGEX, /(?!-)/),
- relevance: 0,
- };
-
- // '-' is being handled by itself to ensure we are able to tell the difference
- // between a dash in an identifier and a minus operator
- const NUMBER = {
- scope: 'number',
- match: new RegExp(`${hljs.NUMBER_RE}(?!-)`),
- relevance: 0,
- };
- const MINUS_OPERATOR = {
- variants: [
- {
- scope: 'operator',
- beforeMatch: /\s/,
- // The (?!>) is used to ensure this doesn't collide with the '->' operator
- begin: /-(?!>)/,
- },
- {
- begin: [
- new RegExp(`${hljs.NUMBER_RE}`),
- /-/,
- /(?!>)/,
- ],
- beginScope: {
- 1: 'number',
- 2: 'operator'
- },
- },
- {
- begin: [
- OPERATOR_WITHOUT_MINUS_REGEX,
- /-/,
- /(?!>)/,
- ],
- beginScope: {
- 1: 'operator',
- 2: 'operator'
- },
- },
- ],
- relevance: 0,
- };
-
const ATTRS = {
- beforeMatch: /(^|\{|;)\s*/,
- begin: new RegExp(`${IDENTIFIER_REGEX}(\\.${IDENTIFIER_REGEX})*\\s*=(?!=)`),
+ begin: /[a-zA-Z0-9-_]+(\s*=)/,
returnBegin: true,
relevance: 0,
contains: [
{
- scope: 'attr',
- match: new RegExp(`${IDENTIFIER_REGEX}(\\.${IDENTIFIER_REGEX})*(?=\\s*=)`),
- relevance: 0.2,
+ className: 'attr',
+ begin: /\S+/,
+ relevance: 0.2
}
- ],
- };
-
- const NORMAL_ESCAPED_DOLLAR = {
- scope: 'char.escape',
- match: /\\\$/,
- };
- const INDENTED_ESCAPED_DOLLAR = {
- scope: 'char.escape',
- match: /''\$/,
- };
- const ANTIQUOTE = {
- scope: 'subst',
- begin: /\$\{/,
- end: /\}/,
- keywords: KEYWORDS,
- };
- const ESCAPED_DOUBLEQUOTE = {
- scope: 'char.escape',
- match: /'''/,
- };
- const ESCAPED_LITERAL = {
- scope: 'char.escape',
- match: /\\(?!\$)./,
+ ]
};
const STRING = {
- scope: 'string',
+ className: 'string',
+ contains: [ ESCAPED_DOLLAR, ANTIQUOTE ],
variants: [
{
begin: "''",
- end: "''",
- contains: [
- INDENTED_ESCAPED_DOLLAR,
- ANTIQUOTE,
- ESCAPED_DOUBLEQUOTE,
- ESCAPED_LITERAL,
- ],
+ end: "''"
},
{
begin: '"',
- end: '"',
- contains: [
- NORMAL_ESCAPED_DOLLAR,
- ANTIQUOTE,
- ESCAPED_LITERAL,
- ],
- },
- ],
+ end: '"'
+ }
+ ]
};
-
- const FUNCTION_PARAMS = {
- scope: 'params',
- match: new RegExp(`${IDENTIFIER_REGEX}\\s*:(?=\\s)`),
- };
-
const EXPRESSIONS = [
- NUMBER,
+ hljs.NUMBER_MODE,
hljs.HASH_COMMENT_MODE,
hljs.C_BLOCK_COMMENT_MODE,
- hljs.COMMENT(
- /\/\*\*(?!\/)/,
- /\*\//,
- {
- subLanguage: 'markdown',
- relevance: 0
- }
- ),
- BUILTINS,
STRING,
- LOOKUP_PATH,
- PATH,
- FUNCTION_PARAMS,
- ATTRS,
- MINUS_OPERATOR,
- OPERATOR,
+ ATTRS
];
-
ANTIQUOTE.contains = EXPRESSIONS;
-
- const REPL = [
- {
- scope: 'meta.prompt',
- match: /^nix-repl>(?=\s)/,
- relevance: 10,
- },
- {
- scope: 'meta',
- beforeMatch: /\s+/,
- begin: /:([a-z]+|\?)/,
- },
- ];
-
return {
name: 'Nix',
aliases: [ "nixos" ],
keywords: KEYWORDS,
- contains: EXPRESSIONS.concat(REPL),
+ contains: EXPRESSIONS
};
}
diff --git a/node_modules/highlight.js/es/languages/nsis.js b/node_modules/highlight.js/es/languages/nsis.js
index caa8b94..5e03a96 100644
--- a/node_modules/highlight.js/es/languages/nsis.js
+++ b/node_modules/highlight.js/es/languages/nsis.js
@@ -3,10 +3,8 @@ Language: NSIS
Description: Nullsoft Scriptable Install System
Author: Jan T. Sott
Website: https://nsis.sourceforge.io/Main_Page
-Category: scripting
*/
-
function nsis(hljs) {
const regex = hljs.regex;
const LANGUAGE_CONSTANTS = [
@@ -114,7 +112,6 @@ function nsis(hljs) {
"addincludedir",
"addplugindir",
"appendfile",
- "assert",
"cd",
"define",
"delfile",
diff --git a/node_modules/highlight.js/es/languages/oxygene.js b/node_modules/highlight.js/es/languages/oxygene.js
index 3c1e98f..5c9edd3 100644
--- a/node_modules/highlight.js/es/languages/oxygene.js
+++ b/node_modules/highlight.js/es/languages/oxygene.js
@@ -3,7 +3,6 @@ Language: Oxygene
Author: Carlo Kok
Description: Oxygene is built on the foundation of Object Pascal, revamped and extended to be a modern language for the twenty-first century.
Website: https://www.elementscompiler.com/elements/default.aspx
-Category: build-system
*/
function oxygene(hljs) {
diff --git a/node_modules/highlight.js/es/languages/perl.js b/node_modules/highlight.js/es/languages/perl.js
index d535989..1f74cd0 100644
--- a/node_modules/highlight.js/es/languages/perl.js
+++ b/node_modules/highlight.js/es/languages/perl.js
@@ -26,7 +26,6 @@ function perl(hljs) {
'chown',
'chr',
'chroot',
- 'class',
'close',
'closedir',
'connect',
@@ -56,7 +55,6 @@ function perl(hljs) {
'exit',
'exp',
'fcntl',
- 'field',
'fileno',
'flock',
'for',
@@ -116,7 +114,6 @@ function perl(hljs) {
'lt',
'ma',
'map',
- 'method',
'mkdir',
'msgctl',
'msgget',
@@ -261,45 +258,19 @@ function perl(hljs) {
end: /\}/
// contains defined later
};
- const ATTR = {
- scope: 'attr',
- match: /\s+:\s*\w+(\s*\(.*?\))?/,
- };
- const VAR = {
- scope: 'variable',
- variants: [
- { begin: /\$\d/ },
- { begin: regex.concat(
- /[$%@](?!")(\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,
- // negative look-ahead tries to avoid matching patterns that are not
- // Perl at all like $ident$, @ident@, etc.
- `(?![A-Za-z])(?![@$%])`
- )
- },
- {
- // Only $= is a special Perl variable and one can't declare @= or %=.
- begin: /[$%@](?!")[^\s\w{=]|\$=/,
- relevance: 0
- }
- ],
- contains: [ ATTR ],
- };
- const NUMBER = {
- className: 'number',
- variants: [
- // decimal numbers:
- // include the case where a number starts with a dot (eg. .9), and
- // the leading 0? avoids mixing the first and second match on 0.x cases
- { match: /0?\.[0-9][0-9_]+\b/ },
- // include the special versioned number (eg. v5.38)
- { match: /\bv?(0|[1-9][0-9_]*(\.[0-9_]+)?|[1-9][0-9_]*)\b/ },
- // non-decimal numbers:
- { match: /\b0[0-7][0-7_]*\b/ },
- { match: /\b0x[0-9a-fA-F][0-9a-fA-F_]*\b/ },
- { match: /\b0b[0-1][0-1_]*\b/ },
- ],
- relevance: 0
- };
+ const VAR = { variants: [
+ { begin: /\$\d/ },
+ { begin: regex.concat(
+ /[$%@](\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,
+ // negative look-ahead tries to avoid matching patterns that are not
+ // Perl at all like $ident$, @ident@, etc.
+ `(?![A-Za-z])(?![@$%])`
+ ) },
+ {
+ begin: /[$%@][^\s\w{]/,
+ relevance: 0
+ }
+ ] };
const STRING_CONTAINS = [
hljs.BACKSLASH_ESCAPE,
SUBST,
@@ -414,7 +385,11 @@ function perl(hljs) {
}
]
},
- NUMBER,
+ {
+ className: 'number',
+ begin: '(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b',
+ relevance: 0
+ },
{ // regexp container
begin: '(\\/\\/|' + hljs.RE_STARTERS_RE + '|\\b(split|return|print|reverse|grep)\\b)\\s*',
keywords: 'split return print reverse grep',
@@ -456,19 +431,11 @@ function perl(hljs) {
},
{
className: 'function',
- beginKeywords: 'sub method',
+ beginKeywords: 'sub',
end: '(\\s*\\(.*?\\))?[;{]',
excludeEnd: true,
relevance: 5,
- contains: [ hljs.TITLE_MODE, ATTR ]
- },
- {
- className: 'class',
- beginKeywords: 'class',
- end: '[;{]',
- excludeEnd: true,
- relevance: 5,
- contains: [ hljs.TITLE_MODE, ATTR, NUMBER ]
+ contains: [ hljs.TITLE_MODE ]
},
{
begin: '-\\w\\b',
diff --git a/node_modules/highlight.js/es/languages/pgsql.js b/node_modules/highlight.js/es/languages/pgsql.js
index 604d84a..1ad3162 100644
--- a/node_modules/highlight.js/es/languages/pgsql.js
+++ b/node_modules/highlight.js/es/languages/pgsql.js
@@ -14,7 +14,6 @@ Description:
- Function names deliberately are not highlighted. There is no way to tell function
call from other constructs, hence we can't highlight _all_ function names. And
some names highlighted while others not looks ugly.
-Category: database
*/
function pgsql(hljs) {
diff --git a/node_modules/highlight.js/es/languages/php.js b/node_modules/highlight.js/es/languages/php.js
index da94bf2..20dd990 100644
--- a/node_modules/highlight.js/es/languages/php.js
+++ b/node_modules/highlight.js/es/languages/php.js
@@ -22,15 +22,12 @@ function php(hljs) {
const PASCAL_CASE_CLASS_NAME_RE = regex.concat(
/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,
NOT_PERL_ETC);
- const UPCASE_NAME_RE = regex.concat(
- /[A-Z]+/,
- NOT_PERL_ETC);
const VARIABLE = {
scope: 'variable',
match: '\\$+' + IDENT_RE,
};
const PREPROCESSOR = {
- scope: "meta",
+ scope: 'meta',
variants: [
{ begin: /<\?php/, relevance: 10 }, // boost for obvious PHP
{ begin: /<\?=/ },
@@ -444,12 +441,7 @@ function php(hljs) {
];
const ATTRIBUTES = {
- begin: regex.concat(/#\[\s*\\?/,
- regex.either(
- PASCAL_CASE_CLASS_NAME_RE,
- UPCASE_NAME_RE
- )
- ),
+ begin: regex.concat(/#\[\s*/, PASCAL_CASE_CLASS_NAME_RE),
beginScope: "meta",
end: /]/,
endScope: "meta",
@@ -479,10 +471,7 @@ function php(hljs) {
...ATTRIBUTE_CONTAINS,
{
scope: 'meta',
- variants: [
- { match: PASCAL_CASE_CLASS_NAME_RE },
- { match: UPCASE_NAME_RE }
- ]
+ match: PASCAL_CASE_CLASS_NAME_RE
}
]
};
@@ -562,7 +551,6 @@ function php(hljs) {
keywords: KEYWORDS,
contains: [
'self',
- ATTRIBUTES,
VARIABLE,
LEFT_AND_RIGHT_SIDE_OF_DOUBLE_COLON,
hljs.C_BLOCK_COMMENT_MODE,
diff --git a/node_modules/highlight.js/es/languages/pony.js b/node_modules/highlight.js/es/languages/pony.js
index fa891e5..0a92563 100644
--- a/node_modules/highlight.js/es/languages/pony.js
+++ b/node_modules/highlight.js/es/languages/pony.js
@@ -4,7 +4,6 @@ Author: Joe Eli McIlvain
Description: Pony is an open-source, object-oriented, actor-model,
capabilities-secure, high performance programming language.
Website: https://www.ponylang.io
-Category: system
*/
function pony(hljs) {
diff --git a/node_modules/highlight.js/es/languages/powershell.js b/node_modules/highlight.js/es/languages/powershell.js
index ec5f5e4..691a58f 100644
--- a/node_modules/highlight.js/es/languages/powershell.js
+++ b/node_modules/highlight.js/es/languages/powershell.js
@@ -4,7 +4,6 @@ Description: PowerShell is a task-based command-line shell and scripting languag
Author: David Mohundro
Contributors: Nicholas Blumhardt , Victor Zhou , Nicolas Le Gall
Website: https://docs.microsoft.com/en-us/powershell/
-Category: scripting
*/
function powershell(hljs) {
diff --git a/node_modules/highlight.js/es/languages/prolog.js b/node_modules/highlight.js/es/languages/prolog.js
index 579967c..f4483b7 100644
--- a/node_modules/highlight.js/es/languages/prolog.js
+++ b/node_modules/highlight.js/es/languages/prolog.js
@@ -3,7 +3,6 @@ Language: Prolog
Description: Prolog is a general purpose logic programming language associated with artificial intelligence and computational linguistics.
Author: Raivo Laanemets
Website: https://en.wikipedia.org/wiki/Prolog
-Category: functional
*/
function prolog(hljs) {
diff --git a/node_modules/highlight.js/es/languages/purebasic.js b/node_modules/highlight.js/es/languages/purebasic.js
index 073185a..23a1f49 100644
--- a/node_modules/highlight.js/es/languages/purebasic.js
+++ b/node_modules/highlight.js/es/languages/purebasic.js
@@ -4,7 +4,6 @@ Author: Tristano Ajmone
Description: Syntax highlighting for PureBASIC (v.5.00-5.60). No inline ASM highlighting. (v.1.2, May 2017)
Credits: I've taken inspiration from the PureBasic language file for GeSHi, created by Gustavo Julio Fiorenza (GuShH).
Website: https://www.purebasic.com
-Category: system
*/
// Base deafult colors in PB IDE: background: #FFFFDF; foreground: #000000;
diff --git a/node_modules/highlight.js/es/languages/python.js b/node_modules/highlight.js/es/languages/python.js
index 4956b71..f7bc288 100644
--- a/node_modules/highlight.js/es/languages/python.js
+++ b/node_modules/highlight.js/es/languages/python.js
@@ -373,8 +373,7 @@ function python(hljs) {
NUMBER,
{
// very common convention
- scope: 'variable.language',
- match: /\bself\b/
+ begin: /\bself\b/
},
{
// eat "if" prior to string so that it won't accidentally be
@@ -382,7 +381,6 @@ function python(hljs) {
beginKeywords: "if",
relevance: 0
},
- { match: /\bor\b/, scope: "keyword" },
STRING,
COMMENT_TYPE,
hljs.HASH_COMMENT_MODE,
diff --git a/node_modules/highlight.js/es/languages/q.js b/node_modules/highlight.js/es/languages/q.js
index e79889d..e0e1f3a 100644
--- a/node_modules/highlight.js/es/languages/q.js
+++ b/node_modules/highlight.js/es/languages/q.js
@@ -4,7 +4,6 @@ Description: Q is a vector-based functional paradigm programming language built
(K/Q/Kdb+ from Kx Systems)
Author: Sergey Vidyuk
Website: https://kx.com/connect-with-us/developers/
-Category: enterprise, functional, database
*/
function q(hljs) {
diff --git a/node_modules/highlight.js/es/languages/reasonml.js b/node_modules/highlight.js/es/languages/reasonml.js
index 169d019..7dd00fc 100644
--- a/node_modules/highlight.js/es/languages/reasonml.js
+++ b/node_modules/highlight.js/es/languages/reasonml.js
@@ -6,135 +6,301 @@ Author: Gidi Meir Morris
Category: functional
*/
function reasonml(hljs) {
- const BUILT_IN_TYPES = [
- "array",
- "bool",
- "bytes",
- "char",
- "exn|5",
- "float",
- "int",
- "int32",
- "int64",
- "list",
- "lazy_t|5",
- "nativeint|5",
- "ref",
- "string",
- "unit",
+ function orReValues(ops) {
+ return ops
+ .map(function(op) {
+ return op
+ .split('')
+ .map(function(char) {
+ return '\\' + char;
+ })
+ .join('');
+ })
+ .join('|');
+ }
+
+ const RE_IDENT = '~?[a-z$_][0-9a-zA-Z$_]*';
+ const RE_MODULE_IDENT = '`?[A-Z$_][0-9a-zA-Z$_]*';
+
+ const RE_PARAM_TYPEPARAM = '\'?[a-z$_][0-9a-z$_]*';
+ const RE_PARAM_TYPE = '\\s*:\\s*[a-z$_][0-9a-z$_]*(\\(\\s*(' + RE_PARAM_TYPEPARAM + '\\s*(,' + RE_PARAM_TYPEPARAM + '\\s*)*)?\\))?';
+ const RE_PARAM = RE_IDENT + '(' + RE_PARAM_TYPE + '){0,2}';
+ const RE_OPERATOR = "(" + orReValues([
+ '||',
+ '++',
+ '**',
+ '+.',
+ '*',
+ '/',
+ '*.',
+ '/.',
+ '...'
+ ]) + "|\\|>|&&|==|===)";
+ const RE_OPERATOR_SPACED = "\\s+" + RE_OPERATOR + "\\s+";
+
+ const KEYWORDS = {
+ keyword:
+ 'and as asr assert begin class constraint do done downto else end exception external '
+ + 'for fun function functor if in include inherit initializer '
+ + 'land lazy let lor lsl lsr lxor match method mod module mutable new nonrec '
+ + 'object of open or private rec sig struct then to try type val virtual when while with',
+ built_in:
+ 'array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 ref string unit ',
+ literal:
+ 'true false'
+ };
+
+ const RE_NUMBER = '\\b(0[xX][a-fA-F0-9_]+[Lln]?|'
+ + '0[oO][0-7_]+[Lln]?|'
+ + '0[bB][01_]+[Lln]?|'
+ + '[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)';
+
+ const NUMBER_MODE = {
+ className: 'number',
+ relevance: 0,
+ variants: [
+ { begin: RE_NUMBER },
+ { begin: '\\(-' + RE_NUMBER + '\\)' }
+ ]
+ };
+
+ const OPERATOR_MODE = {
+ className: 'operator',
+ relevance: 0,
+ begin: RE_OPERATOR
+ };
+ const LIST_CONTENTS_MODES = [
+ {
+ className: 'identifier',
+ relevance: 0,
+ begin: RE_IDENT
+ },
+ OPERATOR_MODE,
+ NUMBER_MODE
];
+
+ const MODULE_ACCESS_CONTENTS = [
+ hljs.QUOTE_STRING_MODE,
+ OPERATOR_MODE,
+ {
+ className: 'module',
+ begin: "\\b" + RE_MODULE_IDENT,
+ returnBegin: true,
+ relevance: 0,
+ end: "\.",
+ contains: [
+ {
+ className: 'identifier',
+ begin: RE_MODULE_IDENT,
+ relevance: 0
+ }
+ ]
+ }
+ ];
+
+ const PARAMS_CONTENTS = [
+ {
+ className: 'module',
+ begin: "\\b" + RE_MODULE_IDENT,
+ returnBegin: true,
+ end: "\.",
+ relevance: 0,
+ contains: [
+ {
+ className: 'identifier',
+ begin: RE_MODULE_IDENT,
+ relevance: 0
+ }
+ ]
+ }
+ ];
+
+ const PARAMS_MODE = {
+ begin: RE_IDENT,
+ end: '(,|\\n|\\))',
+ relevance: 0,
+ contains: [
+ OPERATOR_MODE,
+ {
+ className: 'typing',
+ begin: ':',
+ end: '(,|\\n)',
+ returnBegin: true,
+ relevance: 0,
+ contains: PARAMS_CONTENTS
+ }
+ ]
+ };
+
+ const FUNCTION_BLOCK_MODE = {
+ className: 'function',
+ relevance: 0,
+ keywords: KEYWORDS,
+ variants: [
+ {
+ begin: '\\s(\\(\\.?.*?\\)|' + RE_IDENT + ')\\s*=>',
+ end: '\\s*=>',
+ returnBegin: true,
+ relevance: 0,
+ contains: [
+ {
+ className: 'params',
+ variants: [
+ { begin: RE_IDENT },
+ { begin: RE_PARAM },
+ { begin: /\(\s*\)/ }
+ ]
+ }
+ ]
+ },
+ {
+ begin: '\\s\\(\\.?[^;\\|]*\\)\\s*=>',
+ end: '\\s=>',
+ returnBegin: true,
+ relevance: 0,
+ contains: [
+ {
+ className: 'params',
+ relevance: 0,
+ variants: [ PARAMS_MODE ]
+ }
+ ]
+ },
+ { begin: '\\(\\.\\s' + RE_IDENT + '\\)\\s*=>' }
+ ]
+ };
+ MODULE_ACCESS_CONTENTS.push(FUNCTION_BLOCK_MODE);
+
+ const CONSTRUCTOR_MODE = {
+ className: 'constructor',
+ begin: RE_MODULE_IDENT + '\\(',
+ end: '\\)',
+ illegal: '\\n',
+ keywords: KEYWORDS,
+ contains: [
+ hljs.QUOTE_STRING_MODE,
+ OPERATOR_MODE,
+ {
+ className: 'params',
+ begin: '\\b' + RE_IDENT
+ }
+ ]
+ };
+
+ const PATTERN_MATCH_BLOCK_MODE = {
+ className: 'pattern-match',
+ begin: '\\|',
+ returnBegin: true,
+ keywords: KEYWORDS,
+ end: '=>',
+ relevance: 0,
+ contains: [
+ CONSTRUCTOR_MODE,
+ OPERATOR_MODE,
+ {
+ relevance: 0,
+ className: 'constructor',
+ begin: RE_MODULE_IDENT
+ }
+ ]
+ };
+
+ const MODULE_ACCESS_MODE = {
+ className: 'module-access',
+ keywords: KEYWORDS,
+ returnBegin: true,
+ variants: [
+ { begin: "\\b(" + RE_MODULE_IDENT + "\\.)+" + RE_IDENT },
+ {
+ begin: "\\b(" + RE_MODULE_IDENT + "\\.)+\\(",
+ end: "\\)",
+ returnBegin: true,
+ contains: [
+ FUNCTION_BLOCK_MODE,
+ {
+ begin: '\\(',
+ end: '\\)',
+ relevance: 0,
+ skip: true
+ }
+ ].concat(MODULE_ACCESS_CONTENTS)
+ },
+ {
+ begin: "\\b(" + RE_MODULE_IDENT + "\\.)+\\{",
+ end: /\}/
+ }
+ ],
+ contains: MODULE_ACCESS_CONTENTS
+ };
+
+ PARAMS_CONTENTS.push(MODULE_ACCESS_MODE);
+
return {
name: 'ReasonML',
aliases: [ 're' ],
- keywords: {
- $pattern: /[a-z_]\w*!?/,
- keyword: [
- "and",
- "as",
- "asr",
- "assert",
- "begin",
- "class",
- "constraint",
- "do",
- "done",
- "downto",
- "else",
- "end",
- "esfun",
- "exception",
- "external",
- "for",
- "fun",
- "function",
- "functor",
- "if",
- "in",
- "include",
- "inherit",
- "initializer",
- "land",
- "lazy",
- "let",
- "lor",
- "lsl",
- "lsr",
- "lxor",
- "mod",
- "module",
- "mutable",
- "new",
- "nonrec",
- "object",
- "of",
- "open",
- "or",
- "pri",
- "pub",
- "rec",
- "sig",
- "struct",
- "switch",
- "then",
- "to",
- "try",
- "type",
- "val",
- "virtual",
- "when",
- "while",
- "with",
- ],
- built_in: BUILT_IN_TYPES,
- literal: ["true", "false"],
- },
- illegal: /(:-|:=|\$\{|\+=)/,
+ keywords: KEYWORDS,
+ illegal: '(:-|:=|\\$\\{|\\+=)',
contains: [
+ hljs.COMMENT('/\\*', '\\*/', { illegal: '^(#,\\/\\/)' }),
{
- scope: 'literal',
- match: /\[(\|\|)?\]|\(\)/,
+ className: 'character',
+ begin: '\'(\\\\[^\']+|[^\'])\'',
+ illegal: '\\n',
relevance: 0
},
+ hljs.QUOTE_STRING_MODE,
+ {
+ className: 'literal',
+ begin: '\\(\\)',
+ relevance: 0
+ },
+ {
+ className: 'literal',
+ begin: '\\[\\|',
+ end: '\\|\\]',
+ relevance: 0,
+ contains: LIST_CONTENTS_MODES
+ },
+ {
+ className: 'literal',
+ begin: '\\[',
+ end: '\\]',
+ relevance: 0,
+ contains: LIST_CONTENTS_MODES
+ },
+ CONSTRUCTOR_MODE,
+ {
+ className: 'operator',
+ begin: RE_OPERATOR_SPACED,
+ illegal: '-->',
+ relevance: 0
+ },
+ NUMBER_MODE,
hljs.C_LINE_COMMENT_MODE,
- hljs.COMMENT(/\/\*/, /\*\//, { illegal: /^(#,\/\/)/ }),
- { /* type variable */
- scope: 'symbol',
- match: /\'[A-Za-z_](?!\')[\w\']*/
- /* the grammar is ambiguous on how 'a'b should be interpreted but not the compiler */
- },
- { /* polymorphic variant */
- scope: 'type',
- match: /`[A-Z][\w\']*/
- },
- { /* module or constructor */
- scope: 'type',
- match: /\b[A-Z][\w\']*/,
- relevance: 0
- },
- { /* don't color identifiers, but safely catch all identifiers with ' */
- match: /[a-z_]\w*\'[\w\']*/,
- relevance: 0
- },
+ PATTERN_MATCH_BLOCK_MODE,
+ FUNCTION_BLOCK_MODE,
{
- scope: 'operator',
- match: /\s+(\|\||\+[\+\.]?|\*[\*\/\.]?|\/[\.]?|\.\.\.|\|>|&&|===?)\s+/,
- relevance: 0
- },
- hljs.inherit(hljs.APOS_STRING_MODE, {
- scope: 'string',
- relevance: 0
- }),
- hljs.inherit(hljs.QUOTE_STRING_MODE, { illegal: null }),
- {
- scope: 'number',
- variants: [
- { match: /\b0[xX][a-fA-F0-9_]+[Lln]?/ },
- { match: /\b0[oO][0-7_]+[Lln]?/ },
- { match: /\b0[bB][01_]+[Lln]?/ },
- { match: /\b[0-9][0-9_]*([Lln]|(\.[0-9_]*)?([eE][-+]?[0-9_]+)?)/ },
- ],
- relevance: 0
+ className: 'module-def',
+ begin: "\\bmodule\\s+" + RE_IDENT + "\\s+" + RE_MODULE_IDENT + "\\s+=\\s+\\{",
+ end: /\}/,
+ returnBegin: true,
+ keywords: KEYWORDS,
+ relevance: 0,
+ contains: [
+ {
+ className: 'module',
+ relevance: 0,
+ begin: RE_MODULE_IDENT
+ },
+ {
+ begin: /\{/,
+ end: /\}/,
+ relevance: 0,
+ skip: true
+ }
+ ].concat(MODULE_ACCESS_CONTENTS)
},
+ MODULE_ACCESS_MODE
]
};
}
diff --git a/node_modules/highlight.js/es/languages/routeros.js b/node_modules/highlight.js/es/languages/routeros.js
index 64dcc3d..bd3f7b3 100644
--- a/node_modules/highlight.js/es/languages/routeros.js
+++ b/node_modules/highlight.js/es/languages/routeros.js
@@ -3,7 +3,6 @@ Language: MikroTik RouterOS script
Author: Ivan Dementev
Description: Scripting host provides a way to automate some router maintenance tasks by means of executing user-defined scripts bounded to some event occurrence
Website: https://wiki.mikrotik.com/wiki/Manual:Scripting
-Category: scripting
*/
// Colors from RouterOS terminal:
diff --git a/node_modules/highlight.js/es/languages/ruby.js b/node_modules/highlight.js/es/languages/ruby.js
index 2b1d275..f38f31a 100644
--- a/node_modules/highlight.js/es/languages/ruby.js
+++ b/node_modules/highlight.js/es/languages/ruby.js
@@ -4,7 +4,7 @@ Description: Ruby is a dynamic, open source programming language with a focus on
Website: https://www.ruby-lang.org/
Author: Anton Kovalyov
Contributors: Peter Leonov , Vasily Polovnyov , Loren Segal , Pascal Hurni , Cedric Sohrauer
-Category: common, scripting
+Category: common
*/
function ruby(hljs) {
@@ -350,7 +350,7 @@ function ruby(hljs) {
},
{
className: 'params',
- begin: /\|(?!=)/,
+ begin: /\|/,
end: /\|/,
excludeBegin: true,
excludeEnd: true,
diff --git a/node_modules/highlight.js/es/languages/rust.js b/node_modules/highlight.js/es/languages/rust.js
index 6629887..e2434fd 100644
--- a/node_modules/highlight.js/es/languages/rust.js
+++ b/node_modules/highlight.js/es/languages/rust.js
@@ -7,22 +7,15 @@ Category: common, system
*/
/** @type LanguageFn */
-
function rust(hljs) {
const regex = hljs.regex;
- // ============================================
- // Added to support the r# keyword, which is a raw identifier in Rust.
- const RAW_IDENTIFIER = /(r#)?/;
- const UNDERSCORE_IDENT_RE = regex.concat(RAW_IDENTIFIER, hljs.UNDERSCORE_IDENT_RE);
- const IDENT_RE = regex.concat(RAW_IDENTIFIER, hljs.IDENT_RE);
- // ============================================
const FUNCTION_INVOKE = {
className: "title.function.invoke",
relevance: 0,
begin: regex.concat(
/\b/,
- /(?!let|for|while|if|else|match\b)/,
- IDENT_RE,
+ /(?!let\b)/,
+ hljs.IDENT_RE,
regex.lookahead(/\s*\(/))
};
const NUMBER_SUFFIX = '([ui](8|16|32|64|128|size)|f(32|64))\?';
@@ -71,7 +64,6 @@ function rust(hljs) {
"try",
"type",
"typeof",
- "union",
"unsafe",
"unsized",
"use",
@@ -131,7 +123,6 @@ function rust(hljs) {
"debug_assert!",
"debug_assert_eq!",
"env!",
- "eprintln!",
"panic!",
"file!",
"format!",
@@ -199,26 +190,16 @@ function rust(hljs) {
illegal: null
}),
{
- className: 'symbol',
- // negative lookahead to avoid matching `'`
- begin: /'[a-zA-Z_][a-zA-Z0-9_]*(?!')/
- },
- {
- scope: 'string',
+ className: 'string',
variants: [
{ begin: /b?r(#*)"(.|\n)*?"\1(?!#)/ },
- {
- begin: /b?'/,
- end: /'/,
- contains: [
- {
- scope: "char.escape",
- match: /\\('|\w|x\w{2}|u\w{4}|U\w{8})/
- }
- ]
- }
+ { begin: /b?'\\?(x\w{2}|u\w{4}|U\w{8}|.)'/ }
]
},
+ {
+ className: 'symbol',
+ begin: /'[a-zA-Z_][a-zA-Z0-9_]*/
+ },
{
className: 'number',
variants: [
@@ -234,7 +215,7 @@ function rust(hljs) {
begin: [
/fn/,
/\s+/,
- UNDERSCORE_IDENT_RE
+ hljs.UNDERSCORE_IDENT_RE
],
className: {
1: "keyword",
@@ -249,10 +230,7 @@ function rust(hljs) {
{
className: 'string',
begin: /"/,
- end: /"/,
- contains: [
- hljs.BACKSLASH_ESCAPE
- ]
+ end: /"/
}
]
},
@@ -261,7 +239,7 @@ function rust(hljs) {
/let/,
/\s+/,
/(?:mut\s+)?/,
- UNDERSCORE_IDENT_RE
+ hljs.UNDERSCORE_IDENT_RE
],
className: {
1: "keyword",
@@ -274,7 +252,7 @@ function rust(hljs) {
begin: [
/for/,
/\s+/,
- UNDERSCORE_IDENT_RE,
+ hljs.UNDERSCORE_IDENT_RE,
/\s+/,
/in/
],
@@ -288,7 +266,7 @@ function rust(hljs) {
begin: [
/type/,
/\s+/,
- UNDERSCORE_IDENT_RE
+ hljs.UNDERSCORE_IDENT_RE
],
className: {
1: "keyword",
@@ -299,7 +277,7 @@ function rust(hljs) {
begin: [
/(?:trait|enum|struct|union|impl|for)/,
/\s+/,
- UNDERSCORE_IDENT_RE
+ hljs.UNDERSCORE_IDENT_RE
],
className: {
1: "keyword",
diff --git a/node_modules/highlight.js/es/languages/sas.js b/node_modules/highlight.js/es/languages/sas.js
index c866fa6..41c40d8 100644
--- a/node_modules/highlight.js/es/languages/sas.js
+++ b/node_modules/highlight.js/es/languages/sas.js
@@ -2,7 +2,6 @@
Language: SAS
Author: Mauricio Caceres
Description: Syntax Highlighting for SAS
-Category: scientific
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/es/languages/scala.js b/node_modules/highlight.js/es/languages/scala.js
index 34ce556..f72c45e 100644
--- a/node_modules/highlight.js/es/languages/scala.js
+++ b/node_modules/highlight.js/es/languages/scala.js
@@ -88,11 +88,7 @@ function scala(hljs) {
excludeBegin: true,
excludeEnd: true,
relevance: 0,
- contains: [
- TYPE,
- hljs.C_LINE_COMMENT_MODE,
- hljs.C_BLOCK_COMMENT_MODE,
- ]
+ contains: [ TYPE ]
},
{
className: 'params',
@@ -101,11 +97,7 @@ function scala(hljs) {
excludeBegin: true,
excludeEnd: true,
relevance: 0,
- contains: [
- TYPE,
- hljs.C_LINE_COMMENT_MODE,
- hljs.C_BLOCK_COMMENT_MODE,
- ]
+ contains: [ TYPE ]
},
NAME
]
@@ -159,34 +151,6 @@ function scala(hljs) {
beginScope: { 2: "keyword", }
};
- // glob all non-whitespace characters as a "string"
- // sourced from https://github.com/scala/docs.scala-lang/pull/2845
- const DIRECTIVE_VALUE = {
- className: 'string',
- begin: /\S+/,
- };
-
- // directives
- // sourced from https://github.com/scala/docs.scala-lang/pull/2845
- const USING_DIRECTIVE = {
- begin: [
- '//>',
- /\s+/,
- /using/,
- /\s+/,
- /\S+/
- ],
- beginScope: {
- 1: "comment",
- 3: "keyword",
- 5: "type"
- },
- end: /$/,
- contains: [
- DIRECTIVE_VALUE,
- ]
- };
-
return {
name: 'Scala',
keywords: {
@@ -194,7 +158,6 @@ function scala(hljs) {
keyword: 'type yield lazy override def with val var sealed abstract private trait object if then forSome for while do throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit export enum given transparent'
},
contains: [
- USING_DIRECTIVE,
hljs.C_LINE_COMMENT_MODE,
hljs.C_BLOCK_COMMENT_MODE,
STRING,
diff --git a/node_modules/highlight.js/es/languages/scss.js b/node_modules/highlight.js/es/languages/scss.js
index a379f39..1b6009c 100644
--- a/node_modules/highlight.js/es/languages/scss.js
+++ b/node_modules/highlight.js/es/languages/scss.js
@@ -38,12 +38,12 @@ const MODES = (hljs) => {
},
CSS_VARIABLE: {
className: "attr",
- begin: /--[A-Za-z_][A-Za-z0-9_-]*/
+ begin: /--[A-Za-z][A-Za-z0-9_-]*/
}
};
};
-const HTML_TAGS = [
+const TAGS = [
'a',
'abbr',
'address',
@@ -95,16 +95,11 @@ const HTML_TAGS = [
'nav',
'object',
'ol',
- 'optgroup',
- 'option',
'p',
- 'picture',
'q',
'quote',
'samp',
'section',
- 'select',
- 'source',
'span',
'strong',
'summary',
@@ -123,58 +118,6 @@ const HTML_TAGS = [
'video'
];
-const SVG_TAGS = [
- 'defs',
- 'g',
- 'marker',
- 'mask',
- 'pattern',
- 'svg',
- 'switch',
- 'symbol',
- 'feBlend',
- 'feColorMatrix',
- 'feComponentTransfer',
- 'feComposite',
- 'feConvolveMatrix',
- 'feDiffuseLighting',
- 'feDisplacementMap',
- 'feFlood',
- 'feGaussianBlur',
- 'feImage',
- 'feMerge',
- 'feMorphology',
- 'feOffset',
- 'feSpecularLighting',
- 'feTile',
- 'feTurbulence',
- 'linearGradient',
- 'radialGradient',
- 'stop',
- 'circle',
- 'ellipse',
- 'image',
- 'line',
- 'path',
- 'polygon',
- 'polyline',
- 'rect',
- 'text',
- 'use',
- 'textPath',
- 'tspan',
- 'foreignObject',
- 'clipPath'
-];
-
-const TAGS = [
- ...HTML_TAGS,
- ...SVG_TAGS,
-];
-
-// Sorting, then reversing makes sure longer attributes/elements like
-// `font-weight` are matched fully instead of getting false positives on say `font`
-
const MEDIA_FEATURES = [
'any-hover',
'any-pointer',
@@ -210,7 +153,7 @@ const MEDIA_FEATURES = [
'max-width',
'min-height',
'max-height'
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes
const PSEUDO_CLASSES = [
@@ -273,7 +216,7 @@ const PSEUDO_CLASSES = [
'valid',
'visited',
'where' // where()
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements
const PSEUDO_ELEMENTS = [
@@ -291,18 +234,14 @@ const PSEUDO_ELEMENTS = [
'selection',
'slotted',
'spelling-error'
-].sort().reverse();
+];
const ATTRIBUTES = [
- 'accent-color',
'align-content',
'align-items',
'align-self',
- 'alignment-baseline',
'all',
- 'anchor-name',
'animation',
- 'animation-composition',
'animation-delay',
'animation-direction',
'animation-duration',
@@ -310,14 +249,7 @@ const ATTRIBUTES = [
'animation-iteration-count',
'animation-name',
'animation-play-state',
- 'animation-range',
- 'animation-range-end',
- 'animation-range-start',
- 'animation-timeline',
'animation-timing-function',
- 'appearance',
- 'aspect-ratio',
- 'backdrop-filter',
'backface-visibility',
'background',
'background-attachment',
@@ -327,11 +259,8 @@ const ATTRIBUTES = [
'background-image',
'background-origin',
'background-position',
- 'background-position-x',
- 'background-position-y',
'background-repeat',
'background-size',
- 'baseline-shift',
'block-size',
'border',
'border-block',
@@ -354,8 +283,6 @@ const ATTRIBUTES = [
'border-bottom-width',
'border-collapse',
'border-color',
- 'border-end-end-radius',
- 'border-end-start-radius',
'border-image',
'border-image-outset',
'border-image-repeat',
@@ -384,8 +311,6 @@ const ATTRIBUTES = [
'border-right-style',
'border-right-width',
'border-spacing',
- 'border-start-end-radius',
- 'border-start-start-radius',
'border-style',
'border-top',
'border-top-color',
@@ -395,15 +320,7 @@ const ATTRIBUTES = [
'border-top-width',
'border-width',
'bottom',
- 'box-align',
'box-decoration-break',
- 'box-direction',
- 'box-flex',
- 'box-flex-group',
- 'box-lines',
- 'box-ordinal-group',
- 'box-orient',
- 'box-pack',
'box-shadow',
'box-sizing',
'break-after',
@@ -416,11 +333,6 @@ const ATTRIBUTES = [
'clip-path',
'clip-rule',
'color',
- 'color-interpolation',
- 'color-interpolation-filters',
- 'color-profile',
- 'color-rendering',
- 'color-scheme',
'column-count',
'column-fill',
'column-gap',
@@ -432,34 +344,17 @@ const ATTRIBUTES = [
'column-width',
'columns',
'contain',
- 'contain-intrinsic-block-size',
- 'contain-intrinsic-height',
- 'contain-intrinsic-inline-size',
- 'contain-intrinsic-size',
- 'contain-intrinsic-width',
- 'container',
- 'container-name',
- 'container-type',
'content',
'content-visibility',
'counter-increment',
'counter-reset',
- 'counter-set',
'cue',
'cue-after',
'cue-before',
'cursor',
- 'cx',
- 'cy',
'direction',
'display',
- 'dominant-baseline',
'empty-cells',
- 'enable-background',
- 'field-sizing',
- 'fill',
- 'fill-opacity',
- 'fill-rule',
'filter',
'flex',
'flex-basis',
@@ -469,8 +364,6 @@ const ATTRIBUTES = [
'flex-shrink',
'flex-wrap',
'float',
- 'flood-color',
- 'flood-opacity',
'flow',
'font',
'font-display',
@@ -478,32 +371,21 @@ const ATTRIBUTES = [
'font-feature-settings',
'font-kerning',
'font-language-override',
- 'font-optical-sizing',
- 'font-palette',
'font-size',
'font-size-adjust',
- 'font-smooth',
'font-smoothing',
'font-stretch',
'font-style',
'font-synthesis',
- 'font-synthesis-position',
- 'font-synthesis-small-caps',
- 'font-synthesis-style',
- 'font-synthesis-weight',
'font-variant',
- 'font-variant-alternates',
'font-variant-caps',
'font-variant-east-asian',
- 'font-variant-emoji',
'font-variant-ligatures',
'font-variant-numeric',
'font-variant-position',
'font-variation-settings',
'font-weight',
- 'forced-color-adjust',
'gap',
- 'glyph-orientation-horizontal',
'glyph-orientation-vertical',
'grid',
'grid-area',
@@ -523,36 +405,19 @@ const ATTRIBUTES = [
'grid-template-rows',
'hanging-punctuation',
'height',
- 'hyphenate-character',
- 'hyphenate-limit-chars',
'hyphens',
'icon',
'image-orientation',
'image-rendering',
'image-resolution',
'ime-mode',
- 'initial-letter',
- 'initial-letter-align',
'inline-size',
- 'inset',
- 'inset-area',
- 'inset-block',
- 'inset-block-end',
- 'inset-block-start',
- 'inset-inline',
- 'inset-inline-end',
- 'inset-inline-start',
'isolation',
'justify-content',
- 'justify-items',
- 'justify-self',
- 'kerning',
'left',
'letter-spacing',
- 'lighting-color',
'line-break',
'line-height',
- 'line-height-step',
'list-style',
'list-style-image',
'list-style-position',
@@ -568,11 +433,6 @@ const ATTRIBUTES = [
'margin-left',
'margin-right',
'margin-top',
- 'margin-trim',
- 'marker',
- 'marker-end',
- 'marker-mid',
- 'marker-start',
'marks',
'mask',
'mask-border',
@@ -591,10 +451,6 @@ const ATTRIBUTES = [
'mask-repeat',
'mask-size',
'mask-type',
- 'masonry-auto-flow',
- 'math-depth',
- 'math-shift',
- 'math-style',
'max-block-size',
'max-height',
'max-inline-size',
@@ -613,12 +469,6 @@ const ATTRIBUTES = [
'normal',
'object-fit',
'object-position',
- 'offset',
- 'offset-anchor',
- 'offset-distance',
- 'offset-path',
- 'offset-position',
- 'offset-rotate',
'opacity',
'order',
'orphans',
@@ -628,19 +478,9 @@ const ATTRIBUTES = [
'outline-style',
'outline-width',
'overflow',
- 'overflow-anchor',
- 'overflow-block',
- 'overflow-clip-margin',
- 'overflow-inline',
'overflow-wrap',
'overflow-x',
'overflow-y',
- 'overlay',
- 'overscroll-behavior',
- 'overscroll-behavior-block',
- 'overscroll-behavior-inline',
- 'overscroll-behavior-x',
- 'overscroll-behavior-y',
'padding',
'padding-block',
'padding-block-end',
@@ -652,37 +492,23 @@ const ATTRIBUTES = [
'padding-left',
'padding-right',
'padding-top',
- 'page',
'page-break-after',
'page-break-before',
'page-break-inside',
- 'paint-order',
'pause',
'pause-after',
'pause-before',
'perspective',
'perspective-origin',
- 'place-content',
- 'place-items',
- 'place-self',
'pointer-events',
'position',
- 'position-anchor',
- 'position-visibility',
- 'print-color-adjust',
'quotes',
- 'r',
'resize',
'rest',
'rest-after',
'rest-before',
'right',
- 'rotate',
'row-gap',
- 'ruby-align',
- 'ruby-position',
- 'scale',
- 'scroll-behavior',
'scroll-margin',
'scroll-margin-block',
'scroll-margin-block-end',
@@ -708,43 +534,25 @@ const ATTRIBUTES = [
'scroll-snap-align',
'scroll-snap-stop',
'scroll-snap-type',
- 'scroll-timeline',
- 'scroll-timeline-axis',
- 'scroll-timeline-name',
'scrollbar-color',
'scrollbar-gutter',
'scrollbar-width',
'shape-image-threshold',
'shape-margin',
'shape-outside',
- 'shape-rendering',
'speak',
'speak-as',
'src', // @font-face
- 'stop-color',
- 'stop-opacity',
- 'stroke',
- 'stroke-dasharray',
- 'stroke-dashoffset',
- 'stroke-linecap',
- 'stroke-linejoin',
- 'stroke-miterlimit',
- 'stroke-opacity',
- 'stroke-width',
'tab-size',
'table-layout',
'text-align',
'text-align-all',
'text-align-last',
- 'text-anchor',
'text-combine-upright',
'text-decoration',
'text-decoration-color',
'text-decoration-line',
- 'text-decoration-skip',
- 'text-decoration-skip-ink',
'text-decoration-style',
- 'text-decoration-thickness',
'text-emphasis',
'text-emphasis-color',
'text-emphasis-position',
@@ -755,37 +563,20 @@ const ATTRIBUTES = [
'text-overflow',
'text-rendering',
'text-shadow',
- 'text-size-adjust',
'text-transform',
- 'text-underline-offset',
'text-underline-position',
- 'text-wrap',
- 'text-wrap-mode',
- 'text-wrap-style',
- 'timeline-scope',
'top',
- 'touch-action',
'transform',
'transform-box',
'transform-origin',
'transform-style',
'transition',
- 'transition-behavior',
'transition-delay',
'transition-duration',
'transition-property',
'transition-timing-function',
- 'translate',
'unicode-bidi',
- 'user-modify',
- 'user-select',
- 'vector-effect',
'vertical-align',
- 'view-timeline',
- 'view-timeline-axis',
- 'view-timeline-inset',
- 'view-timeline-name',
- 'view-transition-name',
'visibility',
'voice-balance',
'voice-duration',
@@ -796,7 +587,6 @@ const ATTRIBUTES = [
'voice-stress',
'voice-volume',
'white-space',
- 'white-space-collapse',
'widows',
'width',
'will-change',
@@ -804,11 +594,10 @@ const ATTRIBUTES = [
'word-spacing',
'word-wrap',
'writing-mode',
- 'x',
- 'y',
- 'z-index',
- 'zoom'
-].sort().reverse();
+ 'z-index'
+ // reverse makes sure longer attributes `font-weight` are matched fully
+ // instead of getting false positives on say `font`
+].reverse();
/*
Language: SCSS
@@ -818,7 +607,6 @@ Website: https://sass-lang.com
Category: common, css, web
*/
-
/** @type LanguageFn */
function scss(hljs) {
const modes = MODES(hljs);
diff --git a/node_modules/highlight.js/es/languages/smali.js b/node_modules/highlight.js/es/languages/smali.js
index db53572..fca7f81 100644
--- a/node_modules/highlight.js/es/languages/smali.js
+++ b/node_modules/highlight.js/es/languages/smali.js
@@ -3,7 +3,6 @@ Language: Smali
Author: Dennis Titze
Description: Basic Smali highlighting
Website: https://github.com/JesusFreke/smali
-Category: assembler
*/
function smali(hljs) {
diff --git a/node_modules/highlight.js/es/languages/smalltalk.js b/node_modules/highlight.js/es/languages/smalltalk.js
index 0ff88c9..ee3341d 100644
--- a/node_modules/highlight.js/es/languages/smalltalk.js
+++ b/node_modules/highlight.js/es/languages/smalltalk.js
@@ -3,7 +3,6 @@ Language: Smalltalk
Description: Smalltalk is an object-oriented, dynamically typed reflective programming language.
Author: Vladimir Gubarkov
Website: https://en.wikipedia.org/wiki/Smalltalk
-Category: system
*/
function smalltalk(hljs) {
diff --git a/node_modules/highlight.js/es/languages/sql.js b/node_modules/highlight.js/es/languages/sql.js
index f38d839..27e94a6 100644
--- a/node_modules/highlight.js/es/languages/sql.js
+++ b/node_modules/highlight.js/es/languages/sql.js
@@ -24,19 +24,19 @@ function sql(hljs) {
const regex = hljs.regex;
const COMMENT_MODE = hljs.COMMENT('--', '$');
const STRING = {
- scope: 'string',
+ className: 'string',
variants: [
{
begin: /'/,
end: /'/,
- contains: [ { match: /''/ } ]
+ contains: [ { begin: /''/ } ]
}
]
};
const QUOTED_IDENTIFIER = {
begin: /"/,
end: /"/,
- contains: [ { match: /""/ } ]
+ contains: [ { begin: /""/ } ]
};
const LITERALS = [
@@ -606,42 +606,22 @@ function sql(hljs) {
});
const VARIABLE = {
- scope: "variable",
- match: /@[a-z0-9][a-z0-9_]*/,
+ className: "variable",
+ begin: /@[a-z0-9][a-z0-9_]*/,
};
const OPERATOR = {
- scope: "operator",
- match: /[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,
+ className: "operator",
+ begin: /[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,
relevance: 0,
};
const FUNCTION_CALL = {
- match: regex.concat(/\b/, regex.either(...FUNCTIONS), /\s*\(/),
+ begin: regex.concat(/\b/, regex.either(...FUNCTIONS), /\s*\(/),
relevance: 0,
keywords: { built_in: FUNCTIONS }
};
- // turns a multi-word keyword combo into a regex that doesn't
- // care about extra whitespace etc.
- // input: "START QUERY"
- // output: /\bSTART\s+QUERY\b/
- function kws_to_regex(list) {
- return regex.concat(
- /\b/,
- regex.either(...list.map((kw) => {
- return kw.replace(/\s+/, "\\s+")
- })),
- /\b/
- )
- }
-
- const MULTI_WORD_KEYWORDS = {
- scope: "keyword",
- match: kws_to_regex(COMBOS),
- relevance: 0,
- };
-
// keywords with less than 3 letters are reduced in relevancy
function reduceRelevancy(list, {
exceptions, when
@@ -674,10 +654,19 @@ function sql(hljs) {
},
contains: [
{
- scope: "type",
- match: kws_to_regex(MULTI_WORD_TYPES)
+ begin: regex.either(...COMBOS),
+ relevance: 0,
+ keywords: {
+ $pattern: /[\w\.]+/,
+ keyword: KEYWORDS.concat(COMBOS),
+ literal: LITERALS,
+ type: TYPES
+ },
+ },
+ {
+ className: "type",
+ begin: regex.either(...MULTI_WORD_TYPES)
},
- MULTI_WORD_KEYWORDS,
FUNCTION_CALL,
VARIABLE,
STRING,
diff --git a/node_modules/highlight.js/es/languages/stan.js b/node_modules/highlight.js/es/languages/stan.js
index e04d411..f120737 100644
--- a/node_modules/highlight.js/es/languages/stan.js
+++ b/node_modules/highlight.js/es/languages/stan.js
@@ -32,20 +32,16 @@ function stan(hljs) {
const TYPES = [
'array',
- 'tuple',
'complex',
'int',
'real',
'vector',
- 'complex_vector',
'ordered',
'positive_ordered',
'simplex',
'unit_vector',
'row_vector',
- 'complex_row_vector',
'matrix',
- 'complex_matrix',
'cholesky_factor_corr|10',
'cholesky_factor_cov|10',
'corr_matrix|10',
@@ -62,6 +58,8 @@ function stan(hljs) {
// functions_quoted.txt
const FUNCTIONS = [
+ 'Phi',
+ 'Phi_approx',
'abs',
'acos',
'acosh',
@@ -79,6 +77,7 @@ function stan(hljs) {
'bessel_first_kind',
'bessel_second_kind',
'binary_log_loss',
+ 'binomial_coefficient_log',
'block',
'cbrt',
'ceil',
@@ -89,48 +88,37 @@ function stan(hljs) {
'cols',
'columns_dot_product',
'columns_dot_self',
- 'complex_schur_decompose',
- 'complex_schur_decompose_t',
- 'complex_schur_decompose_u',
'conj',
'cos',
'cosh',
'cov_exp_quad',
'crossprod',
- 'csr_extract',
'csr_extract_u',
'csr_extract_v',
'csr_extract_w',
'csr_matrix_times_vector',
'csr_to_dense_matrix',
'cumulative_sum',
- 'dae',
- 'dae_tol',
'determinant',
'diag_matrix',
- 'diagonal',
'diag_post_multiply',
'diag_pre_multiply',
+ 'diagonal',
'digamma',
'dims',
'distance',
'dot_product',
'dot_self',
- 'eigendecompose',
- 'eigendecompose_sym',
- 'eigenvalues',
'eigenvalues_sym',
- 'eigenvectors',
'eigenvectors_sym',
'erf',
'erfc',
'exp',
'exp2',
'expm1',
+ 'fabs',
'falling_factorial',
'fdim',
- 'fft',
- 'fft2',
'floor',
'fma',
'fmax',
@@ -140,6 +128,7 @@ function stan(hljs) {
'gamma_q',
'generalized_inverse',
'get_imag',
+ 'get_lp',
'get_real',
'head',
'hmm_hidden_state_prob',
@@ -147,24 +136,20 @@ function stan(hljs) {
'hypot',
'identity_matrix',
'inc_beta',
+ 'int_step',
'integrate_1d',
'integrate_ode',
'integrate_ode_adams',
'integrate_ode_bdf',
'integrate_ode_rk45',
- 'int_step',
'inv',
- 'inv_cloglog',
- 'inv_erfc',
- 'inverse',
- 'inverse_spd',
- 'inv_fft',
- 'inv_fft2',
- 'inv_inc_beta',
- 'inv_logit',
'inv_Phi',
+ 'inv_cloglog',
+ 'inv_logit',
'inv_sqrt',
'inv_square',
+ 'inverse',
+ 'inverse_spd',
'is_inf',
'is_nan',
'lambert_w0',
@@ -190,12 +175,12 @@ function stan(hljs) {
'log_falling_factorial',
'log_inv_logit',
'log_inv_logit_diff',
- 'logit',
'log_mix',
'log_modified_bessel_first_kind',
'log_rising_factorial',
'log_softmax',
'log_sum_exp',
+ 'logit',
'machine_precision',
'map_rect',
'matrix_exp',
@@ -210,11 +195,10 @@ function stan(hljs) {
'min',
'modified_bessel_first_kind',
'modified_bessel_second_kind',
+ 'multiply_log',
'multiply_lower_tri_self_transpose',
'negative_infinity',
'norm',
- 'norm1',
- 'norm2',
'not_a_number',
'num_elements',
'ode_adams',
@@ -235,18 +219,14 @@ function stan(hljs) {
'ones_row_vector',
'ones_vector',
'owens_t',
- 'Phi',
- 'Phi_approx',
'polar',
'positive_infinity',
'pow',
'print',
'prod',
'proj',
- 'qr',
'qr_Q',
'qr_R',
- 'qr_thin',
'qr_thin_Q',
'qr_thin_R',
'quad_form',
@@ -286,7 +266,6 @@ function stan(hljs) {
'sub_col',
'sub_row',
'sum',
- 'svd',
'svd_U',
'svd_V',
'symmetrize_from_lower_tri',
@@ -299,7 +278,6 @@ function stan(hljs) {
'to_array_1d',
'to_array_2d',
'to_complex',
- 'to_int',
'to_matrix',
'to_row_vector',
'to_vector',
@@ -343,22 +321,18 @@ function stan(hljs) {
'inv_chi_square',
'inv_gamma',
'inv_wishart',
- 'inv_wishart_cholesky',
'lkj_corr',
'lkj_corr_cholesky',
'logistic',
- 'loglogistic',
'lognormal',
'multi_gp',
'multi_gp_cholesky',
- 'multinomial',
- 'multinomial_logit',
'multi_normal',
'multi_normal_cholesky',
'multi_normal_prec',
- 'multi_student_cholesky_t',
'multi_student_t',
- 'multi_student_t_cholesky',
+ 'multinomial',
+ 'multinomial_logit',
'neg_binomial',
'neg_binomial_2',
'neg_binomial_2_log',
@@ -378,14 +352,12 @@ function stan(hljs) {
'skew_double_exponential',
'skew_normal',
'std_normal',
- 'std_normal_log',
'student_t',
'uniform',
'von_mises',
'weibull',
'wiener',
- 'wishart',
- 'wishart_cholesky'
+ 'wishart'
];
const BLOCK_COMMENT = hljs.COMMENT(
diff --git a/node_modules/highlight.js/es/languages/step21.js b/node_modules/highlight.js/es/languages/step21.js
index ace2e93..39b1e12 100644
--- a/node_modules/highlight.js/es/languages/step21.js
+++ b/node_modules/highlight.js/es/languages/step21.js
@@ -3,7 +3,6 @@ Language: STEP Part 21
Contributors: Adam Joseph Cook
Description: Syntax highlighter for STEP Part 21 files (ISO 10303-21).
Website: https://en.wikipedia.org/wiki/ISO_10303-21
-Category: syntax
*/
function step21(hljs) {
diff --git a/node_modules/highlight.js/es/languages/stylus.js b/node_modules/highlight.js/es/languages/stylus.js
index bd3f799..29d2a3a 100644
--- a/node_modules/highlight.js/es/languages/stylus.js
+++ b/node_modules/highlight.js/es/languages/stylus.js
@@ -38,12 +38,12 @@ const MODES = (hljs) => {
},
CSS_VARIABLE: {
className: "attr",
- begin: /--[A-Za-z_][A-Za-z0-9_-]*/
+ begin: /--[A-Za-z][A-Za-z0-9_-]*/
}
};
};
-const HTML_TAGS = [
+const TAGS = [
'a',
'abbr',
'address',
@@ -95,16 +95,11 @@ const HTML_TAGS = [
'nav',
'object',
'ol',
- 'optgroup',
- 'option',
'p',
- 'picture',
'q',
'quote',
'samp',
'section',
- 'select',
- 'source',
'span',
'strong',
'summary',
@@ -123,58 +118,6 @@ const HTML_TAGS = [
'video'
];
-const SVG_TAGS = [
- 'defs',
- 'g',
- 'marker',
- 'mask',
- 'pattern',
- 'svg',
- 'switch',
- 'symbol',
- 'feBlend',
- 'feColorMatrix',
- 'feComponentTransfer',
- 'feComposite',
- 'feConvolveMatrix',
- 'feDiffuseLighting',
- 'feDisplacementMap',
- 'feFlood',
- 'feGaussianBlur',
- 'feImage',
- 'feMerge',
- 'feMorphology',
- 'feOffset',
- 'feSpecularLighting',
- 'feTile',
- 'feTurbulence',
- 'linearGradient',
- 'radialGradient',
- 'stop',
- 'circle',
- 'ellipse',
- 'image',
- 'line',
- 'path',
- 'polygon',
- 'polyline',
- 'rect',
- 'text',
- 'use',
- 'textPath',
- 'tspan',
- 'foreignObject',
- 'clipPath'
-];
-
-const TAGS = [
- ...HTML_TAGS,
- ...SVG_TAGS,
-];
-
-// Sorting, then reversing makes sure longer attributes/elements like
-// `font-weight` are matched fully instead of getting false positives on say `font`
-
const MEDIA_FEATURES = [
'any-hover',
'any-pointer',
@@ -210,7 +153,7 @@ const MEDIA_FEATURES = [
'max-width',
'min-height',
'max-height'
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes
const PSEUDO_CLASSES = [
@@ -273,7 +216,7 @@ const PSEUDO_CLASSES = [
'valid',
'visited',
'where' // where()
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements
const PSEUDO_ELEMENTS = [
@@ -291,18 +234,14 @@ const PSEUDO_ELEMENTS = [
'selection',
'slotted',
'spelling-error'
-].sort().reverse();
+];
const ATTRIBUTES = [
- 'accent-color',
'align-content',
'align-items',
'align-self',
- 'alignment-baseline',
'all',
- 'anchor-name',
'animation',
- 'animation-composition',
'animation-delay',
'animation-direction',
'animation-duration',
@@ -310,14 +249,7 @@ const ATTRIBUTES = [
'animation-iteration-count',
'animation-name',
'animation-play-state',
- 'animation-range',
- 'animation-range-end',
- 'animation-range-start',
- 'animation-timeline',
'animation-timing-function',
- 'appearance',
- 'aspect-ratio',
- 'backdrop-filter',
'backface-visibility',
'background',
'background-attachment',
@@ -327,11 +259,8 @@ const ATTRIBUTES = [
'background-image',
'background-origin',
'background-position',
- 'background-position-x',
- 'background-position-y',
'background-repeat',
'background-size',
- 'baseline-shift',
'block-size',
'border',
'border-block',
@@ -354,8 +283,6 @@ const ATTRIBUTES = [
'border-bottom-width',
'border-collapse',
'border-color',
- 'border-end-end-radius',
- 'border-end-start-radius',
'border-image',
'border-image-outset',
'border-image-repeat',
@@ -384,8 +311,6 @@ const ATTRIBUTES = [
'border-right-style',
'border-right-width',
'border-spacing',
- 'border-start-end-radius',
- 'border-start-start-radius',
'border-style',
'border-top',
'border-top-color',
@@ -395,15 +320,7 @@ const ATTRIBUTES = [
'border-top-width',
'border-width',
'bottom',
- 'box-align',
'box-decoration-break',
- 'box-direction',
- 'box-flex',
- 'box-flex-group',
- 'box-lines',
- 'box-ordinal-group',
- 'box-orient',
- 'box-pack',
'box-shadow',
'box-sizing',
'break-after',
@@ -416,11 +333,6 @@ const ATTRIBUTES = [
'clip-path',
'clip-rule',
'color',
- 'color-interpolation',
- 'color-interpolation-filters',
- 'color-profile',
- 'color-rendering',
- 'color-scheme',
'column-count',
'column-fill',
'column-gap',
@@ -432,34 +344,17 @@ const ATTRIBUTES = [
'column-width',
'columns',
'contain',
- 'contain-intrinsic-block-size',
- 'contain-intrinsic-height',
- 'contain-intrinsic-inline-size',
- 'contain-intrinsic-size',
- 'contain-intrinsic-width',
- 'container',
- 'container-name',
- 'container-type',
'content',
'content-visibility',
'counter-increment',
'counter-reset',
- 'counter-set',
'cue',
'cue-after',
'cue-before',
'cursor',
- 'cx',
- 'cy',
'direction',
'display',
- 'dominant-baseline',
'empty-cells',
- 'enable-background',
- 'field-sizing',
- 'fill',
- 'fill-opacity',
- 'fill-rule',
'filter',
'flex',
'flex-basis',
@@ -469,8 +364,6 @@ const ATTRIBUTES = [
'flex-shrink',
'flex-wrap',
'float',
- 'flood-color',
- 'flood-opacity',
'flow',
'font',
'font-display',
@@ -478,32 +371,21 @@ const ATTRIBUTES = [
'font-feature-settings',
'font-kerning',
'font-language-override',
- 'font-optical-sizing',
- 'font-palette',
'font-size',
'font-size-adjust',
- 'font-smooth',
'font-smoothing',
'font-stretch',
'font-style',
'font-synthesis',
- 'font-synthesis-position',
- 'font-synthesis-small-caps',
- 'font-synthesis-style',
- 'font-synthesis-weight',
'font-variant',
- 'font-variant-alternates',
'font-variant-caps',
'font-variant-east-asian',
- 'font-variant-emoji',
'font-variant-ligatures',
'font-variant-numeric',
'font-variant-position',
'font-variation-settings',
'font-weight',
- 'forced-color-adjust',
'gap',
- 'glyph-orientation-horizontal',
'glyph-orientation-vertical',
'grid',
'grid-area',
@@ -523,36 +405,19 @@ const ATTRIBUTES = [
'grid-template-rows',
'hanging-punctuation',
'height',
- 'hyphenate-character',
- 'hyphenate-limit-chars',
'hyphens',
'icon',
'image-orientation',
'image-rendering',
'image-resolution',
'ime-mode',
- 'initial-letter',
- 'initial-letter-align',
'inline-size',
- 'inset',
- 'inset-area',
- 'inset-block',
- 'inset-block-end',
- 'inset-block-start',
- 'inset-inline',
- 'inset-inline-end',
- 'inset-inline-start',
'isolation',
'justify-content',
- 'justify-items',
- 'justify-self',
- 'kerning',
'left',
'letter-spacing',
- 'lighting-color',
'line-break',
'line-height',
- 'line-height-step',
'list-style',
'list-style-image',
'list-style-position',
@@ -568,11 +433,6 @@ const ATTRIBUTES = [
'margin-left',
'margin-right',
'margin-top',
- 'margin-trim',
- 'marker',
- 'marker-end',
- 'marker-mid',
- 'marker-start',
'marks',
'mask',
'mask-border',
@@ -591,10 +451,6 @@ const ATTRIBUTES = [
'mask-repeat',
'mask-size',
'mask-type',
- 'masonry-auto-flow',
- 'math-depth',
- 'math-shift',
- 'math-style',
'max-block-size',
'max-height',
'max-inline-size',
@@ -613,12 +469,6 @@ const ATTRIBUTES = [
'normal',
'object-fit',
'object-position',
- 'offset',
- 'offset-anchor',
- 'offset-distance',
- 'offset-path',
- 'offset-position',
- 'offset-rotate',
'opacity',
'order',
'orphans',
@@ -628,19 +478,9 @@ const ATTRIBUTES = [
'outline-style',
'outline-width',
'overflow',
- 'overflow-anchor',
- 'overflow-block',
- 'overflow-clip-margin',
- 'overflow-inline',
'overflow-wrap',
'overflow-x',
'overflow-y',
- 'overlay',
- 'overscroll-behavior',
- 'overscroll-behavior-block',
- 'overscroll-behavior-inline',
- 'overscroll-behavior-x',
- 'overscroll-behavior-y',
'padding',
'padding-block',
'padding-block-end',
@@ -652,37 +492,23 @@ const ATTRIBUTES = [
'padding-left',
'padding-right',
'padding-top',
- 'page',
'page-break-after',
'page-break-before',
'page-break-inside',
- 'paint-order',
'pause',
'pause-after',
'pause-before',
'perspective',
'perspective-origin',
- 'place-content',
- 'place-items',
- 'place-self',
'pointer-events',
'position',
- 'position-anchor',
- 'position-visibility',
- 'print-color-adjust',
'quotes',
- 'r',
'resize',
'rest',
'rest-after',
'rest-before',
'right',
- 'rotate',
'row-gap',
- 'ruby-align',
- 'ruby-position',
- 'scale',
- 'scroll-behavior',
'scroll-margin',
'scroll-margin-block',
'scroll-margin-block-end',
@@ -708,43 +534,25 @@ const ATTRIBUTES = [
'scroll-snap-align',
'scroll-snap-stop',
'scroll-snap-type',
- 'scroll-timeline',
- 'scroll-timeline-axis',
- 'scroll-timeline-name',
'scrollbar-color',
'scrollbar-gutter',
'scrollbar-width',
'shape-image-threshold',
'shape-margin',
'shape-outside',
- 'shape-rendering',
'speak',
'speak-as',
'src', // @font-face
- 'stop-color',
- 'stop-opacity',
- 'stroke',
- 'stroke-dasharray',
- 'stroke-dashoffset',
- 'stroke-linecap',
- 'stroke-linejoin',
- 'stroke-miterlimit',
- 'stroke-opacity',
- 'stroke-width',
'tab-size',
'table-layout',
'text-align',
'text-align-all',
'text-align-last',
- 'text-anchor',
'text-combine-upright',
'text-decoration',
'text-decoration-color',
'text-decoration-line',
- 'text-decoration-skip',
- 'text-decoration-skip-ink',
'text-decoration-style',
- 'text-decoration-thickness',
'text-emphasis',
'text-emphasis-color',
'text-emphasis-position',
@@ -755,37 +563,20 @@ const ATTRIBUTES = [
'text-overflow',
'text-rendering',
'text-shadow',
- 'text-size-adjust',
'text-transform',
- 'text-underline-offset',
'text-underline-position',
- 'text-wrap',
- 'text-wrap-mode',
- 'text-wrap-style',
- 'timeline-scope',
'top',
- 'touch-action',
'transform',
'transform-box',
'transform-origin',
'transform-style',
'transition',
- 'transition-behavior',
'transition-delay',
'transition-duration',
'transition-property',
'transition-timing-function',
- 'translate',
'unicode-bidi',
- 'user-modify',
- 'user-select',
- 'vector-effect',
'vertical-align',
- 'view-timeline',
- 'view-timeline-axis',
- 'view-timeline-inset',
- 'view-timeline-name',
- 'view-transition-name',
'visibility',
'voice-balance',
'voice-duration',
@@ -796,7 +587,6 @@ const ATTRIBUTES = [
'voice-stress',
'voice-volume',
'white-space',
- 'white-space-collapse',
'widows',
'width',
'will-change',
@@ -804,11 +594,10 @@ const ATTRIBUTES = [
'word-spacing',
'word-wrap',
'writing-mode',
- 'x',
- 'y',
- 'z-index',
- 'zoom'
-].sort().reverse();
+ 'z-index'
+ // reverse makes sure longer attributes `font-weight` are matched fully
+ // instead of getting false positives on say `font`
+].reverse();
/*
Language: Stylus
@@ -818,7 +607,6 @@ Website: https://github.com/stylus/stylus
Category: css, web
*/
-
/** @type LanguageFn */
function stylus(hljs) {
const modes = MODES(hljs);
diff --git a/node_modules/highlight.js/es/languages/subunit.js b/node_modules/highlight.js/es/languages/subunit.js
index eae9165..a747516 100644
--- a/node_modules/highlight.js/es/languages/subunit.js
+++ b/node_modules/highlight.js/es/languages/subunit.js
@@ -2,7 +2,6 @@
Language: SubUnit
Author: Sergey Bronnikov
Website: https://pypi.org/project/python-subunit/
-Category: protocols
*/
function subunit(hljs) {
diff --git a/node_modules/highlight.js/es/languages/swift.js b/node_modules/highlight.js/es/languages/swift.js
index c4120ac..b912229 100644
--- a/node_modules/highlight.js/es/languages/swift.js
+++ b/node_modules/highlight.js/es/languages/swift.js
@@ -101,16 +101,12 @@ const keywords = [
/as\?/, // operator
/as!/, // operator
'as', // operator
- 'borrowing', // contextual
'break',
'case',
'catch',
'class',
- 'consume', // contextual
- 'consuming', // contextual
'continue',
'convenience', // contextual
- 'copy', // contextual
'default',
'defer',
'deinit',
@@ -118,7 +114,6 @@ const keywords = [
'distributed',
'do',
'dynamic', // contextual
- 'each',
'else',
'enum',
'extension',
@@ -145,7 +140,6 @@ const keywords = [
'nonisolated', // contextual
'lazy', // contextual
'let',
- 'macro',
'mutating', // contextual
'nonmutating', // contextual
/open\(set\)/, // contextual
@@ -153,7 +147,6 @@ const keywords = [
'operator',
'optional', // contextual
'override', // contextual
- 'package',
'postfix', // contextual
'precedencegroup',
'prefix', // contextual
@@ -231,6 +224,7 @@ const numberSignKeywords = [
'#line',
'#selector',
'#sourceLocation',
+ '#warn_unqualified_access',
'#warning'
];
@@ -344,16 +338,13 @@ const typeIdentifier = concat(/[A-Z]/, identifierCharacter, '*');
// Built-in attributes, which are highlighted as keywords.
// @available is handled separately.
-// https://docs.swift.org/swift-book/documentation/the-swift-programming-language/attributes
const keywordAttributes = [
- 'attached',
'autoclosure',
concat(/convention\(/, either('swift', 'block', 'c'), /\)/),
'discardableResult',
'dynamicCallable',
'dynamicMemberLookup',
'escaping',
- 'freestanding',
'frozen',
'GKInspectable',
'IBAction',
@@ -373,13 +364,10 @@ const keywordAttributes = [
'propertyWrapper',
'requires_stored_property_inits',
'resultBuilder',
- 'Sendable',
'testable',
'UIApplicationMain',
- 'unchecked',
'unknown',
- 'usableFromInline',
- 'warn_unqualified_access'
+ 'usableFromInline'
];
// Contextual keywords used in @available and #(un)available.
@@ -406,7 +394,6 @@ Website: https://swift.org
Category: common, system
*/
-
/** @type LanguageFn */
function swift(hljs) {
const WHITESPACE = {
@@ -573,50 +560,6 @@ function swift(hljs) {
]
};
- const REGEXP_CONTENTS = [
- hljs.BACKSLASH_ESCAPE,
- {
- begin: /\[/,
- end: /\]/,
- relevance: 0,
- contains: [ hljs.BACKSLASH_ESCAPE ]
- }
- ];
-
- const BARE_REGEXP_LITERAL = {
- begin: /\/[^\s](?=[^/\n]*\/)/,
- end: /\//,
- contains: REGEXP_CONTENTS
- };
-
- const EXTENDED_REGEXP_LITERAL = (rawDelimiter) => {
- const begin = concat(rawDelimiter, /\//);
- const end = concat(/\//, rawDelimiter);
- return {
- begin,
- end,
- contains: [
- ...REGEXP_CONTENTS,
- {
- scope: "comment",
- begin: `#(?!.*${end})`,
- end: /$/,
- },
- ],
- };
- };
-
- // https://docs.swift.org/swift-book/documentation/the-swift-programming-language/lexicalstructure/#Regular-Expression-Literals
- const REGEXP = {
- scope: "regexp",
- variants: [
- EXTENDED_REGEXP_LITERAL('###'),
- EXTENDED_REGEXP_LITERAL('##'),
- EXTENDED_REGEXP_LITERAL('#'),
- BARE_REGEXP_LITERAL
- ]
- };
-
// https://docs.swift.org/swift-book/ReferenceManual/LexicalStructure.html#ID412
const QUOTED_IDENTIFIER = { match: concat(/`/, identifier, /`/) };
const IMPLICIT_PARAMETER = {
@@ -636,7 +579,7 @@ function swift(hljs) {
// https://docs.swift.org/swift-book/ReferenceManual/Attributes.html
const AVAILABLE_ATTRIBUTE = {
match: /(@|#(un)?)available/,
- scope: 'keyword',
+ className: "keyword",
starts: { contains: [
{
begin: /\(/,
@@ -650,17 +593,14 @@ function swift(hljs) {
}
] }
};
-
const KEYWORD_ATTRIBUTE = {
- scope: 'keyword',
- match: concat(/@/, either(...keywordAttributes), lookahead(either(/\(/, /\s+/))),
+ className: 'keyword',
+ match: concat(/@/, either(...keywordAttributes))
};
-
const USER_DEFINED_ATTRIBUTE = {
- scope: 'meta',
+ className: 'meta',
match: concat(/@/, identifier)
};
-
const ATTRIBUTES = [
AVAILABLE_ATTRIBUTE,
KEYWORD_ATTRIBUTE,
@@ -726,7 +666,6 @@ function swift(hljs) {
'self',
TUPLE_ELEMENT_NAME,
...COMMENTS,
- REGEXP,
...KEYWORD_MODES,
...BUILT_INS,
...OPERATORS,
@@ -741,7 +680,6 @@ function swift(hljs) {
const GENERIC_PARAMETERS = {
begin: /,
end: />/,
- keywords: 'repeat each',
contains: [
...COMMENTS,
TYPE
@@ -784,10 +722,9 @@ function swift(hljs) {
illegal: /["']/
};
// https://docs.swift.org/swift-book/ReferenceManual/Declarations.html#ID362
- // https://docs.swift.org/swift-book/documentation/the-swift-programming-language/declarations/#Macro-Declaration
- const FUNCTION_OR_MACRO = {
+ const FUNCTION = {
match: [
- /(func|macro)/,
+ /func/,
/\s+/,
either(QUOTED_IDENTIFIER.match, identifier, operator)
],
@@ -853,64 +790,6 @@ function swift(hljs) {
end: /}/
};
- const CLASS_FUNC_DECLARATION = {
- match: [
- /class\b/,
- /\s+/,
- /func\b/,
- /\s+/,
- /\b[A-Za-z_][A-Za-z0-9_]*\b/
- ],
- scope: {
- 1: "keyword",
- 3: "keyword",
- 5: "title.function"
- }
- };
-
- const CLASS_VAR_DECLARATION = {
- match: [
- /class\b/,
- /\s+/,
- /var\b/,
- ],
- scope: {
- 1: "keyword",
- 3: "keyword"
- }
- };
-
- const TYPE_DECLARATION = {
- begin: [
- /(struct|protocol|class|extension|enum|actor)/,
- /\s+/,
- identifier,
- /\s*/,
- ],
- beginScope: {
- 1: "keyword",
- 3: "title.class"
- },
- keywords: KEYWORDS,
- contains: [
- GENERIC_PARAMETERS,
- ...KEYWORD_MODES,
- {
- begin: /:/,
- end: /\{/,
- keywords: KEYWORDS,
- contains: [
- {
- scope: "title.class.inherited",
- match: typeIdentifier,
- },
- ...KEYWORD_MODES,
- ],
- relevance: 0,
- },
- ]
- };
-
// Add supported submodes to string interpolation.
for (const variant of STRING.variants) {
const interpolation = variant.contains.find(mode => mode.label === "interpol");
@@ -942,11 +821,21 @@ function swift(hljs) {
keywords: KEYWORDS,
contains: [
...COMMENTS,
- FUNCTION_OR_MACRO,
+ FUNCTION,
INIT_SUBSCRIPT,
- CLASS_FUNC_DECLARATION,
- CLASS_VAR_DECLARATION,
- TYPE_DECLARATION,
+ {
+ beginKeywords: 'struct protocol class extension enum actor',
+ end: '\\{',
+ excludeEnd: true,
+ keywords: KEYWORDS,
+ contains: [
+ hljs.inherit(hljs.TITLE_MODE, {
+ className: "title.class",
+ begin: /[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/
+ }),
+ ...KEYWORD_MODES
+ ]
+ },
OPERATOR_DECLARATION,
PRECEDENCEGROUP,
{
@@ -955,7 +844,6 @@ function swift(hljs) {
contains: [ ...COMMENTS ],
relevance: 0
},
- REGEXP,
...KEYWORD_MODES,
...BUILT_INS,
...OPERATORS,
diff --git a/node_modules/highlight.js/es/languages/taggerscript.js b/node_modules/highlight.js/es/languages/taggerscript.js
index 567aceb..f61c225 100644
--- a/node_modules/highlight.js/es/languages/taggerscript.js
+++ b/node_modules/highlight.js/es/languages/taggerscript.js
@@ -3,7 +3,6 @@ Language: Tagger Script
Author: Philipp Wolfer
Description: Syntax Highlighting for the Tagger Script as used by MusicBrainz Picard.
Website: https://picard.musicbrainz.org
-Category: scripting
*/
function taggerscript(hljs) {
const NOOP = {
diff --git a/node_modules/highlight.js/es/languages/tcl.js b/node_modules/highlight.js/es/languages/tcl.js
index da59442..d35606e 100644
--- a/node_modules/highlight.js/es/languages/tcl.js
+++ b/node_modules/highlight.js/es/languages/tcl.js
@@ -3,7 +3,6 @@ Language: Tcl
Description: Tcl is a very simple programming language.
Author: Radek Liska
Website: https://www.tcl.tk/about/language.html
-Category: scripting
*/
function tcl(hljs) {
diff --git a/node_modules/highlight.js/es/languages/tp.js b/node_modules/highlight.js/es/languages/tp.js
index 94e69d3..e3d6a00 100644
--- a/node_modules/highlight.js/es/languages/tp.js
+++ b/node_modules/highlight.js/es/languages/tp.js
@@ -2,7 +2,6 @@
Language: TP
Author: Jay Strybis
Description: FANUC TP programming language (TPP).
-Category: hardware
*/
function tp(hljs) {
diff --git a/node_modules/highlight.js/es/languages/typescript.js b/node_modules/highlight.js/es/languages/typescript.js
index 23169f8..2ea3718 100644
--- a/node_modules/highlight.js/es/languages/typescript.js
+++ b/node_modules/highlight.js/es/languages/typescript.js
@@ -40,9 +40,7 @@ const KEYWORDS = [
"import",
"from",
"export",
- "extends",
- // It's reached stage 3, which is "recommended for implementation":
- "using"
+ "extends"
];
const LITERALS = [
"true",
@@ -165,7 +163,6 @@ Category: common, scripting, web
Website: https://developer.mozilla.org/en-US/docs/Web/JavaScript
*/
-
/** @type LanguageFn */
function javascript(hljs) {
const regex = hljs.regex;
@@ -292,7 +289,7 @@ function javascript(hljs) {
contains: [] // defined later
};
const HTML_TEMPLATE = {
- begin: '\.?html`',
+ begin: 'html`',
end: '',
starts: {
end: '`',
@@ -305,7 +302,7 @@ function javascript(hljs) {
}
};
const CSS_TEMPLATE = {
- begin: '\.?css`',
+ begin: 'css`',
end: '',
starts: {
end: '`',
@@ -318,7 +315,7 @@ function javascript(hljs) {
}
};
const GRAPHQL_TEMPLATE = {
- begin: '\.?gql`',
+ begin: 'gql`',
end: '',
starts: {
end: '`',
@@ -415,7 +412,7 @@ function javascript(hljs) {
const PARAMS_CONTAINS = SUBST_AND_COMMENTS.concat([
// eat recursive parens in sub expressions
{
- begin: /(\s*)\(/,
+ begin: /\(/,
end: /\)/,
keywords: KEYWORDS$1,
contains: ["self"].concat(SUBST_AND_COMMENTS)
@@ -423,8 +420,7 @@ function javascript(hljs) {
]);
const PARAMS = {
className: 'params',
- // convert this to negative lookbehind in v12
- begin: /(\s*)\(/, // to match the parms with
+ begin: /\(/,
end: /\)/,
excludeBegin: true,
excludeEnd: true,
@@ -547,8 +543,8 @@ function javascript(hljs) {
...BUILT_IN_GLOBALS,
"super",
"import"
- ].map(x => `${x}\\s*\\(`)),
- IDENT_RE$1, regex.lookahead(/\s*\(/)),
+ ]),
+ IDENT_RE$1, regex.lookahead(/\(/)),
className: "title.function",
relevance: 0
};
@@ -635,8 +631,8 @@ function javascript(hljs) {
NUMBER,
CLASS_REFERENCE,
{
- scope: 'attr',
- match: IDENT_RE$1 + regex.lookahead(':'),
+ className: 'attr',
+ begin: IDENT_RE$1 + regex.lookahead(':'),
relevance: 0
},
FUNCTION_VARIABLE,
@@ -669,7 +665,7 @@ function javascript(hljs) {
skip: true
},
{
- begin: /(\s*)\(/,
+ begin: /\(/,
end: /\)/,
excludeBegin: true,
excludeEnd: true,
@@ -775,10 +771,8 @@ Website: https://www.typescriptlang.org
Category: common, scripting
*/
-
/** @type LanguageFn */
function typescript(hljs) {
- const regex = hljs.regex;
const tsLanguage = javascript(hljs);
const IDENT_RE$1 = IDENT_RE;
@@ -795,15 +789,10 @@ function typescript(hljs) {
"unknown"
];
const NAMESPACE = {
- begin: [
- /namespace/,
- /\s+/,
- hljs.IDENT_RE
- ],
- beginScope: {
- 1: "keyword",
- 3: "title.class"
- }
+ beginKeywords: 'namespace',
+ end: /\{/,
+ excludeEnd: true,
+ contains: [ tsLanguage.exports.CLASS_REFERENCE ]
};
const INTERFACE = {
beginKeywords: 'interface',
@@ -822,7 +811,7 @@ function typescript(hljs) {
};
const TS_SPECIFIC_KEYWORDS = [
"type",
- // "namespace",
+ "namespace",
"interface",
"public",
"private",
@@ -832,14 +821,8 @@ function typescript(hljs) {
"abstract",
"readonly",
"enum",
- "override",
- "satisfies"
+ "override"
];
- /*
- namespace is a TS keyword but it's fine to use it as a variable name too.
- const message = 'foo';
- const namespace = 'bar';
- */
const KEYWORDS$1 = {
$pattern: IDENT_RE,
keyword: KEYWORDS.concat(TS_SPECIFIC_KEYWORDS),
@@ -847,7 +830,6 @@ function typescript(hljs) {
built_in: BUILT_INS.concat(TYPES),
"variable.language": BUILT_IN_VARIABLES
};
-
const DECORATOR = {
className: 'meta',
begin: '@' + IDENT_RE$1,
@@ -866,27 +848,10 @@ function typescript(hljs) {
Object.assign(tsLanguage.keywords, KEYWORDS$1);
tsLanguage.exports.PARAMS_CONTAINS.push(DECORATOR);
-
- // highlight the function params
- const ATTRIBUTE_HIGHLIGHT = tsLanguage.contains.find(c => c.scope === "attr");
-
- // take default attr rule and extend it to support optionals
- const OPTIONAL_KEY_OR_ARGUMENT = Object.assign({},
- ATTRIBUTE_HIGHLIGHT,
- { match: regex.concat(IDENT_RE$1, regex.lookahead(/\s*\?:/)) }
- );
- tsLanguage.exports.PARAMS_CONTAINS.push([
- tsLanguage.exports.CLASS_REFERENCE, // class reference for highlighting the params types
- ATTRIBUTE_HIGHLIGHT, // highlight the params key
- OPTIONAL_KEY_OR_ARGUMENT, // Added for optional property assignment highlighting
- ]);
-
- // Add the optional property assignment highlighting for objects or classes
tsLanguage.contains = tsLanguage.contains.concat([
DECORATOR,
NAMESPACE,
INTERFACE,
- OPTIONAL_KEY_OR_ARGUMENT, // Added for optional property assignment highlighting
]);
// TS gets a simpler shebang rule than JS
diff --git a/node_modules/highlight.js/es/languages/vala.js b/node_modules/highlight.js/es/languages/vala.js
index 52c2796..fb976d2 100644
--- a/node_modules/highlight.js/es/languages/vala.js
+++ b/node_modules/highlight.js/es/languages/vala.js
@@ -3,7 +3,6 @@ Language: Vala
Author: Antono Vasiljev
Description: Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.
Website: https://wiki.gnome.org/Projects/Vala
-Category: system
*/
function vala(hljs) {
diff --git a/node_modules/highlight.js/es/languages/verilog.js b/node_modules/highlight.js/es/languages/verilog.js
index 3281813..5aa2f68 100644
--- a/node_modules/highlight.js/es/languages/verilog.js
+++ b/node_modules/highlight.js/es/languages/verilog.js
@@ -4,7 +4,6 @@ Author: Jon Evans
Contributors: Boone Severson
Description: Verilog is a hardware description language used in electronic design automation to describe digital and mixed-signal systems. This highlighter supports Verilog and SystemVerilog through IEEE 1800-2012.
Website: http://www.verilog.com
-Category: hardware
*/
function verilog(hljs) {
diff --git a/node_modules/highlight.js/es/languages/vhdl.js b/node_modules/highlight.js/es/languages/vhdl.js
index 89e2047..232deeb 100644
--- a/node_modules/highlight.js/es/languages/vhdl.js
+++ b/node_modules/highlight.js/es/languages/vhdl.js
@@ -4,7 +4,6 @@ Author: Igor Kalnitsky
Contributors: Daniel C.K. Kho , Guillaume Savaton
Description: VHDL is a hardware description language used in electronic design automation to describe digital and mixed-signal systems.
Website: https://en.wikipedia.org/wiki/VHDL
-Category: hardware
*/
function vhdl(hljs) {
diff --git a/node_modules/highlight.js/es/languages/xquery.js b/node_modules/highlight.js/es/languages/xquery.js
index c59b8c2..0565dcd 100644
--- a/node_modules/highlight.js/es/languages/xquery.js
+++ b/node_modules/highlight.js/es/languages/xquery.js
@@ -342,8 +342,7 @@ function xquery(_hljs) {
name: 'XQuery',
aliases: [
'xpath',
- 'xq',
- 'xqm'
+ 'xq'
],
case_insensitive: false,
illegal: /(proc)|(abstract)|(extends)|(until)|(#)/,
diff --git a/node_modules/highlight.js/es/languages/yaml.js b/node_modules/highlight.js/es/languages/yaml.js
index 4bb7e55..b14c874 100644
--- a/node_modules/highlight.js/es/languages/yaml.js
+++ b/node_modules/highlight.js/es/languages/yaml.js
@@ -20,15 +20,14 @@ function yaml(hljs) {
const KEY = {
className: 'attr',
variants: [
- // added brackets support and special char support
- { begin: /[\w*@][\w*@ :()\./-]*:(?=[ \t]|$)/ },
- { // double quoted keys - with brackets and special char support
- begin: /"[\w*@][\w*@ :()\./-]*":(?=[ \t]|$)/ },
- { // single quoted keys - with brackets and special char support
- begin: /'[\w*@][\w*@ :()\./-]*':(?=[ \t]|$)/ },
+ { begin: '\\w[\\w :\\/.-]*:(?=[ \t]|$)' },
+ { // double quoted keys
+ begin: '"\\w[\\w :\\/.-]*":(?=[ \t]|$)' },
+ { // single quoted keys
+ begin: '\'\\w[\\w :\\/.-]*\':(?=[ \t]|$)' }
]
};
-
+
const TEMPLATE_VARIABLES = {
className: 'template-variable',
variants: [
@@ -42,25 +41,14 @@ function yaml(hljs) {
}
]
};
-
- const SINGLE_QUOTE_STRING = {
- className: 'string',
- relevance: 0,
- begin: /'/,
- end: /'/,
- contains: [
- {
- match: /''/,
- scope: 'char.escape',
- relevance: 0
- }
- ]
- };
-
const STRING = {
className: 'string',
relevance: 0,
variants: [
+ {
+ begin: /'/,
+ end: /'/
+ },
{
begin: /"/,
end: /"/
@@ -78,13 +66,7 @@ function yaml(hljs) {
const CONTAINER_STRING = hljs.inherit(STRING, { variants: [
{
begin: /'/,
- end: /'/,
- contains: [
- {
- begin: /''/,
- relevance: 0
- }
- ]
+ end: /'/
},
{
begin: /"/,
@@ -193,7 +175,6 @@ function yaml(hljs) {
},
OBJECT,
ARRAY,
- SINGLE_QUOTE_STRING,
STRING
];
diff --git a/node_modules/highlight.js/es/languages/zephir.js b/node_modules/highlight.js/es/languages/zephir.js
index 452fa5a..9d958c7 100644
--- a/node_modules/highlight.js/es/languages/zephir.js
+++ b/node_modules/highlight.js/es/languages/zephir.js
@@ -3,7 +3,6 @@
Description: Zephir, an open source, high-level language designed to ease the creation and maintainability of extensions for PHP with a focus on type and memory safety.
Author: Oleg Efimov
Website: https://zephir-lang.com/en
- Category: web
Audit: 2020
*/
diff --git a/node_modules/highlight.js/lib/core.js b/node_modules/highlight.js/lib/core.js
index f1e905a..25fa54a 100644
--- a/node_modules/highlight.js/lib/core.js
+++ b/node_modules/highlight.js/lib/core.js
@@ -198,8 +198,8 @@ class HTMLRenderer {
}
}
-/** @typedef {{scope?: string, language?: string, children: Node[]} | string} Node */
-/** @typedef {{scope?: string, language?: string, children: Node[]} } DataNode */
+/** @typedef {{scope?: string, language?: string, sublanguage?: boolean, children: Node[]} | string} Node */
+/** @typedef {{scope?: string, language?: string, sublanguage?: boolean, children: Node[]} } DataNode */
/** @typedef {import('highlight.js').Emitter} Emitter */
/** */
@@ -666,18 +666,28 @@ const BINARY_NUMBER_MODE = {
relevance: 0
};
const REGEXP_MODE = {
- scope: "regexp",
- begin: /\/(?=[^/\n]*\/)/,
- end: /\/[gimuy]*/,
- contains: [
- BACKSLASH_ESCAPE,
- {
- begin: /\[/,
- end: /\]/,
- relevance: 0,
- contains: [BACKSLASH_ESCAPE]
- }
- ]
+ // this outer rule makes sure we actually have a WHOLE regex and not simply
+ // an expression such as:
+ //
+ // 3 / something
+ //
+ // (which will then blow up when regex's `illegal` sees the newline)
+ begin: /(?=\/[^/\n]*\/)/,
+ contains: [{
+ scope: 'regexp',
+ begin: /\//,
+ end: /\/[gimuy]*/,
+ illegal: /\n/,
+ contains: [
+ BACKSLASH_ESCAPE,
+ {
+ begin: /\[/,
+ end: /\]/,
+ relevance: 0,
+ contains: [BACKSLASH_ESCAPE]
+ }
+ ]
+ }]
};
const TITLE_MODE = {
scope: 'title',
@@ -714,30 +724,30 @@ const END_SAME_AS_BEGIN = function(mode) {
var MODES = /*#__PURE__*/Object.freeze({
__proto__: null,
- APOS_STRING_MODE: APOS_STRING_MODE,
- BACKSLASH_ESCAPE: BACKSLASH_ESCAPE,
- BINARY_NUMBER_MODE: BINARY_NUMBER_MODE,
- BINARY_NUMBER_RE: BINARY_NUMBER_RE,
- COMMENT: COMMENT,
- C_BLOCK_COMMENT_MODE: C_BLOCK_COMMENT_MODE,
- C_LINE_COMMENT_MODE: C_LINE_COMMENT_MODE,
- C_NUMBER_MODE: C_NUMBER_MODE,
- C_NUMBER_RE: C_NUMBER_RE,
- END_SAME_AS_BEGIN: END_SAME_AS_BEGIN,
- HASH_COMMENT_MODE: HASH_COMMENT_MODE,
- IDENT_RE: IDENT_RE,
MATCH_NOTHING_RE: MATCH_NOTHING_RE,
- METHOD_GUARD: METHOD_GUARD,
- NUMBER_MODE: NUMBER_MODE,
+ IDENT_RE: IDENT_RE,
+ UNDERSCORE_IDENT_RE: UNDERSCORE_IDENT_RE,
NUMBER_RE: NUMBER_RE,
- PHRASAL_WORDS_MODE: PHRASAL_WORDS_MODE,
- QUOTE_STRING_MODE: QUOTE_STRING_MODE,
- REGEXP_MODE: REGEXP_MODE,
+ C_NUMBER_RE: C_NUMBER_RE,
+ BINARY_NUMBER_RE: BINARY_NUMBER_RE,
RE_STARTERS_RE: RE_STARTERS_RE,
SHEBANG: SHEBANG,
+ BACKSLASH_ESCAPE: BACKSLASH_ESCAPE,
+ APOS_STRING_MODE: APOS_STRING_MODE,
+ QUOTE_STRING_MODE: QUOTE_STRING_MODE,
+ PHRASAL_WORDS_MODE: PHRASAL_WORDS_MODE,
+ COMMENT: COMMENT,
+ C_LINE_COMMENT_MODE: C_LINE_COMMENT_MODE,
+ C_BLOCK_COMMENT_MODE: C_BLOCK_COMMENT_MODE,
+ HASH_COMMENT_MODE: HASH_COMMENT_MODE,
+ NUMBER_MODE: NUMBER_MODE,
+ C_NUMBER_MODE: C_NUMBER_MODE,
+ BINARY_NUMBER_MODE: BINARY_NUMBER_MODE,
+ REGEXP_MODE: REGEXP_MODE,
TITLE_MODE: TITLE_MODE,
- UNDERSCORE_IDENT_RE: UNDERSCORE_IDENT_RE,
- UNDERSCORE_TITLE_MODE: UNDERSCORE_TITLE_MODE
+ UNDERSCORE_TITLE_MODE: UNDERSCORE_TITLE_MODE,
+ METHOD_GUARD: METHOD_GUARD,
+ END_SAME_AS_BEGIN: END_SAME_AS_BEGIN
});
/**
@@ -1550,7 +1560,7 @@ function expandOrCloneMode(mode) {
return mode;
}
-var version = "11.11.1";
+var version = "11.8.0";
class HTMLInjectionError extends Error {
constructor(reason, html) {
@@ -1566,7 +1576,6 @@ https://highlightjs.org/
*/
-
/**
@typedef {import('highlight.js').Mode} Mode
@typedef {import('highlight.js').CompiledMode} CompiledMode
@@ -2077,7 +2086,6 @@ const HLJS = function(hljs) {
// first handler (when ignoreIllegals is true)
if (match.type === "illegal" && lexeme === "") {
// advance so we aren't stuck in an infinite loop
- modeBuffer += "\n";
return 1;
}
@@ -2295,11 +2303,6 @@ const HLJS = function(hljs) {
fire("before:highlightElement",
{ el: element, language });
- if (element.dataset.highlighted) {
- console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.", element);
- return;
- }
-
// we should be all text, no child nodes (unescaped HTML) - this is possibly
// an HTML injection attack - it's likely too late if this is already in
// production (the code has likely already done its damage by the time
@@ -2326,7 +2329,6 @@ const HLJS = function(hljs) {
const result = language ? highlight(text, { language, ignoreIllegals: true }) : highlightAuto(text);
element.innerHTML = result.value;
- element.dataset.highlighted = "yes";
updateClassName(element, language, result.language);
element.result = {
language: result.language,
@@ -2371,17 +2373,8 @@ const HLJS = function(hljs) {
* auto-highlights all pre>code elements on the page
*/
function highlightAll() {
- function boot() {
- // if a highlight was requested before DOM was loaded, do now
- highlightAll();
- }
-
// if we are called too early in the loading process
if (document.readyState === "loading") {
- // make sure the event listener is only added once
- if (!wantsHighlight) {
- window.addEventListener('DOMContentLoaded', boot, false);
- }
wantsHighlight = true;
return;
}
@@ -2390,6 +2383,16 @@ const HLJS = function(hljs) {
blocks.forEach(highlightElement);
}
+ function boot() {
+ // if a highlight was requested before DOM was loaded, do now
+ if (wantsHighlight) highlightAll();
+ }
+
+ // make sure we are in the browser environment
+ if (typeof window !== 'undefined' && window.addEventListener) {
+ window.addEventListener('DOMContentLoaded', boot, false);
+ }
+
/**
* Register a language grammar module
*
diff --git a/node_modules/highlight.js/lib/languages/1c.js b/node_modules/highlight.js/lib/languages/1c.js
index efaa1a4..2676c77 100644
--- a/node_modules/highlight.js/lib/languages/1c.js
+++ b/node_modules/highlight.js/lib/languages/1c.js
@@ -443,12 +443,6 @@ function _1c(hljs) {
]
};
- const PUNCTUATION = {
- match: /[;()+\-:=,]/,
- className: "punctuation",
- relevance: 0
- };
-
// comment : комментарии
const COMMENTS = hljs.inherit(hljs.C_LINE_COMMENT_MODE);
@@ -535,8 +529,7 @@ function _1c(hljs) {
SYMBOL,
NUMBERS,
STRINGS,
- DATE,
- PUNCTUATION
+ DATE
]
};
}
diff --git a/node_modules/highlight.js/lib/languages/abnf.js b/node_modules/highlight.js/lib/languages/abnf.js
index 92e6d18..59739d4 100644
--- a/node_modules/highlight.js/lib/languages/abnf.js
+++ b/node_modules/highlight.js/lib/languages/abnf.js
@@ -2,7 +2,6 @@
Language: Augmented Backus-Naur Form
Author: Alex McKibben
Website: https://tools.ietf.org/html/rfc5234
-Category: syntax
Audit: 2020
*/
diff --git a/node_modules/highlight.js/lib/languages/apache.js b/node_modules/highlight.js/lib/languages/apache.js
index 1b0ff3f..2d65ff1 100644
--- a/node_modules/highlight.js/lib/languages/apache.js
+++ b/node_modules/highlight.js/lib/languages/apache.js
@@ -73,10 +73,6 @@ function apache(hljs) {
relevance: 0,
keywords: { literal: 'on off all deny allow' },
contains: [
- {
- scope: "punctuation",
- match: /\\\n/
- },
{
className: 'meta',
begin: /\s\[/,
diff --git a/node_modules/highlight.js/lib/languages/arcade.js b/node_modules/highlight.js/lib/languages/arcade.js
index db13f1a..1aeef69 100644
--- a/node_modules/highlight.js/lib/languages/arcade.js
+++ b/node_modules/highlight.js/lib/languages/arcade.js
@@ -1,51 +1,41 @@
/*
Language: ArcGIS Arcade
Category: scripting
+ Author: John Foster
Website: https://developers.arcgis.com/arcade/
Description: ArcGIS Arcade is an expression language used in many Esri ArcGIS products such as Pro, Online, Server, Runtime, JavaScript, and Python
*/
/** @type LanguageFn */
function arcade(hljs) {
- const regex = hljs.regex;
const IDENT_RE = '[A-Za-z_][0-9A-Za-z_]*';
const KEYWORDS = {
keyword: [
- "break",
- "case",
- "catch",
- "continue",
- "debugger",
- "do",
- "else",
- "export",
- "for",
- "function",
"if",
- "import",
- "in",
- "new",
- "of",
- "return",
- "switch",
- "try",
+ "for",
+ "while",
"var",
+ "new",
+ "function",
+ "do",
+ "return",
"void",
- "while"
+ "else",
+ "break"
],
literal: [
"BackSlash",
"DoubleQuote",
+ "false",
"ForwardSlash",
"Infinity",
"NaN",
"NewLine",
+ "null",
"PI",
"SingleQuote",
"Tab",
"TextFormatting",
- "false",
- "null",
"true",
"undefined"
],
@@ -70,22 +60,19 @@ function arcade(hljs) {
"BufferGeodetic",
"Ceil",
"Centroid",
- "ChangeTimeZone",
"Clip",
"Concatenate",
"Console",
"Constrain",
"Contains",
"ConvertDirection",
- "ConvexHull",
"Cos",
"Count",
"Crosses",
"Cut",
- "Date|0",
+ "Date",
"DateAdd",
"DateDiff",
- "DateOnly",
"Day",
"Decode",
"DefaultValue",
@@ -96,7 +83,6 @@ function arcade(hljs) {
"Disjoint",
"Distance",
"DistanceGeodetic",
- "DistanceToCoordinate",
"Distinct",
"Domain",
"DomainCode",
@@ -108,41 +94,30 @@ function arcade(hljs) {
"Expects",
"Extent",
"Feature",
- "FeatureInFilter",
"FeatureSet",
"FeatureSetByAssociation",
"FeatureSetById",
"FeatureSetByName",
"FeatureSetByPortalItem",
- "FeatureSetByRelationshipClass",
"FeatureSetByRelationshipName",
"Filter",
- "FilterBySubtypeCode",
"Find",
- "First|0",
+ "First",
"Floor",
"FromCharCode",
"FromCodePoint",
"FromJSON",
- "Front",
"GdbVersion",
"Generalize",
"Geometry",
- "GetEnvironment",
"GetFeatureSet",
- "GetFeatureSetInfo",
"GetUser",
"GroupBy",
"Guid",
- "HasKey",
- "HasValue",
"Hash",
+ "HasKey",
"Hour",
"IIf",
- "ISOMonth",
- "ISOWeek",
- "ISOWeekday",
- "ISOYear",
"Includes",
"IndexOf",
"Insert",
@@ -150,9 +125,12 @@ function arcade(hljs) {
"Intersects",
"IsEmpty",
"IsNan",
+ "ISOMonth",
+ "ISOWeek",
+ "ISOWeekday",
+ "ISOYear",
"IsSelfIntersecting",
"IsSimple",
- "KnowledgeGraphByPortalItem",
"Left|0",
"Length",
"Length3D",
@@ -162,7 +140,6 @@ function arcade(hljs) {
"Map",
"Max",
"Mean",
- "MeasureToCoordinate",
"Mid",
"Millisecond",
"Min",
@@ -170,17 +147,14 @@ function arcade(hljs) {
"Month",
"MultiPartToSinglePart",
"Multipoint",
- "NearestCoordinate",
- "NearestVertex",
"NextSequenceValue",
"None",
"Now",
"Number",
- "Offset",
+ "Offset|0",
"OrderBy",
"Overlaps",
"Point",
- "PointToCoordinate",
"Polygon",
"Polyline",
"Pop",
@@ -188,7 +162,6 @@ function arcade(hljs) {
"Pow",
"Proper",
"Push",
- "QueryGraph",
"Random",
"Reduce",
"Relate",
@@ -209,8 +182,6 @@ function arcade(hljs) {
"Splice",
"Split",
"Sqrt",
- "StandardizeFilename",
- "StandardizeGuid",
"Stdev",
"SubtypeCode",
"SubtypeName",
@@ -219,18 +190,15 @@ function arcade(hljs) {
"SymmetricDifference",
"Tan",
"Text",
- "Time",
- "TimeZone",
- "TimeZoneOffset",
"Timestamp",
"ToCharCode",
"ToCodePoint",
+ "Today",
"ToHex",
"ToLocal",
- "ToUTC",
- "Today",
"Top|0",
"Touches",
+ "ToUTC",
"TrackAccelerationAt",
"TrackAccelerationWindow",
"TrackCurrentAcceleration",
@@ -255,49 +223,14 @@ function arcade(hljs) {
"Variance",
"Week",
"Weekday",
- "When|0",
+ "When",
"Within",
- "Year|0",
+ "Year"
]
};
- const PROFILE_VARS = [
- "aggregatedFeatures",
- "analytic",
- "config",
- "datapoint",
- "datastore",
- "editcontext",
- "feature",
- "featureSet",
- "feedfeature",
- "fencefeature",
- "fencenotificationtype",
- "graph",
- "join",
- "layer",
- "locationupdate",
- "map",
- "measure",
- "measure",
- "originalFeature",
- "record",
- "reference",
- "rowindex",
- "sourcedatastore",
- "sourcefeature",
- "sourcelayer",
- "target",
- "targetdatastore",
- "targetfeature",
- "targetlayer",
- "userInput",
- "value",
- "variables",
- "view"
- ];
const SYMBOL = {
className: 'symbol',
- begin: '\\$' + regex.either(...PROFILE_VARS)
+ begin: '\\$[datastore|feature|layer|map|measure|sourcefeature|sourcelayer|targetfeature|targetlayer|value|view]+'
};
const NUMBER = {
className: 'number',
diff --git a/node_modules/highlight.js/lib/languages/arduino.js b/node_modules/highlight.js/lib/languages/arduino.js
index a3711c6..0311066 100644
--- a/node_modules/highlight.js/lib/languages/arduino.js
+++ b/node_modules/highlight.js/lib/languages/arduino.js
@@ -52,44 +52,9 @@ function cPlusPlus(hljs) {
const NUMBERS = {
className: 'number',
variants: [
- // Floating-point literal.
- { begin:
- "[+-]?(?:" // Leading sign.
- // Decimal.
- + "(?:"
- +"[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?"
- + "|\\.[0-9](?:'?[0-9])*"
- + ")(?:[Ee][+-]?[0-9](?:'?[0-9])*)?"
- + "|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*"
- // Hexadecimal.
- + "|0[Xx](?:"
- +"[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?"
- + "|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*"
- + ")[Pp][+-]?[0-9](?:'?[0-9])*"
- + ")(?:" // Literal suffixes.
- + "[Ff](?:16|32|64|128)?"
- + "|(BF|bf)16"
- + "|[Ll]"
- + "|" // Literal suffix is optional.
- + ")"
- },
- // Integer literal.
- { begin:
- "[+-]?\\b(?:" // Leading sign.
- + "0[Bb][01](?:'?[01])*" // Binary.
- + "|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*" // Hexadecimal.
- + "|0(?:'?[0-7])*" // Octal or just a lone zero.
- + "|[1-9](?:'?[0-9])*" // Decimal.
- + ")(?:" // Literal suffixes.
- + "[Uu](?:LL?|ll?)"
- + "|[Uu][Zz]?"
- + "|(?:LL?|ll?)[Uu]?"
- + "|[Zz][Uu]"
- + "|" // Literal suffix is optional.
- + ")"
- // Note: there are user-defined literal suffixes too, but perhaps having the custom suffix not part of the
- // literal highlight actually makes it stand out more.
- }
+ { 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
};
@@ -247,8 +212,6 @@ function cPlusPlus(hljs) {
'counting_semaphore',
'deque',
'false_type',
- 'flat_map',
- 'flat_set',
'future',
'imaginary',
'initializer_list',
@@ -574,7 +537,7 @@ function cPlusPlus(hljs) {
[
PREPROCESSOR,
{ // containers: ie, `vector rooms (9);`
- begin: '\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function|flat_map|flat_set)\\s*<(?!<)',
+ begin: '\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)',
end: '>',
keywords: CPP_KEYWORDS,
contains: [
@@ -607,10 +570,8 @@ Language: Arduino
Author: Stefania Mellai
Description: The Arduino® Language is a superset of C++. This rules are designed to highlight the Arduino® source code. For info about language see http://www.arduino.cc.
Website: https://www.arduino.cc
-Category: system
*/
-
/** @type LanguageFn */
function arduino(hljs) {
const ARDUINO_KW = {
diff --git a/node_modules/highlight.js/lib/languages/armasm.js b/node_modules/highlight.js/lib/languages/armasm.js
index 9b5fb45..65fa7ea 100644
--- a/node_modules/highlight.js/lib/languages/armasm.js
+++ b/node_modules/highlight.js/lib/languages/armasm.js
@@ -32,10 +32,6 @@ function armasm(hljs) {
+ 'ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ',
built_in:
'r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 ' // standard registers
- + 'w0 w1 w2 w3 w4 w5 w6 w7 w8 w9 w10 w11 w12 w13 w14 w15 ' // 32 bit ARMv8 registers
- + 'w16 w17 w18 w19 w20 w21 w22 w23 w24 w25 w26 w27 w28 w29 w30 '
- + 'x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 ' // 64 bit ARMv8 registers
- + 'x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 '
+ 'pc lr sp ip sl sb fp ' // typical regs plus backward compatibility
+ 'a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 ' // more regs and fp
+ 'p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 ' // coprocessor regs
diff --git a/node_modules/highlight.js/lib/languages/aspectj.js b/node_modules/highlight.js/lib/languages/aspectj.js
index 51c9eba..c5619f7 100644
--- a/node_modules/highlight.js/lib/languages/aspectj.js
+++ b/node_modules/highlight.js/lib/languages/aspectj.js
@@ -3,7 +3,6 @@ Language: AspectJ
Author: Hakan Ozler
Website: https://www.eclipse.org/aspectj/
Description: Syntax Highlighting for the AspectJ Language which is a general-purpose aspect-oriented extension to the Java programming language.
-Category: system
Audit: 2020
*/
diff --git a/node_modules/highlight.js/lib/languages/awk.js b/node_modules/highlight.js/lib/languages/awk.js
index 778b2e7..2d35348 100644
--- a/node_modules/highlight.js/lib/languages/awk.js
+++ b/node_modules/highlight.js/lib/languages/awk.js
@@ -3,7 +3,6 @@ Language: Awk
Author: Matthew Daly
Website: https://www.gnu.org/software/gawk/manual/gawk.html
Description: language definition for Awk scripts
-Category: scripting
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/lib/languages/bash.js b/node_modules/highlight.js/lib/languages/bash.js
index 2be71c0..1ed26f1 100644
--- a/node_modules/highlight.js/lib/languages/bash.js
+++ b/node_modules/highlight.js/lib/languages/bash.js
@@ -3,7 +3,7 @@ Language: Bash
Author: vah
Contributrors: Benjamin Pannell
Website: https://www.gnu.org/software/bash/
-Category: common, scripting
+Category: common
*/
/** @type LanguageFn */
@@ -38,18 +38,6 @@ function bash(hljs) {
end: /\)/,
contains: [ hljs.BACKSLASH_ESCAPE ]
};
- const COMMENT = hljs.inherit(
- hljs.COMMENT(),
- {
- match: [
- /(^|\s)/,
- /#.*$/
- ],
- scope: {
- 2: 'comment'
- }
- }
- );
const HERE_DOC = {
begin: /<<-?\s*(?=\w+)/,
starts: { contains: [
@@ -72,16 +60,15 @@ function bash(hljs) {
};
SUBST.contains.push(QUOTE_STRING);
const ESCAPED_QUOTE = {
- match: /\\"/
+ className: '',
+ begin: /\\"/
+
};
const APOS_STRING = {
className: 'string',
begin: /'/,
end: /'/
};
- const ESCAPED_APOS = {
- match: /\\'/
- };
const ARITHMETIC = {
begin: /\$?\(\(/,
end: /\)\)/,
@@ -123,7 +110,6 @@ function bash(hljs) {
"else",
"elif",
"fi",
- "time",
"for",
"while",
"until",
@@ -132,7 +118,6 @@ function bash(hljs) {
"done",
"case",
"esac",
- "coproc",
"function",
"select"
];
@@ -185,7 +170,6 @@ function bash(hljs) {
"read",
"readarray",
"source",
- "sudo",
"type",
"typeset",
"ulimit",
@@ -371,10 +355,7 @@ function bash(hljs) {
return {
name: 'Bash',
- aliases: [
- 'sh',
- 'zsh'
- ],
+ aliases: [ 'sh' ],
keywords: {
$pattern: /\b[a-z][a-z0-9._-]+\b/,
keyword: KEYWORDS,
@@ -394,13 +375,12 @@ function bash(hljs) {
hljs.SHEBANG(), // to catch unknown shells but still highlight the shebang
FUNCTION,
ARITHMETIC,
- COMMENT,
+ hljs.HASH_COMMENT_MODE,
HERE_DOC,
PATH_MODE,
QUOTE_STRING,
ESCAPED_QUOTE,
APOS_STRING,
- ESCAPED_APOS,
VAR
]
};
diff --git a/node_modules/highlight.js/lib/languages/basic.js b/node_modules/highlight.js/lib/languages/basic.js
index 9dfbcaf..ab3c124 100644
--- a/node_modules/highlight.js/lib/languages/basic.js
+++ b/node_modules/highlight.js/lib/languages/basic.js
@@ -3,7 +3,6 @@ Language: BASIC
Author: Raphaël Assénat
Description: Based on the BASIC reference from the Tandy 1000 guide
Website: https://en.wikipedia.org/wiki/Tandy_1000
-Category: system
*/
/** @type LanguageFn */
@@ -198,13 +197,7 @@ function basic(hljs) {
keyword: KEYWORDS
},
contains: [
- {
- // Match strings that start with " and end with " or a line break
- scope: 'string',
- begin: /"/,
- end: /"|$/,
- contains: [ hljs.BACKSLASH_ESCAPE ]
- },
+ hljs.QUOTE_STRING_MODE,
hljs.COMMENT('REM', '$', { relevance: 10 }),
hljs.COMMENT('\'', '$', { relevance: 0 }),
{
diff --git a/node_modules/highlight.js/lib/languages/bnf.js b/node_modules/highlight.js/lib/languages/bnf.js
index 7889393..5c8673c 100644
--- a/node_modules/highlight.js/lib/languages/bnf.js
+++ b/node_modules/highlight.js/lib/languages/bnf.js
@@ -1,7 +1,6 @@
/*
Language: Backus–Naur Form
Website: https://en.wikipedia.org/wiki/Backus–Naur_form
-Category: syntax
Author: Oleg Efimov
*/
diff --git a/node_modules/highlight.js/lib/languages/c.js b/node_modules/highlight.js/lib/languages/c.js
index 42ab8c5..c26a1bb 100644
--- a/node_modules/highlight.js/lib/languages/c.js
+++ b/node_modules/highlight.js/lib/languages/c.js
@@ -57,21 +57,20 @@ function c(hljs) {
const NUMBERS = {
className: 'number',
variants: [
- { match: /\b(0b[01']+)/ },
- { match: /(-?)\b([\d']+(\.[\d']*)?|\.[\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)/ },
- { match: /(-?)\b(0[xX][a-fA-F0-9]+(?:'[a-fA-F0-9]+)*(?:\.[a-fA-F0-9]*(?:'[a-fA-F0-9]*)*)?(?:[pP][-+]?[0-9]+)?(l|L)?(u|U)?)/ },
- { match: /(-?)\b\d+(?:'\d+)*(?:\.\d*(?:'\d*)*)?(?:[eE][-+]?\d+)?/ }
- ],
+ { 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
- };
-
+ };
+
const PREPROCESSOR = {
className: 'meta',
begin: /#\s*[a-z]+\b/,
end: /$/,
keywords: { keyword:
'if else elif endif define undef warning error line '
- + 'pragma _Pragma ifdef ifndef elifdef elifndef include' },
+ + 'pragma _Pragma ifdef ifndef include' },
contains: [
{
begin: /\\\n/,
@@ -115,8 +114,6 @@ function c(hljs) {
"restrict",
"return",
"sizeof",
- "typeof",
- "typeof_unqual",
"struct",
"switch",
"typedef",
@@ -151,26 +148,14 @@ function c(hljs) {
"char",
"void",
"_Bool",
- "_BitInt",
"_Complex",
"_Imaginary",
"_Decimal32",
"_Decimal64",
- "_Decimal96",
"_Decimal128",
- "_Decimal64x",
- "_Decimal128x",
- "_Float16",
- "_Float32",
- "_Float64",
- "_Float128",
- "_Float32x",
- "_Float64x",
- "_Float128x",
// modifiers
"const",
"static",
- "constexpr",
// aliases
"complex",
"bool",
diff --git a/node_modules/highlight.js/lib/languages/cal.js b/node_modules/highlight.js/lib/languages/cal.js
index da8ec8e..7af2731 100644
--- a/node_modules/highlight.js/lib/languages/cal.js
+++ b/node_modules/highlight.js/lib/languages/cal.js
@@ -3,7 +3,6 @@ Language: C/AL
Author: Kenneth Fuglsang Christensen
Description: Provides highlighting of Microsoft Dynamics NAV C/AL code files
Website: https://docs.microsoft.com/en-us/dynamics-nav/programming-in-c-al
-Category: enterprise
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/lib/languages/ceylon.js b/node_modules/highlight.js/lib/languages/ceylon.js
index 2f7eb0e..bdef204 100644
--- a/node_modules/highlight.js/lib/languages/ceylon.js
+++ b/node_modules/highlight.js/lib/languages/ceylon.js
@@ -2,7 +2,6 @@
Language: Ceylon
Author: Lucas Werkmeister
Website: https://ceylon-lang.org
-Category: system
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/lib/languages/cmake.js b/node_modules/highlight.js/lib/languages/cmake.js
index 427dad6..792e83c 100644
--- a/node_modules/highlight.js/lib/languages/cmake.js
+++ b/node_modules/highlight.js/lib/languages/cmake.js
@@ -3,7 +3,6 @@ Language: CMake
Description: CMake is an open-source cross-platform system for build automation.
Author: Igor Kalnitsky
Website: https://cmake.org
-Category: build-system
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/lib/languages/coffeescript.js b/node_modules/highlight.js/lib/languages/coffeescript.js
index e6e9b37..088ff1d 100644
--- a/node_modules/highlight.js/lib/languages/coffeescript.js
+++ b/node_modules/highlight.js/lib/languages/coffeescript.js
@@ -39,9 +39,7 @@ const KEYWORDS = [
"import",
"from",
"export",
- "extends",
- // It's reached stage 3, which is "recommended for implementation":
- "using"
+ "extends"
];
const LITERALS = [
"true",
@@ -153,7 +151,6 @@ Category: scripting
Website: https://coffeescript.org
*/
-
/** @type LanguageFn */
function coffeescript(hljs) {
const COFFEE_BUILT_INS = [
diff --git a/node_modules/highlight.js/lib/languages/cpp.js b/node_modules/highlight.js/lib/languages/cpp.js
index 3ee0182..8a20b19 100644
--- a/node_modules/highlight.js/lib/languages/cpp.js
+++ b/node_modules/highlight.js/lib/languages/cpp.js
@@ -52,44 +52,9 @@ function cpp(hljs) {
const NUMBERS = {
className: 'number',
variants: [
- // Floating-point literal.
- { begin:
- "[+-]?(?:" // Leading sign.
- // Decimal.
- + "(?:"
- +"[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?"
- + "|\\.[0-9](?:'?[0-9])*"
- + ")(?:[Ee][+-]?[0-9](?:'?[0-9])*)?"
- + "|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*"
- // Hexadecimal.
- + "|0[Xx](?:"
- +"[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?"
- + "|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*"
- + ")[Pp][+-]?[0-9](?:'?[0-9])*"
- + ")(?:" // Literal suffixes.
- + "[Ff](?:16|32|64|128)?"
- + "|(BF|bf)16"
- + "|[Ll]"
- + "|" // Literal suffix is optional.
- + ")"
- },
- // Integer literal.
- { begin:
- "[+-]?\\b(?:" // Leading sign.
- + "0[Bb][01](?:'?[01])*" // Binary.
- + "|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*" // Hexadecimal.
- + "|0(?:'?[0-7])*" // Octal or just a lone zero.
- + "|[1-9](?:'?[0-9])*" // Decimal.
- + ")(?:" // Literal suffixes.
- + "[Uu](?:LL?|ll?)"
- + "|[Uu][Zz]?"
- + "|(?:LL?|ll?)[Uu]?"
- + "|[Zz][Uu]"
- + "|" // Literal suffix is optional.
- + ")"
- // Note: there are user-defined literal suffixes too, but perhaps having the custom suffix not part of the
- // literal highlight actually makes it stand out more.
- }
+ { 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
};
@@ -247,8 +212,6 @@ function cpp(hljs) {
'counting_semaphore',
'deque',
'false_type',
- 'flat_map',
- 'flat_set',
'future',
'imaginary',
'initializer_list',
@@ -574,7 +537,7 @@ function cpp(hljs) {
[
PREPROCESSOR,
{ // containers: ie, `vector rooms (9);`
- begin: '\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function|flat_map|flat_set)\\s*<(?!<)',
+ begin: '\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)',
end: '>',
keywords: CPP_KEYWORDS,
contains: [
diff --git a/node_modules/highlight.js/lib/languages/crystal.js b/node_modules/highlight.js/lib/languages/crystal.js
index f90470a..3ef8510 100644
--- a/node_modules/highlight.js/lib/languages/crystal.js
+++ b/node_modules/highlight.js/lib/languages/crystal.js
@@ -2,7 +2,6 @@
Language: Crystal
Author: TSUYUSATO Kitsune
Website: https://crystal-lang.org
-Category: system
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/lib/languages/csharp.js b/node_modules/highlight.js/lib/languages/csharp.js
index 0671b82..b0abb84 100644
--- a/node_modules/highlight.js/lib/languages/csharp.js
+++ b/node_modules/highlight.js/lib/languages/csharp.js
@@ -117,14 +117,11 @@ function csharp(hljs) {
'alias',
'and',
'ascending',
- 'args',
'async',
'await',
'by',
'descending',
- 'dynamic',
'equals',
- 'file',
'from',
'get',
'global',
@@ -140,10 +137,7 @@ function csharp(hljs) {
'or',
'orderby',
'partial',
- 'record',
'remove',
- 'required',
- 'scoped',
'select',
'set',
'unmanaged',
@@ -170,11 +164,6 @@ function csharp(hljs) {
],
relevance: 0
};
- const RAW_STRING = {
- className: 'string',
- begin: /"""("*)(?!")(.|\n)*?"""\1/,
- relevance: 1
- };
const VERBATIM_STRING = {
className: 'string',
begin: '@"',
@@ -240,7 +229,6 @@ function csharp(hljs) {
hljs.inherit(hljs.C_BLOCK_COMMENT_MODE, { illegal: /\n/ })
];
const STRING = { variants: [
- RAW_STRING,
INTERPOLATED_VERBATIM_STRING,
INTERPOLATED_STRING,
VERBATIM_STRING,
diff --git a/node_modules/highlight.js/lib/languages/csp.js b/node_modules/highlight.js/lib/languages/csp.js
index d844173..2bd04b0 100644
--- a/node_modules/highlight.js/lib/languages/csp.js
+++ b/node_modules/highlight.js/lib/languages/csp.js
@@ -3,7 +3,6 @@ Language: CSP
Description: Content Security Policy definition highlighting
Author: Taras
Website: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
-Category: web
vim: ts=2 sw=2 st=2
*/
diff --git a/node_modules/highlight.js/lib/languages/css.js b/node_modules/highlight.js/lib/languages/css.js
index 859d8d4..5009cbe 100644
--- a/node_modules/highlight.js/lib/languages/css.js
+++ b/node_modules/highlight.js/lib/languages/css.js
@@ -38,12 +38,12 @@ const MODES = (hljs) => {
},
CSS_VARIABLE: {
className: "attr",
- begin: /--[A-Za-z_][A-Za-z0-9_-]*/
+ begin: /--[A-Za-z][A-Za-z0-9_-]*/
}
};
};
-const HTML_TAGS = [
+const TAGS = [
'a',
'abbr',
'address',
@@ -95,16 +95,11 @@ const HTML_TAGS = [
'nav',
'object',
'ol',
- 'optgroup',
- 'option',
'p',
- 'picture',
'q',
'quote',
'samp',
'section',
- 'select',
- 'source',
'span',
'strong',
'summary',
@@ -123,58 +118,6 @@ const HTML_TAGS = [
'video'
];
-const SVG_TAGS = [
- 'defs',
- 'g',
- 'marker',
- 'mask',
- 'pattern',
- 'svg',
- 'switch',
- 'symbol',
- 'feBlend',
- 'feColorMatrix',
- 'feComponentTransfer',
- 'feComposite',
- 'feConvolveMatrix',
- 'feDiffuseLighting',
- 'feDisplacementMap',
- 'feFlood',
- 'feGaussianBlur',
- 'feImage',
- 'feMerge',
- 'feMorphology',
- 'feOffset',
- 'feSpecularLighting',
- 'feTile',
- 'feTurbulence',
- 'linearGradient',
- 'radialGradient',
- 'stop',
- 'circle',
- 'ellipse',
- 'image',
- 'line',
- 'path',
- 'polygon',
- 'polyline',
- 'rect',
- 'text',
- 'use',
- 'textPath',
- 'tspan',
- 'foreignObject',
- 'clipPath'
-];
-
-const TAGS = [
- ...HTML_TAGS,
- ...SVG_TAGS,
-];
-
-// Sorting, then reversing makes sure longer attributes/elements like
-// `font-weight` are matched fully instead of getting false positives on say `font`
-
const MEDIA_FEATURES = [
'any-hover',
'any-pointer',
@@ -210,7 +153,7 @@ const MEDIA_FEATURES = [
'max-width',
'min-height',
'max-height'
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes
const PSEUDO_CLASSES = [
@@ -273,7 +216,7 @@ const PSEUDO_CLASSES = [
'valid',
'visited',
'where' // where()
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements
const PSEUDO_ELEMENTS = [
@@ -291,18 +234,14 @@ const PSEUDO_ELEMENTS = [
'selection',
'slotted',
'spelling-error'
-].sort().reverse();
+];
const ATTRIBUTES = [
- 'accent-color',
'align-content',
'align-items',
'align-self',
- 'alignment-baseline',
'all',
- 'anchor-name',
'animation',
- 'animation-composition',
'animation-delay',
'animation-direction',
'animation-duration',
@@ -310,14 +249,7 @@ const ATTRIBUTES = [
'animation-iteration-count',
'animation-name',
'animation-play-state',
- 'animation-range',
- 'animation-range-end',
- 'animation-range-start',
- 'animation-timeline',
'animation-timing-function',
- 'appearance',
- 'aspect-ratio',
- 'backdrop-filter',
'backface-visibility',
'background',
'background-attachment',
@@ -327,11 +259,8 @@ const ATTRIBUTES = [
'background-image',
'background-origin',
'background-position',
- 'background-position-x',
- 'background-position-y',
'background-repeat',
'background-size',
- 'baseline-shift',
'block-size',
'border',
'border-block',
@@ -354,8 +283,6 @@ const ATTRIBUTES = [
'border-bottom-width',
'border-collapse',
'border-color',
- 'border-end-end-radius',
- 'border-end-start-radius',
'border-image',
'border-image-outset',
'border-image-repeat',
@@ -384,8 +311,6 @@ const ATTRIBUTES = [
'border-right-style',
'border-right-width',
'border-spacing',
- 'border-start-end-radius',
- 'border-start-start-radius',
'border-style',
'border-top',
'border-top-color',
@@ -395,15 +320,7 @@ const ATTRIBUTES = [
'border-top-width',
'border-width',
'bottom',
- 'box-align',
'box-decoration-break',
- 'box-direction',
- 'box-flex',
- 'box-flex-group',
- 'box-lines',
- 'box-ordinal-group',
- 'box-orient',
- 'box-pack',
'box-shadow',
'box-sizing',
'break-after',
@@ -416,11 +333,6 @@ const ATTRIBUTES = [
'clip-path',
'clip-rule',
'color',
- 'color-interpolation',
- 'color-interpolation-filters',
- 'color-profile',
- 'color-rendering',
- 'color-scheme',
'column-count',
'column-fill',
'column-gap',
@@ -432,34 +344,17 @@ const ATTRIBUTES = [
'column-width',
'columns',
'contain',
- 'contain-intrinsic-block-size',
- 'contain-intrinsic-height',
- 'contain-intrinsic-inline-size',
- 'contain-intrinsic-size',
- 'contain-intrinsic-width',
- 'container',
- 'container-name',
- 'container-type',
'content',
'content-visibility',
'counter-increment',
'counter-reset',
- 'counter-set',
'cue',
'cue-after',
'cue-before',
'cursor',
- 'cx',
- 'cy',
'direction',
'display',
- 'dominant-baseline',
'empty-cells',
- 'enable-background',
- 'field-sizing',
- 'fill',
- 'fill-opacity',
- 'fill-rule',
'filter',
'flex',
'flex-basis',
@@ -469,8 +364,6 @@ const ATTRIBUTES = [
'flex-shrink',
'flex-wrap',
'float',
- 'flood-color',
- 'flood-opacity',
'flow',
'font',
'font-display',
@@ -478,32 +371,21 @@ const ATTRIBUTES = [
'font-feature-settings',
'font-kerning',
'font-language-override',
- 'font-optical-sizing',
- 'font-palette',
'font-size',
'font-size-adjust',
- 'font-smooth',
'font-smoothing',
'font-stretch',
'font-style',
'font-synthesis',
- 'font-synthesis-position',
- 'font-synthesis-small-caps',
- 'font-synthesis-style',
- 'font-synthesis-weight',
'font-variant',
- 'font-variant-alternates',
'font-variant-caps',
'font-variant-east-asian',
- 'font-variant-emoji',
'font-variant-ligatures',
'font-variant-numeric',
'font-variant-position',
'font-variation-settings',
'font-weight',
- 'forced-color-adjust',
'gap',
- 'glyph-orientation-horizontal',
'glyph-orientation-vertical',
'grid',
'grid-area',
@@ -523,36 +405,19 @@ const ATTRIBUTES = [
'grid-template-rows',
'hanging-punctuation',
'height',
- 'hyphenate-character',
- 'hyphenate-limit-chars',
'hyphens',
'icon',
'image-orientation',
'image-rendering',
'image-resolution',
'ime-mode',
- 'initial-letter',
- 'initial-letter-align',
'inline-size',
- 'inset',
- 'inset-area',
- 'inset-block',
- 'inset-block-end',
- 'inset-block-start',
- 'inset-inline',
- 'inset-inline-end',
- 'inset-inline-start',
'isolation',
'justify-content',
- 'justify-items',
- 'justify-self',
- 'kerning',
'left',
'letter-spacing',
- 'lighting-color',
'line-break',
'line-height',
- 'line-height-step',
'list-style',
'list-style-image',
'list-style-position',
@@ -568,11 +433,6 @@ const ATTRIBUTES = [
'margin-left',
'margin-right',
'margin-top',
- 'margin-trim',
- 'marker',
- 'marker-end',
- 'marker-mid',
- 'marker-start',
'marks',
'mask',
'mask-border',
@@ -591,10 +451,6 @@ const ATTRIBUTES = [
'mask-repeat',
'mask-size',
'mask-type',
- 'masonry-auto-flow',
- 'math-depth',
- 'math-shift',
- 'math-style',
'max-block-size',
'max-height',
'max-inline-size',
@@ -613,12 +469,6 @@ const ATTRIBUTES = [
'normal',
'object-fit',
'object-position',
- 'offset',
- 'offset-anchor',
- 'offset-distance',
- 'offset-path',
- 'offset-position',
- 'offset-rotate',
'opacity',
'order',
'orphans',
@@ -628,19 +478,9 @@ const ATTRIBUTES = [
'outline-style',
'outline-width',
'overflow',
- 'overflow-anchor',
- 'overflow-block',
- 'overflow-clip-margin',
- 'overflow-inline',
'overflow-wrap',
'overflow-x',
'overflow-y',
- 'overlay',
- 'overscroll-behavior',
- 'overscroll-behavior-block',
- 'overscroll-behavior-inline',
- 'overscroll-behavior-x',
- 'overscroll-behavior-y',
'padding',
'padding-block',
'padding-block-end',
@@ -652,37 +492,23 @@ const ATTRIBUTES = [
'padding-left',
'padding-right',
'padding-top',
- 'page',
'page-break-after',
'page-break-before',
'page-break-inside',
- 'paint-order',
'pause',
'pause-after',
'pause-before',
'perspective',
'perspective-origin',
- 'place-content',
- 'place-items',
- 'place-self',
'pointer-events',
'position',
- 'position-anchor',
- 'position-visibility',
- 'print-color-adjust',
'quotes',
- 'r',
'resize',
'rest',
'rest-after',
'rest-before',
'right',
- 'rotate',
'row-gap',
- 'ruby-align',
- 'ruby-position',
- 'scale',
- 'scroll-behavior',
'scroll-margin',
'scroll-margin-block',
'scroll-margin-block-end',
@@ -708,43 +534,25 @@ const ATTRIBUTES = [
'scroll-snap-align',
'scroll-snap-stop',
'scroll-snap-type',
- 'scroll-timeline',
- 'scroll-timeline-axis',
- 'scroll-timeline-name',
'scrollbar-color',
'scrollbar-gutter',
'scrollbar-width',
'shape-image-threshold',
'shape-margin',
'shape-outside',
- 'shape-rendering',
'speak',
'speak-as',
'src', // @font-face
- 'stop-color',
- 'stop-opacity',
- 'stroke',
- 'stroke-dasharray',
- 'stroke-dashoffset',
- 'stroke-linecap',
- 'stroke-linejoin',
- 'stroke-miterlimit',
- 'stroke-opacity',
- 'stroke-width',
'tab-size',
'table-layout',
'text-align',
'text-align-all',
'text-align-last',
- 'text-anchor',
'text-combine-upright',
'text-decoration',
'text-decoration-color',
'text-decoration-line',
- 'text-decoration-skip',
- 'text-decoration-skip-ink',
'text-decoration-style',
- 'text-decoration-thickness',
'text-emphasis',
'text-emphasis-color',
'text-emphasis-position',
@@ -755,37 +563,20 @@ const ATTRIBUTES = [
'text-overflow',
'text-rendering',
'text-shadow',
- 'text-size-adjust',
'text-transform',
- 'text-underline-offset',
'text-underline-position',
- 'text-wrap',
- 'text-wrap-mode',
- 'text-wrap-style',
- 'timeline-scope',
'top',
- 'touch-action',
'transform',
'transform-box',
'transform-origin',
'transform-style',
'transition',
- 'transition-behavior',
'transition-delay',
'transition-duration',
'transition-property',
'transition-timing-function',
- 'translate',
'unicode-bidi',
- 'user-modify',
- 'user-select',
- 'vector-effect',
'vertical-align',
- 'view-timeline',
- 'view-timeline-axis',
- 'view-timeline-inset',
- 'view-timeline-name',
- 'view-transition-name',
'visibility',
'voice-balance',
'voice-duration',
@@ -796,7 +587,6 @@ const ATTRIBUTES = [
'voice-stress',
'voice-volume',
'white-space',
- 'white-space-collapse',
'widows',
'width',
'will-change',
@@ -804,11 +594,10 @@ const ATTRIBUTES = [
'word-spacing',
'word-wrap',
'writing-mode',
- 'x',
- 'y',
- 'z-index',
- 'zoom'
-].sort().reverse();
+ 'z-index'
+ // reverse makes sure longer attributes `font-weight` are matched fully
+ // instead of getting false positives on say `font`
+].reverse();
/*
Language: CSS
@@ -816,7 +605,6 @@ Category: common, css, web
Website: https://developer.mozilla.org/en-US/docs/Web/CSS
*/
-
/** @type LanguageFn */
function css(hljs) {
const regex = hljs.regex;
diff --git a/node_modules/highlight.js/lib/languages/d.js b/node_modules/highlight.js/lib/languages/d.js
index a7a17f9..2615245 100644
--- a/node_modules/highlight.js/lib/languages/d.js
+++ b/node_modules/highlight.js/lib/languages/d.js
@@ -4,7 +4,6 @@ Author: Aleksandar Ruzicic
Description: D is a language with C-like syntax and static typing. It pragmatically combines efficiency, control, and modeling power, with safety and programmer productivity.
Version: 1.0a
Website: https://dlang.org
-Category: system
Date: 2012-04-08
*/
diff --git a/node_modules/highlight.js/lib/languages/dart.js b/node_modules/highlight.js/lib/languages/dart.js
index 8e9cdb1..f13a2bb 100644
--- a/node_modules/highlight.js/lib/languages/dart.js
+++ b/node_modules/highlight.js/lib/languages/dart.js
@@ -25,15 +25,6 @@ function dart(hljs) {
keywords: 'true false null this is new super'
};
- const NUMBER = {
- className: 'number',
- relevance: 0,
- variants: [
- { match: /\b[0-9][0-9_]*(\.[0-9][0-9_]*)?([eE][+-]?[0-9][0-9_]*)?\b/ },
- { match: /\b0[xX][0-9A-Fa-f][0-9A-Fa-f_]*\b/ }
- ]
- };
-
const STRING = {
className: 'string',
variants: [
@@ -96,7 +87,7 @@ function dart(hljs) {
]
};
BRACED_SUBST.contains = [
- NUMBER,
+ hljs.C_NUMBER_MODE,
STRING
];
@@ -257,7 +248,7 @@ function dart(hljs) {
hljs.UNDERSCORE_TITLE_MODE
]
},
- NUMBER,
+ hljs.C_NUMBER_MODE,
{
className: 'meta',
begin: '@[A-Za-z]+'
diff --git a/node_modules/highlight.js/lib/languages/delphi.js b/node_modules/highlight.js/lib/languages/delphi.js
index 6e58db9..0b59fdf 100644
--- a/node_modules/highlight.js/lib/languages/delphi.js
+++ b/node_modules/highlight.js/lib/languages/delphi.js
@@ -1,7 +1,6 @@
/*
Language: Delphi
Website: https://www.embarcadero.com/products/delphi
-Category: system
*/
/** @type LanguageFn */
@@ -164,36 +163,20 @@ function delphi(hljs) {
relevance: 0,
// Source: https://www.freepascal.org/docs-html/ref/refse6.html
variants: [
- {
- // Regular numbers, e.g., 123, 123.456.
- match: /\b\d[\d_]*(\.\d[\d_]*)?/ },
{
// Hexadecimal notation, e.g., $7F.
- match: /\$[\dA-Fa-f_]+/ },
- {
- // Hexadecimal literal with no digits
- match: /\$/,
- relevance: 0 },
+ begin: '\\$[0-9A-Fa-f]+' },
{
// Octal notation, e.g., &42.
- match: /&[0-7][0-7_]*/ },
+ begin: '&[0-7]+' },
{
// Binary notation, e.g., %1010.
- match: /%[01_]+/ },
- {
- // Binary literal with no digits
- match: /%/,
- relevance: 0 }
+ begin: '%[01]+' }
]
};
const CHAR_STRING = {
className: 'string',
- variants: [
- { match: /#\d[\d_]*/ },
- { match: /#\$[\dA-Fa-f][\dA-Fa-f_]*/ },
- { match: /#&[0-7][0-7_]*/ },
- { match: /#%[01][01_]*/ }
- ]
+ begin: /(#\d+)+/
};
const CLASS = {
begin: hljs.IDENT_RE + '\\s*=\\s*class\\s*\\(',
@@ -235,6 +218,7 @@ function delphi(hljs) {
contains: [
STRING,
CHAR_STRING,
+ hljs.NUMBER_MODE,
NUMBER,
CLASS,
FUNCTION,
diff --git a/node_modules/highlight.js/lib/languages/dos.js b/node_modules/highlight.js/lib/languages/dos.js
index 518c1ed..f98e540 100644
--- a/node_modules/highlight.js/lib/languages/dos.js
+++ b/node_modules/highlight.js/lib/languages/dos.js
@@ -3,7 +3,6 @@ Language: Batch file (DOS)
Author: Alexander Makarov
Contributors: Anton Kochkov
Website: https://en.wikipedia.org/wiki/Batch_file
-Category: scripting
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/lib/languages/ebnf.js b/node_modules/highlight.js/lib/languages/ebnf.js
index 13fa214..192ded7 100644
--- a/node_modules/highlight.js/lib/languages/ebnf.js
+++ b/node_modules/highlight.js/lib/languages/ebnf.js
@@ -2,7 +2,6 @@
Language: Extended Backus-Naur Form
Author: Alex McKibben
Website: https://en.wikipedia.org/wiki/Extended_Backus–Naur_form
-Category: syntax
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/lib/languages/erlang.js b/node_modules/highlight.js/lib/languages/erlang.js
index 8d3dd8e..402f724 100644
--- a/node_modules/highlight.js/lib/languages/erlang.js
+++ b/node_modules/highlight.js/lib/languages/erlang.js
@@ -13,7 +13,7 @@ function erlang(hljs) {
const ERLANG_RESERVED = {
keyword:
'after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if '
- + 'let not of orelse|10 query receive rem try when xor maybe else',
+ + 'let not of orelse|10 query receive rem try when xor',
literal:
'false true'
};
@@ -76,35 +76,9 @@ function erlang(hljs) {
}
]
};
- const CHAR_LITERAL = {
- scope: 'string',
- match: /\$(\\([^0-9]|[0-9]{1,3}|)|.)/,
- };
- const TRIPLE_QUOTE = {
- scope: 'string',
- match: /"""("*)(?!")[\s\S]*?"""\1/,
- };
-
- const SIGIL = {
- scope: 'string',
- contains: [ hljs.BACKSLASH_ESCAPE ],
- variants: [
- {match: /~\w?"""("*)(?!")[\s\S]*?"""\1/},
- {begin: /~\w?\(/, end: /\)/},
- {begin: /~\w?\[/, end: /\]/},
- {begin: /~\w?{/, end: /}/},
- {begin: /~\w?, end: />/},
- {begin: /~\w?\//, end: /\//},
- {begin: /~\w?\|/, end: /\|/},
- {begin: /~\w?'/, end: /'/},
- {begin: /~\w?"/, end: /"/},
- {begin: /~\w?`/, end: /`/},
- {begin: /~\w?#/, end: /#/},
- ],
- };
const BLOCK_STATEMENTS = {
- beginKeywords: 'fun receive if try case maybe',
+ beginKeywords: 'fun receive if try case',
end: 'end',
keywords: ERLANG_RESERVED
};
@@ -114,15 +88,12 @@ function erlang(hljs) {
hljs.inherit(hljs.APOS_STRING_MODE, { className: '' }),
BLOCK_STATEMENTS,
FUNCTION_CALL,
- SIGIL,
- TRIPLE_QUOTE,
hljs.QUOTE_STRING_MODE,
NUMBER,
TUPLE,
VAR1,
VAR2,
- RECORD_ACCESS,
- CHAR_LITERAL
+ RECORD_ACCESS
];
const BASIC_MODES = [
@@ -130,15 +101,12 @@ function erlang(hljs) {
NAMED_FUN,
BLOCK_STATEMENTS,
FUNCTION_CALL,
- SIGIL,
- TRIPLE_QUOTE,
hljs.QUOTE_STRING_MODE,
NUMBER,
TUPLE,
VAR1,
VAR2,
- RECORD_ACCESS,
- CHAR_LITERAL
+ RECORD_ACCESS
];
FUNCTION_CALL.contains[1].contains = BASIC_MODES;
TUPLE.contains = BASIC_MODES;
@@ -154,7 +122,6 @@ function erlang(hljs) {
"-author",
"-copyright",
"-doc",
- "-moduledoc",
"-vsn",
"-import",
"-include",
@@ -166,9 +133,7 @@ function erlang(hljs) {
"-file",
"-behaviour",
"-behavior",
- "-spec",
- "-on_load",
- "-nifs",
+ "-spec"
];
const PARAMS = {
@@ -177,7 +142,6 @@ function erlang(hljs) {
end: '\\)',
contains: BASIC_MODES
};
-
return {
name: 'Erlang',
aliases: [ 'erl' ],
@@ -211,22 +175,14 @@ function erlang(hljs) {
$pattern: '-' + hljs.IDENT_RE,
keyword: DIRECTIVES.map(x => `${x}|1.5`).join(" ")
},
- contains: [
- PARAMS,
- SIGIL,
- TRIPLE_QUOTE,
- hljs.QUOTE_STRING_MODE
- ]
+ contains: [ PARAMS ]
},
NUMBER,
- SIGIL,
- TRIPLE_QUOTE,
hljs.QUOTE_STRING_MODE,
RECORD_ACCESS,
VAR1,
VAR2,
TUPLE,
- CHAR_LITERAL,
{ begin: /\.$/ } // relevance booster
]
};
diff --git a/node_modules/highlight.js/lib/languages/excel.js b/node_modules/highlight.js/lib/languages/excel.js
index 7bfe91f..e97c3b6 100644
--- a/node_modules/highlight.js/lib/languages/excel.js
+++ b/node_modules/highlight.js/lib/languages/excel.js
@@ -3,12 +3,11 @@ Language: Excel formulae
Author: Victor Zhou
Description: Excel formulae
Website: https://products.office.com/en-us/excel/
-Category: enterprise
*/
/** @type LanguageFn */
function excel(hljs) {
- // built-in functions imported from https://web.archive.org/web/20241205190205/https://support.microsoft.com/en-us/office/excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188
+ // built-in functions imported from https://web.archive.org/web/20160513042710/https://support.office.com/en-us/article/Excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188
const BUILT_INS = [
"ABS",
"ACCRINT",
@@ -24,7 +23,6 @@ function excel(hljs) {
"AND",
"ARABIC",
"AREAS",
- "ARRAYTOTEXT",
"ASC",
"ASIN",
"ASINH",
@@ -58,8 +56,6 @@ function excel(hljs) {
"BITOR",
"BITRSHIFT",
"BITXOR",
- "BYCOL",
- "BYROW",
"CALL",
"CEILING",
"CEILING.MATH",
@@ -75,8 +71,6 @@ function excel(hljs) {
"CHISQ.INV.RT",
"CHISQ.TEST",
"CHOOSE",
- "CHOOSECOLS",
- "CHOOSEROWS",
"CLEAN",
"CODE",
"COLUMN",
@@ -148,7 +142,6 @@ function excel(hljs) {
"DOLLARDE",
"DOLLARFR",
"DPRODUCT",
- "DROP",
"DSTDEV",
"DSTDEVP",
"DSUM",
@@ -168,16 +161,14 @@ function excel(hljs) {
"EVEN",
"EXACT",
"EXP",
- "EXPAND",
"EXPON.DIST",
"EXPONDIST",
"FACT",
"FACTDOUBLE",
- "FALSE",
+ "FALSE|0",
"F.DIST",
"FDIST",
"F.DIST.RT",
- "FILTER",
"FILTERXML",
"FIND",
"FINDB",
@@ -221,7 +212,6 @@ function excel(hljs) {
"HEX2OCT",
"HLOOKUP",
"HOUR",
- "HSTACK",
"HYPERLINK",
"HYPGEOM.DIST",
"HYPGEOMDIST",
@@ -230,7 +220,6 @@ function excel(hljs) {
"IFNA",
"IFS",
"IMABS",
- "IMAGE",
"IMAGINARY",
"IMARGUMENT",
"IMCONJUGATE",
@@ -273,7 +262,6 @@ function excel(hljs) {
"ISNONTEXT",
"ISNUMBER",
"ISODD",
- "ISOMITTED",
"ISREF",
"ISTEXT",
"ISO.CEILING",
@@ -281,14 +269,12 @@ function excel(hljs) {
"ISPMT",
"JIS",
"KURT",
- "LAMBDA",
"LARGE",
"LCM",
"LEFT",
"LEFTB",
"LEN",
"LENB",
- "LET",
"LINEST",
"LN",
"LOG",
@@ -300,8 +286,6 @@ function excel(hljs) {
"LOGNORM.INV",
"LOOKUP",
"LOWER",
- "MAKEARRAY",
- "MAP",
"MATCH",
"MAX",
"MAXA",
@@ -310,7 +294,7 @@ function excel(hljs) {
"MDURATION",
"MEDIAN",
"MID",
- "MIDB",
+ "MIDBs",
"MIN",
"MINIFS",
"MINA",
@@ -387,14 +371,12 @@ function excel(hljs) {
"QUOTIENT",
"RADIANS",
"RAND",
- "RANDARRAY",
"RANDBETWEEN",
"RANK.AVG",
"RANK.EQ",
"RANK",
"RATE",
"RECEIVED",
- "REDUCE",
"REGISTER.ID",
"REPLACE",
"REPLACEB",
@@ -410,13 +392,11 @@ function excel(hljs) {
"RRI",
"RSQ",
"RTD",
- "SCAN",
"SEARCH",
"SEARCHB",
"SEC",
"SECH",
"SECOND",
- "SEQUENCE",
"SERIESSUM",
"SHEET",
"SHEETS",
@@ -428,13 +408,10 @@ function excel(hljs) {
"SLN",
"SLOPE",
"SMALL",
- "SORT",
- "SORTBY",
+ "SQL.REQUEST",
"SQRT",
"SQRTPI",
- "SQL.REQUEST",
"STANDARDIZE",
- "STOCKHISTORY",
"STDEV",
"STDEV.P",
"STDEV.S",
@@ -457,7 +434,6 @@ function excel(hljs) {
"T",
"TAN",
"TANH",
- "TAKE",
"TBILLEQ",
"TBILLPRICE",
"TBILLYIELD",
@@ -466,33 +442,26 @@ function excel(hljs) {
"T.DIST.RT",
"TDIST",
"TEXT",
- "TEXTAFTER",
- "TEXTBEFORE",
"TEXTJOIN",
- "TEXTSPLIT",
"TIME",
"TIMEVALUE",
"T.INV",
"T.INV.2T",
"TINV",
- "TOCOL",
- "TOROW",
"TODAY",
"TRANSPOSE",
"TREND",
"TRIM",
"TRIMMEAN",
- "TRUE",
+ "TRUE|0",
"TRUNC",
"T.TEST",
"TTEST",
"TYPE",
"UNICHAR",
"UNICODE",
- "UNIQUE",
"UPPER",
"VALUE",
- "VALUETOTEXT",
"VAR",
"VAR.P",
"VAR.S",
@@ -501,7 +470,6 @@ function excel(hljs) {
"VARPA",
"VDB",
"VLOOKUP",
- "VSTACK",
"WEBSERVICE",
"WEEKDAY",
"WEEKNUM",
@@ -509,11 +477,7 @@ function excel(hljs) {
"WEIBULL.DIST",
"WORKDAY",
"WORKDAY.INTL",
- "WRAPCOLS",
- "WRAPROWS",
"XIRR",
- "XLOOKUP",
- "XMATCH",
"XNPV",
"XOR",
"YEAR",
diff --git a/node_modules/highlight.js/lib/languages/fortran.js b/node_modules/highlight.js/lib/languages/fortran.js
index f5bbb04..9c4244a 100644
--- a/node_modules/highlight.js/lib/languages/fortran.js
+++ b/node_modules/highlight.js/lib/languages/fortran.js
@@ -550,7 +550,6 @@ function fortran(hljs) {
'f95'
],
keywords: {
- $pattern: /\b[a-z][a-z0-9_]+\b|\.[a-z][a-z0-9_]+\./,
keyword: KEYWORDS,
literal: LITERALS,
built_in: BUILT_INS
diff --git a/node_modules/highlight.js/lib/languages/fsharp.js b/node_modules/highlight.js/lib/languages/fsharp.js
index fce6654..dd57bf8 100644
--- a/node_modules/highlight.js/lib/languages/fsharp.js
+++ b/node_modules/highlight.js/lib/languages/fsharp.js
@@ -75,7 +75,6 @@ Website: https://docs.microsoft.com/en-us/dotnet/fsharp/
Category: functional
*/
-
/** @type LanguageFn */
function fsharp(hljs) {
const KEYWORDS = [
diff --git a/node_modules/highlight.js/lib/languages/gauss.js b/node_modules/highlight.js/lib/languages/gauss.js
index c1b4e91..c82c7ef 100644
--- a/node_modules/highlight.js/lib/languages/gauss.js
+++ b/node_modules/highlight.js/lib/languages/gauss.js
@@ -194,7 +194,7 @@ function gauss(hljs) {
excludeEnd: true,
contains: [].concat(PARSE_PARAMS)
},
- {}
+ inherits || {}
);
mode.contains.push(FUNCTION_DEF);
mode.contains.push(hljs.C_NUMBER_MODE);
diff --git a/node_modules/highlight.js/lib/languages/gcode.js b/node_modules/highlight.js/lib/languages/gcode.js
index a964bf9..3f5a397 100644
--- a/node_modules/highlight.js/lib/languages/gcode.js
+++ b/node_modules/highlight.js/lib/languages/gcode.js
@@ -3,174 +3,61 @@
Contributors: Adam Joseph Cook
Description: G-code syntax highlighter for Fanuc and other common CNC machine tool controls.
Website: https://www.sis.se/api/document/preview/911952/
- Category: hardware
*/
function gcode(hljs) {
- const regex = hljs.regex;
+ const GCODE_IDENT_RE = '[A-Z_][A-Z0-9_.]*';
+ const GCODE_CLOSE_RE = '%';
const GCODE_KEYWORDS = {
- $pattern: /[A-Z]+|%/,
- keyword: [
- // conditions
- 'THEN',
- 'ELSE',
- 'ENDIF',
- 'IF',
-
- // controls
- 'GOTO',
- 'DO',
- 'WHILE',
- 'WH',
- 'END',
- 'CALL',
-
- // scoping
- 'SUB',
- 'ENDSUB',
-
- // comparisons
- 'EQ',
- 'NE',
- 'LT',
- 'GT',
- 'LE',
- 'GE',
- 'AND',
- 'OR',
- 'XOR',
-
- // start/end of program
- '%'
- ],
- built_in: [
- 'ATAN',
- 'ABS',
- 'ACOS',
- 'ASIN',
- 'COS',
- 'EXP',
- 'FIX',
- 'FUP',
- 'ROUND',
- 'LN',
- 'SIN',
- 'SQRT',
- 'TAN',
- 'EXISTS'
- ]
+ $pattern: GCODE_IDENT_RE,
+ keyword: 'IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT '
+ + 'EQ LT GT NE GE LE OR XOR'
};
-
-
- // TODO: post v12 lets use look-behind, until then \b and a callback filter will be used
- // const LETTER_BOUNDARY_RE = /(?= '0' && charBeforeMatch <= '9') {
- return;
- }
-
- if (charBeforeMatch === '_') {
- return;
- }
-
- response.ignoreMatch();
- }
-
- const NUMBER_RE = /[+-]?((\.\d+)|(\d+)(\.\d*)?)/;
-
- const GENERAL_MISC_FUNCTION_RE = /[GM]\s*\d+(\.\d+)?/;
- const TOOLS_RE = /T\s*\d+/;
- const SUBROUTINE_RE = /O\s*\d+/;
- const SUBROUTINE_NAMED_RE = /O<.+>/;
- const AXES_RE = /[ABCUVWXYZ]\s*/;
- const PARAMETERS_RE = /[FHIJKPQRS]\s*/;
-
+ const GCODE_START = {
+ className: 'meta',
+ begin: '([O])([0-9]+)'
+ };
+ const NUMBER = hljs.inherit(hljs.C_NUMBER_MODE, { begin: '([-+]?((\\.\\d+)|(\\d+)(\\.\\d*)?))|' + hljs.C_NUMBER_RE });
const GCODE_CODE = [
- // comments
+ hljs.C_LINE_COMMENT_MODE,
+ hljs.C_BLOCK_COMMENT_MODE,
hljs.COMMENT(/\(/, /\)/),
- hljs.COMMENT(/;/, /$/),
- hljs.APOS_STRING_MODE,
- hljs.QUOTE_STRING_MODE,
- hljs.C_NUMBER_MODE,
-
- // gcodes
+ NUMBER,
+ hljs.inherit(hljs.APOS_STRING_MODE, { illegal: null }),
+ hljs.inherit(hljs.QUOTE_STRING_MODE, { illegal: null }),
{
- scope: 'title.function',
+ className: 'name',
+ begin: '([G])([0-9]+\\.?[0-9]?)'
+ },
+ {
+ className: 'name',
+ begin: '([M])([0-9]+\\.?[0-9]?)'
+ },
+ {
+ className: 'attr',
+ begin: '(VC|VS|#)',
+ end: '(\\d+)'
+ },
+ {
+ className: 'attr',
+ begin: '(VZOFX|VZOFY|VZOFZ)'
+ },
+ {
+ className: 'built_in',
+ begin: '(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)',
+ contains: [ NUMBER ],
+ end: '\\]'
+ },
+ {
+ className: 'symbol',
variants: [
- // G General functions: G0, G5.1, G5.2, …
- // M Misc functions: M0, M55.6, M199, …
- { match: regex.concat(LETTER_BOUNDARY_RE, GENERAL_MISC_FUNCTION_RE) },
{
- begin: GENERAL_MISC_FUNCTION_RE,
- 'on:begin': LETTER_BOUNDARY_CALLBACK
- },
- // T Tools
- { match: regex.concat(LETTER_BOUNDARY_RE, TOOLS_RE), },
- {
- begin: TOOLS_RE,
- 'on:begin': LETTER_BOUNDARY_CALLBACK
+ begin: 'N',
+ end: '\\d+',
+ illegal: '\\W'
}
]
- },
-
- {
- scope: 'symbol',
- variants: [
- // O Subroutine ID: O100, O110, …
- { match: regex.concat(LETTER_BOUNDARY_RE, SUBROUTINE_RE) },
- {
- begin: SUBROUTINE_RE,
- 'on:begin': LETTER_BOUNDARY_CALLBACK
- },
- // O Subroutine name: O, …
- { match: regex.concat(LETTER_BOUNDARY_RE, SUBROUTINE_NAMED_RE) },
- {
- begin: SUBROUTINE_NAMED_RE,
- 'on:begin': LETTER_BOUNDARY_CALLBACK
- },
- // Checksum at end of line: *71, *199, …
- { match: /\*\s*\d+\s*$/ }
- ]
- },
-
- {
- scope: 'operator', // N Line number: N1, N2, N1020, …
- match: /^N\s*\d+/
- },
-
- {
- scope: 'variable',
- match: /-?#\s*\d+/
- },
-
- {
- scope: 'property', // Physical axes,
- variants: [
- { match: regex.concat(LETTER_BOUNDARY_RE, AXES_RE, NUMBER_RE) },
- {
- begin: regex.concat(AXES_RE, NUMBER_RE),
- 'on:begin': LETTER_BOUNDARY_CALLBACK
- },
- ]
- },
-
- {
- scope: 'params', // Different types of parameters
- variants: [
- { match: regex.concat(LETTER_BOUNDARY_RE, PARAMETERS_RE, NUMBER_RE) },
- {
- begin: regex.concat(PARAMETERS_RE, NUMBER_RE),
- 'on:begin': LETTER_BOUNDARY_CALLBACK
- },
- ]
- },
+ }
];
return {
@@ -179,10 +66,14 @@ function gcode(hljs) {
// Some implementations (CNC controls) of G-code are interoperable with uppercase and lowercase letters seamlessly.
// However, most prefer all uppercase and uppercase is customary.
case_insensitive: true,
- // TODO: post v12 with the use of look-behind this can be enabled
- disableAutodetect: true,
keywords: GCODE_KEYWORDS,
- contains: GCODE_CODE
+ contains: [
+ {
+ className: 'meta',
+ begin: GCODE_CLOSE_RE
+ },
+ GCODE_START
+ ].concat(GCODE_CODE)
};
}
diff --git a/node_modules/highlight.js/lib/languages/gml.js b/node_modules/highlight.js/lib/languages/gml.js
index ea73ff1..f251bea 100644
--- a/node_modules/highlight.js/lib/languages/gml.js
+++ b/node_modules/highlight.js/lib/languages/gml.js
@@ -1,7 +1,8 @@
/*
Language: GML
-Description: Game Maker Language for GameMaker (rev. 2023.1)
-Website: https://manual.yoyogames.com/
+Author: Meseta
+Description: Game Maker Language for GameMaker Studio 2
+Website: https://docs2.yoyogames.com
Category: scripting
*/
@@ -29,12 +30,10 @@ function gml(hljs) {
"globalvar",
"if",
"mod",
- "new",
"not",
"or",
"repeat",
"return",
- "static",
"switch",
"then",
"until",
@@ -43,21 +42,49 @@ function gml(hljs) {
"with",
"xor"
];
-
const BUILT_INS = [
"abs",
+ "achievement_available",
+ "achievement_event",
+ "achievement_get_challenges",
+ "achievement_get_info",
+ "achievement_get_pic",
+ "achievement_increment",
+ "achievement_load_friends",
+ "achievement_load_leaderboard",
+ "achievement_load_progress",
+ "achievement_login",
+ "achievement_login_status",
+ "achievement_logout",
+ "achievement_post",
+ "achievement_post_score",
+ "achievement_reset",
+ "achievement_send_challenge",
+ "achievement_show",
+ "achievement_show_achievements",
+ "achievement_show_challenge_notifications",
+ "achievement_show_leaderboards",
+ "action_inherited",
+ "action_kill_object",
+ "ads_disable",
+ "ads_enable",
+ "ads_engagement_active",
+ "ads_engagement_available",
+ "ads_engagement_launch",
+ "ads_event",
+ "ads_event_preload",
+ "ads_get_display_height",
+ "ads_get_display_width",
+ "ads_interstitial_available",
+ "ads_interstitial_display",
+ "ads_move",
+ "ads_set_reward_callback",
+ "ads_setup",
"alarm_get",
"alarm_set",
+ "analytics_event",
+ "analytics_event_ext",
"angle_difference",
- "animcurve_channel_evaluate",
- "animcurve_channel_new",
- "animcurve_create",
- "animcurve_destroy",
- "animcurve_exists",
- "animcurve_get",
- "animcurve_get_channel",
- "animcurve_get_channel_index",
- "animcurve_point_new",
"ansi_char",
"application_get_position",
"application_surface_draw_enable",
@@ -67,55 +94,21 @@ function gml(hljs) {
"arcsin",
"arctan",
"arctan2",
- "array_all",
- "array_any",
- "array_concat",
- "array_contains",
- "array_contains_ext",
"array_copy",
- "array_copy_while",
"array_create",
- "array_create_ext",
"array_delete",
"array_equals",
- "array_filter",
- "array_filter_ext",
- "array_find_index",
- "array_first",
- "array_foreach",
- "array_get",
- "array_get_index",
+ "array_height_2d",
"array_insert",
- "array_intersection",
- "array_last",
"array_length",
- "array_map",
- "array_map_ext",
+ "array_length_1d",
+ "array_length_2d",
"array_pop",
"array_push",
- "array_reduce",
"array_resize",
- "array_reverse",
- "array_reverse_ext",
- "array_set",
- "array_shuffle",
- "array_shuffle_ext",
"array_sort",
- "array_union",
- "array_unique",
- "array_unique_ext",
- "asset_add_tags",
- "asset_clear_tags",
- "asset_get_ids",
"asset_get_index",
- "asset_get_tags",
"asset_get_type",
- "asset_has_any_tag",
- "asset_has_tags",
- "asset_remove_tags",
- "audio_bus_clear_emitters",
- "audio_bus_create",
- "audio_bus_get_emitters",
"audio_channel_num",
"audio_create_buffer_sound",
"audio_create_play_queue",
@@ -124,14 +117,11 @@ function gml(hljs) {
"audio_debug",
"audio_destroy_stream",
"audio_destroy_sync_group",
- "audio_effect_create",
- "audio_emitter_bus",
"audio_emitter_create",
"audio_emitter_exists",
"audio_emitter_falloff",
"audio_emitter_free",
"audio_emitter_gain",
- "audio_emitter_get_bus",
"audio_emitter_get_gain",
"audio_emitter_get_listener_mask",
"audio_emitter_get_pitch",
@@ -157,8 +147,6 @@ function gml(hljs) {
"audio_get_recorder_count",
"audio_get_recorder_info",
"audio_get_type",
- "audio_group_get_assets",
- "audio_group_get_gain",
"audio_group_is_loaded",
"audio_group_load",
"audio_group_load_progress",
@@ -176,52 +164,48 @@ function gml(hljs) {
"audio_listener_set_velocity",
"audio_listener_velocity",
"audio_master_gain",
+ "audio_music_gain",
+ "audio_music_is_playing",
"audio_pause_all",
+ "audio_pause_music",
"audio_pause_sound",
"audio_pause_sync_group",
"audio_play_in_sync_group",
+ "audio_play_music",
"audio_play_sound",
"audio_play_sound_at",
- "audio_play_sound_ext",
"audio_play_sound_on",
"audio_queue_sound",
"audio_resume_all",
+ "audio_resume_music",
"audio_resume_sound",
"audio_resume_sync_group",
"audio_set_listener_mask",
"audio_set_master_gain",
"audio_sound_gain",
- "audio_sound_get_audio_group",
"audio_sound_get_gain",
"audio_sound_get_listener_mask",
- "audio_sound_get_loop",
- "audio_sound_get_loop_end",
- "audio_sound_get_loop_start",
"audio_sound_get_pitch",
"audio_sound_get_track_position",
- "audio_sound_is_playable",
"audio_sound_length",
- "audio_sound_loop",
- "audio_sound_loop_end",
- "audio_sound_loop_start",
"audio_sound_pitch",
"audio_sound_set_listener_mask",
"audio_sound_set_track_position",
"audio_start_recording",
"audio_start_sync_group",
"audio_stop_all",
+ "audio_stop_music",
"audio_stop_recording",
"audio_stop_sound",
"audio_stop_sync_group",
"audio_sync_group_debug",
"audio_sync_group_get_track_pos",
- "audio_sync_group_is_paused",
"audio_sync_group_is_playing",
- "audio_system_is_available",
- "audio_system_is_initialised",
+ "audio_system",
+ "background_get_height",
+ "background_get_width",
"base64_decode",
"base64_encode",
- "bool",
"browser_input_capture",
"buffer_async_group_begin",
"buffer_async_group_end",
@@ -229,15 +213,11 @@ function gml(hljs) {
"buffer_base64_decode",
"buffer_base64_decode_ext",
"buffer_base64_encode",
- "buffer_compress",
"buffer_copy",
"buffer_copy_from_vertex_buffer",
- "buffer_copy_stride",
- "buffer_crc32",
"buffer_create",
"buffer_create_from_vertex_buffer",
"buffer_create_from_vertex_buffer_ext",
- "buffer_decompress",
"buffer_delete",
"buffer_exists",
"buffer_fill",
@@ -260,15 +240,11 @@ function gml(hljs) {
"buffer_save_ext",
"buffer_seek",
"buffer_set_surface",
- "buffer_set_used_size",
"buffer_sha1",
"buffer_sizeof",
"buffer_tell",
"buffer_write",
- "call_cancel",
- "call_later",
"camera_apply",
- "camera_copy_transforms",
"camera_create",
"camera_create_view",
"camera_destroy",
@@ -389,26 +365,6 @@ function gml(hljs) {
"date_valid_datetime",
"date_week_span",
"date_year_span",
- "db_to_lin",
- "dbg_add_font_glyphs",
- "dbg_button",
- "dbg_checkbox",
- "dbg_color",
- "dbg_colour",
- "dbg_drop_down",
- "dbg_same_line",
- "dbg_section",
- "dbg_section_delete",
- "dbg_section_exists",
- "dbg_slider",
- "dbg_slider_int",
- "dbg_sprite",
- "dbg_text",
- "dbg_text_input",
- "dbg_view",
- "dbg_view_delete",
- "dbg_view_exists",
- "dbg_watch",
"dcos",
"debug_event",
"debug_get_callstack",
@@ -432,7 +388,6 @@ function gml(hljs) {
"directory_exists",
"display_get_dpi_x",
"display_get_dpi_y",
- "display_get_frequency",
"display_get_gui_height",
"display_get_gui_width",
"display_get_height",
@@ -459,6 +414,10 @@ function gml(hljs) {
"dot_product_normalised",
"dot_product_normalized",
"draw_arrow",
+ "draw_background",
+ "draw_background_ext",
+ "draw_background_part_ext",
+ "draw_background_tiled",
"draw_button",
"draw_circle",
"draw_circle_color",
@@ -468,19 +427,15 @@ function gml(hljs) {
"draw_ellipse",
"draw_ellipse_color",
"draw_ellipse_colour",
+ "draw_enable_alphablend",
"draw_enable_drawevent",
- "draw_enable_skeleton_blendmodes",
"draw_enable_swf_aa",
"draw_flush",
"draw_get_alpha",
"draw_get_color",
"draw_get_colour",
- "draw_get_enable_skeleton_blendmodes",
- "draw_get_font",
- "draw_get_halign",
"draw_get_lighting",
"draw_get_swf_aa_level",
- "draw_get_valign",
"draw_getpixel",
"draw_getpixel_ext",
"draw_healthbar",
@@ -515,8 +470,13 @@ function gml(hljs) {
"draw_roundrect_ext",
"draw_self",
"draw_set_alpha",
+ "draw_set_alpha_test",
+ "draw_set_alpha_test_ref_value",
+ "draw_set_blend_mode",
+ "draw_set_blend_mode_ext",
"draw_set_circle_precision",
"draw_set_color",
+ "draw_set_color_write_enable",
"draw_set_colour",
"draw_set_font",
"draw_set_halign",
@@ -601,7 +561,6 @@ function gml(hljs) {
"ds_grid_set_region",
"ds_grid_shuffle",
"ds_grid_sort",
- "ds_grid_to_mp_grid",
"ds_grid_value_disk_exists",
"ds_grid_value_disk_x",
"ds_grid_value_disk_y",
@@ -620,8 +579,6 @@ function gml(hljs) {
"ds_list_find_index",
"ds_list_find_value",
"ds_list_insert",
- "ds_list_is_list",
- "ds_list_is_map",
"ds_list_mark_as_list",
"ds_list_mark_as_map",
"ds_list_read",
@@ -646,9 +603,6 @@ function gml(hljs) {
"ds_map_find_next",
"ds_map_find_previous",
"ds_map_find_value",
- "ds_map_is_list",
- "ds_map_is_map",
- "ds_map_keys_to_array",
"ds_map_read",
"ds_map_replace",
"ds_map_replace_list",
@@ -659,7 +613,6 @@ function gml(hljs) {
"ds_map_secure_save_buffer",
"ds_map_set",
"ds_map_size",
- "ds_map_values_to_array",
"ds_map_write",
"ds_priority_add",
"ds_priority_change_priority",
@@ -706,25 +659,29 @@ function gml(hljs) {
"effect_clear",
"effect_create_above",
"effect_create_below",
- "effect_create_depth",
- "effect_create_layer",
"environment_get_variable",
"event_inherited",
"event_perform",
- "event_perform_async",
"event_perform_object",
"event_user",
- "exception_unhandled_handler",
"exp",
- "extension_exists",
- "extension_get_option_count",
- "extension_get_option_names",
- "extension_get_option_value",
- "extension_get_options",
- "extension_get_version",
"external_call",
"external_define",
"external_free",
+ "facebook_accesstoken",
+ "facebook_check_permission",
+ "facebook_dialog",
+ "facebook_graph_request",
+ "facebook_init",
+ "facebook_launch_offerwall",
+ "facebook_login",
+ "facebook_logout",
+ "facebook_post_message",
+ "facebook_request_publish_permissions",
+ "facebook_request_read_permissions",
+ "facebook_send_invite",
+ "facebook_status",
+ "facebook_user_id",
"file_attributes",
"file_bin_close",
"file_bin_open",
@@ -766,38 +723,23 @@ function gml(hljs) {
"font_add_get_enable_aa",
"font_add_sprite",
"font_add_sprite_ext",
- "font_cache_glyph",
"font_delete",
- "font_enable_effects",
- "font_enable_sdf",
"font_exists",
"font_get_bold",
"font_get_first",
"font_get_fontname",
- "font_get_info",
"font_get_italic",
"font_get_last",
"font_get_name",
- "font_get_sdf_enabled",
- "font_get_sdf_spread",
"font_get_size",
"font_get_texture",
"font_get_uvs",
+ "font_replace",
"font_replace_sprite",
"font_replace_sprite_ext",
- "font_sdf_spread",
"font_set_cache_size",
+ "font_texture_page_size",
"frac",
- "fx_create",
- "fx_get_name",
- "fx_get_parameter",
- "fx_get_parameter_names",
- "fx_get_parameters",
- "fx_get_single_layer",
- "fx_set_parameter",
- "fx_set_parameters",
- "fx_set_single_layer",
- "game_change",
"game_end",
"game_get_speed",
"game_load",
@@ -817,27 +759,13 @@ function gml(hljs) {
"gamepad_get_button_threshold",
"gamepad_get_description",
"gamepad_get_device_count",
- "gamepad_get_guid",
- "gamepad_get_mapping",
- "gamepad_get_option",
- "gamepad_hat_count",
- "gamepad_hat_value",
"gamepad_is_connected",
"gamepad_is_supported",
- "gamepad_remove_mapping",
"gamepad_set_axis_deadzone",
"gamepad_set_button_threshold",
"gamepad_set_color",
"gamepad_set_colour",
- "gamepad_set_option",
"gamepad_set_vibration",
- "gamepad_test_mapping",
- "gc_collect",
- "gc_enable",
- "gc_get_stats",
- "gc_get_target_frame_time",
- "gc_is_enabled",
- "gc_target_frame_time",
"gesture_double_tap_distance",
"gesture_double_tap_time",
"gesture_drag_distance",
@@ -870,13 +798,10 @@ function gml(hljs) {
"get_string",
"get_string_async",
"get_timer",
- "gif_add_surface",
- "gif_open",
- "gif_save",
- "gif_save_buffer",
"gml_pragma",
"gml_release_mode",
"gpu_get_alphatestenable",
+ "gpu_get_alphatestfunc",
"gpu_get_alphatestref",
"gpu_get_blendenable",
"gpu_get_blendmode",
@@ -889,8 +814,8 @@ function gml(hljs) {
"gpu_get_colorwriteenable",
"gpu_get_colourwriteenable",
"gpu_get_cullmode",
- "gpu_get_depth",
"gpu_get_fog",
+ "gpu_get_lightingenable",
"gpu_get_state",
"gpu_get_tex_filter",
"gpu_get_tex_filter_ext",
@@ -918,6 +843,7 @@ function gml(hljs) {
"gpu_pop_state",
"gpu_push_state",
"gpu_set_alphatestenable",
+ "gpu_set_alphatestfunc",
"gpu_set_alphatestref",
"gpu_set_blendenable",
"gpu_set_blendmode",
@@ -926,8 +852,8 @@ function gml(hljs) {
"gpu_set_colorwriteenable",
"gpu_set_colourwriteenable",
"gpu_set_cullmode",
- "gpu_set_depth",
"gpu_set_fog",
+ "gpu_set_lightingenable",
"gpu_set_state",
"gpu_set_tex_filter",
"gpu_set_tex_filter_ext",
@@ -952,17 +878,14 @@ function gml(hljs) {
"gpu_set_zfunc",
"gpu_set_ztestenable",
"gpu_set_zwriteenable",
- "handle_parse",
"highscore_add",
"highscore_clear",
"highscore_name",
"highscore_value",
"http_get",
"http_get_file",
- "http_get_request_crossorigin",
"http_post_string",
"http_request",
- "http_set_request_crossorigin",
"iap_acquire",
"iap_activate",
"iap_consume",
@@ -988,6 +911,7 @@ function gml(hljs) {
"instance_activate_region",
"instance_change",
"instance_copy",
+ "instance_create",
"instance_create_depth",
"instance_create_layer",
"instance_deactivate_all",
@@ -1005,23 +929,17 @@ function gml(hljs) {
"instance_place_list",
"instance_position",
"instance_position_list",
- "instanceof",
"int64",
"io_clear",
"irandom",
"irandom_range",
"is_array",
"is_bool",
- "is_callable",
- "is_debug_overlay_open",
- "is_handle",
"is_infinity",
- "is_instanceof",
"is_int32",
"is_int64",
- "is_keyboard_used_debug_overlay",
+ "is_matrix",
"is_method",
- "is_mouse_over_debug_overlay",
"is_nan",
"is_numeric",
"is_ptr",
@@ -1029,10 +947,10 @@ function gml(hljs) {
"is_string",
"is_struct",
"is_undefined",
+ "is_vec3",
+ "is_vec4",
"json_decode",
"json_encode",
- "json_parse",
- "json_stringify",
"keyboard_check",
"keyboard_check_direct",
"keyboard_check_pressed",
@@ -1077,23 +995,19 @@ function gml(hljs) {
"layer_background_vtiled",
"layer_background_xscale",
"layer_background_yscale",
- "layer_clear_fx",
"layer_create",
"layer_depth",
"layer_destroy",
"layer_destroy_instances",
"layer_element_move",
- "layer_enable_fx",
"layer_exists",
"layer_force_draw_depth",
- "layer_fx_is_enabled",
"layer_get_all",
"layer_get_all_elements",
"layer_get_depth",
"layer_get_element_layer",
"layer_get_element_type",
"layer_get_forced_depth",
- "layer_get_fx",
"layer_get_hspeed",
"layer_get_id",
"layer_get_id_at_depth",
@@ -1113,33 +1027,6 @@ function gml(hljs) {
"layer_reset_target_room",
"layer_script_begin",
"layer_script_end",
- "layer_sequence_angle",
- "layer_sequence_create",
- "layer_sequence_destroy",
- "layer_sequence_exists",
- "layer_sequence_get_angle",
- "layer_sequence_get_headdir",
- "layer_sequence_get_headpos",
- "layer_sequence_get_instance",
- "layer_sequence_get_length",
- "layer_sequence_get_sequence",
- "layer_sequence_get_speedscale",
- "layer_sequence_get_x",
- "layer_sequence_get_xscale",
- "layer_sequence_get_y",
- "layer_sequence_get_yscale",
- "layer_sequence_headdir",
- "layer_sequence_headpos",
- "layer_sequence_is_finished",
- "layer_sequence_is_paused",
- "layer_sequence_pause",
- "layer_sequence_play",
- "layer_sequence_speedscale",
- "layer_sequence_x",
- "layer_sequence_xscale",
- "layer_sequence_y",
- "layer_sequence_yscale",
- "layer_set_fx",
"layer_set_target_room",
"layer_set_visible",
"layer_shader",
@@ -1198,7 +1085,6 @@ function gml(hljs) {
"lengthdir_x",
"lengthdir_y",
"lerp",
- "lin_to_db",
"ln",
"load_csv",
"log10",
@@ -1221,6 +1107,7 @@ function gml(hljs) {
"matrix_set",
"matrix_stack_clear",
"matrix_stack_is_empty",
+ "matrix_stack_multiply",
"matrix_stack_pop",
"matrix_stack_push",
"matrix_stack_set",
@@ -1234,10 +1121,6 @@ function gml(hljs) {
"median",
"merge_color",
"merge_colour",
- "method",
- "method_call",
- "method_get_index",
- "method_get_self",
"min",
"motion_add",
"motion_set",
@@ -1247,7 +1130,6 @@ function gml(hljs) {
"mouse_clear",
"mouse_wheel_down",
"mouse_wheel_up",
- "move_and_collide",
"move_bounce_all",
"move_bounce_solid",
"move_contact_all",
@@ -1279,11 +1161,8 @@ function gml(hljs) {
"mp_potential_settings",
"mp_potential_step",
"mp_potential_step_object",
- "nameof",
"network_connect",
- "network_connect_async",
"network_connect_raw",
- "network_connect_raw_async",
"network_create_server",
"network_create_server_raw",
"network_create_socket",
@@ -1298,6 +1177,7 @@ function gml(hljs) {
"network_set_config",
"network_set_timeout",
"object_exists",
+ "object_get_depth",
"object_get_mask",
"object_get_name",
"object_get_parent",
@@ -1313,7 +1193,6 @@ function gml(hljs) {
"object_set_sprite",
"object_set_visible",
"ord",
- "os_check_permission",
"os_get_config",
"os_get_info",
"os_get_language",
@@ -1322,34 +1201,24 @@ function gml(hljs) {
"os_is_paused",
"os_lock_orientation",
"os_powersave_enable",
- "os_request_permission",
- "os_set_orientation_lock",
"parameter_count",
"parameter_string",
"part_emitter_burst",
"part_emitter_clear",
"part_emitter_create",
- "part_emitter_delay",
"part_emitter_destroy",
"part_emitter_destroy_all",
- "part_emitter_enable",
"part_emitter_exists",
- "part_emitter_interval",
"part_emitter_region",
- "part_emitter_relative",
"part_emitter_stream",
- "part_particles_burst",
"part_particles_clear",
"part_particles_count",
"part_particles_create",
"part_particles_create_color",
"part_particles_create_colour",
- "part_system_angle",
"part_system_automatic_draw",
"part_system_automatic_update",
"part_system_clear",
- "part_system_color",
- "part_system_colour",
"part_system_create",
"part_system_create_layer",
"part_system_depth",
@@ -1357,9 +1226,7 @@ function gml(hljs) {
"part_system_draw_order",
"part_system_drawit",
"part_system_exists",
- "part_system_get_info",
"part_system_get_layer",
- "part_system_global_space",
"part_system_layer",
"part_system_position",
"part_system_update",
@@ -1391,14 +1258,9 @@ function gml(hljs) {
"part_type_scale",
"part_type_shape",
"part_type_size",
- "part_type_size_x",
- "part_type_size_y",
"part_type_speed",
"part_type_sprite",
"part_type_step",
- "part_type_subimage",
- "particle_exists",
- "particle_get_info",
"path_add",
"path_add_point",
"path_append",
@@ -1421,6 +1283,7 @@ function gml(hljs) {
"path_get_point_y",
"path_get_precision",
"path_get_speed",
+ "path_get_time",
"path_get_x",
"path_get_y",
"path_insert_point",
@@ -1547,6 +1410,10 @@ function gml(hljs) {
"position_meeting",
"power",
"ptr",
+ "push_cancel_local_notification",
+ "push_get_first_local_notification",
+ "push_get_next_local_notification",
+ "push_local_notification",
"radtodeg",
"random",
"random_get_seed",
@@ -1558,33 +1425,11 @@ function gml(hljs) {
"rectangle_in_circle",
"rectangle_in_rectangle",
"rectangle_in_triangle",
- "ref_create",
- "rollback_chat",
- "rollback_create_game",
- "rollback_define_extra_network_latency",
- "rollback_define_input",
- "rollback_define_input_frame_delay",
- "rollback_define_mock_input",
- "rollback_define_player",
- "rollback_display_events",
- "rollback_get_info",
- "rollback_get_input",
- "rollback_get_player_prefs",
- "rollback_join_game",
- "rollback_leave_game",
- "rollback_set_player_prefs",
- "rollback_start_game",
- "rollback_sync_on_frame",
- "rollback_use_late_join",
- "rollback_use_manual_start",
- "rollback_use_player_prefs",
- "rollback_use_random_input",
"room_add",
"room_assign",
"room_duplicate",
"room_exists",
"room_get_camera",
- "room_get_info",
"room_get_name",
"room_get_viewport",
"room_goto",
@@ -1595,30 +1440,21 @@ function gml(hljs) {
"room_next",
"room_previous",
"room_restart",
+ "room_set_background_color",
+ "room_set_background_colour",
"room_set_camera",
"room_set_height",
"room_set_persistent",
+ "room_set_view",
"room_set_view_enabled",
"room_set_viewport",
"room_set_width",
"round",
- "scheduler_resolution_get",
- "scheduler_resolution_set",
"screen_save",
"screen_save_part",
"script_execute",
- "script_execute_ext",
"script_exists",
"script_get_name",
- "sequence_create",
- "sequence_destroy",
- "sequence_exists",
- "sequence_get",
- "sequence_get_objects",
- "sequence_instance_override_object",
- "sequence_keyframe_new",
- "sequence_keyframedata_new",
- "sequence_track_new",
"sha1_file",
"sha1_string_unicode",
"sha1_string_utf8",
@@ -1632,7 +1468,6 @@ function gml(hljs) {
"shader_set",
"shader_set_uniform_f",
"shader_set_uniform_f_array",
- "shader_set_uniform_f_buffer",
"shader_set_uniform_i",
"shader_set_uniform_i_array",
"shader_set_uniform_matrix",
@@ -1640,7 +1475,6 @@ function gml(hljs) {
"shaders_are_supported",
"shop_leave_rating",
"show_debug_message",
- "show_debug_message_ext",
"show_debug_overlay",
"show_error",
"show_message",
@@ -1652,53 +1486,30 @@ function gml(hljs) {
"skeleton_animation_clear",
"skeleton_animation_get",
"skeleton_animation_get_duration",
- "skeleton_animation_get_event_frames",
"skeleton_animation_get_ext",
"skeleton_animation_get_frame",
"skeleton_animation_get_frames",
- "skeleton_animation_get_position",
- "skeleton_animation_is_finished",
- "skeleton_animation_is_looping",
"skeleton_animation_list",
"skeleton_animation_mix",
"skeleton_animation_set",
"skeleton_animation_set_ext",
"skeleton_animation_set_frame",
- "skeleton_animation_set_position",
"skeleton_attachment_create",
- "skeleton_attachment_create_color",
- "skeleton_attachment_create_colour",
- "skeleton_attachment_destroy",
- "skeleton_attachment_exists",
"skeleton_attachment_get",
- "skeleton_attachment_replace",
- "skeleton_attachment_replace_color",
- "skeleton_attachment_replace_colour",
"skeleton_attachment_set",
"skeleton_bone_data_get",
"skeleton_bone_data_set",
- "skeleton_bone_list",
"skeleton_bone_state_get",
"skeleton_bone_state_set",
"skeleton_collision_draw_set",
- "skeleton_find_slot",
"skeleton_get_bounds",
"skeleton_get_minmax",
"skeleton_get_num_bounds",
- "skeleton_skin_create",
"skeleton_skin_get",
"skeleton_skin_list",
"skeleton_skin_set",
- "skeleton_slot_alpha_get",
- "skeleton_slot_color_get",
- "skeleton_slot_color_set",
- "skeleton_slot_colour_get",
- "skeleton_slot_colour_set",
"skeleton_slot_data",
- "skeleton_slot_data_instance",
- "skeleton_slot_list",
"sprite_add",
- "sprite_add_ext",
"sprite_add_from_surface",
"sprite_assign",
"sprite_collision_mask",
@@ -1710,13 +1521,10 @@ function gml(hljs) {
"sprite_flush_multi",
"sprite_get_bbox_bottom",
"sprite_get_bbox_left",
- "sprite_get_bbox_mode",
"sprite_get_bbox_right",
"sprite_get_bbox_top",
"sprite_get_height",
- "sprite_get_info",
"sprite_get_name",
- "sprite_get_nineslice",
"sprite_get_number",
"sprite_get_speed",
"sprite_get_speed_type",
@@ -1727,88 +1535,136 @@ function gml(hljs) {
"sprite_get_xoffset",
"sprite_get_yoffset",
"sprite_merge",
- "sprite_nineslice_create",
"sprite_prefetch",
"sprite_prefetch_multi",
"sprite_replace",
"sprite_save",
"sprite_save_strip",
"sprite_set_alpha_from_sprite",
- "sprite_set_bbox",
- "sprite_set_bbox_mode",
"sprite_set_cache_size",
"sprite_set_cache_size_ext",
- "sprite_set_nineslice",
"sprite_set_offset",
"sprite_set_speed",
"sqr",
"sqrt",
- "static_get",
- "static_set",
+ "steam_activate_overlay",
+ "steam_activate_overlay_browser",
+ "steam_activate_overlay_store",
+ "steam_activate_overlay_user",
+ "steam_available_languages",
+ "steam_clear_achievement",
+ "steam_create_leaderboard",
+ "steam_current_game_language",
+ "steam_download_friends_scores",
+ "steam_download_scores",
+ "steam_download_scores_around_user",
+ "steam_file_delete",
+ "steam_file_exists",
+ "steam_file_persisted",
+ "steam_file_read",
+ "steam_file_share",
+ "steam_file_size",
+ "steam_file_write",
+ "steam_file_write_file",
+ "steam_get_achievement",
+ "steam_get_app_id",
+ "steam_get_persona_name",
+ "steam_get_quota_free",
+ "steam_get_quota_total",
+ "steam_get_stat_avg_rate",
+ "steam_get_stat_float",
+ "steam_get_stat_int",
+ "steam_get_user_account_id",
+ "steam_get_user_persona_name",
+ "steam_get_user_steam_id",
+ "steam_initialised",
+ "steam_is_cloud_enabled_for_account",
+ "steam_is_cloud_enabled_for_app",
+ "steam_is_overlay_activated",
+ "steam_is_overlay_enabled",
+ "steam_is_screenshot_requested",
+ "steam_is_user_logged_on",
+ "steam_reset_all_stats",
+ "steam_reset_all_stats_achievements",
+ "steam_send_screenshot",
+ "steam_set_achievement",
+ "steam_set_stat_avg_rate",
+ "steam_set_stat_float",
+ "steam_set_stat_int",
+ "steam_stats_ready",
+ "steam_ugc_create_item",
+ "steam_ugc_create_query_all",
+ "steam_ugc_create_query_all_ex",
+ "steam_ugc_create_query_user",
+ "steam_ugc_create_query_user_ex",
+ "steam_ugc_download",
+ "steam_ugc_get_item_install_info",
+ "steam_ugc_get_item_update_info",
+ "steam_ugc_get_item_update_progress",
+ "steam_ugc_get_subscribed_items",
+ "steam_ugc_num_subscribed_items",
+ "steam_ugc_query_add_excluded_tag",
+ "steam_ugc_query_add_required_tag",
+ "steam_ugc_query_set_allow_cached_response",
+ "steam_ugc_query_set_cloud_filename_filter",
+ "steam_ugc_query_set_match_any_tag",
+ "steam_ugc_query_set_ranked_by_trend_days",
+ "steam_ugc_query_set_return_long_description",
+ "steam_ugc_query_set_return_total_only",
+ "steam_ugc_query_set_search_text",
+ "steam_ugc_request_item_details",
+ "steam_ugc_send_query",
+ "steam_ugc_set_item_content",
+ "steam_ugc_set_item_description",
+ "steam_ugc_set_item_preview",
+ "steam_ugc_set_item_tags",
+ "steam_ugc_set_item_title",
+ "steam_ugc_set_item_visibility",
+ "steam_ugc_start_item_update",
+ "steam_ugc_submit_item_update",
+ "steam_ugc_subscribe_item",
+ "steam_ugc_unsubscribe_item",
+ "steam_upload_score",
+ "steam_upload_score_buffer",
+ "steam_upload_score_buffer_ext",
+ "steam_upload_score_ext",
+ "steam_user_installed_dlc",
+ "steam_user_owns_dlc",
"string",
"string_byte_at",
"string_byte_length",
"string_char_at",
- "string_concat",
- "string_concat_ext",
"string_copy",
"string_count",
"string_delete",
"string_digits",
- "string_ends_with",
- "string_ext",
- "string_foreach",
"string_format",
"string_hash_to_newline",
"string_height",
"string_height_ext",
"string_insert",
- "string_join",
- "string_join_ext",
- "string_last_pos",
- "string_last_pos_ext",
"string_length",
"string_letters",
"string_lettersdigits",
"string_lower",
"string_ord_at",
"string_pos",
- "string_pos_ext",
"string_repeat",
"string_replace",
"string_replace_all",
"string_set_byte_at",
- "string_split",
- "string_split_ext",
- "string_starts_with",
- "string_trim",
- "string_trim_end",
- "string_trim_start",
"string_upper",
"string_width",
"string_width_ext",
- "struct_exists",
- "struct_foreach",
- "struct_get",
- "struct_get_from_hash",
- "struct_get_names",
- "struct_names_count",
- "struct_remove",
- "struct_set",
- "struct_set_from_hash",
"surface_copy",
"surface_copy_part",
"surface_create",
"surface_create_ext",
"surface_depth_disable",
"surface_exists",
- "surface_format_is_supported",
"surface_free",
"surface_get_depth_disable",
- "surface_get_format",
"surface_get_height",
- "surface_get_target",
- "surface_get_target_ext",
"surface_get_texture",
"surface_get_width",
"surface_getpixel",
@@ -1819,29 +1675,14 @@ function gml(hljs) {
"surface_save_part",
"surface_set_target",
"surface_set_target_ext",
- "tag_get_asset_ids",
- "tag_get_assets",
"tan",
- "texture_debug_messages",
- "texture_flush",
"texture_get_height",
"texture_get_texel_height",
"texture_get_texel_width",
"texture_get_uvs",
"texture_get_width",
"texture_global_scale",
- "texture_is_ready",
- "texture_prefetch",
"texture_set_stage",
- "texturegroup_get_fonts",
- "texturegroup_get_names",
- "texturegroup_get_sprites",
- "texturegroup_get_status",
- "texturegroup_get_textures",
- "texturegroup_get_tilesets",
- "texturegroup_load",
- "texturegroup_set_mode",
- "texturegroup_unload",
"tile_get_empty",
"tile_get_flip",
"tile_get_index",
@@ -1870,35 +1711,10 @@ function gml(hljs) {
"tilemap_set",
"tilemap_set_at_pixel",
"tilemap_set_global_mask",
- "tilemap_set_height",
"tilemap_set_mask",
- "tilemap_set_width",
"tilemap_tileset",
"tilemap_x",
"tilemap_y",
- "tileset_get_info",
- "tileset_get_name",
- "tileset_get_texture",
- "tileset_get_uvs",
- "time_bpm_to_seconds",
- "time_seconds_to_bpm",
- "time_source_create",
- "time_source_destroy",
- "time_source_exists",
- "time_source_get_children",
- "time_source_get_parent",
- "time_source_get_period",
- "time_source_get_reps_completed",
- "time_source_get_reps_remaining",
- "time_source_get_state",
- "time_source_get_time_remaining",
- "time_source_get_units",
- "time_source_pause",
- "time_source_reconfigure",
- "time_source_reset",
- "time_source_resume",
- "time_source_start",
- "time_source_stop",
"timeline_add",
"timeline_clear",
"timeline_delete",
@@ -1913,33 +1729,12 @@ function gml(hljs) {
"url_open",
"url_open_ext",
"url_open_full",
- "uwp_device_touchscreen_available",
- "uwp_livetile_badge_clear",
- "uwp_livetile_badge_notification",
- "uwp_livetile_notification_begin",
- "uwp_livetile_notification_end",
- "uwp_livetile_notification_expiry",
- "uwp_livetile_notification_image_add",
- "uwp_livetile_notification_secondary_begin",
- "uwp_livetile_notification_tag",
- "uwp_livetile_notification_template_add",
- "uwp_livetile_notification_text_add",
- "uwp_livetile_queue_enable",
- "uwp_livetile_tile_clear",
- "uwp_secondarytile_badge_clear",
- "uwp_secondarytile_badge_notification",
- "uwp_secondarytile_delete",
- "uwp_secondarytile_pin",
- "uwp_secondarytile_tile_clear",
- "variable_clone",
- "variable_get_hash",
"variable_global_exists",
"variable_global_get",
"variable_global_set",
"variable_instance_exists",
"variable_instance_get",
"variable_instance_get_names",
- "variable_instance_names_count",
"variable_instance_set",
"variable_struct_exists",
"variable_struct_get",
@@ -1968,10 +1763,10 @@ function gml(hljs) {
"vertex_format_add_position",
"vertex_format_add_position_3d",
"vertex_format_add_texcoord",
+ "vertex_format_add_textcoord",
"vertex_format_begin",
"vertex_format_delete",
"vertex_format_end",
- "vertex_format_get_info",
"vertex_freeze",
"vertex_get_buffer_size",
"vertex_get_number",
@@ -1979,25 +1774,8 @@ function gml(hljs) {
"vertex_position",
"vertex_position_3d",
"vertex_submit",
- "vertex_submit_ext",
"vertex_texcoord",
"vertex_ubyte4",
- "vertex_update_buffer_from_buffer",
- "vertex_update_buffer_from_vertex",
- "video_close",
- "video_draw",
- "video_enable_loop",
- "video_get_duration",
- "video_get_format",
- "video_get_position",
- "video_get_status",
- "video_get_volume",
- "video_is_looping",
- "video_open",
- "video_pause",
- "video_resume",
- "video_seek_to",
- "video_set_volume",
"view_get_camera",
"view_get_hport",
"view_get_surface_id",
@@ -2016,35 +1794,58 @@ function gml(hljs) {
"virtual_key_delete",
"virtual_key_hide",
"virtual_key_show",
- "wallpaper_set_config",
- "wallpaper_set_subscriptions",
- "weak_ref_alive",
- "weak_ref_any_alive",
- "weak_ref_create",
+ "win8_appbar_add_element",
+ "win8_appbar_enable",
+ "win8_appbar_remove_element",
+ "win8_device_touchscreen_available",
+ "win8_license_initialize_sandbox",
+ "win8_license_trial_version",
+ "win8_livetile_badge_clear",
+ "win8_livetile_badge_notification",
+ "win8_livetile_notification_begin",
+ "win8_livetile_notification_end",
+ "win8_livetile_notification_expiry",
+ "win8_livetile_notification_image_add",
+ "win8_livetile_notification_secondary_begin",
+ "win8_livetile_notification_tag",
+ "win8_livetile_notification_text_add",
+ "win8_livetile_queue_enable",
+ "win8_livetile_tile_clear",
+ "win8_livetile_tile_notification",
+ "win8_search_add_suggestions",
+ "win8_search_disable",
+ "win8_search_enable",
+ "win8_secondarytile_badge_notification",
+ "win8_secondarytile_delete",
+ "win8_secondarytile_pin",
+ "win8_settingscharm_add_entry",
+ "win8_settingscharm_add_html_entry",
+ "win8_settingscharm_add_xaml_entry",
+ "win8_settingscharm_get_xaml_property",
+ "win8_settingscharm_remove_entry",
+ "win8_settingscharm_set_xaml_property",
+ "win8_share_file",
+ "win8_share_image",
+ "win8_share_screenshot",
+ "win8_share_text",
+ "win8_share_url",
"window_center",
"window_device",
- "window_enable_borderless_fullscreen",
- "window_get_borderless_fullscreen",
"window_get_caption",
"window_get_color",
"window_get_colour",
"window_get_cursor",
"window_get_fullscreen",
"window_get_height",
- "window_get_showborder",
"window_get_visible_rects",
"window_get_width",
"window_get_x",
"window_get_y",
"window_handle",
"window_has_focus",
- "window_mouse_get_delta_x",
- "window_mouse_get_delta_y",
- "window_mouse_get_locked",
"window_mouse_get_x",
"window_mouse_get_y",
"window_mouse_set",
- "window_mouse_set_locked",
"window_set_caption",
"window_set_color",
"window_set_colour",
@@ -2056,74 +1857,106 @@ function gml(hljs) {
"window_set_min_width",
"window_set_position",
"window_set_rectangle",
- "window_set_showborder",
"window_set_size",
"window_view_mouse_get_x",
"window_view_mouse_get_y",
"window_views_mouse_get_x",
"window_views_mouse_get_y",
+ "winphone_license_trial_version",
+ "winphone_tile_back_content",
+ "winphone_tile_back_content_wide",
+ "winphone_tile_back_image",
+ "winphone_tile_back_image_wide",
+ "winphone_tile_back_title",
"winphone_tile_background_color",
"winphone_tile_background_colour",
- "zip_add_file",
- "zip_create",
- "zip_save",
- "zip_unzip",
- "zip_unzip_async"
+ "winphone_tile_count",
+ "winphone_tile_cycle_images",
+ "winphone_tile_front_image",
+ "winphone_tile_front_image_small",
+ "winphone_tile_front_image_wide",
+ "winphone_tile_icon_image",
+ "winphone_tile_small_background_image",
+ "winphone_tile_small_icon_image",
+ "winphone_tile_title",
+ "winphone_tile_wide_content",
+ "zip_unzip"
];
+ const LITERALS = [
+ "all",
+ "false",
+ "noone",
+ "pointer_invalid",
+ "pointer_null",
+ "true",
+ "undefined"
+ ];
+ // many of these look like enumerables to me (see comments below)
const SYMBOLS = [
- "AudioEffect",
- "AudioEffectType",
- "AudioLFOType",
+ "ANSI_CHARSET",
+ "ARABIC_CHARSET",
+ "BALTIC_CHARSET",
+ "CHINESEBIG5_CHARSET",
+ "DEFAULT_CHARSET",
+ "EASTEUROPE_CHARSET",
+ "GB2312_CHARSET",
"GM_build_date",
- "GM_build_type",
- "GM_is_sandboxed",
- "GM_project_filename",
"GM_runtime_version",
"GM_version",
- "NaN",
- "_GMFILE_",
- "_GMFUNCTION_",
- "_GMLINE_",
- "alignmentH",
- "alignmentV",
- "all",
- "animcurvetype_bezier",
- "animcurvetype_catmullrom",
- "animcurvetype_linear",
- "asset_animationcurve",
+ "GREEK_CHARSET",
+ "HANGEUL_CHARSET",
+ "HEBREW_CHARSET",
+ "JOHAB_CHARSET",
+ "MAC_CHARSET",
+ "OEM_CHARSET",
+ "RUSSIAN_CHARSET",
+ "SHIFTJIS_CHARSET",
+ "SYMBOL_CHARSET",
+ "THAI_CHARSET",
+ "TURKISH_CHARSET",
+ "VIETNAMESE_CHARSET",
+ "achievement_achievement_info",
+ "achievement_filter_all_players",
+ "achievement_filter_favorites_only",
+ "achievement_filter_friends_only",
+ "achievement_friends_info",
+ "achievement_leaderboard_info",
+ "achievement_our_info",
+ "achievement_pic_loaded",
+ "achievement_show_achievement",
+ "achievement_show_bank",
+ "achievement_show_friend_picker",
+ "achievement_show_leaderboard",
+ "achievement_show_profile",
+ "achievement_show_purchase_prompt",
+ "achievement_show_ui",
+ "achievement_type_achievement_challenge",
+ "achievement_type_score_challenge",
"asset_font",
"asset_object",
"asset_path",
"asset_room",
"asset_script",
- "asset_sequence",
"asset_shader",
"asset_sound",
"asset_sprite",
"asset_tiles",
"asset_timeline",
"asset_unknown",
- "audio_3D",
- "audio_bus_main",
+ "audio_3d",
"audio_falloff_exponent_distance",
"audio_falloff_exponent_distance_clamped",
- "audio_falloff_exponent_distance_scaled",
"audio_falloff_inverse_distance",
"audio_falloff_inverse_distance_clamped",
- "audio_falloff_inverse_distance_scaled",
"audio_falloff_linear_distance",
"audio_falloff_linear_distance_clamped",
"audio_falloff_none",
"audio_mono",
+ "audio_new_system",
+ "audio_old_system",
"audio_stereo",
- "bboxkind_diamond",
- "bboxkind_ellipse",
- "bboxkind_precise",
- "bboxkind_rectangular",
- "bboxmode_automatic",
- "bboxmode_fullimage",
- "bboxmode_manual",
"bm_add",
+ "bm_complex",
"bm_dest_alpha",
"bm_dest_color",
"bm_dest_colour",
@@ -2160,7 +1993,12 @@ function gml(hljs) {
"buffer_f64",
"buffer_fast",
"buffer_fixed",
+ "buffer_generalerror",
"buffer_grow",
+ "buffer_invalidtype",
+ "buffer_network",
+ "buffer_outofbounds",
+ "buffer_outofspace",
"buffer_s16",
"buffer_s32",
"buffer_s8",
@@ -2168,6 +2006,7 @@ function gml(hljs) {
"buffer_seek_relative",
"buffer_seek_start",
"buffer_string",
+ "buffer_surface_copy",
"buffer_text",
"buffer_u16",
"buffer_u32",
@@ -2175,18 +2014,16 @@ function gml(hljs) {
"buffer_u8",
"buffer_vbuffer",
"buffer_wrap",
+ "button_type",
"c_aqua",
"c_black",
"c_blue",
"c_dkgray",
- "c_dkgrey",
"c_fuchsia",
"c_gray",
"c_green",
- "c_grey",
"c_lime",
"c_ltgray",
- "c_ltgrey",
"c_maroon",
"c_navy",
"c_olive",
@@ -2197,8 +2034,6 @@ function gml(hljs) {
"c_teal",
"c_white",
"c_yellow",
- "cache_directory",
- "characterSpacing",
"cmpfunc_always",
"cmpfunc_equal",
"cmpfunc_greater",
@@ -2207,8 +2042,6 @@ function gml(hljs) {
"cmpfunc_lessequal",
"cmpfunc_never",
"cmpfunc_notequal",
- "coreColor",
- "coreColour",
"cr_appstart",
"cr_arrow",
"cr_beam",
@@ -2243,8 +2076,6 @@ function gml(hljs) {
"display_portrait_flipped",
"dll_cdecl",
"dll_stdcall",
- "dropShadowEnabled",
- "dropShadowEnabled",
"ds_type_grid",
"ds_type_list",
"ds_type_map",
@@ -2263,49 +2094,18 @@ function gml(hljs) {
"ef_snow",
"ef_spark",
"ef_star",
- "effectsEnabled",
- "effectsEnabled",
+ // for example ev_ are types of events
"ev_alarm",
"ev_animation_end",
- "ev_animation_event",
- "ev_animation_update",
- "ev_async_audio_playback",
- "ev_async_audio_playback_ended",
- "ev_async_audio_recording",
- "ev_async_dialog",
- "ev_async_push_notification",
- "ev_async_save_load",
- "ev_async_save_load",
- "ev_async_social",
- "ev_async_system_event",
- "ev_async_web",
- "ev_async_web_cloud",
- "ev_async_web_iap",
- "ev_async_web_image_load",
- "ev_async_web_networking",
- "ev_async_web_steam",
- "ev_audio_playback",
- "ev_audio_playback_ended",
- "ev_audio_recording",
"ev_boundary",
- "ev_boundary_view0",
- "ev_boundary_view1",
- "ev_boundary_view2",
- "ev_boundary_view3",
- "ev_boundary_view4",
- "ev_boundary_view5",
- "ev_boundary_view6",
- "ev_boundary_view7",
- "ev_broadcast_message",
"ev_cleanup",
+ "ev_close_button",
"ev_collision",
"ev_create",
"ev_destroy",
- "ev_dialog_async",
"ev_draw",
"ev_draw_begin",
"ev_draw_end",
- "ev_draw_normal",
"ev_draw_post",
"ev_draw_pre",
"ev_end_of_path",
@@ -2393,36 +2193,18 @@ function gml(hljs) {
"ev_no_more_lives",
"ev_other",
"ev_outside",
- "ev_outside_view0",
- "ev_outside_view1",
- "ev_outside_view2",
- "ev_outside_view3",
- "ev_outside_view4",
- "ev_outside_view5",
- "ev_outside_view6",
- "ev_outside_view7",
- "ev_pre_create",
- "ev_push_notification",
"ev_right_button",
"ev_right_press",
"ev_right_release",
"ev_room_end",
"ev_room_start",
- "ev_social",
"ev_step",
"ev_step_begin",
"ev_step_end",
"ev_step_normal",
- "ev_system_event",
"ev_trigger",
"ev_user0",
"ev_user1",
- "ev_user10",
- "ev_user11",
- "ev_user12",
- "ev_user13",
- "ev_user14",
- "ev_user15",
"ev_user2",
"ev_user3",
"ev_user4",
@@ -2431,13 +2213,12 @@ function gml(hljs) {
"ev_user7",
"ev_user8",
"ev_user9",
- "ev_web_async",
- "ev_web_cloud",
- "ev_web_iap",
- "ev_web_image_load",
- "ev_web_networking",
- "ev_web_sound_load",
- "ev_web_steam",
+ "ev_user10",
+ "ev_user11",
+ "ev_user12",
+ "ev_user13",
+ "ev_user14",
+ "ev_user15",
"fa_archive",
"fa_bottom",
"fa_center",
@@ -2445,34 +2226,21 @@ function gml(hljs) {
"fa_hidden",
"fa_left",
"fa_middle",
- "fa_none",
"fa_readonly",
"fa_right",
"fa_sysfile",
"fa_top",
"fa_volumeid",
- "false",
- "frameSizeX",
- "frameSizeY",
+ "fb_login_default",
+ "fb_login_fallback_to_webview",
+ "fb_login_forcing_safari",
+ "fb_login_forcing_webview",
+ "fb_login_no_fallback_to_webview",
+ "fb_login_use_system_account",
"gamespeed_fps",
"gamespeed_microseconds",
+ "ge_lose",
"global",
- "glowColor",
- "glowColour",
- "glowEnabled",
- "glowEnabled",
- "glowEnd",
- "glowStart",
- "gp_axis_acceleration_x",
- "gp_axis_acceleration_y",
- "gp_axis_acceleration_z",
- "gp_axis_angular_velocity_x",
- "gp_axis_angular_velocity_y",
- "gp_axis_angular_velocity_z",
- "gp_axis_orientation_w",
- "gp_axis_orientation_x",
- "gp_axis_orientation_y",
- "gp_axis_orientation_z",
"gp_axislh",
"gp_axislv",
"gp_axisrh",
@@ -2512,7 +2280,7 @@ function gml(hljs) {
"iap_storeload_failed",
"iap_storeload_ok",
"iap_unavailable",
- "infinity",
+ "input_type",
"kbv_autocapitalize_characters",
"kbv_autocapitalize_none",
"kbv_autocapitalize_sentences",
@@ -2540,22 +2308,22 @@ function gml(hljs) {
"layerelementtype_instance",
"layerelementtype_oldtilemap",
"layerelementtype_particlesystem",
- "layerelementtype_sequence",
"layerelementtype_sprite",
"layerelementtype_tile",
"layerelementtype_tilemap",
"layerelementtype_undefined",
+ "lb_disp_none",
+ "lb_disp_numeric",
+ "lb_disp_time_ms",
+ "lb_disp_time_sec",
+ "lb_sort_ascending",
+ "lb_sort_descending",
+ "lb_sort_none",
"leaderboard_type_number",
"leaderboard_type_time_mins_secs",
"lighttype_dir",
"lighttype_point",
- "lineSpacing",
- "m_axisx",
- "m_axisx_gui",
- "m_axisy",
- "m_axisy_gui",
- "m_scroll_down",
- "m_scroll_up",
+ "local",
"matrix_projection",
"matrix_view",
"matrix_world",
@@ -2564,83 +2332,52 @@ function gml(hljs) {
"mb_middle",
"mb_none",
"mb_right",
- "mb_side1",
- "mb_side2",
"mip_markedonly",
"mip_off",
"mip_on",
- "network_config_avoid_time_wait",
"network_config_connect_timeout",
- "network_config_disable_multicast",
"network_config_disable_reliable_udp",
- "network_config_enable_multicast",
"network_config_enable_reliable_udp",
"network_config_use_non_blocking_socket",
- "network_config_websocket_protocol",
- "network_connect_active",
- "network_connect_blocking",
- "network_connect_nonblocking",
- "network_connect_none",
- "network_connect_passive",
- "network_send_binary",
- "network_send_text",
"network_socket_bluetooth",
"network_socket_tcp",
"network_socket_udp",
- "network_socket_ws",
- "network_socket_wss",
"network_type_connect",
"network_type_data",
"network_type_disconnect",
- "network_type_down",
"network_type_non_blocking_connect",
- "network_type_up",
- "network_type_up_failed",
- "nineslice_blank",
- "nineslice_bottom",
- "nineslice_center",
- "nineslice_centre",
- "nineslice_hide",
- "nineslice_left",
- "nineslice_mirror",
- "nineslice_repeat",
- "nineslice_right",
- "nineslice_stretch",
- "nineslice_top",
- "noone",
- "of_challenge_lose",
+ "of_challen",
"of_challenge_tie",
"of_challenge_win",
+ "os_3ds",
"os_android",
- "os_gdk",
- "os_gxgames",
+ "os_bb10",
"os_ios",
"os_linux",
"os_macosx",
- "os_operagx",
- "os_permission_denied",
- "os_permission_denied_dont_request",
- "os_permission_granted",
"os_ps3",
"os_ps4",
- "os_ps5",
"os_psvita",
"os_switch",
+ "os_symbian",
+ "os_tizen",
"os_tvos",
"os_unknown",
"os_uwp",
+ "os_wiiu",
+ "os_win32",
"os_win8native",
"os_windows",
"os_winphone",
+ "os_xbox360",
"os_xboxone",
- "os_xboxseriesxs",
"other",
- "outlineColor",
- "outlineColour",
- "outlineDist",
- "outlineEnabled",
- "outlineEnabled",
- "paragraphSpacing",
+ "ov_achievements",
+ "ov_community",
+ "ov_friends",
+ "ov_gamegroup",
+ "ov_players",
+ "ov_settings",
"path_action_continue",
"path_action_restart",
"path_action_reverse",
@@ -2696,8 +2433,6 @@ function gml(hljs) {
"phy_particle_group_flag_rigid",
"phy_particle_group_flag_solid",
"pi",
- "pointer_invalid",
- "pointer_null",
"pr_linelist",
"pr_linestrip",
"pr_pointlist",
@@ -2707,8 +2442,6 @@ function gml(hljs) {
"ps_distr_gaussian",
"ps_distr_invgaussian",
"ps_distr_linear",
- "ps_mode_burst",
- "ps_mode_stream",
"ps_shape_diamond",
"ps_shape_ellipse",
"ps_shape_line",
@@ -2727,110 +2460,68 @@ function gml(hljs) {
"pt_shape_sphere",
"pt_shape_square",
"pt_shape_star",
- "rollback_chat_message",
- "rollback_connect_error",
- "rollback_connect_info",
- "rollback_connected_to_peer",
- "rollback_connection_rejected",
- "rollback_disconnected_from_peer",
- "rollback_end_game",
- "rollback_game_full",
- "rollback_game_info",
- "rollback_game_interrupted",
- "rollback_game_resumed",
- "rollback_high_latency",
- "rollback_player_prefs",
- "rollback_protocol_rejected",
- "rollback_synchronized_with_peer",
- "rollback_synchronizing_with_peer",
- "self",
- "seqaudiokey_loop",
- "seqaudiokey_oneshot",
- "seqdir_left",
- "seqdir_right",
- "seqinterpolation_assign",
- "seqinterpolation_lerp",
- "seqplay_loop",
- "seqplay_oneshot",
- "seqplay_pingpong",
- "seqtextkey_bottom",
- "seqtextkey_center",
- "seqtextkey_justify",
- "seqtextkey_left",
- "seqtextkey_middle",
- "seqtextkey_right",
- "seqtextkey_top",
- "seqtracktype_audio",
- "seqtracktype_bool",
- "seqtracktype_clipmask",
- "seqtracktype_clipmask_mask",
- "seqtracktype_clipmask_subject",
- "seqtracktype_color",
- "seqtracktype_colour",
- "seqtracktype_empty",
- "seqtracktype_graphic",
- "seqtracktype_group",
- "seqtracktype_instance",
- "seqtracktype_message",
- "seqtracktype_moment",
- "seqtracktype_particlesystem",
- "seqtracktype_real",
- "seqtracktype_sequence",
- "seqtracktype_spriteframes",
- "seqtracktype_string",
- "seqtracktype_text",
- "shadowColor",
- "shadowColour",
- "shadowOffsetX",
- "shadowOffsetY",
- "shadowSoftness",
- "sprite_add_ext_error_cancelled",
- "sprite_add_ext_error_decompressfailed",
- "sprite_add_ext_error_loadfailed",
- "sprite_add_ext_error_setupfailed",
- "sprite_add_ext_error_spritenotfound",
- "sprite_add_ext_error_unknown",
"spritespeed_framespergameframe",
"spritespeed_framespersecond",
- "surface_r16float",
- "surface_r32float",
- "surface_r8unorm",
- "surface_rg8unorm",
- "surface_rgba16float",
- "surface_rgba32float",
- "surface_rgba4unorm",
- "surface_rgba8unorm",
- "texturegroup_status_fetched",
- "texturegroup_status_loaded",
- "texturegroup_status_loading",
- "texturegroup_status_unloaded",
+ "text_type",
"tf_anisotropic",
"tf_linear",
"tf_point",
- "thickness",
"tile_flip",
"tile_index_mask",
"tile_mirror",
"tile_rotate",
- "time_source_expire_after",
- "time_source_expire_nearest",
- "time_source_game",
- "time_source_global",
- "time_source_state_active",
- "time_source_state_initial",
- "time_source_state_paused",
- "time_source_state_stopped",
- "time_source_units_frames",
- "time_source_units_seconds",
"timezone_local",
"timezone_utc",
"tm_countvsyncs",
"tm_sleep",
- "tm_systemtiming",
- "true",
"ty_real",
"ty_string",
- "undefined",
+ "ugc_filetype_community",
+ "ugc_filetype_microtrans",
+ "ugc_list_Favorited",
+ "ugc_list_Followed",
+ "ugc_list_Published",
+ "ugc_list_Subscribed",
+ "ugc_list_UsedOrPlayed",
+ "ugc_list_VotedDown",
+ "ugc_list_VotedOn",
+ "ugc_list_VotedUp",
+ "ugc_list_WillVoteLater",
+ "ugc_match_AllGuides",
+ "ugc_match_Artwork",
+ "ugc_match_Collections",
+ "ugc_match_ControllerBindings",
+ "ugc_match_IntegratedGuides",
+ "ugc_match_Items",
+ "ugc_match_Items_Mtx",
+ "ugc_match_Items_ReadyToUse",
+ "ugc_match_Screenshots",
+ "ugc_match_UsableInGame",
+ "ugc_match_Videos",
+ "ugc_match_WebGuides",
+ "ugc_query_AcceptedForGameRankedByAcceptanceDate",
+ "ugc_query_CreatedByFollowedUsersRankedByPublicationDate",
+ "ugc_query_CreatedByFriendsRankedByPublicationDate",
+ "ugc_query_FavoritedByFriendsRankedByPublicationDate",
+ "ugc_query_NotYetRated",
+ "ugc_query_RankedByNumTimesReported",
+ "ugc_query_RankedByPublicationDate",
+ "ugc_query_RankedByTextSearch",
+ "ugc_query_RankedByTotalVotesAsc",
+ "ugc_query_RankedByTrend",
+ "ugc_query_RankedByVote",
+ "ugc_query_RankedByVotesUp",
+ "ugc_result_success",
+ "ugc_sortorder_CreationOrderAsc",
+ "ugc_sortorder_CreationOrderDesc",
+ "ugc_sortorder_ForModeration",
+ "ugc_sortorder_LastUpdatedDesc",
+ "ugc_sortorder_SubscriptionDateDesc",
+ "ugc_sortorder_TitleAsc",
+ "ugc_sortorder_VoteScoreDesc",
+ "ugc_visibility_friends_only",
+ "ugc_visibility_private",
+ "ugc_visibility_public",
"vertex_type_color",
"vertex_type_colour",
"vertex_type_float1",
@@ -2851,12 +2542,7 @@ function gml(hljs) {
"vertex_usage_sample",
"vertex_usage_tangent",
"vertex_usage_texcoord",
- "video_format_rgba",
- "video_format_yuv",
- "video_status_closed",
- "video_status_paused",
- "video_status_playing",
- "video_status_preparing",
+ "vertex_usage_textcoord",
"vk_add",
"vk_alt",
"vk_anykey",
@@ -2870,9 +2556,6 @@ function gml(hljs) {
"vk_enter",
"vk_escape",
"vk_f1",
- "vk_f10",
- "vk_f11",
- "vk_f12",
"vk_f2",
"vk_f3",
"vk_f4",
@@ -2881,6 +2564,9 @@ function gml(hljs) {
"vk_f7",
"vk_f8",
"vk_f9",
+ "vk_f10",
+ "vk_f11",
+ "vk_f12",
"vk_home",
"vk_insert",
"vk_lalt",
@@ -2912,10 +2598,7 @@ function gml(hljs) {
"vk_space",
"vk_subtract",
"vk_tab",
- "vk_up",
- "wallpaper_config",
- "wallpaper_subscription_data",
- "wrap"
+ "vk_up"
];
const LANGUAGE_VARIABLES = [
"alarm",
@@ -2938,6 +2621,7 @@ function gml(hljs) {
"argument14",
"argument15",
"argument_count",
+ "argument_relative",
"async_load",
"background_color",
"background_colour",
@@ -2949,7 +2633,9 @@ function gml(hljs) {
"bbox_top",
"browser_height",
"browser_width",
- "colour?ColourTrack",
+ "caption_health",
+ "caption_lives",
+ "caption_score",
"current_day",
"current_hour",
"current_minute",
@@ -2964,13 +2650,13 @@ function gml(hljs) {
"depth",
"direction",
"display_aa",
- "drawn_by_sequence",
+ "error_last",
+ "error_occurred",
"event_action",
"event_data",
"event_number",
"event_object",
"event_type",
- "font_texture_page_size",
"fps",
"fps_real",
"friction",
@@ -2978,12 +2664,15 @@ function gml(hljs) {
"game_id",
"game_project_name",
"game_save_id",
+ "gamemaker_pro",
+ "gamemaker_registered",
+ "gamemaker_version",
"gravity",
"gravity_direction",
"health",
"hspeed",
"iap_data",
- "id",
+ "id|0",
"image_alpha",
"image_angle",
"image_blend",
@@ -2992,8 +2681,6 @@ function gml(hljs) {
"image_speed",
"image_xscale",
"image_yscale",
- "in_collision_tree",
- "in_sequence",
"instance_count",
"instance_id",
"keyboard_key",
@@ -3002,10 +2689,7 @@ function gml(hljs) {
"keyboard_string",
"layer",
"lives",
- "longMessage",
- "managed",
"mask_index",
- "message",
"mouse_button",
"mouse_lastbutton",
"mouse_x",
@@ -3051,20 +2735,9 @@ function gml(hljs) {
"phy_speed",
"phy_speed_x",
"phy_speed_y",
- "player_avatar_sprite",
- "player_avatar_url",
- "player_id",
- "player_local",
- "player_type",
- "player_user_id",
"program_directory",
- "rollback_api_server",
- "rollback_confirmed_frame",
- "rollback_current_frame",
- "rollback_event_id",
- "rollback_event_param",
- "rollback_game_running",
"room",
+ "room_caption",
"room_first",
"room_height",
"room_last",
@@ -3072,8 +2745,10 @@ function gml(hljs) {
"room_speed",
"room_width",
"score",
- "script",
- "sequence_instance",
+ "self",
+ "show_health",
+ "show_lives",
+ "show_score",
"solid",
"speed",
"sprite_height",
@@ -3081,39 +2756,50 @@ function gml(hljs) {
"sprite_width",
"sprite_xoffset",
"sprite_yoffset",
- "stacktrace",
"temp_directory",
"timeline_index",
"timeline_loop",
"timeline_position",
"timeline_running",
"timeline_speed",
+ "view_angle",
"view_camera",
"view_current",
"view_enabled",
+ "view_hborder",
"view_hport",
+ "view_hspeed",
+ "view_hview",
+ "view_object",
"view_surface_id",
+ "view_vborder",
"view_visible",
+ "view_vspeed",
"view_wport",
+ "view_wview",
"view_xport",
+ "view_xview",
"view_yport",
+ "view_yview",
"visible",
"vspeed",
"webgl_enabled",
"working_directory",
- "x",
"xprevious",
"xstart",
- "y",
+ "x|0",
"yprevious",
- "ystart"
+ "ystart",
+ "y|0"
];
+
return {
name: 'GML',
case_insensitive: false, // language is case-insensitive
keywords: {
keyword: KEYWORDS,
built_in: BUILT_INS,
+ literal: LITERALS,
symbol: SYMBOLS,
"variable.language": LANGUAGE_VARIABLES
},
diff --git a/node_modules/highlight.js/lib/languages/go.js b/node_modules/highlight.js/lib/languages/go.js
index 34dfbc1..4a78126 100644
--- a/node_modules/highlight.js/lib/languages/go.js
+++ b/node_modules/highlight.js/lib/languages/go.js
@@ -109,25 +109,10 @@ function go(hljs) {
className: 'number',
variants: [
{
- match: /-?\b0[xX]\.[a-fA-F0-9](_?[a-fA-F0-9])*[pP][+-]?\d(_?\d)*i?/, // hex without a present digit before . (making a digit afterwards required)
- relevance: 0
+ begin: hljs.C_NUMBER_RE + '[i]',
+ relevance: 1
},
- {
- match: /-?\b0[xX](_?[a-fA-F0-9])+((\.([a-fA-F0-9](_?[a-fA-F0-9])*)?)?[pP][+-]?\d(_?\d)*)?i?/, // hex with a present digit before . (making a digit afterwards optional)
- relevance: 0
- },
- {
- match: /-?\b0[oO](_?[0-7])*i?/, // leading 0o octal
- relevance: 0
- },
- {
- match: /-?\.\d(_?\d)*([eE][+-]?\d(_?\d)*)?i?/, // decimal without a present digit before . (making a digit afterwards required)
- relevance: 0
- },
- {
- match: /-?\b\d(_?\d)*(\.(\d(_?\d)*)?)?([eE][+-]?\d(_?\d)*)?i?/, // decimal with a present digit before . (making a digit afterwards optional)
- relevance: 0
- }
+ hljs.C_NUMBER_MODE
]
},
{ begin: /:=/ // relevance booster
diff --git a/node_modules/highlight.js/lib/languages/golo.js b/node_modules/highlight.js/lib/languages/golo.js
index 6112772..e7c6926 100644
--- a/node_modules/highlight.js/lib/languages/golo.js
+++ b/node_modules/highlight.js/lib/languages/golo.js
@@ -3,7 +3,6 @@ Language: Golo
Author: Philippe Charriere
Description: a lightweight dynamic language for the JVM
Website: http://golo-lang.org/
-Category: system
*/
function golo(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/gradle.js b/node_modules/highlight.js/lib/languages/gradle.js
index 26f2d84..7c3dfba 100644
--- a/node_modules/highlight.js/lib/languages/gradle.js
+++ b/node_modules/highlight.js/lib/languages/gradle.js
@@ -3,7 +3,6 @@ Language: Gradle
Description: Gradle is an open-source build automation tool focused on flexibility and performance.
Website: https://gradle.org
Author: Damian Mee
-Category: build-system
*/
function gradle(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/groovy.js b/node_modules/highlight.js/lib/languages/groovy.js
index e3f2c99..2dd891f 100644
--- a/node_modules/highlight.js/lib/languages/groovy.js
+++ b/node_modules/highlight.js/lib/languages/groovy.js
@@ -3,7 +3,6 @@
Author: Guillaume Laforge
Description: Groovy programming language implementation inspired from Vsevolod's Java mode
Website: https://groovy-lang.org
- Category: system
*/
function variants(variants, obj = {}) {
@@ -67,7 +66,7 @@ function groovy(hljs) {
const CLASS_DEFINITION = {
match: [
- /(class|interface|trait|enum|record|extends|implements)/,
+ /(class|interface|trait|enum|extends|implements)/,
/\s+/,
hljs.UNDERSCORE_IDENT_RE
],
@@ -127,8 +126,7 @@ function groovy(hljs) {
"import",
"package",
"return",
- "instanceof",
- "var"
+ "instanceof"
];
return {
diff --git a/node_modules/highlight.js/lib/languages/haskell.js b/node_modules/highlight.js/lib/languages/haskell.js
index 3c1d192..8937ae7 100644
--- a/node_modules/highlight.js/lib/languages/haskell.js
+++ b/node_modules/highlight.js/lib/languages/haskell.js
@@ -7,32 +7,8 @@ Category: functional
*/
function haskell(hljs) {
-
- /* See:
- - https://www.haskell.org/onlinereport/lexemes.html
- - https://downloads.haskell.org/ghc/9.0.1/docs/html/users_guide/exts/binary_literals.html
- - https://downloads.haskell.org/ghc/9.0.1/docs/html/users_guide/exts/numeric_underscores.html
- - https://downloads.haskell.org/ghc/9.0.1/docs/html/users_guide/exts/hex_float_literals.html
- */
- const decimalDigits = '([0-9]_*)+';
- const hexDigits = '([0-9a-fA-F]_*)+';
- const binaryDigits = '([01]_*)+';
- const octalDigits = '([0-7]_*)+';
- const ascSymbol = '[!#$%&*+.\\/<=>?@\\\\^~-]';
- const uniSymbol = '(\\p{S}|\\p{P})'; // Symbol or Punctuation
- const special = '[(),;\\[\\]`|{}]';
- const symbol = `(${ascSymbol}|(?!(${special}|[_:"']))${uniSymbol})`;
-
const COMMENT = { variants: [
- // Double dash forms a valid comment only if it's not part of legal lexeme.
- // See: Haskell 98 report: https://www.haskell.org/onlinereport/lexemes.html
- //
- // The commented code does the job, but we can't use negative lookbehind,
- // due to poor support by Safari browser.
- // > hljs.COMMENT(`(?|<-' }
diff --git a/node_modules/highlight.js/lib/languages/haxe.js b/node_modules/highlight.js/lib/languages/haxe.js
index 5f8e8b8..3721bcd 100644
--- a/node_modules/highlight.js/lib/languages/haxe.js
+++ b/node_modules/highlight.js/lib/languages/haxe.js
@@ -4,14 +4,9 @@ Description: Haxe is an open source toolkit based on a modern, high level, stric
Author: Christopher Kaster (Based on the actionscript.js language file by Alexander Myadzel)
Contributors: Kenton Hamaluik
Website: https://haxe.org
-Category: system
*/
function haxe(hljs) {
- const IDENT_RE = '[a-zA-Z_$][a-zA-Z0-9_$]*';
-
- // C_NUMBER_RE with underscores and literal suffixes
- const HAXE_NUMBER_RE = /(-?)(\b0[xX][a-fA-F0-9_]+|(\b\d+(\.[\d_]*)?|\.[\d_]+)(([eE][-+]?\d+)|i32|u32|i64|f64)?)/;
const HAXE_BASIC_TYPES = 'Int Float String Bool Dynamic Void Array ';
@@ -19,8 +14,8 @@ function haxe(hljs) {
name: 'Haxe',
aliases: [ 'hx' ],
keywords: {
- keyword: 'abstract break case cast catch continue default do dynamic else enum extern '
- + 'final for function here if import in inline is macro never new override package private get set '
+ keyword: 'break case cast catch continue default do dynamic else enum extern '
+ + 'for function here if import in inline never new override package private get set '
+ 'public return static super switch this throw trace try typedef untyped using var while '
+ HAXE_BASIC_TYPES,
built_in:
@@ -37,12 +32,12 @@ function haxe(hljs) {
hljs.BACKSLASH_ESCAPE,
{
className: 'subst', // interpolation
- begin: /\$\{/,
- end: /\}/
+ begin: '\\$\\{',
+ end: '\\}'
},
{
className: 'subst', // interpolation
- begin: /\$/,
+ begin: '\\$',
end: /\W\}/
}
]
@@ -50,20 +45,11 @@ function haxe(hljs) {
hljs.QUOTE_STRING_MODE,
hljs.C_LINE_COMMENT_MODE,
hljs.C_BLOCK_COMMENT_MODE,
- {
- className: 'number',
- begin: HAXE_NUMBER_RE,
- relevance: 0
- },
- {
- className: 'variable',
- begin: "\\$" + IDENT_RE,
- },
+ hljs.C_NUMBER_MODE,
{
className: 'meta', // compiler meta
- begin: /@:?/,
- end: /\(|$/,
- excludeEnd: true,
+ begin: '@:',
+ end: '$'
},
{
className: 'meta', // compiler conditionals
@@ -73,55 +59,55 @@ function haxe(hljs) {
},
{
className: 'type', // function types
- begin: /:[ \t]*/,
- end: /[^A-Za-z0-9_ \t\->]/,
+ begin: ':[ \t]*',
+ end: '[^A-Za-z0-9_ \t\\->]',
excludeBegin: true,
excludeEnd: true,
relevance: 0
},
{
className: 'type', // types
- begin: /:[ \t]*/,
- end: /\W/,
+ begin: ':[ \t]*',
+ end: '\\W',
excludeBegin: true,
excludeEnd: true
},
{
className: 'type', // instantiation
- beginKeywords: 'new',
- end: /\W/,
+ begin: 'new *',
+ end: '\\W',
excludeBegin: true,
excludeEnd: true
},
{
- className: 'title.class', // enums
+ className: 'class', // enums
beginKeywords: 'enum',
- end: /\{/,
+ end: '\\{',
contains: [ hljs.TITLE_MODE ]
},
{
- className: 'title.class', // abstracts
- begin: '\\babstract\\b(?=\\s*' + hljs.IDENT_RE + '\\s*\\()',
- end: /[\{$]/,
+ className: 'class', // abstracts
+ beginKeywords: 'abstract',
+ end: '[\\{$]',
contains: [
{
className: 'type',
- begin: /\(/,
- end: /\)/,
+ begin: '\\(',
+ end: '\\)',
excludeBegin: true,
excludeEnd: true
},
{
className: 'type',
- begin: /from +/,
- end: /\W/,
+ begin: 'from +',
+ end: '\\W',
excludeBegin: true,
excludeEnd: true
},
{
className: 'type',
- begin: /to +/,
- end: /\W/,
+ begin: 'to +',
+ end: '\\W',
excludeBegin: true,
excludeEnd: true
},
@@ -130,15 +116,15 @@ function haxe(hljs) {
keywords: { keyword: 'abstract from to' }
},
{
- className: 'title.class', // classes
- begin: /\b(class|interface) +/,
- end: /[\{$]/,
+ className: 'class', // classes
+ begin: '\\b(class|interface) +',
+ end: '[\\{$]',
excludeEnd: true,
keywords: 'class interface',
contains: [
{
className: 'keyword',
- begin: /\b(extends|implements) +/,
+ begin: '\\b(extends|implements) +',
keywords: 'extends implements',
contains: [
{
@@ -152,11 +138,11 @@ function haxe(hljs) {
]
},
{
- className: 'title.function',
+ className: 'function',
beginKeywords: 'function',
- end: /\(/,
+ end: '\\(',
excludeEnd: true,
- illegal: /\S/,
+ illegal: '\\S',
contains: [ hljs.TITLE_MODE ]
}
],
diff --git a/node_modules/highlight.js/lib/languages/inform7.js b/node_modules/highlight.js/lib/languages/inform7.js
index 7c7eb40..ba0c125 100644
--- a/node_modules/highlight.js/lib/languages/inform7.js
+++ b/node_modules/highlight.js/lib/languages/inform7.js
@@ -3,7 +3,6 @@ Language: Inform 7
Author: Bruno Dias
Description: Language definition for Inform 7, a DSL for writing parser interactive fiction.
Website: http://inform7.com
-Category: gaming
*/
function inform7(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/java.js b/node_modules/highlight.js/lib/languages/java.js
index d9a786c..eec410a 100644
--- a/node_modules/highlight.js/lib/languages/java.js
+++ b/node_modules/highlight.js/lib/languages/java.js
@@ -40,7 +40,6 @@ Category: common, enterprise
Website: https://www.java.com/
*/
-
/**
* Allows recursive regex expressions to a given depth
*
@@ -108,9 +107,7 @@ function java(hljs) {
'do',
'sealed',
'yield',
- 'permits',
- 'goto',
- 'when'
+ 'permits'
];
const BUILT_INS = [
diff --git a/node_modules/highlight.js/lib/languages/javascript.js b/node_modules/highlight.js/lib/languages/javascript.js
index 5f7331c..1b0eb93 100644
--- a/node_modules/highlight.js/lib/languages/javascript.js
+++ b/node_modules/highlight.js/lib/languages/javascript.js
@@ -40,9 +40,7 @@ const KEYWORDS = [
"import",
"from",
"export",
- "extends",
- // It's reached stage 3, which is "recommended for implementation":
- "using"
+ "extends"
];
const LITERALS = [
"true",
@@ -165,7 +163,6 @@ Category: common, scripting, web
Website: https://developer.mozilla.org/en-US/docs/Web/JavaScript
*/
-
/** @type LanguageFn */
function javascript(hljs) {
const regex = hljs.regex;
@@ -292,7 +289,7 @@ function javascript(hljs) {
contains: [] // defined later
};
const HTML_TEMPLATE = {
- begin: '\.?html`',
+ begin: 'html`',
end: '',
starts: {
end: '`',
@@ -305,7 +302,7 @@ function javascript(hljs) {
}
};
const CSS_TEMPLATE = {
- begin: '\.?css`',
+ begin: 'css`',
end: '',
starts: {
end: '`',
@@ -318,7 +315,7 @@ function javascript(hljs) {
}
};
const GRAPHQL_TEMPLATE = {
- begin: '\.?gql`',
+ begin: 'gql`',
end: '',
starts: {
end: '`',
@@ -415,7 +412,7 @@ function javascript(hljs) {
const PARAMS_CONTAINS = SUBST_AND_COMMENTS.concat([
// eat recursive parens in sub expressions
{
- begin: /(\s*)\(/,
+ begin: /\(/,
end: /\)/,
keywords: KEYWORDS$1,
contains: ["self"].concat(SUBST_AND_COMMENTS)
@@ -423,8 +420,7 @@ function javascript(hljs) {
]);
const PARAMS = {
className: 'params',
- // convert this to negative lookbehind in v12
- begin: /(\s*)\(/, // to match the parms with
+ begin: /\(/,
end: /\)/,
excludeBegin: true,
excludeEnd: true,
@@ -547,8 +543,8 @@ function javascript(hljs) {
...BUILT_IN_GLOBALS,
"super",
"import"
- ].map(x => `${x}\\s*\\(`)),
- IDENT_RE$1, regex.lookahead(/\s*\(/)),
+ ]),
+ IDENT_RE$1, regex.lookahead(/\(/)),
className: "title.function",
relevance: 0
};
@@ -635,8 +631,8 @@ function javascript(hljs) {
NUMBER,
CLASS_REFERENCE,
{
- scope: 'attr',
- match: IDENT_RE$1 + regex.lookahead(':'),
+ className: 'attr',
+ begin: IDENT_RE$1 + regex.lookahead(':'),
relevance: 0
},
FUNCTION_VARIABLE,
@@ -669,7 +665,7 @@ function javascript(hljs) {
skip: true
},
{
- begin: /(\s*)\(/,
+ begin: /\(/,
end: /\)/,
excludeBegin: true,
excludeEnd: true,
diff --git a/node_modules/highlight.js/lib/languages/json.js b/node_modules/highlight.js/lib/languages/json.js
index 1336f5f..cd45d46 100644
--- a/node_modules/highlight.js/lib/languages/json.js
+++ b/node_modules/highlight.js/lib/languages/json.js
@@ -34,7 +34,6 @@ function json(hljs) {
return {
name: 'JSON',
- aliases: ['jsonc'],
keywords:{
literal: LITERALS,
},
diff --git a/node_modules/highlight.js/lib/languages/julia-repl.js b/node_modules/highlight.js/lib/languages/julia-repl.js
index 8b4bd96..d584c97 100644
--- a/node_modules/highlight.js/lib/languages/julia-repl.js
+++ b/node_modules/highlight.js/lib/languages/julia-repl.js
@@ -4,7 +4,6 @@ Description: Julia REPL sessions
Author: Morten Piibeleht
Website: https://julialang.org
Requires: julia.js
-Category: scientific
The Julia REPL code blocks look something like the following:
diff --git a/node_modules/highlight.js/lib/languages/julia.js b/node_modules/highlight.js/lib/languages/julia.js
index be594e2..75deb3a 100644
--- a/node_modules/highlight.js/lib/languages/julia.js
+++ b/node_modules/highlight.js/lib/languages/julia.js
@@ -4,7 +4,6 @@ Description: Julia is a high-level, high-performance, dynamic programming langua
Author: Kenta Sato
Contributors: Alex Arslan , Fredrik Ekre
Website: https://julialang.org
-Category: scientific
*/
function julia(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/kotlin.js b/node_modules/highlight.js/lib/languages/kotlin.js
index 97c7a1b..c2677c8 100644
--- a/node_modules/highlight.js/lib/languages/kotlin.js
+++ b/node_modules/highlight.js/lib/languages/kotlin.js
@@ -41,7 +41,6 @@ var NUMERIC = {
Category: common
*/
-
function kotlin(hljs) {
const KEYWORDS = {
keyword:
diff --git a/node_modules/highlight.js/lib/languages/lasso.js b/node_modules/highlight.js/lib/languages/lasso.js
index 794af15..d9a03d9 100644
--- a/node_modules/highlight.js/lib/languages/lasso.js
+++ b/node_modules/highlight.js/lib/languages/lasso.js
@@ -3,7 +3,6 @@ Language: Lasso
Author: Eric Knibbe
Description: Lasso is a language and server platform for database-driven web applications. This definition handles Lasso 9 syntax and LassoScript for Lasso 8.6 and earlier.
Website: http://www.lassosoft.com/What-Is-Lasso
-Category: database, web
*/
function lasso(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/leaf.js b/node_modules/highlight.js/lib/languages/leaf.js
index 05b85e5..e0ec10d 100644
--- a/node_modules/highlight.js/lib/languages/leaf.js
+++ b/node_modules/highlight.js/lib/languages/leaf.js
@@ -1,95 +1,47 @@
/*
Language: Leaf
-Description: A Swift-based templating language created for the Vapor project.
-Website: https://docs.vapor.codes/leaf/overview
-Category: template
+Author: Hale Chan
+Description: Based on the Leaf reference from https://vapor.github.io/documentation/guide/leaf.html.
*/
function leaf(hljs) {
- const IDENT = /([A-Za-z_][A-Za-z_0-9]*)?/;
- const LITERALS = [
- 'true',
- 'false',
- 'in'
- ];
- const PARAMS = {
- scope: 'params',
- begin: /\(/,
- end: /\)(?=\:?)/,
- endsParent: true,
- relevance: 7,
- contains: [
- {
- scope: 'string',
- begin: '"',
- end: '"'
- },
- {
- scope: 'keyword',
- match: LITERALS.join("|"),
- },
- {
- scope: 'variable',
- match: /[A-Za-z_][A-Za-z_0-9]*/
- },
- {
- scope: 'operator',
- match: /\+|\-|\*|\/|\%|\=\=|\=|\!|\>|\<|\&\&|\|\|/
- }
- ]
- };
- const INSIDE_DISPATCH = {
- match: [
- IDENT,
- /(?=\()/,
- ],
- scope: {
- 1: "keyword"
- },
- contains: [ PARAMS ]
- };
- PARAMS.contains.unshift(INSIDE_DISPATCH);
return {
name: 'Leaf',
contains: [
- // #ident():
{
- match: [
- /#+/,
- IDENT,
- /(?=\()/,
- ],
- scope: {
- 1: "punctuation",
- 2: "keyword"
- },
- // will start up after the ending `)` match from line ~44
- // just to grab the trailing `:` if we can match it
- starts: {
- contains: [
- {
- match: /\:/,
- scope: "punctuation"
- }
- ]
- },
+ className: 'function',
+ begin: '#+' + '[A-Za-z_0-9]*' + '\\(',
+ end: / \{/,
+ returnBegin: true,
+ excludeEnd: true,
contains: [
- PARAMS
- ],
- },
- // #ident or #ident:
- {
- match: [
- /#+/,
- IDENT,
- /:?/,
- ],
- scope: {
- 1: "punctuation",
- 2: "keyword",
- 3: "punctuation"
- }
- },
+ {
+ className: 'keyword',
+ begin: '#+'
+ },
+ {
+ className: 'title',
+ begin: '[A-Za-z_][A-Za-z_0-9]*'
+ },
+ {
+ className: 'params',
+ begin: '\\(',
+ end: '\\)',
+ endsParent: true,
+ contains: [
+ {
+ className: 'string',
+ begin: '"',
+ end: '"'
+ },
+ {
+ className: 'variable',
+ begin: '[A-Za-z_][A-Za-z_0-9]*'
+ }
+ ]
+ }
+ ]
+ }
]
};
}
diff --git a/node_modules/highlight.js/lib/languages/less.js b/node_modules/highlight.js/lib/languages/less.js
index 16f2b89..a2945c1 100644
--- a/node_modules/highlight.js/lib/languages/less.js
+++ b/node_modules/highlight.js/lib/languages/less.js
@@ -38,12 +38,12 @@ const MODES = (hljs) => {
},
CSS_VARIABLE: {
className: "attr",
- begin: /--[A-Za-z_][A-Za-z0-9_-]*/
+ begin: /--[A-Za-z][A-Za-z0-9_-]*/
}
};
};
-const HTML_TAGS = [
+const TAGS = [
'a',
'abbr',
'address',
@@ -95,16 +95,11 @@ const HTML_TAGS = [
'nav',
'object',
'ol',
- 'optgroup',
- 'option',
'p',
- 'picture',
'q',
'quote',
'samp',
'section',
- 'select',
- 'source',
'span',
'strong',
'summary',
@@ -123,58 +118,6 @@ const HTML_TAGS = [
'video'
];
-const SVG_TAGS = [
- 'defs',
- 'g',
- 'marker',
- 'mask',
- 'pattern',
- 'svg',
- 'switch',
- 'symbol',
- 'feBlend',
- 'feColorMatrix',
- 'feComponentTransfer',
- 'feComposite',
- 'feConvolveMatrix',
- 'feDiffuseLighting',
- 'feDisplacementMap',
- 'feFlood',
- 'feGaussianBlur',
- 'feImage',
- 'feMerge',
- 'feMorphology',
- 'feOffset',
- 'feSpecularLighting',
- 'feTile',
- 'feTurbulence',
- 'linearGradient',
- 'radialGradient',
- 'stop',
- 'circle',
- 'ellipse',
- 'image',
- 'line',
- 'path',
- 'polygon',
- 'polyline',
- 'rect',
- 'text',
- 'use',
- 'textPath',
- 'tspan',
- 'foreignObject',
- 'clipPath'
-];
-
-const TAGS = [
- ...HTML_TAGS,
- ...SVG_TAGS,
-];
-
-// Sorting, then reversing makes sure longer attributes/elements like
-// `font-weight` are matched fully instead of getting false positives on say `font`
-
const MEDIA_FEATURES = [
'any-hover',
'any-pointer',
@@ -210,7 +153,7 @@ const MEDIA_FEATURES = [
'max-width',
'min-height',
'max-height'
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes
const PSEUDO_CLASSES = [
@@ -273,7 +216,7 @@ const PSEUDO_CLASSES = [
'valid',
'visited',
'where' // where()
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements
const PSEUDO_ELEMENTS = [
@@ -291,18 +234,14 @@ const PSEUDO_ELEMENTS = [
'selection',
'slotted',
'spelling-error'
-].sort().reverse();
+];
const ATTRIBUTES = [
- 'accent-color',
'align-content',
'align-items',
'align-self',
- 'alignment-baseline',
'all',
- 'anchor-name',
'animation',
- 'animation-composition',
'animation-delay',
'animation-direction',
'animation-duration',
@@ -310,14 +249,7 @@ const ATTRIBUTES = [
'animation-iteration-count',
'animation-name',
'animation-play-state',
- 'animation-range',
- 'animation-range-end',
- 'animation-range-start',
- 'animation-timeline',
'animation-timing-function',
- 'appearance',
- 'aspect-ratio',
- 'backdrop-filter',
'backface-visibility',
'background',
'background-attachment',
@@ -327,11 +259,8 @@ const ATTRIBUTES = [
'background-image',
'background-origin',
'background-position',
- 'background-position-x',
- 'background-position-y',
'background-repeat',
'background-size',
- 'baseline-shift',
'block-size',
'border',
'border-block',
@@ -354,8 +283,6 @@ const ATTRIBUTES = [
'border-bottom-width',
'border-collapse',
'border-color',
- 'border-end-end-radius',
- 'border-end-start-radius',
'border-image',
'border-image-outset',
'border-image-repeat',
@@ -384,8 +311,6 @@ const ATTRIBUTES = [
'border-right-style',
'border-right-width',
'border-spacing',
- 'border-start-end-radius',
- 'border-start-start-radius',
'border-style',
'border-top',
'border-top-color',
@@ -395,15 +320,7 @@ const ATTRIBUTES = [
'border-top-width',
'border-width',
'bottom',
- 'box-align',
'box-decoration-break',
- 'box-direction',
- 'box-flex',
- 'box-flex-group',
- 'box-lines',
- 'box-ordinal-group',
- 'box-orient',
- 'box-pack',
'box-shadow',
'box-sizing',
'break-after',
@@ -416,11 +333,6 @@ const ATTRIBUTES = [
'clip-path',
'clip-rule',
'color',
- 'color-interpolation',
- 'color-interpolation-filters',
- 'color-profile',
- 'color-rendering',
- 'color-scheme',
'column-count',
'column-fill',
'column-gap',
@@ -432,34 +344,17 @@ const ATTRIBUTES = [
'column-width',
'columns',
'contain',
- 'contain-intrinsic-block-size',
- 'contain-intrinsic-height',
- 'contain-intrinsic-inline-size',
- 'contain-intrinsic-size',
- 'contain-intrinsic-width',
- 'container',
- 'container-name',
- 'container-type',
'content',
'content-visibility',
'counter-increment',
'counter-reset',
- 'counter-set',
'cue',
'cue-after',
'cue-before',
'cursor',
- 'cx',
- 'cy',
'direction',
'display',
- 'dominant-baseline',
'empty-cells',
- 'enable-background',
- 'field-sizing',
- 'fill',
- 'fill-opacity',
- 'fill-rule',
'filter',
'flex',
'flex-basis',
@@ -469,8 +364,6 @@ const ATTRIBUTES = [
'flex-shrink',
'flex-wrap',
'float',
- 'flood-color',
- 'flood-opacity',
'flow',
'font',
'font-display',
@@ -478,32 +371,21 @@ const ATTRIBUTES = [
'font-feature-settings',
'font-kerning',
'font-language-override',
- 'font-optical-sizing',
- 'font-palette',
'font-size',
'font-size-adjust',
- 'font-smooth',
'font-smoothing',
'font-stretch',
'font-style',
'font-synthesis',
- 'font-synthesis-position',
- 'font-synthesis-small-caps',
- 'font-synthesis-style',
- 'font-synthesis-weight',
'font-variant',
- 'font-variant-alternates',
'font-variant-caps',
'font-variant-east-asian',
- 'font-variant-emoji',
'font-variant-ligatures',
'font-variant-numeric',
'font-variant-position',
'font-variation-settings',
'font-weight',
- 'forced-color-adjust',
'gap',
- 'glyph-orientation-horizontal',
'glyph-orientation-vertical',
'grid',
'grid-area',
@@ -523,36 +405,19 @@ const ATTRIBUTES = [
'grid-template-rows',
'hanging-punctuation',
'height',
- 'hyphenate-character',
- 'hyphenate-limit-chars',
'hyphens',
'icon',
'image-orientation',
'image-rendering',
'image-resolution',
'ime-mode',
- 'initial-letter',
- 'initial-letter-align',
'inline-size',
- 'inset',
- 'inset-area',
- 'inset-block',
- 'inset-block-end',
- 'inset-block-start',
- 'inset-inline',
- 'inset-inline-end',
- 'inset-inline-start',
'isolation',
'justify-content',
- 'justify-items',
- 'justify-self',
- 'kerning',
'left',
'letter-spacing',
- 'lighting-color',
'line-break',
'line-height',
- 'line-height-step',
'list-style',
'list-style-image',
'list-style-position',
@@ -568,11 +433,6 @@ const ATTRIBUTES = [
'margin-left',
'margin-right',
'margin-top',
- 'margin-trim',
- 'marker',
- 'marker-end',
- 'marker-mid',
- 'marker-start',
'marks',
'mask',
'mask-border',
@@ -591,10 +451,6 @@ const ATTRIBUTES = [
'mask-repeat',
'mask-size',
'mask-type',
- 'masonry-auto-flow',
- 'math-depth',
- 'math-shift',
- 'math-style',
'max-block-size',
'max-height',
'max-inline-size',
@@ -613,12 +469,6 @@ const ATTRIBUTES = [
'normal',
'object-fit',
'object-position',
- 'offset',
- 'offset-anchor',
- 'offset-distance',
- 'offset-path',
- 'offset-position',
- 'offset-rotate',
'opacity',
'order',
'orphans',
@@ -628,19 +478,9 @@ const ATTRIBUTES = [
'outline-style',
'outline-width',
'overflow',
- 'overflow-anchor',
- 'overflow-block',
- 'overflow-clip-margin',
- 'overflow-inline',
'overflow-wrap',
'overflow-x',
'overflow-y',
- 'overlay',
- 'overscroll-behavior',
- 'overscroll-behavior-block',
- 'overscroll-behavior-inline',
- 'overscroll-behavior-x',
- 'overscroll-behavior-y',
'padding',
'padding-block',
'padding-block-end',
@@ -652,37 +492,23 @@ const ATTRIBUTES = [
'padding-left',
'padding-right',
'padding-top',
- 'page',
'page-break-after',
'page-break-before',
'page-break-inside',
- 'paint-order',
'pause',
'pause-after',
'pause-before',
'perspective',
'perspective-origin',
- 'place-content',
- 'place-items',
- 'place-self',
'pointer-events',
'position',
- 'position-anchor',
- 'position-visibility',
- 'print-color-adjust',
'quotes',
- 'r',
'resize',
'rest',
'rest-after',
'rest-before',
'right',
- 'rotate',
'row-gap',
- 'ruby-align',
- 'ruby-position',
- 'scale',
- 'scroll-behavior',
'scroll-margin',
'scroll-margin-block',
'scroll-margin-block-end',
@@ -708,43 +534,25 @@ const ATTRIBUTES = [
'scroll-snap-align',
'scroll-snap-stop',
'scroll-snap-type',
- 'scroll-timeline',
- 'scroll-timeline-axis',
- 'scroll-timeline-name',
'scrollbar-color',
'scrollbar-gutter',
'scrollbar-width',
'shape-image-threshold',
'shape-margin',
'shape-outside',
- 'shape-rendering',
'speak',
'speak-as',
'src', // @font-face
- 'stop-color',
- 'stop-opacity',
- 'stroke',
- 'stroke-dasharray',
- 'stroke-dashoffset',
- 'stroke-linecap',
- 'stroke-linejoin',
- 'stroke-miterlimit',
- 'stroke-opacity',
- 'stroke-width',
'tab-size',
'table-layout',
'text-align',
'text-align-all',
'text-align-last',
- 'text-anchor',
'text-combine-upright',
'text-decoration',
'text-decoration-color',
'text-decoration-line',
- 'text-decoration-skip',
- 'text-decoration-skip-ink',
'text-decoration-style',
- 'text-decoration-thickness',
'text-emphasis',
'text-emphasis-color',
'text-emphasis-position',
@@ -755,37 +563,20 @@ const ATTRIBUTES = [
'text-overflow',
'text-rendering',
'text-shadow',
- 'text-size-adjust',
'text-transform',
- 'text-underline-offset',
'text-underline-position',
- 'text-wrap',
- 'text-wrap-mode',
- 'text-wrap-style',
- 'timeline-scope',
'top',
- 'touch-action',
'transform',
'transform-box',
'transform-origin',
'transform-style',
'transition',
- 'transition-behavior',
'transition-delay',
'transition-duration',
'transition-property',
'transition-timing-function',
- 'translate',
'unicode-bidi',
- 'user-modify',
- 'user-select',
- 'vector-effect',
'vertical-align',
- 'view-timeline',
- 'view-timeline-axis',
- 'view-timeline-inset',
- 'view-timeline-name',
- 'view-transition-name',
'visibility',
'voice-balance',
'voice-duration',
@@ -796,7 +587,6 @@ const ATTRIBUTES = [
'voice-stress',
'voice-volume',
'white-space',
- 'white-space-collapse',
'widows',
'width',
'will-change',
@@ -804,14 +594,13 @@ const ATTRIBUTES = [
'word-spacing',
'word-wrap',
'writing-mode',
- 'x',
- 'y',
- 'z-index',
- 'zoom'
-].sort().reverse();
+ 'z-index'
+ // reverse makes sure longer attributes `font-weight` are matched fully
+ // instead of getting false positives on say `font`
+].reverse();
// some grammars use them all as a single group
-const PSEUDO_SELECTORS = PSEUDO_CLASSES.concat(PSEUDO_ELEMENTS).sort().reverse();
+const PSEUDO_SELECTORS = PSEUDO_CLASSES.concat(PSEUDO_ELEMENTS);
/*
Language: Less
@@ -821,7 +610,6 @@ Website: http://lesscss.org
Category: common, css, web
*/
-
/** @type LanguageFn */
function less(hljs) {
const modes = MODES(hljs);
diff --git a/node_modules/highlight.js/lib/languages/livescript.js b/node_modules/highlight.js/lib/languages/livescript.js
index 2f9597c..9c73f0d 100644
--- a/node_modules/highlight.js/lib/languages/livescript.js
+++ b/node_modules/highlight.js/lib/languages/livescript.js
@@ -39,9 +39,7 @@ const KEYWORDS = [
"import",
"from",
"export",
- "extends",
- // It's reached stage 3, which is "recommended for implementation":
- "using"
+ "extends"
];
const LITERALS = [
"true",
@@ -154,7 +152,6 @@ Website: https://livescript.net
Category: scripting
*/
-
function livescript(hljs) {
const LIVESCRIPT_BUILT_INS = [
'npm',
diff --git a/node_modules/highlight.js/lib/languages/llvm.js b/node_modules/highlight.js/lib/languages/llvm.js
index 33071bc..27003b6 100644
--- a/node_modules/highlight.js/lib/languages/llvm.js
+++ b/node_modules/highlight.js/lib/languages/llvm.js
@@ -63,47 +63,44 @@ function llvm(hljs) {
return {
name: 'LLVM IR',
// TODO: split into different categories of keywords
- keywords: {
- keyword: 'begin end true false declare define global '
- + 'constant private linker_private internal '
- + 'available_externally linkonce linkonce_odr weak '
- + 'weak_odr appending dllimport dllexport common '
- + 'default hidden protected extern_weak external '
- + 'thread_local zeroinitializer undef null to tail '
- + 'target triple datalayout volatile nuw nsw nnan '
- + 'ninf nsz arcp fast exact inbounds align '
- + 'addrspace section alias module asm sideeffect '
- + 'gc dbg linker_private_weak attributes blockaddress '
- + 'initialexec localdynamic localexec prefix unnamed_addr '
- + 'ccc fastcc coldcc x86_stdcallcc x86_fastcallcc '
- + 'arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device '
- + 'ptx_kernel intel_ocl_bicc msp430_intrcc spir_func '
- + 'spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc '
- + 'cc c signext zeroext inreg sret nounwind '
- + 'noreturn noalias nocapture byval nest readnone '
- + 'readonly inlinehint noinline alwaysinline optsize ssp '
- + 'sspreq noredzone noimplicitfloat naked builtin cold '
- + 'nobuiltin noduplicate nonlazybind optnone returns_twice '
- + 'sanitize_address sanitize_memory sanitize_thread sspstrong '
- + 'uwtable returned type opaque eq ne slt sgt '
- + 'sle sge ult ugt ule uge oeq one olt ogt '
- + 'ole oge ord uno ueq une x acq_rel acquire '
- + 'alignstack atomic catch cleanup filter inteldialect '
- + 'max min monotonic nand personality release seq_cst '
- + 'singlethread umax umin unordered xchg add fadd '
- + 'sub fsub mul fmul udiv sdiv fdiv urem srem '
- + 'frem shl lshr ashr and or xor icmp fcmp '
- + 'phi call trunc zext sext fptrunc fpext uitofp '
- + 'sitofp fptoui fptosi inttoptr ptrtoint bitcast '
- + 'addrspacecast select va_arg ret br switch invoke '
- + 'unwind unreachable indirectbr landingpad resume '
- + 'malloc alloca free load store getelementptr '
- + 'extractelement insertelement shufflevector getresult '
- + 'extractvalue insertvalue atomicrmw cmpxchg fence '
- + 'argmemonly',
- type: 'void half bfloat float double fp128 x86_fp80 ppc_fp128 '
- + 'x86_amx x86_mmx ptr label token metadata opaque'
- },
+ keywords:
+ 'begin end true false declare define global '
+ + 'constant private linker_private internal '
+ + 'available_externally linkonce linkonce_odr weak '
+ + 'weak_odr appending dllimport dllexport common '
+ + 'default hidden protected extern_weak external '
+ + 'thread_local zeroinitializer undef null to tail '
+ + 'target triple datalayout volatile nuw nsw nnan '
+ + 'ninf nsz arcp fast exact inbounds align '
+ + 'addrspace section alias module asm sideeffect '
+ + 'gc dbg linker_private_weak attributes blockaddress '
+ + 'initialexec localdynamic localexec prefix unnamed_addr '
+ + 'ccc fastcc coldcc x86_stdcallcc x86_fastcallcc '
+ + 'arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device '
+ + 'ptx_kernel intel_ocl_bicc msp430_intrcc spir_func '
+ + 'spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc '
+ + 'cc c signext zeroext inreg sret nounwind '
+ + 'noreturn noalias nocapture byval nest readnone '
+ + 'readonly inlinehint noinline alwaysinline optsize ssp '
+ + 'sspreq noredzone noimplicitfloat naked builtin cold '
+ + 'nobuiltin noduplicate nonlazybind optnone returns_twice '
+ + 'sanitize_address sanitize_memory sanitize_thread sspstrong '
+ + 'uwtable returned type opaque eq ne slt sgt '
+ + 'sle sge ult ugt ule uge oeq one olt ogt '
+ + 'ole oge ord uno ueq une x acq_rel acquire '
+ + 'alignstack atomic catch cleanup filter inteldialect '
+ + 'max min monotonic nand personality release seq_cst '
+ + 'singlethread umax umin unordered xchg add fadd '
+ + 'sub fsub mul fmul udiv sdiv fdiv urem srem '
+ + 'frem shl lshr ashr and or xor icmp fcmp '
+ + 'phi call trunc zext sext fptrunc fpext uitofp '
+ + 'sitofp fptoui fptosi inttoptr ptrtoint bitcast '
+ + 'addrspacecast select va_arg ret br switch invoke '
+ + 'unwind unreachable indirectbr landingpad resume '
+ + 'malloc alloca free load store getelementptr '
+ + 'extractelement insertelement shufflevector getresult '
+ + 'extractvalue insertvalue atomicrmw cmpxchg fence '
+ + 'argmemonly double',
contains: [
TYPE,
// this matches "empty comments"...
diff --git a/node_modules/highlight.js/lib/languages/lua.js b/node_modules/highlight.js/lib/languages/lua.js
index 0b2558b..365c045 100644
--- a/node_modules/highlight.js/lib/languages/lua.js
+++ b/node_modules/highlight.js/lib/languages/lua.js
@@ -2,7 +2,7 @@
Language: Lua
Description: Lua is a powerful, efficient, lightweight, embeddable scripting language.
Author: Andrew Fedorov
-Category: common, gaming, scripting
+Category: common, scripting
Website: https://www.lua.org
*/
@@ -27,7 +27,6 @@ function lua(hljs) {
];
return {
name: 'Lua',
- aliases: ['pluto'],
keywords: {
$pattern: hljs.UNDERSCORE_IDENT_RE,
literal: "true false nil",
diff --git a/node_modules/highlight.js/lib/languages/makefile.js b/node_modules/highlight.js/lib/languages/makefile.js
index f0d4c3b..62ca4ff 100644
--- a/node_modules/highlight.js/lib/languages/makefile.js
+++ b/node_modules/highlight.js/lib/languages/makefile.js
@@ -3,7 +3,7 @@ Language: Makefile
Author: Ivan Sagalaev
Contributors: Joël Porquet
Website: https://www.gnu.org/software/make/manual/html_node/Introduction.html
-Category: common, build-system
+Category: common
*/
function makefile(hljs) {
@@ -38,10 +38,7 @@ function makefile(hljs) {
+ '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: [
- VARIABLE,
- QUOTE_STRING // Added QUOTE_STRING as they can be a part of functions
- ]
+ contains: [ VARIABLE ]
};
/* Variable assignment */
const ASSIGNMENT = { begin: '^' + hljs.UNDERSCORE_IDENT_RE + '\\s*(?=[:+?]?=)' };
diff --git a/node_modules/highlight.js/lib/languages/markdown.js b/node_modules/highlight.js/lib/languages/markdown.js
index 6f2ba88..ded7603 100644
--- a/node_modules/highlight.js/lib/languages/markdown.js
+++ b/node_modules/highlight.js/lib/languages/markdown.js
@@ -216,12 +216,6 @@ function markdown(hljs) {
end: '$'
};
- const ENTITY = {
- //https://spec.commonmark.org/0.31.2/#entity-references
- scope: 'literal',
- match: /&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/
- };
-
return {
name: 'Markdown',
aliases: [
@@ -239,8 +233,7 @@ function markdown(hljs) {
CODE,
HORIZONTAL_RULE,
LINK,
- LINK_REFERENCE,
- ENTITY
+ LINK_REFERENCE
]
};
}
diff --git a/node_modules/highlight.js/lib/languages/mathematica.js b/node_modules/highlight.js/lib/languages/mathematica.js
index 93ccb0f..004cc90 100644
--- a/node_modules/highlight.js/lib/languages/mathematica.js
+++ b/node_modules/highlight.js/lib/languages/mathematica.js
@@ -7242,7 +7242,6 @@ Website: https://www.wolfram.com/mathematica/
Category: scientific
*/
-
/** @type LanguageFn */
function mathematica(hljs) {
const regex = hljs.regex;
diff --git a/node_modules/highlight.js/lib/languages/mercury.js b/node_modules/highlight.js/lib/languages/mercury.js
index 0922233..0ff3d04 100644
--- a/node_modules/highlight.js/lib/languages/mercury.js
+++ b/node_modules/highlight.js/lib/languages/mercury.js
@@ -3,7 +3,6 @@ Language: Mercury
Author: mucaho
Description: Mercury is a logic/functional programming language which combines the clarity and expressiveness of declarative programming with advanced static analysis and error detection features.
Website: https://www.mercurylang.org
-Category: functional
*/
function mercury(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/monkey.js b/node_modules/highlight.js/lib/languages/monkey.js
index e1e2264..5d7732f 100644
--- a/node_modules/highlight.js/lib/languages/monkey.js
+++ b/node_modules/highlight.js/lib/languages/monkey.js
@@ -3,7 +3,6 @@ Language: Monkey
Description: Monkey2 is an easy to use, cross platform, games oriented programming language from Blitz Research.
Author: Arthur Bikmullin
Website: https://blitzresearch.itch.io/monkey2
-Category: gaming
*/
function monkey(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/n1ql.js b/node_modules/highlight.js/lib/languages/n1ql.js
index bd8f5db..fa6edad 100644
--- a/node_modules/highlight.js/lib/languages/n1ql.js
+++ b/node_modules/highlight.js/lib/languages/n1ql.js
@@ -4,7 +4,6 @@
Contributors: Rene Saarsoo
Description: Couchbase query language
Website: https://www.couchbase.com/products/n1ql
- Category: database
*/
function n1ql(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/nim.js b/node_modules/highlight.js/lib/languages/nim.js
index 1d701c8..0737667 100644
--- a/node_modules/highlight.js/lib/languages/nim.js
+++ b/node_modules/highlight.js/lib/languages/nim.js
@@ -64,11 +64,9 @@ function nim(hljs) {
"break",
"case",
"cast",
- "concept",
"const",
"continue",
"converter",
- "defer",
"discard",
"distinct",
"div",
diff --git a/node_modules/highlight.js/lib/languages/nix.js b/node_modules/highlight.js/lib/languages/nix.js
index a32101c..8c03135 100644
--- a/node_modules/highlight.js/lib/languages/nix.js
+++ b/node_modules/highlight.js/lib/languages/nix.js
@@ -3,369 +3,91 @@ Language: Nix
Author: Domen Kožar
Description: Nix functional language
Website: http://nixos.org/nix
-Category: system
*/
-/** @type LanguageFn */
function nix(hljs) {
- const regex = hljs.regex;
const KEYWORDS = {
keyword: [
- "assert",
- "else",
- "if",
+ "rec",
+ "with",
+ "let",
"in",
"inherit",
- "let",
- "or",
- "rec",
- "then",
- "with",
+ "assert",
+ "if",
+ "else",
+ "then"
],
literal: [
"true",
"false",
- "null",
+ "or",
+ "and",
+ "null"
],
built_in: [
- // toplevel builtins
+ "import",
"abort",
"baseNameOf",
- "builtins",
- "derivation",
- "derivationStrict",
"dirOf",
- "fetchGit",
- "fetchMercurial",
- "fetchTarball",
- "fetchTree",
- "fromTOML",
- "import",
"isNull",
+ "builtins",
"map",
- "placeholder",
"removeAttrs",
- "scopedImport",
"throw",
"toString",
- ],
+ "derivation"
+ ]
};
-
- const BUILTINS = {
- scope: 'built_in',
- match: regex.either(...[
- "abort",
- "add",
- "addDrvOutputDependencies",
- "addErrorContext",
- "all",
- "any",
- "appendContext",
- "attrNames",
- "attrValues",
- "baseNameOf",
- "bitAnd",
- "bitOr",
- "bitXor",
- "break",
- "builtins",
- "catAttrs",
- "ceil",
- "compareVersions",
- "concatLists",
- "concatMap",
- "concatStringsSep",
- "convertHash",
- "currentSystem",
- "currentTime",
- "deepSeq",
- "derivation",
- "derivationStrict",
- "dirOf",
- "div",
- "elem",
- "elemAt",
- "false",
- "fetchGit",
- "fetchMercurial",
- "fetchTarball",
- "fetchTree",
- "fetchurl",
- "filter",
- "filterSource",
- "findFile",
- "flakeRefToString",
- "floor",
- "foldl'",
- "fromJSON",
- "fromTOML",
- "functionArgs",
- "genList",
- "genericClosure",
- "getAttr",
- "getContext",
- "getEnv",
- "getFlake",
- "groupBy",
- "hasAttr",
- "hasContext",
- "hashFile",
- "hashString",
- "head",
- "import",
- "intersectAttrs",
- "isAttrs",
- "isBool",
- "isFloat",
- "isFunction",
- "isInt",
- "isList",
- "isNull",
- "isPath",
- "isString",
- "langVersion",
- "length",
- "lessThan",
- "listToAttrs",
- "map",
- "mapAttrs",
- "match",
- "mul",
- "nixPath",
- "nixVersion",
- "null",
- "parseDrvName",
- "parseFlakeRef",
- "partition",
- "path",
- "pathExists",
- "placeholder",
- "readDir",
- "readFile",
- "readFileType",
- "removeAttrs",
- "replaceStrings",
- "scopedImport",
- "seq",
- "sort",
- "split",
- "splitVersion",
- "storeDir",
- "storePath",
- "stringLength",
- "sub",
- "substring",
- "tail",
- "throw",
- "toFile",
- "toJSON",
- "toPath",
- "toString",
- "toXML",
- "trace",
- "traceVerbose",
- "true",
- "tryEval",
- "typeOf",
- "unsafeDiscardOutputDependency",
- "unsafeDiscardStringContext",
- "unsafeGetAttrPos",
- "warn",
- "zipAttrsWith",
- ].map(b => `builtins\\.${b}`)),
- relevance: 10,
+ const ANTIQUOTE = {
+ className: 'subst',
+ begin: /\$\{/,
+ end: /\}/,
+ keywords: KEYWORDS
};
-
- const IDENTIFIER_REGEX = '[A-Za-z_][A-Za-z0-9_\'-]*';
-
- const LOOKUP_PATH = {
- scope: 'symbol',
- match: new RegExp(`<${IDENTIFIER_REGEX}(/${IDENTIFIER_REGEX})*>`),
+ const ESCAPED_DOLLAR = {
+ className: 'char.escape',
+ begin: /''\$/,
};
-
- const PATH_PIECE = "[A-Za-z0-9_\\+\\.-]+";
- const PATH = {
- scope: 'symbol',
- match: new RegExp(`(\\.\\.|\\.|~)?/(${PATH_PIECE})?(/${PATH_PIECE})*(?=[\\s;])`),
- };
-
- const OPERATOR_WITHOUT_MINUS_REGEX = regex.either(...[
- '==',
- '=',
- '\\+\\+',
- '\\+',
- '<=',
- '<\\|',
- '<',
- '>=',
- '>',
- '->',
- '//',
- '/',
- '!=',
- '!',
- '\\|\\|',
- '\\|>',
- '\\?',
- '\\*',
- '&&',
- ]);
-
- const OPERATOR = {
- scope: 'operator',
- match: regex.concat(OPERATOR_WITHOUT_MINUS_REGEX, /(?!-)/),
- relevance: 0,
- };
-
- // '-' is being handled by itself to ensure we are able to tell the difference
- // between a dash in an identifier and a minus operator
- const NUMBER = {
- scope: 'number',
- match: new RegExp(`${hljs.NUMBER_RE}(?!-)`),
- relevance: 0,
- };
- const MINUS_OPERATOR = {
- variants: [
- {
- scope: 'operator',
- beforeMatch: /\s/,
- // The (?!>) is used to ensure this doesn't collide with the '->' operator
- begin: /-(?!>)/,
- },
- {
- begin: [
- new RegExp(`${hljs.NUMBER_RE}`),
- /-/,
- /(?!>)/,
- ],
- beginScope: {
- 1: 'number',
- 2: 'operator'
- },
- },
- {
- begin: [
- OPERATOR_WITHOUT_MINUS_REGEX,
- /-/,
- /(?!>)/,
- ],
- beginScope: {
- 1: 'operator',
- 2: 'operator'
- },
- },
- ],
- relevance: 0,
- };
-
const ATTRS = {
- beforeMatch: /(^|\{|;)\s*/,
- begin: new RegExp(`${IDENTIFIER_REGEX}(\\.${IDENTIFIER_REGEX})*\\s*=(?!=)`),
+ begin: /[a-zA-Z0-9-_]+(\s*=)/,
returnBegin: true,
relevance: 0,
contains: [
{
- scope: 'attr',
- match: new RegExp(`${IDENTIFIER_REGEX}(\\.${IDENTIFIER_REGEX})*(?=\\s*=)`),
- relevance: 0.2,
+ className: 'attr',
+ begin: /\S+/,
+ relevance: 0.2
}
- ],
- };
-
- const NORMAL_ESCAPED_DOLLAR = {
- scope: 'char.escape',
- match: /\\\$/,
- };
- const INDENTED_ESCAPED_DOLLAR = {
- scope: 'char.escape',
- match: /''\$/,
- };
- const ANTIQUOTE = {
- scope: 'subst',
- begin: /\$\{/,
- end: /\}/,
- keywords: KEYWORDS,
- };
- const ESCAPED_DOUBLEQUOTE = {
- scope: 'char.escape',
- match: /'''/,
- };
- const ESCAPED_LITERAL = {
- scope: 'char.escape',
- match: /\\(?!\$)./,
+ ]
};
const STRING = {
- scope: 'string',
+ className: 'string',
+ contains: [ ESCAPED_DOLLAR, ANTIQUOTE ],
variants: [
{
begin: "''",
- end: "''",
- contains: [
- INDENTED_ESCAPED_DOLLAR,
- ANTIQUOTE,
- ESCAPED_DOUBLEQUOTE,
- ESCAPED_LITERAL,
- ],
+ end: "''"
},
{
begin: '"',
- end: '"',
- contains: [
- NORMAL_ESCAPED_DOLLAR,
- ANTIQUOTE,
- ESCAPED_LITERAL,
- ],
- },
- ],
+ end: '"'
+ }
+ ]
};
-
- const FUNCTION_PARAMS = {
- scope: 'params',
- match: new RegExp(`${IDENTIFIER_REGEX}\\s*:(?=\\s)`),
- };
-
const EXPRESSIONS = [
- NUMBER,
+ hljs.NUMBER_MODE,
hljs.HASH_COMMENT_MODE,
hljs.C_BLOCK_COMMENT_MODE,
- hljs.COMMENT(
- /\/\*\*(?!\/)/,
- /\*\//,
- {
- subLanguage: 'markdown',
- relevance: 0
- }
- ),
- BUILTINS,
STRING,
- LOOKUP_PATH,
- PATH,
- FUNCTION_PARAMS,
- ATTRS,
- MINUS_OPERATOR,
- OPERATOR,
+ ATTRS
];
-
ANTIQUOTE.contains = EXPRESSIONS;
-
- const REPL = [
- {
- scope: 'meta.prompt',
- match: /^nix-repl>(?=\s)/,
- relevance: 10,
- },
- {
- scope: 'meta',
- beforeMatch: /\s+/,
- begin: /:([a-z]+|\?)/,
- },
- ];
-
return {
name: 'Nix',
aliases: [ "nixos" ],
keywords: KEYWORDS,
- contains: EXPRESSIONS.concat(REPL),
+ contains: EXPRESSIONS
};
}
diff --git a/node_modules/highlight.js/lib/languages/nsis.js b/node_modules/highlight.js/lib/languages/nsis.js
index 0cbc2f2..741d231 100644
--- a/node_modules/highlight.js/lib/languages/nsis.js
+++ b/node_modules/highlight.js/lib/languages/nsis.js
@@ -3,10 +3,8 @@ Language: NSIS
Description: Nullsoft Scriptable Install System
Author: Jan T. Sott
Website: https://nsis.sourceforge.io/Main_Page
-Category: scripting
*/
-
function nsis(hljs) {
const regex = hljs.regex;
const LANGUAGE_CONSTANTS = [
@@ -114,7 +112,6 @@ function nsis(hljs) {
"addincludedir",
"addplugindir",
"appendfile",
- "assert",
"cd",
"define",
"delfile",
diff --git a/node_modules/highlight.js/lib/languages/oxygene.js b/node_modules/highlight.js/lib/languages/oxygene.js
index 4094498..8807f41 100644
--- a/node_modules/highlight.js/lib/languages/oxygene.js
+++ b/node_modules/highlight.js/lib/languages/oxygene.js
@@ -3,7 +3,6 @@ Language: Oxygene
Author: Carlo Kok
Description: Oxygene is built on the foundation of Object Pascal, revamped and extended to be a modern language for the twenty-first century.
Website: https://www.elementscompiler.com/elements/default.aspx
-Category: build-system
*/
function oxygene(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/perl.js b/node_modules/highlight.js/lib/languages/perl.js
index e9c1a0e..6170e98 100644
--- a/node_modules/highlight.js/lib/languages/perl.js
+++ b/node_modules/highlight.js/lib/languages/perl.js
@@ -26,7 +26,6 @@ function perl(hljs) {
'chown',
'chr',
'chroot',
- 'class',
'close',
'closedir',
'connect',
@@ -56,7 +55,6 @@ function perl(hljs) {
'exit',
'exp',
'fcntl',
- 'field',
'fileno',
'flock',
'for',
@@ -116,7 +114,6 @@ function perl(hljs) {
'lt',
'ma',
'map',
- 'method',
'mkdir',
'msgctl',
'msgget',
@@ -261,45 +258,19 @@ function perl(hljs) {
end: /\}/
// contains defined later
};
- const ATTR = {
- scope: 'attr',
- match: /\s+:\s*\w+(\s*\(.*?\))?/,
- };
- const VAR = {
- scope: 'variable',
- variants: [
- { begin: /\$\d/ },
- { begin: regex.concat(
- /[$%@](?!")(\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,
- // negative look-ahead tries to avoid matching patterns that are not
- // Perl at all like $ident$, @ident@, etc.
- `(?![A-Za-z])(?![@$%])`
- )
- },
- {
- // Only $= is a special Perl variable and one can't declare @= or %=.
- begin: /[$%@](?!")[^\s\w{=]|\$=/,
- relevance: 0
- }
- ],
- contains: [ ATTR ],
- };
- const NUMBER = {
- className: 'number',
- variants: [
- // decimal numbers:
- // include the case where a number starts with a dot (eg. .9), and
- // the leading 0? avoids mixing the first and second match on 0.x cases
- { match: /0?\.[0-9][0-9_]+\b/ },
- // include the special versioned number (eg. v5.38)
- { match: /\bv?(0|[1-9][0-9_]*(\.[0-9_]+)?|[1-9][0-9_]*)\b/ },
- // non-decimal numbers:
- { match: /\b0[0-7][0-7_]*\b/ },
- { match: /\b0x[0-9a-fA-F][0-9a-fA-F_]*\b/ },
- { match: /\b0b[0-1][0-1_]*\b/ },
- ],
- relevance: 0
- };
+ const VAR = { variants: [
+ { begin: /\$\d/ },
+ { begin: regex.concat(
+ /[$%@](\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,
+ // negative look-ahead tries to avoid matching patterns that are not
+ // Perl at all like $ident$, @ident@, etc.
+ `(?![A-Za-z])(?![@$%])`
+ ) },
+ {
+ begin: /[$%@][^\s\w{]/,
+ relevance: 0
+ }
+ ] };
const STRING_CONTAINS = [
hljs.BACKSLASH_ESCAPE,
SUBST,
@@ -414,7 +385,11 @@ function perl(hljs) {
}
]
},
- NUMBER,
+ {
+ className: 'number',
+ begin: '(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b',
+ relevance: 0
+ },
{ // regexp container
begin: '(\\/\\/|' + hljs.RE_STARTERS_RE + '|\\b(split|return|print|reverse|grep)\\b)\\s*',
keywords: 'split return print reverse grep',
@@ -456,19 +431,11 @@ function perl(hljs) {
},
{
className: 'function',
- beginKeywords: 'sub method',
+ beginKeywords: 'sub',
end: '(\\s*\\(.*?\\))?[;{]',
excludeEnd: true,
relevance: 5,
- contains: [ hljs.TITLE_MODE, ATTR ]
- },
- {
- className: 'class',
- beginKeywords: 'class',
- end: '[;{]',
- excludeEnd: true,
- relevance: 5,
- contains: [ hljs.TITLE_MODE, ATTR, NUMBER ]
+ contains: [ hljs.TITLE_MODE ]
},
{
begin: '-\\w\\b',
diff --git a/node_modules/highlight.js/lib/languages/pgsql.js b/node_modules/highlight.js/lib/languages/pgsql.js
index ca45d42..013cc59 100644
--- a/node_modules/highlight.js/lib/languages/pgsql.js
+++ b/node_modules/highlight.js/lib/languages/pgsql.js
@@ -14,7 +14,6 @@ Description:
- Function names deliberately are not highlighted. There is no way to tell function
call from other constructs, hence we can't highlight _all_ function names. And
some names highlighted while others not looks ugly.
-Category: database
*/
function pgsql(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/php.js b/node_modules/highlight.js/lib/languages/php.js
index 3531eb8..1df2617 100644
--- a/node_modules/highlight.js/lib/languages/php.js
+++ b/node_modules/highlight.js/lib/languages/php.js
@@ -22,15 +22,12 @@ function php(hljs) {
const PASCAL_CASE_CLASS_NAME_RE = regex.concat(
/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,
NOT_PERL_ETC);
- const UPCASE_NAME_RE = regex.concat(
- /[A-Z]+/,
- NOT_PERL_ETC);
const VARIABLE = {
scope: 'variable',
match: '\\$+' + IDENT_RE,
};
const PREPROCESSOR = {
- scope: "meta",
+ scope: 'meta',
variants: [
{ begin: /<\?php/, relevance: 10 }, // boost for obvious PHP
{ begin: /<\?=/ },
@@ -444,12 +441,7 @@ function php(hljs) {
];
const ATTRIBUTES = {
- begin: regex.concat(/#\[\s*\\?/,
- regex.either(
- PASCAL_CASE_CLASS_NAME_RE,
- UPCASE_NAME_RE
- )
- ),
+ begin: regex.concat(/#\[\s*/, PASCAL_CASE_CLASS_NAME_RE),
beginScope: "meta",
end: /]/,
endScope: "meta",
@@ -479,10 +471,7 @@ function php(hljs) {
...ATTRIBUTE_CONTAINS,
{
scope: 'meta',
- variants: [
- { match: PASCAL_CASE_CLASS_NAME_RE },
- { match: UPCASE_NAME_RE }
- ]
+ match: PASCAL_CASE_CLASS_NAME_RE
}
]
};
@@ -562,7 +551,6 @@ function php(hljs) {
keywords: KEYWORDS,
contains: [
'self',
- ATTRIBUTES,
VARIABLE,
LEFT_AND_RIGHT_SIDE_OF_DOUBLE_COLON,
hljs.C_BLOCK_COMMENT_MODE,
diff --git a/node_modules/highlight.js/lib/languages/pony.js b/node_modules/highlight.js/lib/languages/pony.js
index a97020d..cd4bcf2 100644
--- a/node_modules/highlight.js/lib/languages/pony.js
+++ b/node_modules/highlight.js/lib/languages/pony.js
@@ -4,7 +4,6 @@ Author: Joe Eli McIlvain
Description: Pony is an open-source, object-oriented, actor-model,
capabilities-secure, high performance programming language.
Website: https://www.ponylang.io
-Category: system
*/
function pony(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/powershell.js b/node_modules/highlight.js/lib/languages/powershell.js
index b45b6ee..5fe968a 100644
--- a/node_modules/highlight.js/lib/languages/powershell.js
+++ b/node_modules/highlight.js/lib/languages/powershell.js
@@ -4,7 +4,6 @@ Description: PowerShell is a task-based command-line shell and scripting languag
Author: David Mohundro
Contributors: Nicholas Blumhardt , Victor Zhou , Nicolas Le Gall
Website: https://docs.microsoft.com/en-us/powershell/
-Category: scripting
*/
function powershell(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/prolog.js b/node_modules/highlight.js/lib/languages/prolog.js
index 0b2d317..1bf878d 100644
--- a/node_modules/highlight.js/lib/languages/prolog.js
+++ b/node_modules/highlight.js/lib/languages/prolog.js
@@ -3,7 +3,6 @@ Language: Prolog
Description: Prolog is a general purpose logic programming language associated with artificial intelligence and computational linguistics.
Author: Raivo Laanemets
Website: https://en.wikipedia.org/wiki/Prolog
-Category: functional
*/
function prolog(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/purebasic.js b/node_modules/highlight.js/lib/languages/purebasic.js
index 3a95a1d..45eacef 100644
--- a/node_modules/highlight.js/lib/languages/purebasic.js
+++ b/node_modules/highlight.js/lib/languages/purebasic.js
@@ -4,7 +4,6 @@ Author: Tristano Ajmone
Description: Syntax highlighting for PureBASIC (v.5.00-5.60). No inline ASM highlighting. (v.1.2, May 2017)
Credits: I've taken inspiration from the PureBasic language file for GeSHi, created by Gustavo Julio Fiorenza (GuShH).
Website: https://www.purebasic.com
-Category: system
*/
// Base deafult colors in PB IDE: background: #FFFFDF; foreground: #000000;
diff --git a/node_modules/highlight.js/lib/languages/python.js b/node_modules/highlight.js/lib/languages/python.js
index 211536c..d0b7332 100644
--- a/node_modules/highlight.js/lib/languages/python.js
+++ b/node_modules/highlight.js/lib/languages/python.js
@@ -373,8 +373,7 @@ function python(hljs) {
NUMBER,
{
// very common convention
- scope: 'variable.language',
- match: /\bself\b/
+ begin: /\bself\b/
},
{
// eat "if" prior to string so that it won't accidentally be
@@ -382,7 +381,6 @@ function python(hljs) {
beginKeywords: "if",
relevance: 0
},
- { match: /\bor\b/, scope: "keyword" },
STRING,
COMMENT_TYPE,
hljs.HASH_COMMENT_MODE,
diff --git a/node_modules/highlight.js/lib/languages/q.js b/node_modules/highlight.js/lib/languages/q.js
index 089dbb0..0737415 100644
--- a/node_modules/highlight.js/lib/languages/q.js
+++ b/node_modules/highlight.js/lib/languages/q.js
@@ -4,7 +4,6 @@ Description: Q is a vector-based functional paradigm programming language built
(K/Q/Kdb+ from Kx Systems)
Author: Sergey Vidyuk
Website: https://kx.com/connect-with-us/developers/
-Category: enterprise, functional, database
*/
function q(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/reasonml.js b/node_modules/highlight.js/lib/languages/reasonml.js
index 49c0c2b..1408439 100644
--- a/node_modules/highlight.js/lib/languages/reasonml.js
+++ b/node_modules/highlight.js/lib/languages/reasonml.js
@@ -6,135 +6,301 @@ Author: Gidi Meir Morris
Category: functional
*/
function reasonml(hljs) {
- const BUILT_IN_TYPES = [
- "array",
- "bool",
- "bytes",
- "char",
- "exn|5",
- "float",
- "int",
- "int32",
- "int64",
- "list",
- "lazy_t|5",
- "nativeint|5",
- "ref",
- "string",
- "unit",
+ function orReValues(ops) {
+ return ops
+ .map(function(op) {
+ return op
+ .split('')
+ .map(function(char) {
+ return '\\' + char;
+ })
+ .join('');
+ })
+ .join('|');
+ }
+
+ const RE_IDENT = '~?[a-z$_][0-9a-zA-Z$_]*';
+ const RE_MODULE_IDENT = '`?[A-Z$_][0-9a-zA-Z$_]*';
+
+ const RE_PARAM_TYPEPARAM = '\'?[a-z$_][0-9a-z$_]*';
+ const RE_PARAM_TYPE = '\\s*:\\s*[a-z$_][0-9a-z$_]*(\\(\\s*(' + RE_PARAM_TYPEPARAM + '\\s*(,' + RE_PARAM_TYPEPARAM + '\\s*)*)?\\))?';
+ const RE_PARAM = RE_IDENT + '(' + RE_PARAM_TYPE + '){0,2}';
+ const RE_OPERATOR = "(" + orReValues([
+ '||',
+ '++',
+ '**',
+ '+.',
+ '*',
+ '/',
+ '*.',
+ '/.',
+ '...'
+ ]) + "|\\|>|&&|==|===)";
+ const RE_OPERATOR_SPACED = "\\s+" + RE_OPERATOR + "\\s+";
+
+ const KEYWORDS = {
+ keyword:
+ 'and as asr assert begin class constraint do done downto else end exception external '
+ + 'for fun function functor if in include inherit initializer '
+ + 'land lazy let lor lsl lsr lxor match method mod module mutable new nonrec '
+ + 'object of open or private rec sig struct then to try type val virtual when while with',
+ built_in:
+ 'array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 ref string unit ',
+ literal:
+ 'true false'
+ };
+
+ const RE_NUMBER = '\\b(0[xX][a-fA-F0-9_]+[Lln]?|'
+ + '0[oO][0-7_]+[Lln]?|'
+ + '0[bB][01_]+[Lln]?|'
+ + '[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)';
+
+ const NUMBER_MODE = {
+ className: 'number',
+ relevance: 0,
+ variants: [
+ { begin: RE_NUMBER },
+ { begin: '\\(-' + RE_NUMBER + '\\)' }
+ ]
+ };
+
+ const OPERATOR_MODE = {
+ className: 'operator',
+ relevance: 0,
+ begin: RE_OPERATOR
+ };
+ const LIST_CONTENTS_MODES = [
+ {
+ className: 'identifier',
+ relevance: 0,
+ begin: RE_IDENT
+ },
+ OPERATOR_MODE,
+ NUMBER_MODE
];
+
+ const MODULE_ACCESS_CONTENTS = [
+ hljs.QUOTE_STRING_MODE,
+ OPERATOR_MODE,
+ {
+ className: 'module',
+ begin: "\\b" + RE_MODULE_IDENT,
+ returnBegin: true,
+ relevance: 0,
+ end: "\.",
+ contains: [
+ {
+ className: 'identifier',
+ begin: RE_MODULE_IDENT,
+ relevance: 0
+ }
+ ]
+ }
+ ];
+
+ const PARAMS_CONTENTS = [
+ {
+ className: 'module',
+ begin: "\\b" + RE_MODULE_IDENT,
+ returnBegin: true,
+ end: "\.",
+ relevance: 0,
+ contains: [
+ {
+ className: 'identifier',
+ begin: RE_MODULE_IDENT,
+ relevance: 0
+ }
+ ]
+ }
+ ];
+
+ const PARAMS_MODE = {
+ begin: RE_IDENT,
+ end: '(,|\\n|\\))',
+ relevance: 0,
+ contains: [
+ OPERATOR_MODE,
+ {
+ className: 'typing',
+ begin: ':',
+ end: '(,|\\n)',
+ returnBegin: true,
+ relevance: 0,
+ contains: PARAMS_CONTENTS
+ }
+ ]
+ };
+
+ const FUNCTION_BLOCK_MODE = {
+ className: 'function',
+ relevance: 0,
+ keywords: KEYWORDS,
+ variants: [
+ {
+ begin: '\\s(\\(\\.?.*?\\)|' + RE_IDENT + ')\\s*=>',
+ end: '\\s*=>',
+ returnBegin: true,
+ relevance: 0,
+ contains: [
+ {
+ className: 'params',
+ variants: [
+ { begin: RE_IDENT },
+ { begin: RE_PARAM },
+ { begin: /\(\s*\)/ }
+ ]
+ }
+ ]
+ },
+ {
+ begin: '\\s\\(\\.?[^;\\|]*\\)\\s*=>',
+ end: '\\s=>',
+ returnBegin: true,
+ relevance: 0,
+ contains: [
+ {
+ className: 'params',
+ relevance: 0,
+ variants: [ PARAMS_MODE ]
+ }
+ ]
+ },
+ { begin: '\\(\\.\\s' + RE_IDENT + '\\)\\s*=>' }
+ ]
+ };
+ MODULE_ACCESS_CONTENTS.push(FUNCTION_BLOCK_MODE);
+
+ const CONSTRUCTOR_MODE = {
+ className: 'constructor',
+ begin: RE_MODULE_IDENT + '\\(',
+ end: '\\)',
+ illegal: '\\n',
+ keywords: KEYWORDS,
+ contains: [
+ hljs.QUOTE_STRING_MODE,
+ OPERATOR_MODE,
+ {
+ className: 'params',
+ begin: '\\b' + RE_IDENT
+ }
+ ]
+ };
+
+ const PATTERN_MATCH_BLOCK_MODE = {
+ className: 'pattern-match',
+ begin: '\\|',
+ returnBegin: true,
+ keywords: KEYWORDS,
+ end: '=>',
+ relevance: 0,
+ contains: [
+ CONSTRUCTOR_MODE,
+ OPERATOR_MODE,
+ {
+ relevance: 0,
+ className: 'constructor',
+ begin: RE_MODULE_IDENT
+ }
+ ]
+ };
+
+ const MODULE_ACCESS_MODE = {
+ className: 'module-access',
+ keywords: KEYWORDS,
+ returnBegin: true,
+ variants: [
+ { begin: "\\b(" + RE_MODULE_IDENT + "\\.)+" + RE_IDENT },
+ {
+ begin: "\\b(" + RE_MODULE_IDENT + "\\.)+\\(",
+ end: "\\)",
+ returnBegin: true,
+ contains: [
+ FUNCTION_BLOCK_MODE,
+ {
+ begin: '\\(',
+ end: '\\)',
+ relevance: 0,
+ skip: true
+ }
+ ].concat(MODULE_ACCESS_CONTENTS)
+ },
+ {
+ begin: "\\b(" + RE_MODULE_IDENT + "\\.)+\\{",
+ end: /\}/
+ }
+ ],
+ contains: MODULE_ACCESS_CONTENTS
+ };
+
+ PARAMS_CONTENTS.push(MODULE_ACCESS_MODE);
+
return {
name: 'ReasonML',
aliases: [ 're' ],
- keywords: {
- $pattern: /[a-z_]\w*!?/,
- keyword: [
- "and",
- "as",
- "asr",
- "assert",
- "begin",
- "class",
- "constraint",
- "do",
- "done",
- "downto",
- "else",
- "end",
- "esfun",
- "exception",
- "external",
- "for",
- "fun",
- "function",
- "functor",
- "if",
- "in",
- "include",
- "inherit",
- "initializer",
- "land",
- "lazy",
- "let",
- "lor",
- "lsl",
- "lsr",
- "lxor",
- "mod",
- "module",
- "mutable",
- "new",
- "nonrec",
- "object",
- "of",
- "open",
- "or",
- "pri",
- "pub",
- "rec",
- "sig",
- "struct",
- "switch",
- "then",
- "to",
- "try",
- "type",
- "val",
- "virtual",
- "when",
- "while",
- "with",
- ],
- built_in: BUILT_IN_TYPES,
- literal: ["true", "false"],
- },
- illegal: /(:-|:=|\$\{|\+=)/,
+ keywords: KEYWORDS,
+ illegal: '(:-|:=|\\$\\{|\\+=)',
contains: [
+ hljs.COMMENT('/\\*', '\\*/', { illegal: '^(#,\\/\\/)' }),
{
- scope: 'literal',
- match: /\[(\|\|)?\]|\(\)/,
+ className: 'character',
+ begin: '\'(\\\\[^\']+|[^\'])\'',
+ illegal: '\\n',
relevance: 0
},
+ hljs.QUOTE_STRING_MODE,
+ {
+ className: 'literal',
+ begin: '\\(\\)',
+ relevance: 0
+ },
+ {
+ className: 'literal',
+ begin: '\\[\\|',
+ end: '\\|\\]',
+ relevance: 0,
+ contains: LIST_CONTENTS_MODES
+ },
+ {
+ className: 'literal',
+ begin: '\\[',
+ end: '\\]',
+ relevance: 0,
+ contains: LIST_CONTENTS_MODES
+ },
+ CONSTRUCTOR_MODE,
+ {
+ className: 'operator',
+ begin: RE_OPERATOR_SPACED,
+ illegal: '-->',
+ relevance: 0
+ },
+ NUMBER_MODE,
hljs.C_LINE_COMMENT_MODE,
- hljs.COMMENT(/\/\*/, /\*\//, { illegal: /^(#,\/\/)/ }),
- { /* type variable */
- scope: 'symbol',
- match: /\'[A-Za-z_](?!\')[\w\']*/
- /* the grammar is ambiguous on how 'a'b should be interpreted but not the compiler */
- },
- { /* polymorphic variant */
- scope: 'type',
- match: /`[A-Z][\w\']*/
- },
- { /* module or constructor */
- scope: 'type',
- match: /\b[A-Z][\w\']*/,
- relevance: 0
- },
- { /* don't color identifiers, but safely catch all identifiers with ' */
- match: /[a-z_]\w*\'[\w\']*/,
- relevance: 0
- },
+ PATTERN_MATCH_BLOCK_MODE,
+ FUNCTION_BLOCK_MODE,
{
- scope: 'operator',
- match: /\s+(\|\||\+[\+\.]?|\*[\*\/\.]?|\/[\.]?|\.\.\.|\|>|&&|===?)\s+/,
- relevance: 0
- },
- hljs.inherit(hljs.APOS_STRING_MODE, {
- scope: 'string',
- relevance: 0
- }),
- hljs.inherit(hljs.QUOTE_STRING_MODE, { illegal: null }),
- {
- scope: 'number',
- variants: [
- { match: /\b0[xX][a-fA-F0-9_]+[Lln]?/ },
- { match: /\b0[oO][0-7_]+[Lln]?/ },
- { match: /\b0[bB][01_]+[Lln]?/ },
- { match: /\b[0-9][0-9_]*([Lln]|(\.[0-9_]*)?([eE][-+]?[0-9_]+)?)/ },
- ],
- relevance: 0
+ className: 'module-def',
+ begin: "\\bmodule\\s+" + RE_IDENT + "\\s+" + RE_MODULE_IDENT + "\\s+=\\s+\\{",
+ end: /\}/,
+ returnBegin: true,
+ keywords: KEYWORDS,
+ relevance: 0,
+ contains: [
+ {
+ className: 'module',
+ relevance: 0,
+ begin: RE_MODULE_IDENT
+ },
+ {
+ begin: /\{/,
+ end: /\}/,
+ relevance: 0,
+ skip: true
+ }
+ ].concat(MODULE_ACCESS_CONTENTS)
},
+ MODULE_ACCESS_MODE
]
};
}
diff --git a/node_modules/highlight.js/lib/languages/routeros.js b/node_modules/highlight.js/lib/languages/routeros.js
index 143cdd8..590a63c 100644
--- a/node_modules/highlight.js/lib/languages/routeros.js
+++ b/node_modules/highlight.js/lib/languages/routeros.js
@@ -3,7 +3,6 @@ Language: MikroTik RouterOS script
Author: Ivan Dementev
Description: Scripting host provides a way to automate some router maintenance tasks by means of executing user-defined scripts bounded to some event occurrence
Website: https://wiki.mikrotik.com/wiki/Manual:Scripting
-Category: scripting
*/
// Colors from RouterOS terminal:
diff --git a/node_modules/highlight.js/lib/languages/ruby.js b/node_modules/highlight.js/lib/languages/ruby.js
index e128206..c71e079 100644
--- a/node_modules/highlight.js/lib/languages/ruby.js
+++ b/node_modules/highlight.js/lib/languages/ruby.js
@@ -4,7 +4,7 @@ Description: Ruby is a dynamic, open source programming language with a focus on
Website: https://www.ruby-lang.org/
Author: Anton Kovalyov
Contributors: Peter Leonov , Vasily Polovnyov , Loren Segal , Pascal Hurni , Cedric Sohrauer
-Category: common, scripting
+Category: common
*/
function ruby(hljs) {
@@ -350,7 +350,7 @@ function ruby(hljs) {
},
{
className: 'params',
- begin: /\|(?!=)/,
+ begin: /\|/,
end: /\|/,
excludeBegin: true,
excludeEnd: true,
diff --git a/node_modules/highlight.js/lib/languages/rust.js b/node_modules/highlight.js/lib/languages/rust.js
index 45eeef2..70051ca 100644
--- a/node_modules/highlight.js/lib/languages/rust.js
+++ b/node_modules/highlight.js/lib/languages/rust.js
@@ -7,22 +7,15 @@ Category: common, system
*/
/** @type LanguageFn */
-
function rust(hljs) {
const regex = hljs.regex;
- // ============================================
- // Added to support the r# keyword, which is a raw identifier in Rust.
- const RAW_IDENTIFIER = /(r#)?/;
- const UNDERSCORE_IDENT_RE = regex.concat(RAW_IDENTIFIER, hljs.UNDERSCORE_IDENT_RE);
- const IDENT_RE = regex.concat(RAW_IDENTIFIER, hljs.IDENT_RE);
- // ============================================
const FUNCTION_INVOKE = {
className: "title.function.invoke",
relevance: 0,
begin: regex.concat(
/\b/,
- /(?!let|for|while|if|else|match\b)/,
- IDENT_RE,
+ /(?!let\b)/,
+ hljs.IDENT_RE,
regex.lookahead(/\s*\(/))
};
const NUMBER_SUFFIX = '([ui](8|16|32|64|128|size)|f(32|64))\?';
@@ -71,7 +64,6 @@ function rust(hljs) {
"try",
"type",
"typeof",
- "union",
"unsafe",
"unsized",
"use",
@@ -131,7 +123,6 @@ function rust(hljs) {
"debug_assert!",
"debug_assert_eq!",
"env!",
- "eprintln!",
"panic!",
"file!",
"format!",
@@ -199,26 +190,16 @@ function rust(hljs) {
illegal: null
}),
{
- className: 'symbol',
- // negative lookahead to avoid matching `'`
- begin: /'[a-zA-Z_][a-zA-Z0-9_]*(?!')/
- },
- {
- scope: 'string',
+ className: 'string',
variants: [
{ begin: /b?r(#*)"(.|\n)*?"\1(?!#)/ },
- {
- begin: /b?'/,
- end: /'/,
- contains: [
- {
- scope: "char.escape",
- match: /\\('|\w|x\w{2}|u\w{4}|U\w{8})/
- }
- ]
- }
+ { begin: /b?'\\?(x\w{2}|u\w{4}|U\w{8}|.)'/ }
]
},
+ {
+ className: 'symbol',
+ begin: /'[a-zA-Z_][a-zA-Z0-9_]*/
+ },
{
className: 'number',
variants: [
@@ -234,7 +215,7 @@ function rust(hljs) {
begin: [
/fn/,
/\s+/,
- UNDERSCORE_IDENT_RE
+ hljs.UNDERSCORE_IDENT_RE
],
className: {
1: "keyword",
@@ -249,10 +230,7 @@ function rust(hljs) {
{
className: 'string',
begin: /"/,
- end: /"/,
- contains: [
- hljs.BACKSLASH_ESCAPE
- ]
+ end: /"/
}
]
},
@@ -261,7 +239,7 @@ function rust(hljs) {
/let/,
/\s+/,
/(?:mut\s+)?/,
- UNDERSCORE_IDENT_RE
+ hljs.UNDERSCORE_IDENT_RE
],
className: {
1: "keyword",
@@ -274,7 +252,7 @@ function rust(hljs) {
begin: [
/for/,
/\s+/,
- UNDERSCORE_IDENT_RE,
+ hljs.UNDERSCORE_IDENT_RE,
/\s+/,
/in/
],
@@ -288,7 +266,7 @@ function rust(hljs) {
begin: [
/type/,
/\s+/,
- UNDERSCORE_IDENT_RE
+ hljs.UNDERSCORE_IDENT_RE
],
className: {
1: "keyword",
@@ -299,7 +277,7 @@ function rust(hljs) {
begin: [
/(?:trait|enum|struct|union|impl|for)/,
/\s+/,
- UNDERSCORE_IDENT_RE
+ hljs.UNDERSCORE_IDENT_RE
],
className: {
1: "keyword",
diff --git a/node_modules/highlight.js/lib/languages/sas.js b/node_modules/highlight.js/lib/languages/sas.js
index 6f121a6..6683f7e 100644
--- a/node_modules/highlight.js/lib/languages/sas.js
+++ b/node_modules/highlight.js/lib/languages/sas.js
@@ -2,7 +2,6 @@
Language: SAS
Author: Mauricio Caceres
Description: Syntax Highlighting for SAS
-Category: scientific
*/
/** @type LanguageFn */
diff --git a/node_modules/highlight.js/lib/languages/scala.js b/node_modules/highlight.js/lib/languages/scala.js
index be5d1b8..5f9dc96 100644
--- a/node_modules/highlight.js/lib/languages/scala.js
+++ b/node_modules/highlight.js/lib/languages/scala.js
@@ -88,11 +88,7 @@ function scala(hljs) {
excludeBegin: true,
excludeEnd: true,
relevance: 0,
- contains: [
- TYPE,
- hljs.C_LINE_COMMENT_MODE,
- hljs.C_BLOCK_COMMENT_MODE,
- ]
+ contains: [ TYPE ]
},
{
className: 'params',
@@ -101,11 +97,7 @@ function scala(hljs) {
excludeBegin: true,
excludeEnd: true,
relevance: 0,
- contains: [
- TYPE,
- hljs.C_LINE_COMMENT_MODE,
- hljs.C_BLOCK_COMMENT_MODE,
- ]
+ contains: [ TYPE ]
},
NAME
]
@@ -159,34 +151,6 @@ function scala(hljs) {
beginScope: { 2: "keyword", }
};
- // glob all non-whitespace characters as a "string"
- // sourced from https://github.com/scala/docs.scala-lang/pull/2845
- const DIRECTIVE_VALUE = {
- className: 'string',
- begin: /\S+/,
- };
-
- // directives
- // sourced from https://github.com/scala/docs.scala-lang/pull/2845
- const USING_DIRECTIVE = {
- begin: [
- '//>',
- /\s+/,
- /using/,
- /\s+/,
- /\S+/
- ],
- beginScope: {
- 1: "comment",
- 3: "keyword",
- 5: "type"
- },
- end: /$/,
- contains: [
- DIRECTIVE_VALUE,
- ]
- };
-
return {
name: 'Scala',
keywords: {
@@ -194,7 +158,6 @@ function scala(hljs) {
keyword: 'type yield lazy override def with val var sealed abstract private trait object if then forSome for while do throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit export enum given transparent'
},
contains: [
- USING_DIRECTIVE,
hljs.C_LINE_COMMENT_MODE,
hljs.C_BLOCK_COMMENT_MODE,
STRING,
diff --git a/node_modules/highlight.js/lib/languages/scss.js b/node_modules/highlight.js/lib/languages/scss.js
index 441fbb6..6f71adb 100644
--- a/node_modules/highlight.js/lib/languages/scss.js
+++ b/node_modules/highlight.js/lib/languages/scss.js
@@ -38,12 +38,12 @@ const MODES = (hljs) => {
},
CSS_VARIABLE: {
className: "attr",
- begin: /--[A-Za-z_][A-Za-z0-9_-]*/
+ begin: /--[A-Za-z][A-Za-z0-9_-]*/
}
};
};
-const HTML_TAGS = [
+const TAGS = [
'a',
'abbr',
'address',
@@ -95,16 +95,11 @@ const HTML_TAGS = [
'nav',
'object',
'ol',
- 'optgroup',
- 'option',
'p',
- 'picture',
'q',
'quote',
'samp',
'section',
- 'select',
- 'source',
'span',
'strong',
'summary',
@@ -123,58 +118,6 @@ const HTML_TAGS = [
'video'
];
-const SVG_TAGS = [
- 'defs',
- 'g',
- 'marker',
- 'mask',
- 'pattern',
- 'svg',
- 'switch',
- 'symbol',
- 'feBlend',
- 'feColorMatrix',
- 'feComponentTransfer',
- 'feComposite',
- 'feConvolveMatrix',
- 'feDiffuseLighting',
- 'feDisplacementMap',
- 'feFlood',
- 'feGaussianBlur',
- 'feImage',
- 'feMerge',
- 'feMorphology',
- 'feOffset',
- 'feSpecularLighting',
- 'feTile',
- 'feTurbulence',
- 'linearGradient',
- 'radialGradient',
- 'stop',
- 'circle',
- 'ellipse',
- 'image',
- 'line',
- 'path',
- 'polygon',
- 'polyline',
- 'rect',
- 'text',
- 'use',
- 'textPath',
- 'tspan',
- 'foreignObject',
- 'clipPath'
-];
-
-const TAGS = [
- ...HTML_TAGS,
- ...SVG_TAGS,
-];
-
-// Sorting, then reversing makes sure longer attributes/elements like
-// `font-weight` are matched fully instead of getting false positives on say `font`
-
const MEDIA_FEATURES = [
'any-hover',
'any-pointer',
@@ -210,7 +153,7 @@ const MEDIA_FEATURES = [
'max-width',
'min-height',
'max-height'
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes
const PSEUDO_CLASSES = [
@@ -273,7 +216,7 @@ const PSEUDO_CLASSES = [
'valid',
'visited',
'where' // where()
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements
const PSEUDO_ELEMENTS = [
@@ -291,18 +234,14 @@ const PSEUDO_ELEMENTS = [
'selection',
'slotted',
'spelling-error'
-].sort().reverse();
+];
const ATTRIBUTES = [
- 'accent-color',
'align-content',
'align-items',
'align-self',
- 'alignment-baseline',
'all',
- 'anchor-name',
'animation',
- 'animation-composition',
'animation-delay',
'animation-direction',
'animation-duration',
@@ -310,14 +249,7 @@ const ATTRIBUTES = [
'animation-iteration-count',
'animation-name',
'animation-play-state',
- 'animation-range',
- 'animation-range-end',
- 'animation-range-start',
- 'animation-timeline',
'animation-timing-function',
- 'appearance',
- 'aspect-ratio',
- 'backdrop-filter',
'backface-visibility',
'background',
'background-attachment',
@@ -327,11 +259,8 @@ const ATTRIBUTES = [
'background-image',
'background-origin',
'background-position',
- 'background-position-x',
- 'background-position-y',
'background-repeat',
'background-size',
- 'baseline-shift',
'block-size',
'border',
'border-block',
@@ -354,8 +283,6 @@ const ATTRIBUTES = [
'border-bottom-width',
'border-collapse',
'border-color',
- 'border-end-end-radius',
- 'border-end-start-radius',
'border-image',
'border-image-outset',
'border-image-repeat',
@@ -384,8 +311,6 @@ const ATTRIBUTES = [
'border-right-style',
'border-right-width',
'border-spacing',
- 'border-start-end-radius',
- 'border-start-start-radius',
'border-style',
'border-top',
'border-top-color',
@@ -395,15 +320,7 @@ const ATTRIBUTES = [
'border-top-width',
'border-width',
'bottom',
- 'box-align',
'box-decoration-break',
- 'box-direction',
- 'box-flex',
- 'box-flex-group',
- 'box-lines',
- 'box-ordinal-group',
- 'box-orient',
- 'box-pack',
'box-shadow',
'box-sizing',
'break-after',
@@ -416,11 +333,6 @@ const ATTRIBUTES = [
'clip-path',
'clip-rule',
'color',
- 'color-interpolation',
- 'color-interpolation-filters',
- 'color-profile',
- 'color-rendering',
- 'color-scheme',
'column-count',
'column-fill',
'column-gap',
@@ -432,34 +344,17 @@ const ATTRIBUTES = [
'column-width',
'columns',
'contain',
- 'contain-intrinsic-block-size',
- 'contain-intrinsic-height',
- 'contain-intrinsic-inline-size',
- 'contain-intrinsic-size',
- 'contain-intrinsic-width',
- 'container',
- 'container-name',
- 'container-type',
'content',
'content-visibility',
'counter-increment',
'counter-reset',
- 'counter-set',
'cue',
'cue-after',
'cue-before',
'cursor',
- 'cx',
- 'cy',
'direction',
'display',
- 'dominant-baseline',
'empty-cells',
- 'enable-background',
- 'field-sizing',
- 'fill',
- 'fill-opacity',
- 'fill-rule',
'filter',
'flex',
'flex-basis',
@@ -469,8 +364,6 @@ const ATTRIBUTES = [
'flex-shrink',
'flex-wrap',
'float',
- 'flood-color',
- 'flood-opacity',
'flow',
'font',
'font-display',
@@ -478,32 +371,21 @@ const ATTRIBUTES = [
'font-feature-settings',
'font-kerning',
'font-language-override',
- 'font-optical-sizing',
- 'font-palette',
'font-size',
'font-size-adjust',
- 'font-smooth',
'font-smoothing',
'font-stretch',
'font-style',
'font-synthesis',
- 'font-synthesis-position',
- 'font-synthesis-small-caps',
- 'font-synthesis-style',
- 'font-synthesis-weight',
'font-variant',
- 'font-variant-alternates',
'font-variant-caps',
'font-variant-east-asian',
- 'font-variant-emoji',
'font-variant-ligatures',
'font-variant-numeric',
'font-variant-position',
'font-variation-settings',
'font-weight',
- 'forced-color-adjust',
'gap',
- 'glyph-orientation-horizontal',
'glyph-orientation-vertical',
'grid',
'grid-area',
@@ -523,36 +405,19 @@ const ATTRIBUTES = [
'grid-template-rows',
'hanging-punctuation',
'height',
- 'hyphenate-character',
- 'hyphenate-limit-chars',
'hyphens',
'icon',
'image-orientation',
'image-rendering',
'image-resolution',
'ime-mode',
- 'initial-letter',
- 'initial-letter-align',
'inline-size',
- 'inset',
- 'inset-area',
- 'inset-block',
- 'inset-block-end',
- 'inset-block-start',
- 'inset-inline',
- 'inset-inline-end',
- 'inset-inline-start',
'isolation',
'justify-content',
- 'justify-items',
- 'justify-self',
- 'kerning',
'left',
'letter-spacing',
- 'lighting-color',
'line-break',
'line-height',
- 'line-height-step',
'list-style',
'list-style-image',
'list-style-position',
@@ -568,11 +433,6 @@ const ATTRIBUTES = [
'margin-left',
'margin-right',
'margin-top',
- 'margin-trim',
- 'marker',
- 'marker-end',
- 'marker-mid',
- 'marker-start',
'marks',
'mask',
'mask-border',
@@ -591,10 +451,6 @@ const ATTRIBUTES = [
'mask-repeat',
'mask-size',
'mask-type',
- 'masonry-auto-flow',
- 'math-depth',
- 'math-shift',
- 'math-style',
'max-block-size',
'max-height',
'max-inline-size',
@@ -613,12 +469,6 @@ const ATTRIBUTES = [
'normal',
'object-fit',
'object-position',
- 'offset',
- 'offset-anchor',
- 'offset-distance',
- 'offset-path',
- 'offset-position',
- 'offset-rotate',
'opacity',
'order',
'orphans',
@@ -628,19 +478,9 @@ const ATTRIBUTES = [
'outline-style',
'outline-width',
'overflow',
- 'overflow-anchor',
- 'overflow-block',
- 'overflow-clip-margin',
- 'overflow-inline',
'overflow-wrap',
'overflow-x',
'overflow-y',
- 'overlay',
- 'overscroll-behavior',
- 'overscroll-behavior-block',
- 'overscroll-behavior-inline',
- 'overscroll-behavior-x',
- 'overscroll-behavior-y',
'padding',
'padding-block',
'padding-block-end',
@@ -652,37 +492,23 @@ const ATTRIBUTES = [
'padding-left',
'padding-right',
'padding-top',
- 'page',
'page-break-after',
'page-break-before',
'page-break-inside',
- 'paint-order',
'pause',
'pause-after',
'pause-before',
'perspective',
'perspective-origin',
- 'place-content',
- 'place-items',
- 'place-self',
'pointer-events',
'position',
- 'position-anchor',
- 'position-visibility',
- 'print-color-adjust',
'quotes',
- 'r',
'resize',
'rest',
'rest-after',
'rest-before',
'right',
- 'rotate',
'row-gap',
- 'ruby-align',
- 'ruby-position',
- 'scale',
- 'scroll-behavior',
'scroll-margin',
'scroll-margin-block',
'scroll-margin-block-end',
@@ -708,43 +534,25 @@ const ATTRIBUTES = [
'scroll-snap-align',
'scroll-snap-stop',
'scroll-snap-type',
- 'scroll-timeline',
- 'scroll-timeline-axis',
- 'scroll-timeline-name',
'scrollbar-color',
'scrollbar-gutter',
'scrollbar-width',
'shape-image-threshold',
'shape-margin',
'shape-outside',
- 'shape-rendering',
'speak',
'speak-as',
'src', // @font-face
- 'stop-color',
- 'stop-opacity',
- 'stroke',
- 'stroke-dasharray',
- 'stroke-dashoffset',
- 'stroke-linecap',
- 'stroke-linejoin',
- 'stroke-miterlimit',
- 'stroke-opacity',
- 'stroke-width',
'tab-size',
'table-layout',
'text-align',
'text-align-all',
'text-align-last',
- 'text-anchor',
'text-combine-upright',
'text-decoration',
'text-decoration-color',
'text-decoration-line',
- 'text-decoration-skip',
- 'text-decoration-skip-ink',
'text-decoration-style',
- 'text-decoration-thickness',
'text-emphasis',
'text-emphasis-color',
'text-emphasis-position',
@@ -755,37 +563,20 @@ const ATTRIBUTES = [
'text-overflow',
'text-rendering',
'text-shadow',
- 'text-size-adjust',
'text-transform',
- 'text-underline-offset',
'text-underline-position',
- 'text-wrap',
- 'text-wrap-mode',
- 'text-wrap-style',
- 'timeline-scope',
'top',
- 'touch-action',
'transform',
'transform-box',
'transform-origin',
'transform-style',
'transition',
- 'transition-behavior',
'transition-delay',
'transition-duration',
'transition-property',
'transition-timing-function',
- 'translate',
'unicode-bidi',
- 'user-modify',
- 'user-select',
- 'vector-effect',
'vertical-align',
- 'view-timeline',
- 'view-timeline-axis',
- 'view-timeline-inset',
- 'view-timeline-name',
- 'view-transition-name',
'visibility',
'voice-balance',
'voice-duration',
@@ -796,7 +587,6 @@ const ATTRIBUTES = [
'voice-stress',
'voice-volume',
'white-space',
- 'white-space-collapse',
'widows',
'width',
'will-change',
@@ -804,11 +594,10 @@ const ATTRIBUTES = [
'word-spacing',
'word-wrap',
'writing-mode',
- 'x',
- 'y',
- 'z-index',
- 'zoom'
-].sort().reverse();
+ 'z-index'
+ // reverse makes sure longer attributes `font-weight` are matched fully
+ // instead of getting false positives on say `font`
+].reverse();
/*
Language: SCSS
@@ -818,7 +607,6 @@ Website: https://sass-lang.com
Category: common, css, web
*/
-
/** @type LanguageFn */
function scss(hljs) {
const modes = MODES(hljs);
diff --git a/node_modules/highlight.js/lib/languages/smali.js b/node_modules/highlight.js/lib/languages/smali.js
index 1d90e88..8314625 100644
--- a/node_modules/highlight.js/lib/languages/smali.js
+++ b/node_modules/highlight.js/lib/languages/smali.js
@@ -3,7 +3,6 @@ Language: Smali
Author: Dennis Titze
Description: Basic Smali highlighting
Website: https://github.com/JesusFreke/smali
-Category: assembler
*/
function smali(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/smalltalk.js b/node_modules/highlight.js/lib/languages/smalltalk.js
index 0677441..d071ab6 100644
--- a/node_modules/highlight.js/lib/languages/smalltalk.js
+++ b/node_modules/highlight.js/lib/languages/smalltalk.js
@@ -3,7 +3,6 @@ Language: Smalltalk
Description: Smalltalk is an object-oriented, dynamically typed reflective programming language.
Author: Vladimir Gubarkov
Website: https://en.wikipedia.org/wiki/Smalltalk
-Category: system
*/
function smalltalk(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/sql.js b/node_modules/highlight.js/lib/languages/sql.js
index eaff8e3..40b6de4 100644
--- a/node_modules/highlight.js/lib/languages/sql.js
+++ b/node_modules/highlight.js/lib/languages/sql.js
@@ -24,19 +24,19 @@ function sql(hljs) {
const regex = hljs.regex;
const COMMENT_MODE = hljs.COMMENT('--', '$');
const STRING = {
- scope: 'string',
+ className: 'string',
variants: [
{
begin: /'/,
end: /'/,
- contains: [ { match: /''/ } ]
+ contains: [ { begin: /''/ } ]
}
]
};
const QUOTED_IDENTIFIER = {
begin: /"/,
end: /"/,
- contains: [ { match: /""/ } ]
+ contains: [ { begin: /""/ } ]
};
const LITERALS = [
@@ -606,42 +606,22 @@ function sql(hljs) {
});
const VARIABLE = {
- scope: "variable",
- match: /@[a-z0-9][a-z0-9_]*/,
+ className: "variable",
+ begin: /@[a-z0-9][a-z0-9_]*/,
};
const OPERATOR = {
- scope: "operator",
- match: /[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,
+ className: "operator",
+ begin: /[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,
relevance: 0,
};
const FUNCTION_CALL = {
- match: regex.concat(/\b/, regex.either(...FUNCTIONS), /\s*\(/),
+ begin: regex.concat(/\b/, regex.either(...FUNCTIONS), /\s*\(/),
relevance: 0,
keywords: { built_in: FUNCTIONS }
};
- // turns a multi-word keyword combo into a regex that doesn't
- // care about extra whitespace etc.
- // input: "START QUERY"
- // output: /\bSTART\s+QUERY\b/
- function kws_to_regex(list) {
- return regex.concat(
- /\b/,
- regex.either(...list.map((kw) => {
- return kw.replace(/\s+/, "\\s+")
- })),
- /\b/
- )
- }
-
- const MULTI_WORD_KEYWORDS = {
- scope: "keyword",
- match: kws_to_regex(COMBOS),
- relevance: 0,
- };
-
// keywords with less than 3 letters are reduced in relevancy
function reduceRelevancy(list, {
exceptions, when
@@ -674,10 +654,19 @@ function sql(hljs) {
},
contains: [
{
- scope: "type",
- match: kws_to_regex(MULTI_WORD_TYPES)
+ begin: regex.either(...COMBOS),
+ relevance: 0,
+ keywords: {
+ $pattern: /[\w\.]+/,
+ keyword: KEYWORDS.concat(COMBOS),
+ literal: LITERALS,
+ type: TYPES
+ },
+ },
+ {
+ className: "type",
+ begin: regex.either(...MULTI_WORD_TYPES)
},
- MULTI_WORD_KEYWORDS,
FUNCTION_CALL,
VARIABLE,
STRING,
diff --git a/node_modules/highlight.js/lib/languages/stan.js b/node_modules/highlight.js/lib/languages/stan.js
index 71244fd..d8b9935 100644
--- a/node_modules/highlight.js/lib/languages/stan.js
+++ b/node_modules/highlight.js/lib/languages/stan.js
@@ -32,20 +32,16 @@ function stan(hljs) {
const TYPES = [
'array',
- 'tuple',
'complex',
'int',
'real',
'vector',
- 'complex_vector',
'ordered',
'positive_ordered',
'simplex',
'unit_vector',
'row_vector',
- 'complex_row_vector',
'matrix',
- 'complex_matrix',
'cholesky_factor_corr|10',
'cholesky_factor_cov|10',
'corr_matrix|10',
@@ -62,6 +58,8 @@ function stan(hljs) {
// functions_quoted.txt
const FUNCTIONS = [
+ 'Phi',
+ 'Phi_approx',
'abs',
'acos',
'acosh',
@@ -79,6 +77,7 @@ function stan(hljs) {
'bessel_first_kind',
'bessel_second_kind',
'binary_log_loss',
+ 'binomial_coefficient_log',
'block',
'cbrt',
'ceil',
@@ -89,48 +88,37 @@ function stan(hljs) {
'cols',
'columns_dot_product',
'columns_dot_self',
- 'complex_schur_decompose',
- 'complex_schur_decompose_t',
- 'complex_schur_decompose_u',
'conj',
'cos',
'cosh',
'cov_exp_quad',
'crossprod',
- 'csr_extract',
'csr_extract_u',
'csr_extract_v',
'csr_extract_w',
'csr_matrix_times_vector',
'csr_to_dense_matrix',
'cumulative_sum',
- 'dae',
- 'dae_tol',
'determinant',
'diag_matrix',
- 'diagonal',
'diag_post_multiply',
'diag_pre_multiply',
+ 'diagonal',
'digamma',
'dims',
'distance',
'dot_product',
'dot_self',
- 'eigendecompose',
- 'eigendecompose_sym',
- 'eigenvalues',
'eigenvalues_sym',
- 'eigenvectors',
'eigenvectors_sym',
'erf',
'erfc',
'exp',
'exp2',
'expm1',
+ 'fabs',
'falling_factorial',
'fdim',
- 'fft',
- 'fft2',
'floor',
'fma',
'fmax',
@@ -140,6 +128,7 @@ function stan(hljs) {
'gamma_q',
'generalized_inverse',
'get_imag',
+ 'get_lp',
'get_real',
'head',
'hmm_hidden_state_prob',
@@ -147,24 +136,20 @@ function stan(hljs) {
'hypot',
'identity_matrix',
'inc_beta',
+ 'int_step',
'integrate_1d',
'integrate_ode',
'integrate_ode_adams',
'integrate_ode_bdf',
'integrate_ode_rk45',
- 'int_step',
'inv',
- 'inv_cloglog',
- 'inv_erfc',
- 'inverse',
- 'inverse_spd',
- 'inv_fft',
- 'inv_fft2',
- 'inv_inc_beta',
- 'inv_logit',
'inv_Phi',
+ 'inv_cloglog',
+ 'inv_logit',
'inv_sqrt',
'inv_square',
+ 'inverse',
+ 'inverse_spd',
'is_inf',
'is_nan',
'lambert_w0',
@@ -190,12 +175,12 @@ function stan(hljs) {
'log_falling_factorial',
'log_inv_logit',
'log_inv_logit_diff',
- 'logit',
'log_mix',
'log_modified_bessel_first_kind',
'log_rising_factorial',
'log_softmax',
'log_sum_exp',
+ 'logit',
'machine_precision',
'map_rect',
'matrix_exp',
@@ -210,11 +195,10 @@ function stan(hljs) {
'min',
'modified_bessel_first_kind',
'modified_bessel_second_kind',
+ 'multiply_log',
'multiply_lower_tri_self_transpose',
'negative_infinity',
'norm',
- 'norm1',
- 'norm2',
'not_a_number',
'num_elements',
'ode_adams',
@@ -235,18 +219,14 @@ function stan(hljs) {
'ones_row_vector',
'ones_vector',
'owens_t',
- 'Phi',
- 'Phi_approx',
'polar',
'positive_infinity',
'pow',
'print',
'prod',
'proj',
- 'qr',
'qr_Q',
'qr_R',
- 'qr_thin',
'qr_thin_Q',
'qr_thin_R',
'quad_form',
@@ -286,7 +266,6 @@ function stan(hljs) {
'sub_col',
'sub_row',
'sum',
- 'svd',
'svd_U',
'svd_V',
'symmetrize_from_lower_tri',
@@ -299,7 +278,6 @@ function stan(hljs) {
'to_array_1d',
'to_array_2d',
'to_complex',
- 'to_int',
'to_matrix',
'to_row_vector',
'to_vector',
@@ -343,22 +321,18 @@ function stan(hljs) {
'inv_chi_square',
'inv_gamma',
'inv_wishart',
- 'inv_wishart_cholesky',
'lkj_corr',
'lkj_corr_cholesky',
'logistic',
- 'loglogistic',
'lognormal',
'multi_gp',
'multi_gp_cholesky',
- 'multinomial',
- 'multinomial_logit',
'multi_normal',
'multi_normal_cholesky',
'multi_normal_prec',
- 'multi_student_cholesky_t',
'multi_student_t',
- 'multi_student_t_cholesky',
+ 'multinomial',
+ 'multinomial_logit',
'neg_binomial',
'neg_binomial_2',
'neg_binomial_2_log',
@@ -378,14 +352,12 @@ function stan(hljs) {
'skew_double_exponential',
'skew_normal',
'std_normal',
- 'std_normal_log',
'student_t',
'uniform',
'von_mises',
'weibull',
'wiener',
- 'wishart',
- 'wishart_cholesky'
+ 'wishart'
];
const BLOCK_COMMENT = hljs.COMMENT(
diff --git a/node_modules/highlight.js/lib/languages/step21.js b/node_modules/highlight.js/lib/languages/step21.js
index fd37964..d622f7d 100644
--- a/node_modules/highlight.js/lib/languages/step21.js
+++ b/node_modules/highlight.js/lib/languages/step21.js
@@ -3,7 +3,6 @@ Language: STEP Part 21
Contributors: Adam Joseph Cook
Description: Syntax highlighter for STEP Part 21 files (ISO 10303-21).
Website: https://en.wikipedia.org/wiki/ISO_10303-21
-Category: syntax
*/
function step21(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/stylus.js b/node_modules/highlight.js/lib/languages/stylus.js
index 1bdc95d..b25f9e1 100644
--- a/node_modules/highlight.js/lib/languages/stylus.js
+++ b/node_modules/highlight.js/lib/languages/stylus.js
@@ -38,12 +38,12 @@ const MODES = (hljs) => {
},
CSS_VARIABLE: {
className: "attr",
- begin: /--[A-Za-z_][A-Za-z0-9_-]*/
+ begin: /--[A-Za-z][A-Za-z0-9_-]*/
}
};
};
-const HTML_TAGS = [
+const TAGS = [
'a',
'abbr',
'address',
@@ -95,16 +95,11 @@ const HTML_TAGS = [
'nav',
'object',
'ol',
- 'optgroup',
- 'option',
'p',
- 'picture',
'q',
'quote',
'samp',
'section',
- 'select',
- 'source',
'span',
'strong',
'summary',
@@ -123,58 +118,6 @@ const HTML_TAGS = [
'video'
];
-const SVG_TAGS = [
- 'defs',
- 'g',
- 'marker',
- 'mask',
- 'pattern',
- 'svg',
- 'switch',
- 'symbol',
- 'feBlend',
- 'feColorMatrix',
- 'feComponentTransfer',
- 'feComposite',
- 'feConvolveMatrix',
- 'feDiffuseLighting',
- 'feDisplacementMap',
- 'feFlood',
- 'feGaussianBlur',
- 'feImage',
- 'feMerge',
- 'feMorphology',
- 'feOffset',
- 'feSpecularLighting',
- 'feTile',
- 'feTurbulence',
- 'linearGradient',
- 'radialGradient',
- 'stop',
- 'circle',
- 'ellipse',
- 'image',
- 'line',
- 'path',
- 'polygon',
- 'polyline',
- 'rect',
- 'text',
- 'use',
- 'textPath',
- 'tspan',
- 'foreignObject',
- 'clipPath'
-];
-
-const TAGS = [
- ...HTML_TAGS,
- ...SVG_TAGS,
-];
-
-// Sorting, then reversing makes sure longer attributes/elements like
-// `font-weight` are matched fully instead of getting false positives on say `font`
-
const MEDIA_FEATURES = [
'any-hover',
'any-pointer',
@@ -210,7 +153,7 @@ const MEDIA_FEATURES = [
'max-width',
'min-height',
'max-height'
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes
const PSEUDO_CLASSES = [
@@ -273,7 +216,7 @@ const PSEUDO_CLASSES = [
'valid',
'visited',
'where' // where()
-].sort().reverse();
+];
// https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements
const PSEUDO_ELEMENTS = [
@@ -291,18 +234,14 @@ const PSEUDO_ELEMENTS = [
'selection',
'slotted',
'spelling-error'
-].sort().reverse();
+];
const ATTRIBUTES = [
- 'accent-color',
'align-content',
'align-items',
'align-self',
- 'alignment-baseline',
'all',
- 'anchor-name',
'animation',
- 'animation-composition',
'animation-delay',
'animation-direction',
'animation-duration',
@@ -310,14 +249,7 @@ const ATTRIBUTES = [
'animation-iteration-count',
'animation-name',
'animation-play-state',
- 'animation-range',
- 'animation-range-end',
- 'animation-range-start',
- 'animation-timeline',
'animation-timing-function',
- 'appearance',
- 'aspect-ratio',
- 'backdrop-filter',
'backface-visibility',
'background',
'background-attachment',
@@ -327,11 +259,8 @@ const ATTRIBUTES = [
'background-image',
'background-origin',
'background-position',
- 'background-position-x',
- 'background-position-y',
'background-repeat',
'background-size',
- 'baseline-shift',
'block-size',
'border',
'border-block',
@@ -354,8 +283,6 @@ const ATTRIBUTES = [
'border-bottom-width',
'border-collapse',
'border-color',
- 'border-end-end-radius',
- 'border-end-start-radius',
'border-image',
'border-image-outset',
'border-image-repeat',
@@ -384,8 +311,6 @@ const ATTRIBUTES = [
'border-right-style',
'border-right-width',
'border-spacing',
- 'border-start-end-radius',
- 'border-start-start-radius',
'border-style',
'border-top',
'border-top-color',
@@ -395,15 +320,7 @@ const ATTRIBUTES = [
'border-top-width',
'border-width',
'bottom',
- 'box-align',
'box-decoration-break',
- 'box-direction',
- 'box-flex',
- 'box-flex-group',
- 'box-lines',
- 'box-ordinal-group',
- 'box-orient',
- 'box-pack',
'box-shadow',
'box-sizing',
'break-after',
@@ -416,11 +333,6 @@ const ATTRIBUTES = [
'clip-path',
'clip-rule',
'color',
- 'color-interpolation',
- 'color-interpolation-filters',
- 'color-profile',
- 'color-rendering',
- 'color-scheme',
'column-count',
'column-fill',
'column-gap',
@@ -432,34 +344,17 @@ const ATTRIBUTES = [
'column-width',
'columns',
'contain',
- 'contain-intrinsic-block-size',
- 'contain-intrinsic-height',
- 'contain-intrinsic-inline-size',
- 'contain-intrinsic-size',
- 'contain-intrinsic-width',
- 'container',
- 'container-name',
- 'container-type',
'content',
'content-visibility',
'counter-increment',
'counter-reset',
- 'counter-set',
'cue',
'cue-after',
'cue-before',
'cursor',
- 'cx',
- 'cy',
'direction',
'display',
- 'dominant-baseline',
'empty-cells',
- 'enable-background',
- 'field-sizing',
- 'fill',
- 'fill-opacity',
- 'fill-rule',
'filter',
'flex',
'flex-basis',
@@ -469,8 +364,6 @@ const ATTRIBUTES = [
'flex-shrink',
'flex-wrap',
'float',
- 'flood-color',
- 'flood-opacity',
'flow',
'font',
'font-display',
@@ -478,32 +371,21 @@ const ATTRIBUTES = [
'font-feature-settings',
'font-kerning',
'font-language-override',
- 'font-optical-sizing',
- 'font-palette',
'font-size',
'font-size-adjust',
- 'font-smooth',
'font-smoothing',
'font-stretch',
'font-style',
'font-synthesis',
- 'font-synthesis-position',
- 'font-synthesis-small-caps',
- 'font-synthesis-style',
- 'font-synthesis-weight',
'font-variant',
- 'font-variant-alternates',
'font-variant-caps',
'font-variant-east-asian',
- 'font-variant-emoji',
'font-variant-ligatures',
'font-variant-numeric',
'font-variant-position',
'font-variation-settings',
'font-weight',
- 'forced-color-adjust',
'gap',
- 'glyph-orientation-horizontal',
'glyph-orientation-vertical',
'grid',
'grid-area',
@@ -523,36 +405,19 @@ const ATTRIBUTES = [
'grid-template-rows',
'hanging-punctuation',
'height',
- 'hyphenate-character',
- 'hyphenate-limit-chars',
'hyphens',
'icon',
'image-orientation',
'image-rendering',
'image-resolution',
'ime-mode',
- 'initial-letter',
- 'initial-letter-align',
'inline-size',
- 'inset',
- 'inset-area',
- 'inset-block',
- 'inset-block-end',
- 'inset-block-start',
- 'inset-inline',
- 'inset-inline-end',
- 'inset-inline-start',
'isolation',
'justify-content',
- 'justify-items',
- 'justify-self',
- 'kerning',
'left',
'letter-spacing',
- 'lighting-color',
'line-break',
'line-height',
- 'line-height-step',
'list-style',
'list-style-image',
'list-style-position',
@@ -568,11 +433,6 @@ const ATTRIBUTES = [
'margin-left',
'margin-right',
'margin-top',
- 'margin-trim',
- 'marker',
- 'marker-end',
- 'marker-mid',
- 'marker-start',
'marks',
'mask',
'mask-border',
@@ -591,10 +451,6 @@ const ATTRIBUTES = [
'mask-repeat',
'mask-size',
'mask-type',
- 'masonry-auto-flow',
- 'math-depth',
- 'math-shift',
- 'math-style',
'max-block-size',
'max-height',
'max-inline-size',
@@ -613,12 +469,6 @@ const ATTRIBUTES = [
'normal',
'object-fit',
'object-position',
- 'offset',
- 'offset-anchor',
- 'offset-distance',
- 'offset-path',
- 'offset-position',
- 'offset-rotate',
'opacity',
'order',
'orphans',
@@ -628,19 +478,9 @@ const ATTRIBUTES = [
'outline-style',
'outline-width',
'overflow',
- 'overflow-anchor',
- 'overflow-block',
- 'overflow-clip-margin',
- 'overflow-inline',
'overflow-wrap',
'overflow-x',
'overflow-y',
- 'overlay',
- 'overscroll-behavior',
- 'overscroll-behavior-block',
- 'overscroll-behavior-inline',
- 'overscroll-behavior-x',
- 'overscroll-behavior-y',
'padding',
'padding-block',
'padding-block-end',
@@ -652,37 +492,23 @@ const ATTRIBUTES = [
'padding-left',
'padding-right',
'padding-top',
- 'page',
'page-break-after',
'page-break-before',
'page-break-inside',
- 'paint-order',
'pause',
'pause-after',
'pause-before',
'perspective',
'perspective-origin',
- 'place-content',
- 'place-items',
- 'place-self',
'pointer-events',
'position',
- 'position-anchor',
- 'position-visibility',
- 'print-color-adjust',
'quotes',
- 'r',
'resize',
'rest',
'rest-after',
'rest-before',
'right',
- 'rotate',
'row-gap',
- 'ruby-align',
- 'ruby-position',
- 'scale',
- 'scroll-behavior',
'scroll-margin',
'scroll-margin-block',
'scroll-margin-block-end',
@@ -708,43 +534,25 @@ const ATTRIBUTES = [
'scroll-snap-align',
'scroll-snap-stop',
'scroll-snap-type',
- 'scroll-timeline',
- 'scroll-timeline-axis',
- 'scroll-timeline-name',
'scrollbar-color',
'scrollbar-gutter',
'scrollbar-width',
'shape-image-threshold',
'shape-margin',
'shape-outside',
- 'shape-rendering',
'speak',
'speak-as',
'src', // @font-face
- 'stop-color',
- 'stop-opacity',
- 'stroke',
- 'stroke-dasharray',
- 'stroke-dashoffset',
- 'stroke-linecap',
- 'stroke-linejoin',
- 'stroke-miterlimit',
- 'stroke-opacity',
- 'stroke-width',
'tab-size',
'table-layout',
'text-align',
'text-align-all',
'text-align-last',
- 'text-anchor',
'text-combine-upright',
'text-decoration',
'text-decoration-color',
'text-decoration-line',
- 'text-decoration-skip',
- 'text-decoration-skip-ink',
'text-decoration-style',
- 'text-decoration-thickness',
'text-emphasis',
'text-emphasis-color',
'text-emphasis-position',
@@ -755,37 +563,20 @@ const ATTRIBUTES = [
'text-overflow',
'text-rendering',
'text-shadow',
- 'text-size-adjust',
'text-transform',
- 'text-underline-offset',
'text-underline-position',
- 'text-wrap',
- 'text-wrap-mode',
- 'text-wrap-style',
- 'timeline-scope',
'top',
- 'touch-action',
'transform',
'transform-box',
'transform-origin',
'transform-style',
'transition',
- 'transition-behavior',
'transition-delay',
'transition-duration',
'transition-property',
'transition-timing-function',
- 'translate',
'unicode-bidi',
- 'user-modify',
- 'user-select',
- 'vector-effect',
'vertical-align',
- 'view-timeline',
- 'view-timeline-axis',
- 'view-timeline-inset',
- 'view-timeline-name',
- 'view-transition-name',
'visibility',
'voice-balance',
'voice-duration',
@@ -796,7 +587,6 @@ const ATTRIBUTES = [
'voice-stress',
'voice-volume',
'white-space',
- 'white-space-collapse',
'widows',
'width',
'will-change',
@@ -804,11 +594,10 @@ const ATTRIBUTES = [
'word-spacing',
'word-wrap',
'writing-mode',
- 'x',
- 'y',
- 'z-index',
- 'zoom'
-].sort().reverse();
+ 'z-index'
+ // reverse makes sure longer attributes `font-weight` are matched fully
+ // instead of getting false positives on say `font`
+].reverse();
/*
Language: Stylus
@@ -818,7 +607,6 @@ Website: https://github.com/stylus/stylus
Category: css, web
*/
-
/** @type LanguageFn */
function stylus(hljs) {
const modes = MODES(hljs);
diff --git a/node_modules/highlight.js/lib/languages/subunit.js b/node_modules/highlight.js/lib/languages/subunit.js
index c6ea79b..30acf90 100644
--- a/node_modules/highlight.js/lib/languages/subunit.js
+++ b/node_modules/highlight.js/lib/languages/subunit.js
@@ -2,7 +2,6 @@
Language: SubUnit
Author: Sergey Bronnikov
Website: https://pypi.org/project/python-subunit/
-Category: protocols
*/
function subunit(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/swift.js b/node_modules/highlight.js/lib/languages/swift.js
index 4807d1a..29ba036 100644
--- a/node_modules/highlight.js/lib/languages/swift.js
+++ b/node_modules/highlight.js/lib/languages/swift.js
@@ -101,16 +101,12 @@ const keywords = [
/as\?/, // operator
/as!/, // operator
'as', // operator
- 'borrowing', // contextual
'break',
'case',
'catch',
'class',
- 'consume', // contextual
- 'consuming', // contextual
'continue',
'convenience', // contextual
- 'copy', // contextual
'default',
'defer',
'deinit',
@@ -118,7 +114,6 @@ const keywords = [
'distributed',
'do',
'dynamic', // contextual
- 'each',
'else',
'enum',
'extension',
@@ -145,7 +140,6 @@ const keywords = [
'nonisolated', // contextual
'lazy', // contextual
'let',
- 'macro',
'mutating', // contextual
'nonmutating', // contextual
/open\(set\)/, // contextual
@@ -153,7 +147,6 @@ const keywords = [
'operator',
'optional', // contextual
'override', // contextual
- 'package',
'postfix', // contextual
'precedencegroup',
'prefix', // contextual
@@ -231,6 +224,7 @@ const numberSignKeywords = [
'#line',
'#selector',
'#sourceLocation',
+ '#warn_unqualified_access',
'#warning'
];
@@ -344,16 +338,13 @@ const typeIdentifier = concat(/[A-Z]/, identifierCharacter, '*');
// Built-in attributes, which are highlighted as keywords.
// @available is handled separately.
-// https://docs.swift.org/swift-book/documentation/the-swift-programming-language/attributes
const keywordAttributes = [
- 'attached',
'autoclosure',
concat(/convention\(/, either('swift', 'block', 'c'), /\)/),
'discardableResult',
'dynamicCallable',
'dynamicMemberLookup',
'escaping',
- 'freestanding',
'frozen',
'GKInspectable',
'IBAction',
@@ -373,13 +364,10 @@ const keywordAttributes = [
'propertyWrapper',
'requires_stored_property_inits',
'resultBuilder',
- 'Sendable',
'testable',
'UIApplicationMain',
- 'unchecked',
'unknown',
- 'usableFromInline',
- 'warn_unqualified_access'
+ 'usableFromInline'
];
// Contextual keywords used in @available and #(un)available.
@@ -406,7 +394,6 @@ Website: https://swift.org
Category: common, system
*/
-
/** @type LanguageFn */
function swift(hljs) {
const WHITESPACE = {
@@ -573,50 +560,6 @@ function swift(hljs) {
]
};
- const REGEXP_CONTENTS = [
- hljs.BACKSLASH_ESCAPE,
- {
- begin: /\[/,
- end: /\]/,
- relevance: 0,
- contains: [ hljs.BACKSLASH_ESCAPE ]
- }
- ];
-
- const BARE_REGEXP_LITERAL = {
- begin: /\/[^\s](?=[^/\n]*\/)/,
- end: /\//,
- contains: REGEXP_CONTENTS
- };
-
- const EXTENDED_REGEXP_LITERAL = (rawDelimiter) => {
- const begin = concat(rawDelimiter, /\//);
- const end = concat(/\//, rawDelimiter);
- return {
- begin,
- end,
- contains: [
- ...REGEXP_CONTENTS,
- {
- scope: "comment",
- begin: `#(?!.*${end})`,
- end: /$/,
- },
- ],
- };
- };
-
- // https://docs.swift.org/swift-book/documentation/the-swift-programming-language/lexicalstructure/#Regular-Expression-Literals
- const REGEXP = {
- scope: "regexp",
- variants: [
- EXTENDED_REGEXP_LITERAL('###'),
- EXTENDED_REGEXP_LITERAL('##'),
- EXTENDED_REGEXP_LITERAL('#'),
- BARE_REGEXP_LITERAL
- ]
- };
-
// https://docs.swift.org/swift-book/ReferenceManual/LexicalStructure.html#ID412
const QUOTED_IDENTIFIER = { match: concat(/`/, identifier, /`/) };
const IMPLICIT_PARAMETER = {
@@ -636,7 +579,7 @@ function swift(hljs) {
// https://docs.swift.org/swift-book/ReferenceManual/Attributes.html
const AVAILABLE_ATTRIBUTE = {
match: /(@|#(un)?)available/,
- scope: 'keyword',
+ className: "keyword",
starts: { contains: [
{
begin: /\(/,
@@ -650,17 +593,14 @@ function swift(hljs) {
}
] }
};
-
const KEYWORD_ATTRIBUTE = {
- scope: 'keyword',
- match: concat(/@/, either(...keywordAttributes), lookahead(either(/\(/, /\s+/))),
+ className: 'keyword',
+ match: concat(/@/, either(...keywordAttributes))
};
-
const USER_DEFINED_ATTRIBUTE = {
- scope: 'meta',
+ className: 'meta',
match: concat(/@/, identifier)
};
-
const ATTRIBUTES = [
AVAILABLE_ATTRIBUTE,
KEYWORD_ATTRIBUTE,
@@ -726,7 +666,6 @@ function swift(hljs) {
'self',
TUPLE_ELEMENT_NAME,
...COMMENTS,
- REGEXP,
...KEYWORD_MODES,
...BUILT_INS,
...OPERATORS,
@@ -741,7 +680,6 @@ function swift(hljs) {
const GENERIC_PARAMETERS = {
begin: /,
end: />/,
- keywords: 'repeat each',
contains: [
...COMMENTS,
TYPE
@@ -784,10 +722,9 @@ function swift(hljs) {
illegal: /["']/
};
// https://docs.swift.org/swift-book/ReferenceManual/Declarations.html#ID362
- // https://docs.swift.org/swift-book/documentation/the-swift-programming-language/declarations/#Macro-Declaration
- const FUNCTION_OR_MACRO = {
+ const FUNCTION = {
match: [
- /(func|macro)/,
+ /func/,
/\s+/,
either(QUOTED_IDENTIFIER.match, identifier, operator)
],
@@ -853,64 +790,6 @@ function swift(hljs) {
end: /}/
};
- const CLASS_FUNC_DECLARATION = {
- match: [
- /class\b/,
- /\s+/,
- /func\b/,
- /\s+/,
- /\b[A-Za-z_][A-Za-z0-9_]*\b/
- ],
- scope: {
- 1: "keyword",
- 3: "keyword",
- 5: "title.function"
- }
- };
-
- const CLASS_VAR_DECLARATION = {
- match: [
- /class\b/,
- /\s+/,
- /var\b/,
- ],
- scope: {
- 1: "keyword",
- 3: "keyword"
- }
- };
-
- const TYPE_DECLARATION = {
- begin: [
- /(struct|protocol|class|extension|enum|actor)/,
- /\s+/,
- identifier,
- /\s*/,
- ],
- beginScope: {
- 1: "keyword",
- 3: "title.class"
- },
- keywords: KEYWORDS,
- contains: [
- GENERIC_PARAMETERS,
- ...KEYWORD_MODES,
- {
- begin: /:/,
- end: /\{/,
- keywords: KEYWORDS,
- contains: [
- {
- scope: "title.class.inherited",
- match: typeIdentifier,
- },
- ...KEYWORD_MODES,
- ],
- relevance: 0,
- },
- ]
- };
-
// Add supported submodes to string interpolation.
for (const variant of STRING.variants) {
const interpolation = variant.contains.find(mode => mode.label === "interpol");
@@ -942,11 +821,21 @@ function swift(hljs) {
keywords: KEYWORDS,
contains: [
...COMMENTS,
- FUNCTION_OR_MACRO,
+ FUNCTION,
INIT_SUBSCRIPT,
- CLASS_FUNC_DECLARATION,
- CLASS_VAR_DECLARATION,
- TYPE_DECLARATION,
+ {
+ beginKeywords: 'struct protocol class extension enum actor',
+ end: '\\{',
+ excludeEnd: true,
+ keywords: KEYWORDS,
+ contains: [
+ hljs.inherit(hljs.TITLE_MODE, {
+ className: "title.class",
+ begin: /[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/
+ }),
+ ...KEYWORD_MODES
+ ]
+ },
OPERATOR_DECLARATION,
PRECEDENCEGROUP,
{
@@ -955,7 +844,6 @@ function swift(hljs) {
contains: [ ...COMMENTS ],
relevance: 0
},
- REGEXP,
...KEYWORD_MODES,
...BUILT_INS,
...OPERATORS,
diff --git a/node_modules/highlight.js/lib/languages/taggerscript.js b/node_modules/highlight.js/lib/languages/taggerscript.js
index 2908cab..0253eb4 100644
--- a/node_modules/highlight.js/lib/languages/taggerscript.js
+++ b/node_modules/highlight.js/lib/languages/taggerscript.js
@@ -3,7 +3,6 @@ Language: Tagger Script
Author: Philipp Wolfer
Description: Syntax Highlighting for the Tagger Script as used by MusicBrainz Picard.
Website: https://picard.musicbrainz.org
-Category: scripting
*/
function taggerscript(hljs) {
const NOOP = {
diff --git a/node_modules/highlight.js/lib/languages/tcl.js b/node_modules/highlight.js/lib/languages/tcl.js
index ea13447..594499c 100644
--- a/node_modules/highlight.js/lib/languages/tcl.js
+++ b/node_modules/highlight.js/lib/languages/tcl.js
@@ -3,7 +3,6 @@ Language: Tcl
Description: Tcl is a very simple programming language.
Author: Radek Liska
Website: https://www.tcl.tk/about/language.html
-Category: scripting
*/
function tcl(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/tp.js b/node_modules/highlight.js/lib/languages/tp.js
index 83d9227..ae844af 100644
--- a/node_modules/highlight.js/lib/languages/tp.js
+++ b/node_modules/highlight.js/lib/languages/tp.js
@@ -2,7 +2,6 @@
Language: TP
Author: Jay Strybis
Description: FANUC TP programming language (TPP).
-Category: hardware
*/
function tp(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/typescript.js b/node_modules/highlight.js/lib/languages/typescript.js
index 7ced4f6..4d97844 100644
--- a/node_modules/highlight.js/lib/languages/typescript.js
+++ b/node_modules/highlight.js/lib/languages/typescript.js
@@ -40,9 +40,7 @@ const KEYWORDS = [
"import",
"from",
"export",
- "extends",
- // It's reached stage 3, which is "recommended for implementation":
- "using"
+ "extends"
];
const LITERALS = [
"true",
@@ -165,7 +163,6 @@ Category: common, scripting, web
Website: https://developer.mozilla.org/en-US/docs/Web/JavaScript
*/
-
/** @type LanguageFn */
function javascript(hljs) {
const regex = hljs.regex;
@@ -292,7 +289,7 @@ function javascript(hljs) {
contains: [] // defined later
};
const HTML_TEMPLATE = {
- begin: '\.?html`',
+ begin: 'html`',
end: '',
starts: {
end: '`',
@@ -305,7 +302,7 @@ function javascript(hljs) {
}
};
const CSS_TEMPLATE = {
- begin: '\.?css`',
+ begin: 'css`',
end: '',
starts: {
end: '`',
@@ -318,7 +315,7 @@ function javascript(hljs) {
}
};
const GRAPHQL_TEMPLATE = {
- begin: '\.?gql`',
+ begin: 'gql`',
end: '',
starts: {
end: '`',
@@ -415,7 +412,7 @@ function javascript(hljs) {
const PARAMS_CONTAINS = SUBST_AND_COMMENTS.concat([
// eat recursive parens in sub expressions
{
- begin: /(\s*)\(/,
+ begin: /\(/,
end: /\)/,
keywords: KEYWORDS$1,
contains: ["self"].concat(SUBST_AND_COMMENTS)
@@ -423,8 +420,7 @@ function javascript(hljs) {
]);
const PARAMS = {
className: 'params',
- // convert this to negative lookbehind in v12
- begin: /(\s*)\(/, // to match the parms with
+ begin: /\(/,
end: /\)/,
excludeBegin: true,
excludeEnd: true,
@@ -547,8 +543,8 @@ function javascript(hljs) {
...BUILT_IN_GLOBALS,
"super",
"import"
- ].map(x => `${x}\\s*\\(`)),
- IDENT_RE$1, regex.lookahead(/\s*\(/)),
+ ]),
+ IDENT_RE$1, regex.lookahead(/\(/)),
className: "title.function",
relevance: 0
};
@@ -635,8 +631,8 @@ function javascript(hljs) {
NUMBER,
CLASS_REFERENCE,
{
- scope: 'attr',
- match: IDENT_RE$1 + regex.lookahead(':'),
+ className: 'attr',
+ begin: IDENT_RE$1 + regex.lookahead(':'),
relevance: 0
},
FUNCTION_VARIABLE,
@@ -669,7 +665,7 @@ function javascript(hljs) {
skip: true
},
{
- begin: /(\s*)\(/,
+ begin: /\(/,
end: /\)/,
excludeBegin: true,
excludeEnd: true,
@@ -775,10 +771,8 @@ Website: https://www.typescriptlang.org
Category: common, scripting
*/
-
/** @type LanguageFn */
function typescript(hljs) {
- const regex = hljs.regex;
const tsLanguage = javascript(hljs);
const IDENT_RE$1 = IDENT_RE;
@@ -795,15 +789,10 @@ function typescript(hljs) {
"unknown"
];
const NAMESPACE = {
- begin: [
- /namespace/,
- /\s+/,
- hljs.IDENT_RE
- ],
- beginScope: {
- 1: "keyword",
- 3: "title.class"
- }
+ beginKeywords: 'namespace',
+ end: /\{/,
+ excludeEnd: true,
+ contains: [ tsLanguage.exports.CLASS_REFERENCE ]
};
const INTERFACE = {
beginKeywords: 'interface',
@@ -822,7 +811,7 @@ function typescript(hljs) {
};
const TS_SPECIFIC_KEYWORDS = [
"type",
- // "namespace",
+ "namespace",
"interface",
"public",
"private",
@@ -832,14 +821,8 @@ function typescript(hljs) {
"abstract",
"readonly",
"enum",
- "override",
- "satisfies"
+ "override"
];
- /*
- namespace is a TS keyword but it's fine to use it as a variable name too.
- const message = 'foo';
- const namespace = 'bar';
- */
const KEYWORDS$1 = {
$pattern: IDENT_RE,
keyword: KEYWORDS.concat(TS_SPECIFIC_KEYWORDS),
@@ -847,7 +830,6 @@ function typescript(hljs) {
built_in: BUILT_INS.concat(TYPES),
"variable.language": BUILT_IN_VARIABLES
};
-
const DECORATOR = {
className: 'meta',
begin: '@' + IDENT_RE$1,
@@ -866,27 +848,10 @@ function typescript(hljs) {
Object.assign(tsLanguage.keywords, KEYWORDS$1);
tsLanguage.exports.PARAMS_CONTAINS.push(DECORATOR);
-
- // highlight the function params
- const ATTRIBUTE_HIGHLIGHT = tsLanguage.contains.find(c => c.scope === "attr");
-
- // take default attr rule and extend it to support optionals
- const OPTIONAL_KEY_OR_ARGUMENT = Object.assign({},
- ATTRIBUTE_HIGHLIGHT,
- { match: regex.concat(IDENT_RE$1, regex.lookahead(/\s*\?:/)) }
- );
- tsLanguage.exports.PARAMS_CONTAINS.push([
- tsLanguage.exports.CLASS_REFERENCE, // class reference for highlighting the params types
- ATTRIBUTE_HIGHLIGHT, // highlight the params key
- OPTIONAL_KEY_OR_ARGUMENT, // Added for optional property assignment highlighting
- ]);
-
- // Add the optional property assignment highlighting for objects or classes
tsLanguage.contains = tsLanguage.contains.concat([
DECORATOR,
NAMESPACE,
INTERFACE,
- OPTIONAL_KEY_OR_ARGUMENT, // Added for optional property assignment highlighting
]);
// TS gets a simpler shebang rule than JS
diff --git a/node_modules/highlight.js/lib/languages/vala.js b/node_modules/highlight.js/lib/languages/vala.js
index 2021f52..e7c6603 100644
--- a/node_modules/highlight.js/lib/languages/vala.js
+++ b/node_modules/highlight.js/lib/languages/vala.js
@@ -3,7 +3,6 @@ Language: Vala
Author: Antono Vasiljev
Description: Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.
Website: https://wiki.gnome.org/Projects/Vala
-Category: system
*/
function vala(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/verilog.js b/node_modules/highlight.js/lib/languages/verilog.js
index ceb1251..19da750 100644
--- a/node_modules/highlight.js/lib/languages/verilog.js
+++ b/node_modules/highlight.js/lib/languages/verilog.js
@@ -4,7 +4,6 @@ Author: Jon Evans
Contributors: Boone Severson
Description: Verilog is a hardware description language used in electronic design automation to describe digital and mixed-signal systems. This highlighter supports Verilog and SystemVerilog through IEEE 1800-2012.
Website: http://www.verilog.com
-Category: hardware
*/
function verilog(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/vhdl.js b/node_modules/highlight.js/lib/languages/vhdl.js
index 3773c83..a2f3c83 100644
--- a/node_modules/highlight.js/lib/languages/vhdl.js
+++ b/node_modules/highlight.js/lib/languages/vhdl.js
@@ -4,7 +4,6 @@ Author: Igor Kalnitsky
Contributors: Daniel C.K. Kho , Guillaume Savaton
Description: VHDL is a hardware description language used in electronic design automation to describe digital and mixed-signal systems.
Website: https://en.wikipedia.org/wiki/VHDL
-Category: hardware
*/
function vhdl(hljs) {
diff --git a/node_modules/highlight.js/lib/languages/xquery.js b/node_modules/highlight.js/lib/languages/xquery.js
index db3f153..b54bc9c 100644
--- a/node_modules/highlight.js/lib/languages/xquery.js
+++ b/node_modules/highlight.js/lib/languages/xquery.js
@@ -342,8 +342,7 @@ function xquery(_hljs) {
name: 'XQuery',
aliases: [
'xpath',
- 'xq',
- 'xqm'
+ 'xq'
],
case_insensitive: false,
illegal: /(proc)|(abstract)|(extends)|(until)|(#)/,
diff --git a/node_modules/highlight.js/lib/languages/yaml.js b/node_modules/highlight.js/lib/languages/yaml.js
index d3f5915..c8f1d46 100644
--- a/node_modules/highlight.js/lib/languages/yaml.js
+++ b/node_modules/highlight.js/lib/languages/yaml.js
@@ -20,15 +20,14 @@ function yaml(hljs) {
const KEY = {
className: 'attr',
variants: [
- // added brackets support and special char support
- { begin: /[\w*@][\w*@ :()\./-]*:(?=[ \t]|$)/ },
- { // double quoted keys - with brackets and special char support
- begin: /"[\w*@][\w*@ :()\./-]*":(?=[ \t]|$)/ },
- { // single quoted keys - with brackets and special char support
- begin: /'[\w*@][\w*@ :()\./-]*':(?=[ \t]|$)/ },
+ { begin: '\\w[\\w :\\/.-]*:(?=[ \t]|$)' },
+ { // double quoted keys
+ begin: '"\\w[\\w :\\/.-]*":(?=[ \t]|$)' },
+ { // single quoted keys
+ begin: '\'\\w[\\w :\\/.-]*\':(?=[ \t]|$)' }
]
};
-
+
const TEMPLATE_VARIABLES = {
className: 'template-variable',
variants: [
@@ -42,25 +41,14 @@ function yaml(hljs) {
}
]
};
-
- const SINGLE_QUOTE_STRING = {
- className: 'string',
- relevance: 0,
- begin: /'/,
- end: /'/,
- contains: [
- {
- match: /''/,
- scope: 'char.escape',
- relevance: 0
- }
- ]
- };
-
const STRING = {
className: 'string',
relevance: 0,
variants: [
+ {
+ begin: /'/,
+ end: /'/
+ },
{
begin: /"/,
end: /"/
@@ -78,13 +66,7 @@ function yaml(hljs) {
const CONTAINER_STRING = hljs.inherit(STRING, { variants: [
{
begin: /'/,
- end: /'/,
- contains: [
- {
- begin: /''/,
- relevance: 0
- }
- ]
+ end: /'/
},
{
begin: /"/,
@@ -193,7 +175,6 @@ function yaml(hljs) {
},
OBJECT,
ARRAY,
- SINGLE_QUOTE_STRING,
STRING
];
diff --git a/node_modules/highlight.js/lib/languages/zephir.js b/node_modules/highlight.js/lib/languages/zephir.js
index 1f775a8..07955e8 100644
--- a/node_modules/highlight.js/lib/languages/zephir.js
+++ b/node_modules/highlight.js/lib/languages/zephir.js
@@ -3,7 +3,6 @@
Description: Zephir, an open source, high-level language designed to ease the creation and maintainability of extensions for PHP with a focus on type and memory safety.
Author: Oleg Efimov
Website: https://zephir-lang.com/en
- Category: web
Audit: 2020
*/
diff --git a/node_modules/highlight.js/package.json b/node_modules/highlight.js/package.json
index 6ee1be7..6fcf245 100644
--- a/node_modules/highlight.js/package.json
+++ b/node_modules/highlight.js/package.json
@@ -6,7 +6,7 @@
"syntax"
],
"homepage": "https://highlightjs.org/",
- "version": "11.11.1",
+ "version": "11.8.0",
"author": "Josh Goebel ",
"contributors": [
"Josh Goebel ",
@@ -33,8 +33,6 @@
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
- "./es/common.js",
- "./lib/common.js",
"*.css",
"*.scss"
],
@@ -58,46 +56,46 @@
"node": ">=12.0.0"
},
"devDependencies": {
- "@colors/colors": "^1.6.0",
- "@rollup/plugin-commonjs": "^28.0.1",
- "@rollup/plugin-json": "^6.0.1",
- "@rollup/plugin-node-resolve": "^15.3.0",
- "@types/mocha": "^10.0.2",
- "@typescript-eslint/eslint-plugin": "^7.15.0",
- "@typescript-eslint/parser": "^7.15.0",
+ "@colors/colors": "^1.5.0",
+ "@rollup/plugin-commonjs": "^24.1.0",
+ "@rollup/plugin-json": "^6.0.0",
+ "@rollup/plugin-node-resolve": "^15.0.2",
+ "@types/mocha": "^10.0.1",
+ "@typescript-eslint/eslint-plugin": "^5.59.1",
+ "@typescript-eslint/parser": "^5.59.1",
"clean-css": "^5.3.2",
"cli-table": "^0.3.1",
- "commander": "^12.1.0",
+ "commander": "^10.0.1",
"css": "^3.0.0",
"css-color-names": "^1.0.1",
- "deep-freeze-es6": "^3.0.2",
- "del": "^8.0.0",
+ "deep-freeze-es6": "^2.0.0",
+ "del": "^6.1.1",
"dependency-resolver": "^2.0.1",
- "eslint": "^8.57.0",
- "eslint-config-standard": "^17.1.0",
- "eslint-plugin-import": "^2.28.1",
+ "eslint": "^8.39.0",
+ "eslint-config-standard": "^17.0.0",
+ "eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
- "glob": "^8.1.0",
- "glob-promise": "^6.0.5",
- "handlebars": "^4.7.8",
+ "glob": "^8.0.3",
+ "glob-promise": "^6.0.2",
+ "handlebars": "^4.7.6",
"http-server": "^14.1.1",
- "jsdom": "^25.0.1",
+ "jsdom": "^21.1.1",
"lodash": "^4.17.20",
- "mocha": "^11.0.1",
+ "mocha": "^10.2.0",
"refa": "^0.4.1",
- "rollup": "^4.0.2",
+ "rollup": "^2.47.0",
"should": "^13.2.3",
- "terser": "^5.21.0",
+ "terser": "^5.17.1",
"tiny-worker": "^2.3.0",
- "typescript": "^5.2.2",
+ "typescript": "^5.0.4",
"wcag-contrast": "^3.0.0"
},
"exports": {
".": {
- "types": "./types/index.d.ts",
"require": "./lib/index.js",
- "import": "./es/index.js"
+ "import": "./es/index.js",
+ "types": "./types/index.d.ts"
},
"./package.json": "./package.json",
"./lib/common": {
diff --git a/node_modules/highlight.js/scss/1c-light.scss b/node_modules/highlight.js/scss/1c-light.scss
deleted file mode 100644
index e35ff89..0000000
--- a/node_modules/highlight.js/scss/1c-light.scss
+++ /dev/null
@@ -1,107 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
- Theme: 1c-light
- Description: Style IDE 1C:Enterprise 8
- Author: (c) Barilko Vitaliy
- Maintainer: @Diversus23
- Website: https://softonit.ru/
- License: see project LICENSE
- Touched: 2023
-*/
-/* end baseline CSS */
-.hljs {
- color: #0000ff;
- background: #ffffff
-}
-/* Base color: saturation 0; */
-.hljs-subst {
- /* default */
-
-}
-/* purposely ignored */
-.hljs-formula,
-.hljs-attr,
-.hljs-property {
-
-}
-.hljs-comment {
- color: #008000
-}
-.hljs-tag {
- color: #444a
-}
-.hljs-tag .hljs-name,
-.hljs-tag .hljs-attr {
- color: #444
-}
-.hljs-punctuation,
-.hljs-function,
-.hljs-keyword,
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-doctag,
-.hljs-name {
- color: #ff0000
-}
-.hljs-type,
-.hljs-params {
- color: #0000ff
-}
-/* User color: hue: 0 */
-.hljs-string,
-.hljs-number,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-symbol,
-.hljs-deletion {
- color: #000000
-}
-.hljs-title,
-.hljs-section {
- color: #0000ff
-}
-.hljs-regexp,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-operator,
-.hljs-selector-pseudo {
- color: #ab5656
-}
-/* Language color: hue: 90; */
-.hljs-literal {
- color: #ff0000
-}
-.hljs-built_in,
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #0000ff
-}
-/* Meta color: hue: 200 */
-.hljs-meta {
- color: #963200
-}
-.hljs-meta .hljs-string {
- color: #963200
-}
-.hljs-meta .hljs-keyword {
- color: #963200
-}
-/* Misc effects */
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/a11y-dark.scss b/node_modules/highlight.js/scss/a11y-dark.scss
index 0d11216..7820d7d 100644
--- a/node_modules/highlight.js/scss/a11y-dark.scss
+++ b/node_modules/highlight.js/scss/a11y-dark.scss
@@ -1,94 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: a11y-dark
Author: @ericwbailey
Maintainer: @ericwbailey
Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
-*/
-.hljs {
- background: #2b2b2b;
- color: #f8f8f2
-}
-/* Comment */
-.hljs-comment,
-.hljs-quote {
- color: #d4d0ab
-}
-/* Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-deletion {
- color: #ffa07a
-}
-/* Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-meta,
-.hljs-link {
- color: #f5ab35
-}
-/* Yellow */
-.hljs-attribute {
- color: #ffd700
-}
-/* Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #abe338
-}
-/* Blue */
-.hljs-title,
-.hljs-section {
- color: #00e0e0
-}
-/* Purple */
-.hljs-keyword,
-.hljs-selector-tag {
- color: #dcc6e0
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-@media screen and (-ms-high-contrast: active) {
- .hljs-addition,
- .hljs-attribute,
- .hljs-built_in,
- .hljs-bullet,
- .hljs-comment,
- .hljs-link,
- .hljs-literal,
- .hljs-meta,
- .hljs-number,
- .hljs-params,
- .hljs-string,
- .hljs-symbol,
- .hljs-type,
- .hljs-quote {
- color: highlight
- }
- .hljs-keyword,
- .hljs-selector-tag {
- font-weight: bold
- }
-}
\ No newline at end of file
+*/.hljs{background:#2b2b2b;color:#f8f8f2}.hljs-comment,.hljs-quote{color:#d4d0ab}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ffa07a}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#f5ab35}.hljs-attribute{color:gold}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#abe338}.hljs-section,.hljs-title{color:#00e0e0}.hljs-keyword,.hljs-selector-tag{color:#dcc6e0}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (-ms-high-contrast:active){.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-comment,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-quote,.hljs-string,.hljs-symbol,.hljs-type{color:highlight}.hljs-keyword,.hljs-selector-tag{font-weight:700}}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/a11y-light.scss b/node_modules/highlight.js/scss/a11y-light.scss
index a8af1d1..8b5ab90 100644
--- a/node_modules/highlight.js/scss/a11y-light.scss
+++ b/node_modules/highlight.js/scss/a11y-light.scss
@@ -1,94 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: a11y-light
Author: @ericwbailey
Maintainer: @ericwbailey
Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
-*/
-.hljs {
- background: #fefefe;
- color: #545454
-}
-/* Comment */
-.hljs-comment,
-.hljs-quote {
- color: #696969
-}
-/* Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-deletion {
- color: #d91e18
-}
-/* Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-meta,
-.hljs-link {
- color: #aa5d00
-}
-/* Yellow */
-.hljs-attribute {
- color: #aa5d00
-}
-/* Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #008000
-}
-/* Blue */
-.hljs-title,
-.hljs-section {
- color: #007faa
-}
-/* Purple */
-.hljs-keyword,
-.hljs-selector-tag {
- color: #7928a1
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-@media screen and (-ms-high-contrast: active) {
- .hljs-addition,
- .hljs-attribute,
- .hljs-built_in,
- .hljs-bullet,
- .hljs-comment,
- .hljs-link,
- .hljs-literal,
- .hljs-meta,
- .hljs-number,
- .hljs-params,
- .hljs-string,
- .hljs-symbol,
- .hljs-type,
- .hljs-quote {
- color: highlight
- }
- .hljs-keyword,
- .hljs-selector-tag {
- font-weight: bold
- }
-}
\ No newline at end of file
+*/.hljs{background:#fefefe;color:#545454}.hljs-comment,.hljs-quote{color:#696969}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#d91e18}.hljs-attribute,.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#aa5d00}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:green}.hljs-section,.hljs-title{color:#007faa}.hljs-keyword,.hljs-selector-tag{color:#7928a1}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (-ms-high-contrast:active){.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-comment,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-quote,.hljs-string,.hljs-symbol,.hljs-type{color:highlight}.hljs-keyword,.hljs-selector-tag{font-weight:700}}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/agate.scss b/node_modules/highlight.js/scss/agate.scss
index 8da5740..bdbeed4 100644
--- a/node_modules/highlight.js/scss/agate.scss
+++ b/node_modules/highlight.js/scss/agate.scss
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: Agate
Author: (c) Taufik Nurrohman
Maintainer: @taufik-nurrohman
@@ -25,103 +17,4 @@ code.hljs {
#fcc28c
#ffa
#fff
-*/
-.hljs {
- background: #333;
- color: #fff
-}
-.hljs-doctag,
-.hljs-meta-keyword,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-code,
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-section,
-.hljs-tag {
- color: #62c8f3
-}
-.hljs-selector-class,
-.hljs-selector-id,
-.hljs-template-variable,
-.hljs-variable {
- color: #ade5fc
-}
-.hljs-meta-string,
-.hljs-string {
- color: #a2fca2
-}
-.hljs-attr,
-.hljs-quote,
-.hljs-selector-attr {
- color: #7bd694
-}
-.hljs-tag .hljs-attr {
- color: inherit
-}
-.hljs-attribute,
-.hljs-title,
-.hljs-type {
- color: #ffa
-}
-.hljs-number,
-.hljs-symbol {
- color: #d36363
-}
-.hljs-bullet,
-.hljs-template-tag {
- color: #b8d8a2
-}
-.hljs-built_in,
-.hljs-keyword,
-.hljs-literal,
-.hljs-selector-tag {
- color: #fcc28c
-}
-.hljs-code,
-.hljs-comment,
-.hljs-formula {
- color: #888
-}
-.hljs-link,
-.hljs-selector-pseudo,
-.hljs-regexp {
- color: #c6b4f0
-}
-.hljs-meta {
- color: #fc9b9b
-}
-.hljs-deletion {
- background: #fc9b9b;
- color: #333
-}
-.hljs-addition {
- background: #a2fca2;
- color: #333
-}
-/* Purposely ignored */
-.hljs-operator,
-.hljs-params,
-.hljs-property,
-.hljs-punctuation {
-
-}
-.hljs-subst {
- color: #fff
-}
-/* This applies only if HTML auto-merging plugin is enabled by user (#2889) */
-.hljs a {
- color: inherit
-}
-.hljs a:focus,
-.hljs a:hover {
- color: inherit;
- text-decoration: underline
-}
-.hljs mark {
- background: #555;
- color: inherit
-}
\ No newline at end of file
+*/.hljs{background:#333;color:#fff}.hljs-doctag,.hljs-meta-keyword,.hljs-name,.hljs-strong{font-weight:700}.hljs-code,.hljs-emphasis{font-style:italic}.hljs-section,.hljs-tag{color:#62c8f3}.hljs-selector-class,.hljs-selector-id,.hljs-template-variable,.hljs-variable{color:#ade5fc}.hljs-meta-string,.hljs-string{color:#a2fca2}.hljs-attr,.hljs-quote,.hljs-selector-attr{color:#7bd694}.hljs-tag .hljs-attr{color:inherit}.hljs-attribute,.hljs-title,.hljs-type{color:#ffa}.hljs-number,.hljs-symbol{color:#d36363}.hljs-bullet,.hljs-template-tag{color:#b8d8a2}.hljs-built_in,.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#fcc28c}.hljs-code,.hljs-comment,.hljs-formula{color:#888}.hljs-link,.hljs-regexp,.hljs-selector-pseudo{color:#c6b4f0}.hljs-meta{color:#fc9b9b}.hljs-deletion{background:#fc9b9b;color:#333}.hljs-addition{background:#a2fca2;color:#333}.hljs-subst{color:#fff}.hljs a{color:inherit}.hljs a:focus,.hljs a:hover{color:inherit;text-decoration:underline}.hljs mark{background:#555;color:inherit}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/an-old-hope.scss b/node_modules/highlight.js/scss/an-old-hope.scss
index 6ecfe53..ffc7f8c 100644
--- a/node_modules/highlight.js/scss/an-old-hope.scss
+++ b/node_modules/highlight.js/scss/an-old-hope.scss
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: An Old Hope – Star Wars Syntax
Author: (c) Gustavo Costa
Maintainer: @gusbemacbe
@@ -14,62 +6,4 @@ code.hljs {
Original theme - Ocean Dark Theme – by https://github.com/gavsiu
Based on Jesse Leite's Atom syntax theme 'An Old Hope'
https://github.com/JesseLeite/an-old-hope-syntax-atom
-*/
-/* Millenium Falcon */
-.hljs {
- background: #1C1D21;
- color: #c0c5ce
-}
-/* Death Star Comment */
-.hljs-comment,
-.hljs-quote {
- color: #B6B18B
-}
-/* Darth Vader */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-deletion {
- color: #EB3C54
-}
-/* Threepio */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-meta,
-.hljs-link {
- color: #E7CE56
-}
-/* Luke Skywalker */
-.hljs-attribute {
- color: #EE7C2B
-}
-/* Obi Wan Kenobi */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #4FB4D7
-}
-/* Yoda */
-.hljs-title,
-.hljs-section {
- color: #78BB65
-}
-/* Mace Windu */
-.hljs-keyword,
-.hljs-selector-tag {
- color: #B45EA4
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+*/.hljs{background:#1c1d21;color:#c0c5ce}.hljs-comment,.hljs-quote{color:#b6b18b}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#eb3c54}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#e7ce56}.hljs-attribute{color:#ee7c2b}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#4fb4d7}.hljs-section,.hljs-title{color:#78bb65}.hljs-keyword,.hljs-selector-tag{color:#b45ea4}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/androidstudio.scss b/node_modules/highlight.js/scss/androidstudio.scss
index 979dad2..7fbe783 100644
--- a/node_modules/highlight.js/scss/androidstudio.scss
+++ b/node_modules/highlight.js/scss/androidstudio.scss
@@ -1,60 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Date: 24 Fev 2015
-Author: Pedro Oliveira
-*/
-.hljs {
- color: #a9b7c6;
- background: #282b2e
-}
-.hljs-number,
-.hljs-literal,
-.hljs-symbol,
-.hljs-bullet {
- color: #6897BB
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-deletion {
- color: #cc7832
-}
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link {
- color: #629755
-}
-.hljs-comment,
-.hljs-quote {
- color: #808080
-}
-.hljs-meta {
- color: #bbb529
-}
-.hljs-string,
-.hljs-attribute,
-.hljs-addition {
- color: #6A8759
-}
-.hljs-section,
-.hljs-title,
-.hljs-type {
- color: #ffc66d
-}
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class {
- color: #e8bf6a
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a9b7c6;background:#282b2e}.hljs-bullet,.hljs-literal,.hljs-number,.hljs-symbol{color:#6897bb}.hljs-deletion,.hljs-keyword,.hljs-selector-tag{color:#cc7832}.hljs-link,.hljs-template-variable,.hljs-variable{color:#629755}.hljs-comment,.hljs-quote{color:grey}.hljs-meta{color:#bbb529}.hljs-addition,.hljs-attribute,.hljs-string{color:#6a8759}.hljs-section,.hljs-title,.hljs-type{color:#ffc66d}.hljs-name,.hljs-selector-class,.hljs-selector-id{color:#e8bf6a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/arduino-light.scss b/node_modules/highlight.js/scss/arduino-light.scss
index 743ce34..cadb130 100644
--- a/node_modules/highlight.js/scss/arduino-light.scss
+++ b/node_modules/highlight.js/scss/arduino-light.scss
@@ -1,78 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Arduino® Light Theme - Stefania Mellai
-
-*/
-.hljs {
- background: white;
- color: #434f54
-}
-.hljs-subst {
- color: #434f54
-}
-.hljs-keyword,
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-doctag,
-.hljs-name {
- color: #00979D
-}
-.hljs-built_in,
-.hljs-literal,
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #D35400
-}
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #00979D
-}
-.hljs-type,
-.hljs-string,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion {
- color: #005C5F
-}
-.hljs-comment {
- color: rgba(149,165,166,.8)
-}
-.hljs-meta .hljs-keyword {
- color: #728E00
-}
-.hljs-meta {
- color: #434f54
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-function {
- color: #728E00
-}
-.hljs-title,
-.hljs-section {
- color: #880000;
- font-weight: bold
-}
-.hljs-number {
- color: #8A7B52
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#434f54}.hljs-subst{color:#434f54}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-selector-tag{color:#00979d}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-literal{color:#d35400}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#00979d}.hljs-deletion,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#005c5f}.hljs-comment{color:rgba(149,165,166,.8)}.hljs-meta .hljs-keyword{color:#728e00}.hljs-meta{color:#434f54}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-function{color:#728e00}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-number{color:#8a7b52}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/arta.scss b/node_modules/highlight.js/scss/arta.scss
index 98a5b2b..8dcdc74 100644
--- a/node_modules/highlight.js/scss/arta.scss
+++ b/node_modules/highlight.js/scss/arta.scss
@@ -1,66 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Date: 17.V.2011
-Author: pumbur
-*/
-.hljs {
- background: #222;
- color: #aaa
-}
-.hljs-subst {
- color: #aaa
-}
-.hljs-section {
- color: #fff
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-meta {
- color: #444
-}
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-regexp {
- color: #ffcc33
-}
-.hljs-number,
-.hljs-addition {
- color: #00cc66
-}
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-template-variable,
-.hljs-attribute,
-.hljs-link {
- color: #32aaee
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class {
- color: #6644aa
-}
-.hljs-title,
-.hljs-variable,
-.hljs-deletion,
-.hljs-template-tag {
- color: #bb1166
-}
-.hljs-section,
-.hljs-doctag,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#222;color:#aaa}.hljs-subst{color:#aaa}.hljs-section{color:#fff}.hljs-comment,.hljs-meta,.hljs-quote{color:#444}.hljs-bullet,.hljs-regexp,.hljs-string,.hljs-symbol{color:#fc3}.hljs-addition,.hljs-number{color:#0c6}.hljs-attribute,.hljs-built_in,.hljs-link,.hljs-literal,.hljs-template-variable,.hljs-type{color:#32aaee}.hljs-keyword,.hljs-name,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag{color:#64a}.hljs-deletion,.hljs-template-tag,.hljs-title,.hljs-variable{color:#b16}.hljs-doctag,.hljs-section,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/ascetic.scss b/node_modules/highlight.js/scss/ascetic.scss
index 27a4dbe..3c9fe03 100644
--- a/node_modules/highlight.js/scss/ascetic.scss
+++ b/node_modules/highlight.js/scss/ascetic.scss
@@ -1,45 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Original style from softwaremaniacs.org (c) Ivan Sagalaev
-
-*/
-.hljs {
- background: white;
- color: black
-}
-.hljs-string,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-section,
-.hljs-addition,
-.hljs-attribute,
-.hljs-link {
- color: #888
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-meta,
-.hljs-deletion {
- color: #ccc
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-section,
-.hljs-name,
-.hljs-type,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-link,.hljs-section,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#888}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#ccc}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/atom-one-dark-reasonable.scss b/node_modules/highlight.js/scss/atom-one-dark-reasonable.scss
index ccfab91..9296216 100644
--- a/node_modules/highlight.js/scss/atom-one-dark-reasonable.scss
+++ b/node_modules/highlight.js/scss/atom-one-dark-reasonable.scss
@@ -1,105 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Atom One Dark With support for ReasonML by Gidi Morris, based off work by Daniel Gamage
-
-Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
-
-*/
-.hljs {
- color: #abb2bf;
- background: #282c34
-}
-.hljs-keyword,
-.hljs-operator {
- color: #F92672
-}
-.hljs-pattern-match {
- color: #F92672
-}
-.hljs-pattern-match .hljs-constructor {
- color: #61aeee
-}
-.hljs-function {
- color: #61aeee
-}
-.hljs-function .hljs-params {
- color: #A6E22E
-}
-.hljs-function .hljs-params .hljs-typing {
- color: #FD971F
-}
-.hljs-module-access .hljs-module {
- color: #7e57c2
-}
-.hljs-constructor {
- color: #e2b93d
-}
-.hljs-constructor .hljs-string {
- color: #9CCC65
-}
-.hljs-comment,
-.hljs-quote {
- color: #b18eb1;
- font-style: italic
-}
-.hljs-doctag,
-.hljs-formula {
- color: #c678dd
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: #e06c75
-}
-.hljs-literal {
- color: #56b6c2
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: #98c379
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #e6c07b
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number {
- color: #d19a66
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title {
- color: #61aeee
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-keyword,.hljs-operator,.hljs-pattern-match{color:#f92672}.hljs-function,.hljs-pattern-match .hljs-constructor{color:#61aeee}.hljs-function .hljs-params{color:#a6e22e}.hljs-function .hljs-params .hljs-typing{color:#fd971f}.hljs-module-access .hljs-module{color:#7e57c2}.hljs-constructor{color:#e2b93d}.hljs-constructor .hljs-string{color:#9ccc65}.hljs-comment,.hljs-quote{color:#b18eb1;font-style:italic}.hljs-doctag,.hljs-formula{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/atom-one-dark.scss b/node_modules/highlight.js/scss/atom-one-dark.scss
index 3c51ce6..5344ee3 100644
--- a/node_modules/highlight.js/scss/atom-one-dark.scss
+++ b/node_modules/highlight.js/scss/atom-one-dark.scss
@@ -1,90 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Atom One Dark by Daniel Gamage
-Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
-
-base: #282c34
-mono-1: #abb2bf
-mono-2: #818896
-mono-3: #5c6370
-hue-1: #56b6c2
-hue-2: #61aeee
-hue-3: #c678dd
-hue-4: #98c379
-hue-5: #e06c75
-hue-5-2: #be5046
-hue-6: #d19a66
-hue-6-2: #e6c07b
-
-*/
-.hljs {
- color: #abb2bf;
- background: #282c34
-}
-.hljs-comment,
-.hljs-quote {
- color: #5c6370;
- font-style: italic
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-formula {
- color: #c678dd
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: #e06c75
-}
-.hljs-literal {
- color: #56b6c2
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: #98c379
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number {
- color: #d19a66
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title {
- color: #61aeee
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #e6c07b
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/atom-one-light.scss b/node_modules/highlight.js/scss/atom-one-light.scss
index 26dd7ec..df0268a 100644
--- a/node_modules/highlight.js/scss/atom-one-light.scss
+++ b/node_modules/highlight.js/scss/atom-one-light.scss
@@ -1,90 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Atom One Light by Daniel Gamage
-Original One Light Syntax theme from https://github.com/atom/one-light-syntax
-
-base: #fafafa
-mono-1: #383a42
-mono-2: #686b77
-mono-3: #a0a1a7
-hue-1: #0184bb
-hue-2: #4078f2
-hue-3: #a626a4
-hue-4: #50a14f
-hue-5: #e45649
-hue-5-2: #c91243
-hue-6: #986801
-hue-6-2: #c18401
-
-*/
-.hljs {
- color: #383a42;
- background: #fafafa
-}
-.hljs-comment,
-.hljs-quote {
- color: #a0a1a7;
- font-style: italic
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-formula {
- color: #a626a4
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: #e45649
-}
-.hljs-literal {
- color: #0184bb
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: #50a14f
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number {
- color: #986801
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title {
- color: #4078f2
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #c18401
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e45649}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#50a14f}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#986801}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#4078f2}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#c18401}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/3024.scss b/node_modules/highlight.js/scss/base16/3024.scss
index b7f4ea3..55cff40 100644
--- a/node_modules/highlight.js/scss/base16/3024.scss
+++ b/node_modules/highlight.js/scss/base16/3024.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: 3024
Author: Jan T. Sott (http://github.com/idleberg)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme 3024
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #090300 Default Background
-base01 #3a3432 Lighter Background (Used for status bars, line number and folding marks)
-base02 #4a4543 Selection Background
-base03 #5c5855 Comments, Invisibles, Line Highlighting
-base04 #807d7c Dark Foreground (Used for status bars)
-base05 #a5a2a2 Default Foreground, Caret, Delimiters, Operators
-base06 #d6d5d4 Light Foreground (Not often used)
-base07 #f7f7f7 Light Background (Not often used)
-base08 #db2d20 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #e8bbd0 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fded02 Classes, Markup Bold, Search Text Background
-base0B #01a252 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #b5e4f4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #01a0e4 Functions, Methods, Attribute IDs, Headings
-base0E #a16a94 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #cdab53 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a5a2a2;
- background: #090300
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4a4543;
- color: #a5a2a2
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5c5855 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5c5855
-}
-/* base04 - #807d7c - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #807d7c
-}
-/* base05 - #a5a2a2 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a5a2a2
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #db2d20
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #e8bbd0
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fded02
-}
-.hljs-strong {
- font-weight: bold;
- color: #fded02
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #01a252
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #b5e4f4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #01a0e4
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a16a94
-}
-.hljs-emphasis {
- color: #a16a94;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #cdab53
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a5a2a2;background:#090300}.hljs ::selection,.hljs::selection{background-color:#4a4543;color:#a5a2a2}.hljs-comment{color:#5c5855}.hljs-tag{color:#807d7c}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a5a2a2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#db2d20}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e8bbd0}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fded02}.hljs-strong{font-weight:700;color:#fded02}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#01a252}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#b5e4f4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#01a0e4}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a16a94}.hljs-emphasis{color:#a16a94;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#cdab53}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/apathy.scss b/node_modules/highlight.js/scss/base16/apathy.scss
index 7aa2b7b..44368e6 100644
--- a/node_modules/highlight.js/scss/base16/apathy.scss
+++ b/node_modules/highlight.js/scss/base16/apathy.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Apathy
Author: Jannik Siebert (https://github.com/janniks)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme apathy
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #031A16 Default Background
-base01 #0B342D Lighter Background (Used for status bars, line number and folding marks)
-base02 #184E45 Selection Background
-base03 #2B685E Comments, Invisibles, Line Highlighting
-base04 #5F9C92 Dark Foreground (Used for status bars)
-base05 #81B5AC Default Foreground, Caret, Delimiters, Operators
-base06 #A7CEC8 Light Foreground (Not often used)
-base07 #D2E7E4 Light Background (Not often used)
-base08 #3E9688 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #3E7996 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #3E4C96 Classes, Markup Bold, Search Text Background
-base0B #883E96 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #963E4C Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #96883E Functions, Methods, Attribute IDs, Headings
-base0E #4C963E Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #3E965B Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #81B5AC;
- background: #031A16
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #184E45;
- color: #81B5AC
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #2B685E - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #2B685E
-}
-/* base04 - #5F9C92 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5F9C92
-}
-/* base05 - #81B5AC - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #81B5AC
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #3E9688
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #3E7996
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #3E4C96
-}
-.hljs-strong {
- font-weight: bold;
- color: #3E4C96
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #883E96
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #963E4C
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #96883E
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #4C963E
-}
-.hljs-emphasis {
- color: #4C963E;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #3E965B
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#81b5ac;background:#031a16}.hljs ::selection,.hljs::selection{background-color:#184e45;color:#81b5ac}.hljs-comment{color:#2b685e}.hljs-tag{color:#5f9c92}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#81b5ac}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#3e9688}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#3e7996}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#3e4c96}.hljs-strong{font-weight:700;color:#3e4c96}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#883e96}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#963e4c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#96883e}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4c963e}.hljs-emphasis{color:#4c963e;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#3e965b}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/apprentice.scss b/node_modules/highlight.js/scss/base16/apprentice.scss
index 6f92cfd..00dc982 100644
--- a/node_modules/highlight.js/scss/base16/apprentice.scss
+++ b/node_modules/highlight.js/scss/base16/apprentice.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Apprentice
Author: romainl
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme apprentice
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #262626 Default Background
-base01 #303030 Lighter Background (Used for status bars, line number and folding marks)
-base02 #333333 Selection Background
-base03 #6C6C6C Comments, Invisibles, Line Highlighting
-base04 #787878 Dark Foreground (Used for status bars)
-base05 #BCBCBC Default Foreground, Caret, Delimiters, Operators
-base06 #C9C9C9 Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #5F8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #FF8700 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #5F8787 Classes, Markup Bold, Search Text Background
-base0B #87AF87 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5F875F Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #FFFFAF Functions, Methods, Attribute IDs, Headings
-base0E #87AFD7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #5F87AF Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #BCBCBC;
- background: #262626
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #333333;
- color: #BCBCBC
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6C6C6C - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6C6C6C
-}
-/* base04 - #787878 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #787878
-}
-/* base05 - #BCBCBC - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #BCBCBC
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5F8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #FF8700
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #5F8787
-}
-.hljs-strong {
- font-weight: bold;
- color: #5F8787
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #87AF87
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5F875F
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #FFFFAF
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #87AFD7
-}
-.hljs-emphasis {
- color: #87AFD7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #5F87AF
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#bcbcbc;background:#262626}.hljs ::selection,.hljs::selection{background-color:#333;color:#bcbcbc}.hljs-comment{color:#6c6c6c}.hljs-tag{color:#787878}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#bcbcbc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff8700}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#5f8787}.hljs-strong{font-weight:700;color:#5f8787}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#87af87}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5f875f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#ffffaf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#87afd7}.hljs-emphasis{color:#87afd7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5f87af}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/ashes.scss b/node_modules/highlight.js/scss/base16/ashes.scss
index 84a6ab4..4403f21 100644
--- a/node_modules/highlight.js/scss/base16/ashes.scss
+++ b/node_modules/highlight.js/scss/base16/ashes.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Ashes
Author: Jannik Siebert (https://github.com/janniks)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ashes
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1C2023 Default Background
-base01 #393F45 Lighter Background (Used for status bars, line number and folding marks)
-base02 #565E65 Selection Background
-base03 #747C84 Comments, Invisibles, Line Highlighting
-base04 #ADB3BA Dark Foreground (Used for status bars)
-base05 #C7CCD1 Default Foreground, Caret, Delimiters, Operators
-base06 #DFE2E5 Light Foreground (Not often used)
-base07 #F3F4F5 Light Background (Not often used)
-base08 #C7AE95 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #C7C795 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #AEC795 Classes, Markup Bold, Search Text Background
-base0B #95C7AE Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #95AEC7 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #AE95C7 Functions, Methods, Attribute IDs, Headings
-base0E #C795AE Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #C79595 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #C7CCD1;
- background: #1C2023
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #565E65;
- color: #C7CCD1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #747C84 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #747C84
-}
-/* base04 - #ADB3BA - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #ADB3BA
-}
-/* base05 - #C7CCD1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #C7CCD1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #C7AE95
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #C7C795
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #AEC795
-}
-.hljs-strong {
- font-weight: bold;
- color: #AEC795
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #95C7AE
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #95AEC7
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #AE95C7
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #C795AE
-}
-.hljs-emphasis {
- color: #C795AE;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #C79595
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c7ccd1;background:#1c2023}.hljs ::selection,.hljs::selection{background-color:#565e65;color:#c7ccd1}.hljs-comment{color:#747c84}.hljs-tag{color:#adb3ba}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c7ccd1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c7ae95}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c7c795}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aec795}.hljs-strong{font-weight:700;color:#aec795}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#95c7ae}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#95aec7}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#ae95c7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c795ae}.hljs-emphasis{color:#c795ae;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c79595}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-cave-light.scss b/node_modules/highlight.js/scss/base16/atelier-cave-light.scss
index d38a679..25fcdf4 100644
--- a/node_modules/highlight.js/scss/base16/atelier-cave-light.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-cave-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Cave Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-cave-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #efecf4 Default Background
-base01 #e2dfe7 Lighter Background (Used for status bars, line number and folding marks)
-base02 #8b8792 Selection Background
-base03 #7e7887 Comments, Invisibles, Line Highlighting
-base04 #655f6d Dark Foreground (Used for status bars)
-base05 #585260 Default Foreground, Caret, Delimiters, Operators
-base06 #26232a Light Foreground (Not often used)
-base07 #19171c Light Background (Not often used)
-base08 #be4678 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aa573c Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a06e3b Classes, Markup Bold, Search Text Background
-base0B #2a9292 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #398bc6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #576ddb Functions, Methods, Attribute IDs, Headings
-base0E #955ae7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bf40bf Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #585260;
- background: #efecf4
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #8b8792;
- color: #585260
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7e7887 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7e7887
-}
-/* base04 - #655f6d - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #655f6d
-}
-/* base05 - #585260 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #585260
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #be4678
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aa573c
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a06e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a06e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #2a9292
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #398bc6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #576ddb
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #955ae7
-}
-.hljs-emphasis {
- color: #955ae7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bf40bf
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#585260;background:#efecf4}.hljs ::selection,.hljs::selection{background-color:#8b8792;color:#585260}.hljs-comment{color:#7e7887}.hljs-tag{color:#655f6d}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#585260}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#be4678}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aa573c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:700;color:#a06e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#2a9292}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#398bc6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#576ddb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#955ae7}.hljs-emphasis{color:#955ae7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bf40bf}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-cave.scss b/node_modules/highlight.js/scss/base16/atelier-cave.scss
index 74374e3..e51fe0a 100644
--- a/node_modules/highlight.js/scss/base16/atelier-cave.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-cave.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Cave
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-cave
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #19171c Default Background
-base01 #26232a Lighter Background (Used for status bars, line number and folding marks)
-base02 #585260 Selection Background
-base03 #655f6d Comments, Invisibles, Line Highlighting
-base04 #7e7887 Dark Foreground (Used for status bars)
-base05 #8b8792 Default Foreground, Caret, Delimiters, Operators
-base06 #e2dfe7 Light Foreground (Not often used)
-base07 #efecf4 Light Background (Not often used)
-base08 #be4678 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aa573c Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a06e3b Classes, Markup Bold, Search Text Background
-base0B #2a9292 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #398bc6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #576ddb Functions, Methods, Attribute IDs, Headings
-base0E #955ae7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bf40bf Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #8b8792;
- background: #19171c
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #585260;
- color: #8b8792
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #655f6d - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #655f6d
-}
-/* base04 - #7e7887 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e7887
-}
-/* base05 - #8b8792 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #8b8792
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #be4678
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aa573c
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a06e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a06e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #2a9292
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #398bc6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #576ddb
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #955ae7
-}
-.hljs-emphasis {
- color: #955ae7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bf40bf
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8b8792;background:#19171c}.hljs ::selection,.hljs::selection{background-color:#585260;color:#8b8792}.hljs-comment{color:#655f6d}.hljs-tag{color:#7e7887}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8b8792}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#be4678}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aa573c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:700;color:#a06e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#2a9292}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#398bc6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#576ddb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#955ae7}.hljs-emphasis{color:#955ae7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bf40bf}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-dune-light.scss b/node_modules/highlight.js/scss/base16/atelier-dune-light.scss
index 7a1123e..f310ce1 100644
--- a/node_modules/highlight.js/scss/base16/atelier-dune-light.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-dune-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Dune Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-dune-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fefbec Default Background
-base01 #e8e4cf Lighter Background (Used for status bars, line number and folding marks)
-base02 #a6a28c Selection Background
-base03 #999580 Comments, Invisibles, Line Highlighting
-base04 #7d7a68 Dark Foreground (Used for status bars)
-base05 #6e6b5e Default Foreground, Caret, Delimiters, Operators
-base06 #292824 Light Foreground (Not often used)
-base07 #20201d Light Background (Not often used)
-base08 #d73737 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b65611 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ae9513 Classes, Markup Bold, Search Text Background
-base0B #60ac39 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1fad83 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6684e1 Functions, Methods, Attribute IDs, Headings
-base0E #b854d4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d43552 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #6e6b5e;
- background: #fefbec
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #a6a28c;
- color: #6e6b5e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #999580 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #999580
-}
-/* base04 - #7d7a68 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7d7a68
-}
-/* base05 - #6e6b5e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #6e6b5e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d73737
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b65611
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ae9513
-}
-.hljs-strong {
- font-weight: bold;
- color: #ae9513
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #60ac39
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1fad83
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6684e1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b854d4
-}
-.hljs-emphasis {
- color: #b854d4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d43552
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#6e6b5e;background:#fefbec}.hljs ::selection,.hljs::selection{background-color:#a6a28c;color:#6e6b5e}.hljs-comment{color:#999580}.hljs-tag{color:#7d7a68}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#6e6b5e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d73737}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b65611}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ae9513}.hljs-strong{font-weight:700;color:#ae9513}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#60ac39}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1fad83}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6684e1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b854d4}.hljs-emphasis{color:#b854d4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d43552}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-dune.scss b/node_modules/highlight.js/scss/base16/atelier-dune.scss
index d3b3388..05b260c 100644
--- a/node_modules/highlight.js/scss/base16/atelier-dune.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-dune.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Dune
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-dune
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #20201d Default Background
-base01 #292824 Lighter Background (Used for status bars, line number and folding marks)
-base02 #6e6b5e Selection Background
-base03 #7d7a68 Comments, Invisibles, Line Highlighting
-base04 #999580 Dark Foreground (Used for status bars)
-base05 #a6a28c Default Foreground, Caret, Delimiters, Operators
-base06 #e8e4cf Light Foreground (Not often used)
-base07 #fefbec Light Background (Not often used)
-base08 #d73737 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b65611 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ae9513 Classes, Markup Bold, Search Text Background
-base0B #60ac39 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1fad83 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6684e1 Functions, Methods, Attribute IDs, Headings
-base0E #b854d4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d43552 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a6a28c;
- background: #20201d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #6e6b5e;
- color: #a6a28c
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7d7a68 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7d7a68
-}
-/* base04 - #999580 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999580
-}
-/* base05 - #a6a28c - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a6a28c
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d73737
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b65611
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ae9513
-}
-.hljs-strong {
- font-weight: bold;
- color: #ae9513
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #60ac39
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1fad83
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6684e1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b854d4
-}
-.hljs-emphasis {
- color: #b854d4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d43552
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a6a28c;background:#20201d}.hljs ::selection,.hljs::selection{background-color:#6e6b5e;color:#a6a28c}.hljs-comment{color:#7d7a68}.hljs-tag{color:#999580}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a6a28c}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d73737}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b65611}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ae9513}.hljs-strong{font-weight:700;color:#ae9513}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#60ac39}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1fad83}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6684e1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b854d4}.hljs-emphasis{color:#b854d4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d43552}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-estuary-light.scss b/node_modules/highlight.js/scss/base16/atelier-estuary-light.scss
index 02128ac..90f8be4 100644
--- a/node_modules/highlight.js/scss/base16/atelier-estuary-light.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-estuary-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Estuary Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-estuary-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f4f3ec Default Background
-base01 #e7e6df Lighter Background (Used for status bars, line number and folding marks)
-base02 #929181 Selection Background
-base03 #878573 Comments, Invisibles, Line Highlighting
-base04 #6c6b5a Dark Foreground (Used for status bars)
-base05 #5f5e4e Default Foreground, Caret, Delimiters, Operators
-base06 #302f27 Light Foreground (Not often used)
-base07 #22221b Light Background (Not often used)
-base08 #ba6236 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ae7313 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a5980d Classes, Markup Bold, Search Text Background
-base0B #7d9726 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5b9d48 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #36a166 Functions, Methods, Attribute IDs, Headings
-base0E #5f9182 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #9d6c7c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5f5e4e;
- background: #f4f3ec
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #929181;
- color: #5f5e4e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #878573 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #878573
-}
-/* base04 - #6c6b5a - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #6c6b5a
-}
-/* base05 - #5f5e4e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5f5e4e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ba6236
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ae7313
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a5980d
-}
-.hljs-strong {
- font-weight: bold;
- color: #a5980d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7d9726
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5b9d48
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #36a166
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #5f9182
-}
-.hljs-emphasis {
- color: #5f9182;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #9d6c7c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5f5e4e;background:#f4f3ec}.hljs ::selection,.hljs::selection{background-color:#929181;color:#5f5e4e}.hljs-comment{color:#878573}.hljs-tag{color:#6c6b5a}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5f5e4e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ba6236}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ae7313}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a5980d}.hljs-strong{font-weight:700;color:#a5980d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7d9726}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5b9d48}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#36a166}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#5f9182}.hljs-emphasis{color:#5f9182;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9d6c7c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-estuary.scss b/node_modules/highlight.js/scss/base16/atelier-estuary.scss
index 07e1506..b088f77 100644
--- a/node_modules/highlight.js/scss/base16/atelier-estuary.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-estuary.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Estuary
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-estuary
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #22221b Default Background
-base01 #302f27 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5f5e4e Selection Background
-base03 #6c6b5a Comments, Invisibles, Line Highlighting
-base04 #878573 Dark Foreground (Used for status bars)
-base05 #929181 Default Foreground, Caret, Delimiters, Operators
-base06 #e7e6df Light Foreground (Not often used)
-base07 #f4f3ec Light Background (Not often used)
-base08 #ba6236 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ae7313 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a5980d Classes, Markup Bold, Search Text Background
-base0B #7d9726 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5b9d48 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #36a166 Functions, Methods, Attribute IDs, Headings
-base0E #5f9182 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #9d6c7c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #929181;
- background: #22221b
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5f5e4e;
- color: #929181
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6c6b5a - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6c6b5a
-}
-/* base04 - #878573 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #878573
-}
-/* base05 - #929181 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #929181
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ba6236
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ae7313
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a5980d
-}
-.hljs-strong {
- font-weight: bold;
- color: #a5980d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7d9726
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5b9d48
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #36a166
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #5f9182
-}
-.hljs-emphasis {
- color: #5f9182;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #9d6c7c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#929181;background:#22221b}.hljs ::selection,.hljs::selection{background-color:#5f5e4e;color:#929181}.hljs-comment{color:#6c6b5a}.hljs-tag{color:#878573}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#929181}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ba6236}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ae7313}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a5980d}.hljs-strong{font-weight:700;color:#a5980d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7d9726}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5b9d48}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#36a166}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#5f9182}.hljs-emphasis{color:#5f9182;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9d6c7c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-forest-light.scss b/node_modules/highlight.js/scss/base16/atelier-forest-light.scss
index ecff451..a54242d 100644
--- a/node_modules/highlight.js/scss/base16/atelier-forest-light.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-forest-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Forest Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-forest-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f1efee Default Background
-base01 #e6e2e0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #a8a19f Selection Background
-base03 #9c9491 Comments, Invisibles, Line Highlighting
-base04 #766e6b Dark Foreground (Used for status bars)
-base05 #68615e Default Foreground, Caret, Delimiters, Operators
-base06 #2c2421 Light Foreground (Not often used)
-base07 #1b1918 Light Background (Not often used)
-base08 #f22c40 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #df5320 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c38418 Classes, Markup Bold, Search Text Background
-base0B #7b9726 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3d97b8 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #407ee7 Functions, Methods, Attribute IDs, Headings
-base0E #6666ea Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c33ff3 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #68615e;
- background: #f1efee
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #a8a19f;
- color: #68615e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #9c9491 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #9c9491
-}
-/* base04 - #766e6b - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #766e6b
-}
-/* base05 - #68615e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #68615e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f22c40
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #df5320
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c38418
-}
-.hljs-strong {
- font-weight: bold;
- color: #c38418
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7b9726
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3d97b8
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #407ee7
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6666ea
-}
-.hljs-emphasis {
- color: #6666ea;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c33ff3
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#68615e;background:#f1efee}.hljs ::selection,.hljs::selection{background-color:#a8a19f;color:#68615e}.hljs-comment{color:#9c9491}.hljs-tag{color:#766e6b}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#68615e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f22c40}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#df5320}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c38418}.hljs-strong{font-weight:700;color:#c38418}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7b9726}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3d97b8}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#407ee7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6666ea}.hljs-emphasis{color:#6666ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c33ff3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-forest.scss b/node_modules/highlight.js/scss/base16/atelier-forest.scss
index 3ab07be..e6ca2d5 100644
--- a/node_modules/highlight.js/scss/base16/atelier-forest.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-forest.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Forest
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-forest
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1b1918 Default Background
-base01 #2c2421 Lighter Background (Used for status bars, line number and folding marks)
-base02 #68615e Selection Background
-base03 #766e6b Comments, Invisibles, Line Highlighting
-base04 #9c9491 Dark Foreground (Used for status bars)
-base05 #a8a19f Default Foreground, Caret, Delimiters, Operators
-base06 #e6e2e0 Light Foreground (Not often used)
-base07 #f1efee Light Background (Not often used)
-base08 #f22c40 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #df5320 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c38418 Classes, Markup Bold, Search Text Background
-base0B #7b9726 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3d97b8 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #407ee7 Functions, Methods, Attribute IDs, Headings
-base0E #6666ea Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c33ff3 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a8a19f;
- background: #1b1918
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #68615e;
- color: #a8a19f
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #766e6b - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #766e6b
-}
-/* base04 - #9c9491 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9c9491
-}
-/* base05 - #a8a19f - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a8a19f
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f22c40
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #df5320
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c38418
-}
-.hljs-strong {
- font-weight: bold;
- color: #c38418
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7b9726
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3d97b8
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #407ee7
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6666ea
-}
-.hljs-emphasis {
- color: #6666ea;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c33ff3
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a8a19f;background:#1b1918}.hljs ::selection,.hljs::selection{background-color:#68615e;color:#a8a19f}.hljs-comment{color:#766e6b}.hljs-tag{color:#9c9491}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a8a19f}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f22c40}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#df5320}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c38418}.hljs-strong{font-weight:700;color:#c38418}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7b9726}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3d97b8}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#407ee7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6666ea}.hljs-emphasis{color:#6666ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c33ff3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-heath-light.scss b/node_modules/highlight.js/scss/base16/atelier-heath-light.scss
index 4add108..dc38ca0 100644
--- a/node_modules/highlight.js/scss/base16/atelier-heath-light.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-heath-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Heath Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-heath-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f7f3f7 Default Background
-base01 #d8cad8 Lighter Background (Used for status bars, line number and folding marks)
-base02 #ab9bab Selection Background
-base03 #9e8f9e Comments, Invisibles, Line Highlighting
-base04 #776977 Dark Foreground (Used for status bars)
-base05 #695d69 Default Foreground, Caret, Delimiters, Operators
-base06 #292329 Light Foreground (Not often used)
-base07 #1b181b Light Background (Not often used)
-base08 #ca402b Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #a65926 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #bb8a35 Classes, Markup Bold, Search Text Background
-base0B #918b3b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #159393 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #516aec Functions, Methods, Attribute IDs, Headings
-base0E #7b59c0 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #cc33cc Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #695d69;
- background: #f7f3f7
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #ab9bab;
- color: #695d69
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #9e8f9e - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #9e8f9e
-}
-/* base04 - #776977 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #776977
-}
-/* base05 - #695d69 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #695d69
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ca402b
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #a65926
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #bb8a35
-}
-.hljs-strong {
- font-weight: bold;
- color: #bb8a35
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #918b3b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #159393
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #516aec
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #7b59c0
-}
-.hljs-emphasis {
- color: #7b59c0;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #cc33cc
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#695d69;background:#f7f3f7}.hljs ::selection,.hljs::selection{background-color:#ab9bab;color:#695d69}.hljs-comment{color:#9e8f9e}.hljs-tag{color:#776977}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#695d69}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca402b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a65926}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8a35}.hljs-strong{font-weight:700;color:#bb8a35}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#918b3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#159393}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#516aec}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7b59c0}.hljs-emphasis{color:#7b59c0;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c3c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-heath.scss b/node_modules/highlight.js/scss/base16/atelier-heath.scss
index a95e42a..4656ef6 100644
--- a/node_modules/highlight.js/scss/base16/atelier-heath.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-heath.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Heath
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-heath
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1b181b Default Background
-base01 #292329 Lighter Background (Used for status bars, line number and folding marks)
-base02 #695d69 Selection Background
-base03 #776977 Comments, Invisibles, Line Highlighting
-base04 #9e8f9e Dark Foreground (Used for status bars)
-base05 #ab9bab Default Foreground, Caret, Delimiters, Operators
-base06 #d8cad8 Light Foreground (Not often used)
-base07 #f7f3f7 Light Background (Not often used)
-base08 #ca402b Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #a65926 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #bb8a35 Classes, Markup Bold, Search Text Background
-base0B #918b3b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #159393 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #516aec Functions, Methods, Attribute IDs, Headings
-base0E #7b59c0 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #cc33cc Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #ab9bab;
- background: #1b181b
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #695d69;
- color: #ab9bab
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #776977 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #776977
-}
-/* base04 - #9e8f9e - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9e8f9e
-}
-/* base05 - #ab9bab - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #ab9bab
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ca402b
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #a65926
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #bb8a35
-}
-.hljs-strong {
- font-weight: bold;
- color: #bb8a35
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #918b3b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #159393
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #516aec
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #7b59c0
-}
-.hljs-emphasis {
- color: #7b59c0;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #cc33cc
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ab9bab;background:#1b181b}.hljs ::selection,.hljs::selection{background-color:#695d69;color:#ab9bab}.hljs-comment{color:#776977}.hljs-tag{color:#9e8f9e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ab9bab}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca402b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a65926}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8a35}.hljs-strong{font-weight:700;color:#bb8a35}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#918b3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#159393}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#516aec}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7b59c0}.hljs-emphasis{color:#7b59c0;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c3c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-lakeside-light.scss b/node_modules/highlight.js/scss/base16/atelier-lakeside-light.scss
index 8355cbe..c1252e3 100644
--- a/node_modules/highlight.js/scss/base16/atelier-lakeside-light.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-lakeside-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Lakeside Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-lakeside-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ebf8ff Default Background
-base01 #c1e4f6 Lighter Background (Used for status bars, line number and folding marks)
-base02 #7ea2b4 Selection Background
-base03 #7195a8 Comments, Invisibles, Line Highlighting
-base04 #5a7b8c Dark Foreground (Used for status bars)
-base05 #516d7b Default Foreground, Caret, Delimiters, Operators
-base06 #1f292e Light Foreground (Not often used)
-base07 #161b1d Light Background (Not often used)
-base08 #d22d72 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #935c25 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #8a8a0f Classes, Markup Bold, Search Text Background
-base0B #568c3b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #2d8f6f Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #257fad Functions, Methods, Attribute IDs, Headings
-base0E #6b6bb8 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b72dd2 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #516d7b;
- background: #ebf8ff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #7ea2b4;
- color: #516d7b
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7195a8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7195a8
-}
-/* base04 - #5a7b8c - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5a7b8c
-}
-/* base05 - #516d7b - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #516d7b
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d22d72
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #935c25
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #8a8a0f
-}
-.hljs-strong {
- font-weight: bold;
- color: #8a8a0f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #568c3b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #2d8f6f
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #257fad
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6b6bb8
-}
-.hljs-emphasis {
- color: #6b6bb8;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b72dd2
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#516d7b;background:#ebf8ff}.hljs ::selection,.hljs::selection{background-color:#7ea2b4;color:#516d7b}.hljs-comment{color:#7195a8}.hljs-tag{color:#5a7b8c}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#516d7b}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d22d72}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#935c25}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8a8a0f}.hljs-strong{font-weight:700;color:#8a8a0f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#568c3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2d8f6f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#257fad}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6b6bb8}.hljs-emphasis{color:#6b6bb8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b72dd2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-lakeside.scss b/node_modules/highlight.js/scss/base16/atelier-lakeside.scss
index b25999c..efcb981 100644
--- a/node_modules/highlight.js/scss/base16/atelier-lakeside.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-lakeside.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Lakeside
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-lakeside
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #161b1d Default Background
-base01 #1f292e Lighter Background (Used for status bars, line number and folding marks)
-base02 #516d7b Selection Background
-base03 #5a7b8c Comments, Invisibles, Line Highlighting
-base04 #7195a8 Dark Foreground (Used for status bars)
-base05 #7ea2b4 Default Foreground, Caret, Delimiters, Operators
-base06 #c1e4f6 Light Foreground (Not often used)
-base07 #ebf8ff Light Background (Not often used)
-base08 #d22d72 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #935c25 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #8a8a0f Classes, Markup Bold, Search Text Background
-base0B #568c3b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #2d8f6f Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #257fad Functions, Methods, Attribute IDs, Headings
-base0E #6b6bb8 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b72dd2 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #7ea2b4;
- background: #161b1d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #516d7b;
- color: #7ea2b4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5a7b8c - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5a7b8c
-}
-/* base04 - #7195a8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7195a8
-}
-/* base05 - #7ea2b4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #7ea2b4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d22d72
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #935c25
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #8a8a0f
-}
-.hljs-strong {
- font-weight: bold;
- color: #8a8a0f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #568c3b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #2d8f6f
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #257fad
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6b6bb8
-}
-.hljs-emphasis {
- color: #6b6bb8;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b72dd2
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#7ea2b4;background:#161b1d}.hljs ::selection,.hljs::selection{background-color:#516d7b;color:#7ea2b4}.hljs-comment{color:#5a7b8c}.hljs-tag{color:#7195a8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#7ea2b4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d22d72}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#935c25}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8a8a0f}.hljs-strong{font-weight:700;color:#8a8a0f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#568c3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2d8f6f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#257fad}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6b6bb8}.hljs-emphasis{color:#6b6bb8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b72dd2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-plateau-light.scss b/node_modules/highlight.js/scss/base16/atelier-plateau-light.scss
index 307bfa7..44362de 100644
--- a/node_modules/highlight.js/scss/base16/atelier-plateau-light.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-plateau-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Plateau Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-plateau-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f4ecec Default Background
-base01 #e7dfdf Lighter Background (Used for status bars, line number and folding marks)
-base02 #8a8585 Selection Background
-base03 #7e7777 Comments, Invisibles, Line Highlighting
-base04 #655d5d Dark Foreground (Used for status bars)
-base05 #585050 Default Foreground, Caret, Delimiters, Operators
-base06 #292424 Light Foreground (Not often used)
-base07 #1b1818 Light Background (Not often used)
-base08 #ca4949 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b45a3c Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a06e3b Classes, Markup Bold, Search Text Background
-base0B #4b8b8b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5485b6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7272ca Functions, Methods, Attribute IDs, Headings
-base0E #8464c4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bd5187 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #585050;
- background: #f4ecec
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #8a8585;
- color: #585050
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7e7777 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7e7777
-}
-/* base04 - #655d5d - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #655d5d
-}
-/* base05 - #585050 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #585050
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ca4949
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b45a3c
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a06e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a06e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #4b8b8b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5485b6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7272ca
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8464c4
-}
-.hljs-emphasis {
- color: #8464c4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bd5187
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#585050;background:#f4ecec}.hljs ::selection,.hljs::selection{background-color:#8a8585;color:#585050}.hljs-comment{color:#7e7777}.hljs-tag{color:#655d5d}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#585050}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca4949}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b45a3c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:700;color:#a06e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4b8b8b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5485b6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7272ca}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8464c4}.hljs-emphasis{color:#8464c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bd5187}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-plateau.scss b/node_modules/highlight.js/scss/base16/atelier-plateau.scss
index 53aeebd..7051d01 100644
--- a/node_modules/highlight.js/scss/base16/atelier-plateau.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-plateau.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Plateau
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-plateau
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1b1818 Default Background
-base01 #292424 Lighter Background (Used for status bars, line number and folding marks)
-base02 #585050 Selection Background
-base03 #655d5d Comments, Invisibles, Line Highlighting
-base04 #7e7777 Dark Foreground (Used for status bars)
-base05 #8a8585 Default Foreground, Caret, Delimiters, Operators
-base06 #e7dfdf Light Foreground (Not often used)
-base07 #f4ecec Light Background (Not often used)
-base08 #ca4949 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b45a3c Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a06e3b Classes, Markup Bold, Search Text Background
-base0B #4b8b8b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5485b6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7272ca Functions, Methods, Attribute IDs, Headings
-base0E #8464c4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bd5187 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #8a8585;
- background: #1b1818
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #585050;
- color: #8a8585
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #655d5d - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #655d5d
-}
-/* base04 - #7e7777 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e7777
-}
-/* base05 - #8a8585 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #8a8585
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ca4949
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b45a3c
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a06e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a06e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #4b8b8b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5485b6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7272ca
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8464c4
-}
-.hljs-emphasis {
- color: #8464c4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bd5187
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8a8585;background:#1b1818}.hljs ::selection,.hljs::selection{background-color:#585050;color:#8a8585}.hljs-comment{color:#655d5d}.hljs-tag{color:#7e7777}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8a8585}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca4949}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b45a3c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:700;color:#a06e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4b8b8b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5485b6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7272ca}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8464c4}.hljs-emphasis{color:#8464c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bd5187}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-savanna-light.scss b/node_modules/highlight.js/scss/base16/atelier-savanna-light.scss
index b26d6f7..4d63650 100644
--- a/node_modules/highlight.js/scss/base16/atelier-savanna-light.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-savanna-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Savanna Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-savanna-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ecf4ee Default Background
-base01 #dfe7e2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #87928a Selection Background
-base03 #78877d Comments, Invisibles, Line Highlighting
-base04 #5f6d64 Dark Foreground (Used for status bars)
-base05 #526057 Default Foreground, Caret, Delimiters, Operators
-base06 #232a25 Light Foreground (Not often used)
-base07 #171c19 Light Background (Not often used)
-base08 #b16139 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #9f713c Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a07e3b Classes, Markup Bold, Search Text Background
-base0B #489963 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1c9aa0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #478c90 Functions, Methods, Attribute IDs, Headings
-base0E #55859b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #867469 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #526057;
- background: #ecf4ee
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #87928a;
- color: #526057
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #78877d - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #78877d
-}
-/* base04 - #5f6d64 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5f6d64
-}
-/* base05 - #526057 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #526057
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b16139
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #9f713c
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a07e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a07e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #489963
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1c9aa0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #478c90
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #55859b
-}
-.hljs-emphasis {
- color: #55859b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #867469
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#526057;background:#ecf4ee}.hljs ::selection,.hljs::selection{background-color:#87928a;color:#526057}.hljs-comment{color:#78877d}.hljs-tag{color:#5f6d64}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#526057}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b16139}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#9f713c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a07e3b}.hljs-strong{font-weight:700;color:#a07e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#489963}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1c9aa0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#478c90}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#55859b}.hljs-emphasis{color:#55859b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#867469}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-savanna.scss b/node_modules/highlight.js/scss/base16/atelier-savanna.scss
index 47998da..286c1d9 100644
--- a/node_modules/highlight.js/scss/base16/atelier-savanna.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-savanna.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Savanna
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-savanna
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #171c19 Default Background
-base01 #232a25 Lighter Background (Used for status bars, line number and folding marks)
-base02 #526057 Selection Background
-base03 #5f6d64 Comments, Invisibles, Line Highlighting
-base04 #78877d Dark Foreground (Used for status bars)
-base05 #87928a Default Foreground, Caret, Delimiters, Operators
-base06 #dfe7e2 Light Foreground (Not often used)
-base07 #ecf4ee Light Background (Not often used)
-base08 #b16139 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #9f713c Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a07e3b Classes, Markup Bold, Search Text Background
-base0B #489963 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1c9aa0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #478c90 Functions, Methods, Attribute IDs, Headings
-base0E #55859b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #867469 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #87928a;
- background: #171c19
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #526057;
- color: #87928a
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5f6d64 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5f6d64
-}
-/* base04 - #78877d - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #78877d
-}
-/* base05 - #87928a - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #87928a
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b16139
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #9f713c
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a07e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a07e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #489963
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1c9aa0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #478c90
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #55859b
-}
-.hljs-emphasis {
- color: #55859b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #867469
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#87928a;background:#171c19}.hljs ::selection,.hljs::selection{background-color:#526057;color:#87928a}.hljs-comment{color:#5f6d64}.hljs-tag{color:#78877d}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#87928a}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b16139}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#9f713c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a07e3b}.hljs-strong{font-weight:700;color:#a07e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#489963}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1c9aa0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#478c90}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#55859b}.hljs-emphasis{color:#55859b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#867469}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-seaside-light.scss b/node_modules/highlight.js/scss/base16/atelier-seaside-light.scss
index c95fffb..524a951 100644
--- a/node_modules/highlight.js/scss/base16/atelier-seaside-light.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-seaside-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Seaside Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-seaside-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f4fbf4 Default Background
-base01 #cfe8cf Lighter Background (Used for status bars, line number and folding marks)
-base02 #8ca68c Selection Background
-base03 #809980 Comments, Invisibles, Line Highlighting
-base04 #687d68 Dark Foreground (Used for status bars)
-base05 #5e6e5e Default Foreground, Caret, Delimiters, Operators
-base06 #242924 Light Foreground (Not often used)
-base07 #131513 Light Background (Not often used)
-base08 #e6193c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #87711d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #98981b Classes, Markup Bold, Search Text Background
-base0B #29a329 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1999b3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3d62f5 Functions, Methods, Attribute IDs, Headings
-base0E #ad2bee Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e619c3 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5e6e5e;
- background: #f4fbf4
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #8ca68c;
- color: #5e6e5e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #809980 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #809980
-}
-/* base04 - #687d68 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #687d68
-}
-/* base05 - #5e6e5e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5e6e5e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e6193c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #87711d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #98981b
-}
-.hljs-strong {
- font-weight: bold;
- color: #98981b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #29a329
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1999b3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3d62f5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ad2bee
-}
-.hljs-emphasis {
- color: #ad2bee;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e619c3
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5e6e5e;background:#f4fbf4}.hljs ::selection,.hljs::selection{background-color:#8ca68c;color:#5e6e5e}.hljs-comment{color:#809980}.hljs-tag{color:#687d68}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5e6e5e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e6193c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#87711d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#98981b}.hljs-strong{font-weight:700;color:#98981b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#29a329}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1999b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3d62f5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ad2bee}.hljs-emphasis{color:#ad2bee;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e619c3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-seaside.scss b/node_modules/highlight.js/scss/base16/atelier-seaside.scss
index 7144e8b..f1b2fe0 100644
--- a/node_modules/highlight.js/scss/base16/atelier-seaside.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-seaside.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Seaside
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-seaside
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #131513 Default Background
-base01 #242924 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5e6e5e Selection Background
-base03 #687d68 Comments, Invisibles, Line Highlighting
-base04 #809980 Dark Foreground (Used for status bars)
-base05 #8ca68c Default Foreground, Caret, Delimiters, Operators
-base06 #cfe8cf Light Foreground (Not often used)
-base07 #f4fbf4 Light Background (Not often used)
-base08 #e6193c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #87711d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #98981b Classes, Markup Bold, Search Text Background
-base0B #29a329 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1999b3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3d62f5 Functions, Methods, Attribute IDs, Headings
-base0E #ad2bee Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e619c3 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #8ca68c;
- background: #131513
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5e6e5e;
- color: #8ca68c
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #687d68 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #687d68
-}
-/* base04 - #809980 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #809980
-}
-/* base05 - #8ca68c - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #8ca68c
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e6193c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #87711d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #98981b
-}
-.hljs-strong {
- font-weight: bold;
- color: #98981b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #29a329
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1999b3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3d62f5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ad2bee
-}
-.hljs-emphasis {
- color: #ad2bee;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e619c3
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8ca68c;background:#131513}.hljs ::selection,.hljs::selection{background-color:#5e6e5e;color:#8ca68c}.hljs-comment{color:#687d68}.hljs-tag{color:#809980}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8ca68c}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e6193c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#87711d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#98981b}.hljs-strong{font-weight:700;color:#98981b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#29a329}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1999b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3d62f5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ad2bee}.hljs-emphasis{color:#ad2bee;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e619c3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-sulphurpool-light.scss b/node_modules/highlight.js/scss/base16/atelier-sulphurpool-light.scss
index 77e7847..8e038f5 100644
--- a/node_modules/highlight.js/scss/base16/atelier-sulphurpool-light.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-sulphurpool-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Sulphurpool Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-sulphurpool-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f5f7ff Default Background
-base01 #dfe2f1 Lighter Background (Used for status bars, line number and folding marks)
-base02 #979db4 Selection Background
-base03 #898ea4 Comments, Invisibles, Line Highlighting
-base04 #6b7394 Dark Foreground (Used for status bars)
-base05 #5e6687 Default Foreground, Caret, Delimiters, Operators
-base06 #293256 Light Foreground (Not often used)
-base07 #202746 Light Background (Not often used)
-base08 #c94922 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #c76b29 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c08b30 Classes, Markup Bold, Search Text Background
-base0B #ac9739 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #22a2c9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3d8fd1 Functions, Methods, Attribute IDs, Headings
-base0E #6679cc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #9c637a Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5e6687;
- background: #f5f7ff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #979db4;
- color: #5e6687
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #898ea4 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #898ea4
-}
-/* base04 - #6b7394 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #6b7394
-}
-/* base05 - #5e6687 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5e6687
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c94922
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #c76b29
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c08b30
-}
-.hljs-strong {
- font-weight: bold;
- color: #c08b30
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #ac9739
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #22a2c9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3d8fd1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6679cc
-}
-.hljs-emphasis {
- color: #6679cc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #9c637a
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5e6687;background:#f5f7ff}.hljs ::selection,.hljs::selection{background-color:#979db4;color:#5e6687}.hljs-comment{color:#898ea4}.hljs-tag{color:#6b7394}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5e6687}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c94922}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c76b29}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c08b30}.hljs-strong{font-weight:700;color:#c08b30}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ac9739}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#22a2c9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3d8fd1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6679cc}.hljs-emphasis{color:#6679cc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9c637a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atelier-sulphurpool.scss b/node_modules/highlight.js/scss/base16/atelier-sulphurpool.scss
index fb95c32..519aa38 100644
--- a/node_modules/highlight.js/scss/base16/atelier-sulphurpool.scss
+++ b/node_modules/highlight.js/scss/base16/atelier-sulphurpool.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Sulphurpool
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-sulphurpool
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #202746 Default Background
-base01 #293256 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5e6687 Selection Background
-base03 #6b7394 Comments, Invisibles, Line Highlighting
-base04 #898ea4 Dark Foreground (Used for status bars)
-base05 #979db4 Default Foreground, Caret, Delimiters, Operators
-base06 #dfe2f1 Light Foreground (Not often used)
-base07 #f5f7ff Light Background (Not often used)
-base08 #c94922 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #c76b29 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c08b30 Classes, Markup Bold, Search Text Background
-base0B #ac9739 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #22a2c9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3d8fd1 Functions, Methods, Attribute IDs, Headings
-base0E #6679cc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #9c637a Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #979db4;
- background: #202746
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5e6687;
- color: #979db4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6b7394 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6b7394
-}
-/* base04 - #898ea4 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #898ea4
-}
-/* base05 - #979db4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #979db4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c94922
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #c76b29
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c08b30
-}
-.hljs-strong {
- font-weight: bold;
- color: #c08b30
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #ac9739
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #22a2c9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3d8fd1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6679cc
-}
-.hljs-emphasis {
- color: #6679cc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #9c637a
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#979db4;background:#202746}.hljs ::selection,.hljs::selection{background-color:#5e6687;color:#979db4}.hljs-comment{color:#6b7394}.hljs-tag{color:#898ea4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#979db4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c94922}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c76b29}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c08b30}.hljs-strong{font-weight:700;color:#c08b30}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ac9739}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#22a2c9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3d8fd1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6679cc}.hljs-emphasis{color:#6679cc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9c637a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/atlas.scss b/node_modules/highlight.js/scss/base16/atlas.scss
index e0c83aa..62a8848 100644
--- a/node_modules/highlight.js/scss/base16/atlas.scss
+++ b/node_modules/highlight.js/scss/base16/atlas.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atlas
Author: Alex Lende (https://ajlende.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atlas
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #002635 Default Background
-base01 #00384d Lighter Background (Used for status bars, line number and folding marks)
-base02 #517F8D Selection Background
-base03 #6C8B91 Comments, Invisibles, Line Highlighting
-base04 #869696 Dark Foreground (Used for status bars)
-base05 #a1a19a Default Foreground, Caret, Delimiters, Operators
-base06 #e6e6dc Light Foreground (Not often used)
-base07 #fafaf8 Light Background (Not often used)
-base08 #ff5a67 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f08e48 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffcc1b Classes, Markup Bold, Search Text Background
-base0B #7fc06e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #14747e Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #5dd7b9 Functions, Methods, Attribute IDs, Headings
-base0E #9a70a4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c43060 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a1a19a;
- background: #002635
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #517F8D;
- color: #a1a19a
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6C8B91 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6C8B91
-}
-/* base04 - #869696 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #869696
-}
-/* base05 - #a1a19a - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a1a19a
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff5a67
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f08e48
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffcc1b
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffcc1b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7fc06e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #14747e
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #5dd7b9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9a70a4
-}
-.hljs-emphasis {
- color: #9a70a4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c43060
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a1a19a;background:#002635}.hljs ::selection,.hljs::selection{background-color:#517f8d;color:#a1a19a}.hljs-comment{color:#6c8b91}.hljs-tag{color:#869696}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a1a19a}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff5a67}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f08e48}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffcc1b}.hljs-strong{font-weight:700;color:#ffcc1b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7fc06e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#14747e}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5dd7b9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9a70a4}.hljs-emphasis{color:#9a70a4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c43060}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/bespin.scss b/node_modules/highlight.js/scss/base16/bespin.scss
index 02c08cc..234cb64 100644
--- a/node_modules/highlight.js/scss/base16/bespin.scss
+++ b/node_modules/highlight.js/scss/base16/bespin.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Bespin
Author: Jan T. Sott
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme bespin
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #28211c Default Background
-base01 #36312e Lighter Background (Used for status bars, line number and folding marks)
-base02 #5e5d5c Selection Background
-base03 #666666 Comments, Invisibles, Line Highlighting
-base04 #797977 Dark Foreground (Used for status bars)
-base05 #8a8986 Default Foreground, Caret, Delimiters, Operators
-base06 #9d9b97 Light Foreground (Not often used)
-base07 #baae9e Light Background (Not often used)
-base08 #cf6a4c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #cf7d34 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f9ee98 Classes, Markup Bold, Search Text Background
-base0B #54be0d Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #afc4db Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #5ea6ea Functions, Methods, Attribute IDs, Headings
-base0E #9b859d Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #937121 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #8a8986;
- background: #28211c
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5e5d5c;
- color: #8a8986
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #666666 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #666666
-}
-/* base04 - #797977 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #797977
-}
-/* base05 - #8a8986 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #8a8986
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #cf6a4c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #cf7d34
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f9ee98
-}
-.hljs-strong {
- font-weight: bold;
- color: #f9ee98
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #54be0d
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #afc4db
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #5ea6ea
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9b859d
-}
-.hljs-emphasis {
- color: #9b859d;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #937121
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8a8986;background:#28211c}.hljs ::selection,.hljs::selection{background-color:#5e5d5c;color:#8a8986}.hljs-comment{color:#666}.hljs-tag{color:#797977}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8a8986}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cf6a4c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cf7d34}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f9ee98}.hljs-strong{font-weight:700;color:#f9ee98}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#54be0d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#afc4db}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5ea6ea}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9b859d}.hljs-emphasis{color:#9b859d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#937121}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/black-metal-bathory.scss b/node_modules/highlight.js/scss/base16/black-metal-bathory.scss
index 05265a6..b315d96 100644
--- a/node_modules/highlight.js/scss/base16/black-metal-bathory.scss
+++ b/node_modules/highlight.js/scss/base16/black-metal-bathory.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Bathory)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-bathory
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #e78a53 Classes, Markup Bold, Search Text Background
-base0B #fbcb97 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #e78a53
-}
-.hljs-strong {
- font-weight: bold;
- color: #e78a53
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #fbcb97
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e78a53}.hljs-strong{font-weight:700;color:#e78a53}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#fbcb97}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/black-metal-burzum.scss b/node_modules/highlight.js/scss/base16/black-metal-burzum.scss
index 1ec27ec..7729779 100644
--- a/node_modules/highlight.js/scss/base16/black-metal-burzum.scss
+++ b/node_modules/highlight.js/scss/base16/black-metal-burzum.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Burzum)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-burzum
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #99bbaa Classes, Markup Bold, Search Text Background
-base0B #ddeecc Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #99bbaa
-}
-.hljs-strong {
- font-weight: bold;
- color: #99bbaa
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #ddeecc
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#9ba}.hljs-strong{font-weight:700;color:#9ba}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#dec}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/black-metal-dark-funeral.scss b/node_modules/highlight.js/scss/base16/black-metal-dark-funeral.scss
index 97d59f3..7bffc28 100644
--- a/node_modules/highlight.js/scss/base16/black-metal-dark-funeral.scss
+++ b/node_modules/highlight.js/scss/base16/black-metal-dark-funeral.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Dark Funeral)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-dark-funeral
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #5f81a5 Classes, Markup Bold, Search Text Background
-base0B #d0dfee Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #5f81a5
-}
-.hljs-strong {
- font-weight: bold;
- color: #5f81a5
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #d0dfee
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#5f81a5}.hljs-strong{font-weight:700;color:#5f81a5}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#d0dfee}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/black-metal-gorgoroth.scss b/node_modules/highlight.js/scss/base16/black-metal-gorgoroth.scss
index a819c58..0fbfafe 100644
--- a/node_modules/highlight.js/scss/base16/black-metal-gorgoroth.scss
+++ b/node_modules/highlight.js/scss/base16/black-metal-gorgoroth.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Gorgoroth)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-gorgoroth
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #8c7f70 Classes, Markup Bold, Search Text Background
-base0B #9b8d7f Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #8c7f70
-}
-.hljs-strong {
- font-weight: bold;
- color: #8c7f70
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #9b8d7f
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8c7f70}.hljs-strong{font-weight:700;color:#8c7f70}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9b8d7f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/black-metal-immortal.scss b/node_modules/highlight.js/scss/base16/black-metal-immortal.scss
index b6ed971..1cbd00a 100644
--- a/node_modules/highlight.js/scss/base16/black-metal-immortal.scss
+++ b/node_modules/highlight.js/scss/base16/black-metal-immortal.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Immortal)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-immortal
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #556677 Classes, Markup Bold, Search Text Background
-base0B #7799bb Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #556677
-}
-.hljs-strong {
- font-weight: bold;
- color: #556677
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7799bb
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#567}.hljs-strong{font-weight:700;color:#567}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#79b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/black-metal-khold.scss b/node_modules/highlight.js/scss/base16/black-metal-khold.scss
index 645949a..1ca9ceb 100644
--- a/node_modules/highlight.js/scss/base16/black-metal-khold.scss
+++ b/node_modules/highlight.js/scss/base16/black-metal-khold.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Khold)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-khold
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #974b46 Classes, Markup Bold, Search Text Background
-base0B #eceee3 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #974b46
-}
-.hljs-strong {
- font-weight: bold;
- color: #974b46
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #eceee3
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#974b46}.hljs-strong{font-weight:700;color:#974b46}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#eceee3}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/black-metal-marduk.scss b/node_modules/highlight.js/scss/base16/black-metal-marduk.scss
index 23bd563..1ecf596 100644
--- a/node_modules/highlight.js/scss/base16/black-metal-marduk.scss
+++ b/node_modules/highlight.js/scss/base16/black-metal-marduk.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Marduk)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-marduk
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #626b67 Classes, Markup Bold, Search Text Background
-base0B #a5aaa7 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #626b67
-}
-.hljs-strong {
- font-weight: bold;
- color: #626b67
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a5aaa7
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#626b67}.hljs-strong{font-weight:700;color:#626b67}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a5aaa7}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/black-metal-mayhem.scss b/node_modules/highlight.js/scss/base16/black-metal-mayhem.scss
index 29537c9..d031b52 100644
--- a/node_modules/highlight.js/scss/base16/black-metal-mayhem.scss
+++ b/node_modules/highlight.js/scss/base16/black-metal-mayhem.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Mayhem)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-mayhem
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #eecc6c Classes, Markup Bold, Search Text Background
-base0B #f3ecd4 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #eecc6c
-}
-.hljs-strong {
- font-weight: bold;
- color: #eecc6c
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #f3ecd4
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#eecc6c}.hljs-strong{font-weight:700;color:#eecc6c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f3ecd4}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/black-metal-nile.scss b/node_modules/highlight.js/scss/base16/black-metal-nile.scss
index 25cd2a7..9b991b6 100644
--- a/node_modules/highlight.js/scss/base16/black-metal-nile.scss
+++ b/node_modules/highlight.js/scss/base16/black-metal-nile.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Nile)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-nile
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #777755 Classes, Markup Bold, Search Text Background
-base0B #aa9988 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #777755
-}
-.hljs-strong {
- font-weight: bold;
- color: #777755
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #aa9988
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#775}.hljs-strong{font-weight:700;color:#775}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a98}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/black-metal-venom.scss b/node_modules/highlight.js/scss/base16/black-metal-venom.scss
index 9148f3e..17e9ccb 100644
--- a/node_modules/highlight.js/scss/base16/black-metal-venom.scss
+++ b/node_modules/highlight.js/scss/base16/black-metal-venom.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Venom)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-venom
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #79241f Classes, Markup Bold, Search Text Background
-base0B #f8f7f2 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #79241f
-}
-.hljs-strong {
- font-weight: bold;
- color: #79241f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #f8f7f2
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#79241f}.hljs-strong{font-weight:700;color:#79241f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f8f7f2}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/black-metal.scss b/node_modules/highlight.js/scss/base16/black-metal.scss
index cf86944..b44199d 100644
--- a/node_modules/highlight.js/scss/base16/black-metal.scss
+++ b/node_modules/highlight.js/scss/base16/black-metal.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a06666 Classes, Markup Bold, Search Text Background
-base0B #dd9999 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a06666
-}
-.hljs-strong {
- font-weight: bold;
- color: #a06666
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #dd9999
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06666}.hljs-strong{font-weight:700;color:#a06666}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#d99}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/brewer.scss b/node_modules/highlight.js/scss/base16/brewer.scss
index 900e867..cf2257d 100644
--- a/node_modules/highlight.js/scss/base16/brewer.scss
+++ b/node_modules/highlight.js/scss/base16/brewer.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Brewer
Author: Timothée Poisot (http://github.com/tpoisot)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme brewer
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #0c0d0e Default Background
-base01 #2e2f30 Lighter Background (Used for status bars, line number and folding marks)
-base02 #515253 Selection Background
-base03 #737475 Comments, Invisibles, Line Highlighting
-base04 #959697 Dark Foreground (Used for status bars)
-base05 #b7b8b9 Default Foreground, Caret, Delimiters, Operators
-base06 #dadbdc Light Foreground (Not often used)
-base07 #fcfdfe Light Background (Not often used)
-base08 #e31a1c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #e6550d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #dca060 Classes, Markup Bold, Search Text Background
-base0B #31a354 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #80b1d3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3182bd Functions, Methods, Attribute IDs, Headings
-base0E #756bb1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b15928 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b7b8b9;
- background: #0c0d0e
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #515253;
- color: #b7b8b9
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #737475 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #737475
-}
-/* base04 - #959697 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #959697
-}
-/* base05 - #b7b8b9 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b7b8b9
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e31a1c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #e6550d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #dca060
-}
-.hljs-strong {
- font-weight: bold;
- color: #dca060
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #31a354
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #80b1d3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3182bd
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #756bb1
-}
-.hljs-emphasis {
- color: #756bb1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b15928
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b7b8b9;background:#0c0d0e}.hljs ::selection,.hljs::selection{background-color:#515253;color:#b7b8b9}.hljs-comment{color:#737475}.hljs-tag{color:#959697}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b7b8b9}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e31a1c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e6550d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dca060}.hljs-strong{font-weight:700;color:#dca060}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#31a354}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#80b1d3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3182bd}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#756bb1}.hljs-emphasis{color:#756bb1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b15928}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/bright.scss b/node_modules/highlight.js/scss/base16/bright.scss
index a320ce8..0e104ef 100644
--- a/node_modules/highlight.js/scss/base16/bright.scss
+++ b/node_modules/highlight.js/scss/base16/bright.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Bright
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme bright
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #303030 Lighter Background (Used for status bars, line number and folding marks)
-base02 #505050 Selection Background
-base03 #b0b0b0 Comments, Invisibles, Line Highlighting
-base04 #d0d0d0 Dark Foreground (Used for status bars)
-base05 #e0e0e0 Default Foreground, Caret, Delimiters, Operators
-base06 #f5f5f5 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #fb0120 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fc6d24 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fda331 Classes, Markup Bold, Search Text Background
-base0B #a1c659 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #76c7b7 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6fb3d2 Functions, Methods, Attribute IDs, Headings
-base0E #d381c3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #be643c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e0e0e0;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #505050;
- color: #e0e0e0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #b0b0b0 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #b0b0b0
-}
-/* base04 - #d0d0d0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #d0d0d0
-}
-/* base05 - #e0e0e0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e0e0e0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fb0120
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fc6d24
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fda331
-}
-.hljs-strong {
- font-weight: bold;
- color: #fda331
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a1c659
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #76c7b7
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6fb3d2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d381c3
-}
-.hljs-emphasis {
- color: #d381c3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #be643c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0e0e0;background:#000}.hljs ::selection,.hljs::selection{background-color:#505050;color:#e0e0e0}.hljs-comment{color:#b0b0b0}.hljs-tag{color:#d0d0d0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0e0e0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb0120}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fc6d24}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fda331}.hljs-strong{font-weight:700;color:#fda331}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a1c659}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#76c7b7}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6fb3d2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d381c3}.hljs-emphasis{color:#d381c3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#be643c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/brogrammer.scss b/node_modules/highlight.js/scss/base16/brogrammer.scss
index ee6cc74..2a1a8e8 100644
--- a/node_modules/highlight.js/scss/base16/brogrammer.scss
+++ b/node_modules/highlight.js/scss/base16/brogrammer.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Brogrammer
Author: Vik Ramanujam (http://github.com/piggyslasher)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme brogrammer
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1f1f1f Default Background
-base01 #f81118 Lighter Background (Used for status bars, line number and folding marks)
-base02 #2dc55e Selection Background
-base03 #ecba0f Comments, Invisibles, Line Highlighting
-base04 #2a84d2 Dark Foreground (Used for status bars)
-base05 #4e5ab7 Default Foreground, Caret, Delimiters, Operators
-base06 #1081d6 Light Foreground (Not often used)
-base07 #d6dbe5 Light Background (Not often used)
-base08 #d6dbe5 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #de352e Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #1dd361 Classes, Markup Bold, Search Text Background
-base0B #f3bd09 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1081d6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #5350b9 Functions, Methods, Attribute IDs, Headings
-base0E #0f7ddb Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #ffffff Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #4e5ab7;
- background: #1f1f1f
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #2dc55e;
- color: #4e5ab7
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #ecba0f - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #ecba0f
-}
-/* base04 - #2a84d2 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #2a84d2
-}
-/* base05 - #4e5ab7 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #4e5ab7
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d6dbe5
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #de352e
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #1dd361
-}
-.hljs-strong {
- font-weight: bold;
- color: #1dd361
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #f3bd09
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1081d6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #5350b9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #0f7ddb
-}
-.hljs-emphasis {
- color: #0f7ddb;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #ffffff
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#4e5ab7;background:#1f1f1f}.hljs ::selection,.hljs::selection{background-color:#2dc55e;color:#4e5ab7}.hljs-comment{color:#ecba0f}.hljs-tag{color:#2a84d2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#4e5ab7}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d6dbe5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#de352e}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#1dd361}.hljs-strong{font-weight:700;color:#1dd361}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f3bd09}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1081d6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5350b9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#0f7ddb}.hljs-emphasis{color:#0f7ddb;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#fff}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/brush-trees-dark.scss b/node_modules/highlight.js/scss/base16/brush-trees-dark.scss
index d3e310e..18e798d 100644
--- a/node_modules/highlight.js/scss/base16/brush-trees-dark.scss
+++ b/node_modules/highlight.js/scss/base16/brush-trees-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Brush Trees Dark
Author: Abraham White
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme brush-trees-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #485867 Default Background
-base01 #5A6D7A Lighter Background (Used for status bars, line number and folding marks)
-base02 #6D828E Selection Background
-base03 #8299A1 Comments, Invisibles, Line Highlighting
-base04 #98AFB5 Dark Foreground (Used for status bars)
-base05 #B0C5C8 Default Foreground, Caret, Delimiters, Operators
-base06 #C9DBDC Light Foreground (Not often used)
-base07 #E3EFEF Light Background (Not often used)
-base08 #b38686 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d8bba2 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #aab386 Classes, Markup Bold, Search Text Background
-base0B #87b386 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #86b3b3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #868cb3 Functions, Methods, Attribute IDs, Headings
-base0E #b386b2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b39f9f Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #B0C5C8;
- background: #485867
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #6D828E;
- color: #B0C5C8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #8299A1 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #8299A1
-}
-/* base04 - #98AFB5 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #98AFB5
-}
-/* base05 - #B0C5C8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #B0C5C8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b38686
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d8bba2
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #aab386
-}
-.hljs-strong {
- font-weight: bold;
- color: #aab386
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #87b386
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #86b3b3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #868cb3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b386b2
-}
-.hljs-emphasis {
- color: #b386b2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b39f9f
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b0c5c8;background:#485867}.hljs ::selection,.hljs::selection{background-color:#6d828e;color:#b0c5c8}.hljs-comment{color:#8299a1}.hljs-tag{color:#98afb5}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b0c5c8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b38686}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d8bba2}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aab386}.hljs-strong{font-weight:700;color:#aab386}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#87b386}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#86b3b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#868cb3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b386b2}.hljs-emphasis{color:#b386b2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b39f9f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/brush-trees.scss b/node_modules/highlight.js/scss/base16/brush-trees.scss
index 15ecfc5..ebc2b58 100644
--- a/node_modules/highlight.js/scss/base16/brush-trees.scss
+++ b/node_modules/highlight.js/scss/base16/brush-trees.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Brush Trees
Author: Abraham White
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme brush-trees
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #E3EFEF Default Background
-base01 #C9DBDC Lighter Background (Used for status bars, line number and folding marks)
-base02 #B0C5C8 Selection Background
-base03 #98AFB5 Comments, Invisibles, Line Highlighting
-base04 #8299A1 Dark Foreground (Used for status bars)
-base05 #6D828E Default Foreground, Caret, Delimiters, Operators
-base06 #5A6D7A Light Foreground (Not often used)
-base07 #485867 Light Background (Not often used)
-base08 #b38686 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d8bba2 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #aab386 Classes, Markup Bold, Search Text Background
-base0B #87b386 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #86b3b3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #868cb3 Functions, Methods, Attribute IDs, Headings
-base0E #b386b2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b39f9f Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #6D828E;
- background: #E3EFEF
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #B0C5C8;
- color: #6D828E
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #98AFB5 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #98AFB5
-}
-/* base04 - #8299A1 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #8299A1
-}
-/* base05 - #6D828E - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #6D828E
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b38686
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d8bba2
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #aab386
-}
-.hljs-strong {
- font-weight: bold;
- color: #aab386
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #87b386
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #86b3b3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #868cb3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b386b2
-}
-.hljs-emphasis {
- color: #b386b2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b39f9f
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#6d828e;background:#e3efef}.hljs ::selection,.hljs::selection{background-color:#b0c5c8;color:#6d828e}.hljs-comment{color:#98afb5}.hljs-tag{color:#8299a1}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#6d828e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b38686}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d8bba2}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aab386}.hljs-strong{font-weight:700;color:#aab386}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#87b386}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#86b3b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#868cb3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b386b2}.hljs-emphasis{color:#b386b2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b39f9f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/chalk.scss b/node_modules/highlight.js/scss/base16/chalk.scss
index c0dfadd..a7bbe07 100644
--- a/node_modules/highlight.js/scss/base16/chalk.scss
+++ b/node_modules/highlight.js/scss/base16/chalk.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Chalk
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme chalk
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #151515 Default Background
-base01 #202020 Lighter Background (Used for status bars, line number and folding marks)
-base02 #303030 Selection Background
-base03 #505050 Comments, Invisibles, Line Highlighting
-base04 #b0b0b0 Dark Foreground (Used for status bars)
-base05 #d0d0d0 Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #f5f5f5 Light Background (Not often used)
-base08 #fb9fb1 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #eda987 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ddb26f Classes, Markup Bold, Search Text Background
-base0B #acc267 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #12cfc0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6fc2ef Functions, Methods, Attribute IDs, Headings
-base0E #e1a3ee Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #deaf8f Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d0d0d0;
- background: #151515
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #303030;
- color: #d0d0d0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #505050 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #505050
-}
-/* base04 - #b0b0b0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b0b0b0
-}
-/* base05 - #d0d0d0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d0d0d0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fb9fb1
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #eda987
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ddb26f
-}
-.hljs-strong {
- font-weight: bold;
- color: #ddb26f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #acc267
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #12cfc0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6fc2ef
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #e1a3ee
-}
-.hljs-emphasis {
- color: #e1a3ee;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #deaf8f
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#151515}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb9fb1}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eda987}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ddb26f}.hljs-strong{font-weight:700;color:#ddb26f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#acc267}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#12cfc0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6fc2ef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#e1a3ee}.hljs-emphasis{color:#e1a3ee;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#deaf8f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/circus.scss b/node_modules/highlight.js/scss/base16/circus.scss
index 25efd46..e34e78b 100644
--- a/node_modules/highlight.js/scss/base16/circus.scss
+++ b/node_modules/highlight.js/scss/base16/circus.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Circus
Author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme circus
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #191919 Default Background
-base01 #202020 Lighter Background (Used for status bars, line number and folding marks)
-base02 #303030 Selection Background
-base03 #5f5a60 Comments, Invisibles, Line Highlighting
-base04 #505050 Dark Foreground (Used for status bars)
-base05 #a7a7a7 Default Foreground, Caret, Delimiters, Operators
-base06 #808080 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #dc657d Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #4bb1a7 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c3ba63 Classes, Markup Bold, Search Text Background
-base0B #84b97c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #4bb1a7 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #639ee4 Functions, Methods, Attribute IDs, Headings
-base0E #b888e2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b888e2 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a7a7a7;
- background: #191919
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #303030;
- color: #a7a7a7
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5f5a60 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5f5a60
-}
-/* base04 - #505050 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #505050
-}
-/* base05 - #a7a7a7 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a7a7a7
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #dc657d
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #4bb1a7
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c3ba63
-}
-.hljs-strong {
- font-weight: bold;
- color: #c3ba63
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #84b97c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #4bb1a7
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #639ee4
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b888e2
-}
-.hljs-emphasis {
- color: #b888e2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b888e2
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a7a7a7;background:#191919}.hljs ::selection,.hljs::selection{background-color:#303030;color:#a7a7a7}.hljs-comment{color:#5f5a60}.hljs-tag{color:#505050}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a7a7a7}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc657d}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#4bb1a7}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c3ba63}.hljs-strong{font-weight:700;color:#c3ba63}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#84b97c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#4bb1a7}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#639ee4}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b888e2}.hljs-emphasis{color:#b888e2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b888e2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/classic-dark.scss b/node_modules/highlight.js/scss/base16/classic-dark.scss
index ca1ea2d..c9b4c40 100644
--- a/node_modules/highlight.js/scss/base16/classic-dark.scss
+++ b/node_modules/highlight.js/scss/base16/classic-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Classic Dark
Author: Jason Heeris (http://heeris.id.au)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme classic-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #151515 Default Background
-base01 #202020 Lighter Background (Used for status bars, line number and folding marks)
-base02 #303030 Selection Background
-base03 #505050 Comments, Invisibles, Line Highlighting
-base04 #B0B0B0 Dark Foreground (Used for status bars)
-base05 #D0D0D0 Default Foreground, Caret, Delimiters, Operators
-base06 #E0E0E0 Light Foreground (Not often used)
-base07 #F5F5F5 Light Background (Not often used)
-base08 #AC4142 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #D28445 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #F4BF75 Classes, Markup Bold, Search Text Background
-base0B #90A959 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #75B5AA Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6A9FB5 Functions, Methods, Attribute IDs, Headings
-base0E #AA759F Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8F5536 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #D0D0D0;
- background: #151515
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #303030;
- color: #D0D0D0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #505050 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #505050
-}
-/* base04 - #B0B0B0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #B0B0B0
-}
-/* base05 - #D0D0D0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #D0D0D0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #AC4142
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #D28445
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #F4BF75
-}
-.hljs-strong {
- font-weight: bold;
- color: #F4BF75
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #90A959
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #75B5AA
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6A9FB5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #AA759F
-}
-.hljs-emphasis {
- color: #AA759F;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8F5536
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#151515}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ac4142}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28445}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bf75}.hljs-strong{font-weight:700;color:#f4bf75}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#90a959}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#75b5aa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6a9fb5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#aa759f}.hljs-emphasis{color:#aa759f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8f5536}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/classic-light.scss b/node_modules/highlight.js/scss/base16/classic-light.scss
index 3e9a627..67f392f 100644
--- a/node_modules/highlight.js/scss/base16/classic-light.scss
+++ b/node_modules/highlight.js/scss/base16/classic-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Classic Light
Author: Jason Heeris (http://heeris.id.au)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme classic-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #F5F5F5 Default Background
-base01 #E0E0E0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #D0D0D0 Selection Background
-base03 #B0B0B0 Comments, Invisibles, Line Highlighting
-base04 #505050 Dark Foreground (Used for status bars)
-base05 #303030 Default Foreground, Caret, Delimiters, Operators
-base06 #202020 Light Foreground (Not often used)
-base07 #151515 Light Background (Not often used)
-base08 #AC4142 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #D28445 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #F4BF75 Classes, Markup Bold, Search Text Background
-base0B #90A959 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #75B5AA Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6A9FB5 Functions, Methods, Attribute IDs, Headings
-base0E #AA759F Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8F5536 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #303030;
- background: #F5F5F5
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #D0D0D0;
- color: #303030
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #B0B0B0 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #B0B0B0
-}
-/* base04 - #505050 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #505050
-}
-/* base05 - #303030 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #303030
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #AC4142
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #D28445
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #F4BF75
-}
-.hljs-strong {
- font-weight: bold;
- color: #F4BF75
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #90A959
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #75B5AA
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6A9FB5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #AA759F
-}
-.hljs-emphasis {
- color: #AA759F;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8F5536
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#303030;background:#f5f5f5}.hljs ::selection,.hljs::selection{background-color:#d0d0d0;color:#303030}.hljs-comment{color:#b0b0b0}.hljs-tag{color:#505050}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#303030}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ac4142}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28445}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bf75}.hljs-strong{font-weight:700;color:#f4bf75}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#90a959}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#75b5aa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6a9fb5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#aa759f}.hljs-emphasis{color:#aa759f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8f5536}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/codeschool.scss b/node_modules/highlight.js/scss/base16/codeschool.scss
index 1ae0db7..db20ed4 100644
--- a/node_modules/highlight.js/scss/base16/codeschool.scss
+++ b/node_modules/highlight.js/scss/base16/codeschool.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Codeschool
Author: blockloop
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme codeschool
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #232c31 Default Background
-base01 #1c3657 Lighter Background (Used for status bars, line number and folding marks)
-base02 #2a343a Selection Background
-base03 #3f4944 Comments, Invisibles, Line Highlighting
-base04 #84898c Dark Foreground (Used for status bars)
-base05 #9ea7a6 Default Foreground, Caret, Delimiters, Operators
-base06 #a7cfa3 Light Foreground (Not often used)
-base07 #b5d8f6 Light Background (Not often used)
-base08 #2a5491 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #43820d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a03b1e Classes, Markup Bold, Search Text Background
-base0B #237986 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #b02f30 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #484d79 Functions, Methods, Attribute IDs, Headings
-base0E #c59820 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c98344 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #9ea7a6;
- background: #232c31
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #2a343a;
- color: #9ea7a6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #3f4944 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #3f4944
-}
-/* base04 - #84898c - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #84898c
-}
-/* base05 - #9ea7a6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #9ea7a6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #2a5491
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #43820d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a03b1e
-}
-.hljs-strong {
- font-weight: bold;
- color: #a03b1e
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #237986
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #b02f30
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #484d79
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #c59820
-}
-.hljs-emphasis {
- color: #c59820;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c98344
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#9ea7a6;background:#232c31}.hljs ::selection,.hljs::selection{background-color:#2a343a;color:#9ea7a6}.hljs-comment{color:#3f4944}.hljs-tag{color:#84898c}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#9ea7a6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#2a5491}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#43820d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a03b1e}.hljs-strong{font-weight:700;color:#a03b1e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#237986}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#b02f30}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#484d79}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c59820}.hljs-emphasis{color:#c59820;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c98344}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/colors.scss b/node_modules/highlight.js/scss/base16/colors.scss
index 12bf433..742aeeb 100644
--- a/node_modules/highlight.js/scss/base16/colors.scss
+++ b/node_modules/highlight.js/scss/base16/colors.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Colors
Author: mrmrs (http://clrs.cc)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme colors
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #111111 Default Background
-base01 #333333 Lighter Background (Used for status bars, line number and folding marks)
-base02 #555555 Selection Background
-base03 #777777 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #bbbbbb Default Foreground, Caret, Delimiters, Operators
-base06 #dddddd Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #ff4136 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff851b Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffdc00 Classes, Markup Bold, Search Text Background
-base0B #2ecc40 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #7fdbff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0074d9 Functions, Methods, Attribute IDs, Headings
-base0E #b10dc9 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #85144b Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #bbbbbb;
- background: #111111
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #555555;
- color: #bbbbbb
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #777777 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #777777
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #bbbbbb - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #bbbbbb
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff4136
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff851b
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffdc00
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffdc00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #2ecc40
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #7fdbff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0074d9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b10dc9
-}
-.hljs-emphasis {
- color: #b10dc9;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #85144b
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#bbb;background:#111}.hljs ::selection,.hljs::selection{background-color:#555;color:#bbb}.hljs-comment{color:#777}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#bbb}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff4136}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff851b}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffdc00}.hljs-strong{font-weight:700;color:#ffdc00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#2ecc40}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#7fdbff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0074d9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b10dc9}.hljs-emphasis{color:#b10dc9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#85144b}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/cupcake.scss b/node_modules/highlight.js/scss/base16/cupcake.scss
index a292e27..b3bffc3 100644
--- a/node_modules/highlight.js/scss/base16/cupcake.scss
+++ b/node_modules/highlight.js/scss/base16/cupcake.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Cupcake
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme cupcake
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fbf1f2 Default Background
-base01 #f2f1f4 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d8d5dd Selection Background
-base03 #bfb9c6 Comments, Invisibles, Line Highlighting
-base04 #a59daf Dark Foreground (Used for status bars)
-base05 #8b8198 Default Foreground, Caret, Delimiters, Operators
-base06 #72677E Light Foreground (Not often used)
-base07 #585062 Light Background (Not often used)
-base08 #D57E85 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #EBB790 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #DCB16C Classes, Markup Bold, Search Text Background
-base0B #A3B367 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #69A9A7 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7297B9 Functions, Methods, Attribute IDs, Headings
-base0E #BB99B4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #BAA58C Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #8b8198;
- background: #fbf1f2
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d8d5dd;
- color: #8b8198
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #bfb9c6 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #bfb9c6
-}
-/* base04 - #a59daf - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a59daf
-}
-/* base05 - #8b8198 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #8b8198
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #D57E85
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #EBB790
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #DCB16C
-}
-.hljs-strong {
- font-weight: bold;
- color: #DCB16C
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #A3B367
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #69A9A7
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7297B9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #BB99B4
-}
-.hljs-emphasis {
- color: #BB99B4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #BAA58C
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8b8198;background:#fbf1f2}.hljs ::selection,.hljs::selection{background-color:#d8d5dd;color:#8b8198}.hljs-comment{color:#bfb9c6}.hljs-tag{color:#a59daf}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8b8198}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d57e85}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ebb790}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dcb16c}.hljs-strong{font-weight:700;color:#dcb16c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a3b367}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#69a9a7}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7297b9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bb99b4}.hljs-emphasis{color:#bb99b4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#baa58c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/cupertino.scss b/node_modules/highlight.js/scss/base16/cupertino.scss
index 53e947c..abec520 100644
--- a/node_modules/highlight.js/scss/base16/cupertino.scss
+++ b/node_modules/highlight.js/scss/base16/cupertino.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Cupertino
Author: Defman21
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme cupertino
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ffffff Default Background
-base01 #c0c0c0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #c0c0c0 Selection Background
-base03 #808080 Comments, Invisibles, Line Highlighting
-base04 #808080 Dark Foreground (Used for status bars)
-base05 #404040 Default Foreground, Caret, Delimiters, Operators
-base06 #404040 Light Foreground (Not often used)
-base07 #5e5e5e Light Background (Not often used)
-base08 #c41a15 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #eb8500 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #826b28 Classes, Markup Bold, Search Text Background
-base0B #007400 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #318495 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0000ff Functions, Methods, Attribute IDs, Headings
-base0E #a90d91 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #826b28 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #404040;
- background: #ffffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #c0c0c0;
- color: #404040
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #808080 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #808080
-}
-/* base04 - #808080 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #808080
-}
-/* base05 - #404040 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #404040
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c41a15
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #eb8500
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #826b28
-}
-.hljs-strong {
- font-weight: bold;
- color: #826b28
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #007400
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #318495
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0000ff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a90d91
-}
-.hljs-emphasis {
- color: #a90d91;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #826b28
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#404040;background:#fff}.hljs ::selection,.hljs::selection{background-color:silver;color:#404040}.hljs-comment,.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#404040}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c41a15}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eb8500}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#826b28}.hljs-strong{font-weight:700;color:#826b28}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#007400}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#318495}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#00f}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a90d91}.hljs-emphasis{color:#a90d91;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#826b28}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/danqing.scss b/node_modules/highlight.js/scss/base16/danqing.scss
index aa8cd17..d9bf65d 100644
--- a/node_modules/highlight.js/scss/base16/danqing.scss
+++ b/node_modules/highlight.js/scss/base16/danqing.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: DanQing
Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme danqing
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2d302f Default Background
-base01 #434846 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5a605d Selection Background
-base03 #9da8a3 Comments, Invisibles, Line Highlighting
-base04 #cad8d2 Dark Foreground (Used for status bars)
-base05 #e0f0eF Default Foreground, Caret, Delimiters, Operators
-base06 #ecf6f2 Light Foreground (Not often used)
-base07 #fcfefd Light Background (Not often used)
-base08 #F9906F Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #B38A61 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #F0C239 Classes, Markup Bold, Search Text Background
-base0B #8AB361 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #30DFF3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #B0A4E3 Functions, Methods, Attribute IDs, Headings
-base0E #CCA4E3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #CA6924 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e0f0eF;
- background: #2d302f
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5a605d;
- color: #e0f0eF
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #9da8a3 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #9da8a3
-}
-/* base04 - #cad8d2 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #cad8d2
-}
-/* base05 - #e0f0eF - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e0f0eF
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #F9906F
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #B38A61
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #F0C239
-}
-.hljs-strong {
- font-weight: bold;
- color: #F0C239
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8AB361
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #30DFF3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #B0A4E3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #CCA4E3
-}
-.hljs-emphasis {
- color: #CCA4E3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #CA6924
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0f0ef;background:#2d302f}.hljs ::selection,.hljs::selection{background-color:#5a605d;color:#e0f0ef}.hljs-comment{color:#9da8a3}.hljs-tag{color:#cad8d2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0f0ef}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f9906f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b38a61}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f0c239}.hljs-strong{font-weight:700;color:#f0c239}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8ab361}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#30dff3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#b0a4e3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#cca4e3}.hljs-emphasis{color:#cca4e3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ca6924}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/darcula.scss b/node_modules/highlight.js/scss/base16/darcula.scss
index e9fa32d..7824e83 100644
--- a/node_modules/highlight.js/scss/base16/darcula.scss
+++ b/node_modules/highlight.js/scss/base16/darcula.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Darcula
Author: jetbrains
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme darcula
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2b2b2b Default Background
-base01 #323232 Lighter Background (Used for status bars, line number and folding marks)
-base02 #323232 Selection Background
-base03 #606366 Comments, Invisibles, Line Highlighting
-base04 #a4a3a3 Dark Foreground (Used for status bars)
-base05 #a9b7c6 Default Foreground, Caret, Delimiters, Operators
-base06 #ffc66d Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #4eade5 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #689757 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #bbb529 Classes, Markup Bold, Search Text Background
-base0B #6a8759 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #629755 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #9876aa Functions, Methods, Attribute IDs, Headings
-base0E #cc7832 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #808080 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a9b7c6;
- background: #2b2b2b
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #323232;
- color: #a9b7c6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #606366 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #606366
-}
-/* base04 - #a4a3a3 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a4a3a3
-}
-/* base05 - #a9b7c6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a9b7c6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #4eade5
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #689757
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #bbb529
-}
-.hljs-strong {
- font-weight: bold;
- color: #bbb529
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #6a8759
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #629755
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #9876aa
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #cc7832
-}
-.hljs-emphasis {
- color: #cc7832;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #808080
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a9b7c6;background:#2b2b2b}.hljs ::selection,.hljs::selection{background-color:#323232;color:#a9b7c6}.hljs-comment{color:#606366}.hljs-tag{color:#a4a3a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a9b7c6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#4eade5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#689757}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bbb529}.hljs-strong{font-weight:700;color:#bbb529}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6a8759}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#629755}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#9876aa}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#cc7832}.hljs-emphasis{color:#cc7832;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:grey}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/dark-violet.scss b/node_modules/highlight.js/scss/base16/dark-violet.scss
index 8f6e6cf..de19c81 100644
--- a/node_modules/highlight.js/scss/base16/dark-violet.scss
+++ b/node_modules/highlight.js/scss/base16/dark-violet.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Dark Violet
Author: ruler501 (https://github.com/ruler501/base16-darkviolet)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme dark-violet
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #231a40 Lighter Background (Used for status bars, line number and folding marks)
-base02 #432d59 Selection Background
-base03 #593380 Comments, Invisibles, Line Highlighting
-base04 #00ff00 Dark Foreground (Used for status bars)
-base05 #b08ae6 Default Foreground, Caret, Delimiters, Operators
-base06 #9045e6 Light Foreground (Not often used)
-base07 #a366ff Light Background (Not often used)
-base08 #a82ee6 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #bb66cc Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f29df2 Classes, Markup Bold, Search Text Background
-base0B #4595e6 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #40dfff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #4136d9 Functions, Methods, Attribute IDs, Headings
-base0E #7e5ce6 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a886bf Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b08ae6;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #432d59;
- color: #b08ae6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #593380 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #593380
-}
-/* base04 - #00ff00 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #00ff00
-}
-/* base05 - #b08ae6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b08ae6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #a82ee6
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #bb66cc
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f29df2
-}
-.hljs-strong {
- font-weight: bold;
- color: #f29df2
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #4595e6
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #40dfff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #4136d9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #7e5ce6
-}
-.hljs-emphasis {
- color: #7e5ce6;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a886bf
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b08ae6;background:#000}.hljs ::selection,.hljs::selection{background-color:#432d59;color:#b08ae6}.hljs-comment{color:#593380}.hljs-tag{color:#0f0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b08ae6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#a82ee6}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b6c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f29df2}.hljs-strong{font-weight:700;color:#f29df2}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4595e6}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#40dfff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4136d9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7e5ce6}.hljs-emphasis{color:#7e5ce6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a886bf}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/darkmoss.scss b/node_modules/highlight.js/scss/base16/darkmoss.scss
index 5a619df..86c7f42 100644
--- a/node_modules/highlight.js/scss/base16/darkmoss.scss
+++ b/node_modules/highlight.js/scss/base16/darkmoss.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: darkmoss
Author: Gabriel Avanzi (https://github.com/avanzzzi)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme darkmoss
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #171e1f Default Background
-base01 #252c2d Lighter Background (Used for status bars, line number and folding marks)
-base02 #373c3d Selection Background
-base03 #555e5f Comments, Invisibles, Line Highlighting
-base04 #818f80 Dark Foreground (Used for status bars)
-base05 #c7c7a5 Default Foreground, Caret, Delimiters, Operators
-base06 #e3e3c8 Light Foreground (Not often used)
-base07 #e1eaef Light Background (Not often used)
-base08 #ff4658 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #e6db74 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fdb11f Classes, Markup Bold, Search Text Background
-base0B #499180 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #66d9ef Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #498091 Functions, Methods, Attribute IDs, Headings
-base0E #9bc0c8 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d27b53 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c7c7a5;
- background: #171e1f
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #373c3d;
- color: #c7c7a5
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #555e5f - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #555e5f
-}
-/* base04 - #818f80 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #818f80
-}
-/* base05 - #c7c7a5 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c7c7a5
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff4658
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #e6db74
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fdb11f
-}
-.hljs-strong {
- font-weight: bold;
- color: #fdb11f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #499180
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #66d9ef
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #498091
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9bc0c8
-}
-.hljs-emphasis {
- color: #9bc0c8;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d27b53
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c7c7a5;background:#171e1f}.hljs ::selection,.hljs::selection{background-color:#373c3d;color:#c7c7a5}.hljs-comment{color:#555e5f}.hljs-tag{color:#818f80}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c7c7a5}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff4658}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e6db74}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fdb11f}.hljs-strong{font-weight:700;color:#fdb11f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#499180}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#66d9ef}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#498091}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9bc0c8}.hljs-emphasis{color:#9bc0c8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d27b53}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/darktooth.scss b/node_modules/highlight.js/scss/base16/darktooth.scss
index bffff9c..b95a507 100644
--- a/node_modules/highlight.js/scss/base16/darktooth.scss
+++ b/node_modules/highlight.js/scss/base16/darktooth.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Darktooth
Author: Jason Milkins (https://github.com/jasonm23)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme darktooth
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1D2021 Default Background
-base01 #32302F Lighter Background (Used for status bars, line number and folding marks)
-base02 #504945 Selection Background
-base03 #665C54 Comments, Invisibles, Line Highlighting
-base04 #928374 Dark Foreground (Used for status bars)
-base05 #A89984 Default Foreground, Caret, Delimiters, Operators
-base06 #D5C4A1 Light Foreground (Not often used)
-base07 #FDF4C1 Light Background (Not often used)
-base08 #FB543F Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #FE8625 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FAC03B Classes, Markup Bold, Search Text Background
-base0B #95C085 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #8BA59B Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0D6678 Functions, Methods, Attribute IDs, Headings
-base0E #8F4673 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #A87322 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #A89984;
- background: #1D2021
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #504945;
- color: #A89984
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #665C54 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #665C54
-}
-/* base04 - #928374 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #928374
-}
-/* base05 - #A89984 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #A89984
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #FB543F
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #FE8625
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FAC03B
-}
-.hljs-strong {
- font-weight: bold;
- color: #FAC03B
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #95C085
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #8BA59B
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0D6678
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8F4673
-}
-.hljs-emphasis {
- color: #8F4673;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #A87322
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a89984;background:#1d2021}.hljs ::selection,.hljs::selection{background-color:#504945;color:#a89984}.hljs-comment{color:#665c54}.hljs-tag{color:#928374}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a89984}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb543f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe8625}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fac03b}.hljs-strong{font-weight:700;color:#fac03b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#95c085}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8ba59b}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0d6678}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8f4673}.hljs-emphasis{color:#8f4673;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a87322}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/decaf.scss b/node_modules/highlight.js/scss/base16/decaf.scss
index bccfa1c..82057b6 100644
--- a/node_modules/highlight.js/scss/base16/decaf.scss
+++ b/node_modules/highlight.js/scss/base16/decaf.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Decaf
Author: Alex Mirrington (https://github.com/alexmirrington)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme decaf
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2d2d2d Default Background
-base01 #393939 Lighter Background (Used for status bars, line number and folding marks)
-base02 #515151 Selection Background
-base03 #777777 Comments, Invisibles, Line Highlighting
-base04 #b4b7b4 Dark Foreground (Used for status bars)
-base05 #cccccc Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #ff7f7b Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ffbf70 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffd67c Classes, Markup Bold, Search Text Background
-base0B #beda78 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #bed6ff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #90bee1 Functions, Methods, Attribute IDs, Headings
-base0E #efb3f7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #ff93b3 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cccccc;
- background: #2d2d2d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #515151;
- color: #cccccc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #777777 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #777777
-}
-/* base04 - #b4b7b4 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b4b7b4
-}
-/* base05 - #cccccc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cccccc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff7f7b
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ffbf70
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffd67c
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffd67c
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #beda78
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #bed6ff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #90bee1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #efb3f7
-}
-.hljs-emphasis {
- color: #efb3f7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #ff93b3
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#ccc}.hljs-comment{color:#777}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff7f7b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ffbf70}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffd67c}.hljs-strong{font-weight:700;color:#ffd67c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#beda78}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#bed6ff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#90bee1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#efb3f7}.hljs-emphasis{color:#efb3f7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff93b3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/default-dark.scss b/node_modules/highlight.js/scss/base16/default-dark.scss
index 0b7cb99..eee7cd6 100644
--- a/node_modules/highlight.js/scss/base16/default-dark.scss
+++ b/node_modules/highlight.js/scss/base16/default-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Default Dark
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme default-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #181818 Default Background
-base01 #282828 Lighter Background (Used for status bars, line number and folding marks)
-base02 #383838 Selection Background
-base03 #585858 Comments, Invisibles, Line Highlighting
-base04 #b8b8b8 Dark Foreground (Used for status bars)
-base05 #d8d8d8 Default Foreground, Caret, Delimiters, Operators
-base06 #e8e8e8 Light Foreground (Not often used)
-base07 #f8f8f8 Light Background (Not often used)
-base08 #ab4642 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #dc9656 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f7ca88 Classes, Markup Bold, Search Text Background
-base0B #a1b56c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #86c1b9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7cafc2 Functions, Methods, Attribute IDs, Headings
-base0E #ba8baf Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a16946 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d8d8d8;
- background: #181818
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #383838;
- color: #d8d8d8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #585858 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #585858
-}
-/* base04 - #b8b8b8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b8b8b8
-}
-/* base05 - #d8d8d8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d8d8d8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ab4642
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #dc9656
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f7ca88
-}
-.hljs-strong {
- font-weight: bold;
- color: #f7ca88
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a1b56c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #86c1b9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7cafc2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ba8baf
-}
-.hljs-emphasis {
- color: #ba8baf;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a16946
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d8d8d8;background:#181818}.hljs ::selection,.hljs::selection{background-color:#383838;color:#d8d8d8}.hljs-comment{color:#585858}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d8d8d8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ab4642}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dc9656}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f7ca88}.hljs-strong{font-weight:700;color:#f7ca88}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a1b56c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#86c1b9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cafc2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ba8baf}.hljs-emphasis{color:#ba8baf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a16946}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/default-light.scss b/node_modules/highlight.js/scss/base16/default-light.scss
index 16d5e9e..2b85d9c 100644
--- a/node_modules/highlight.js/scss/base16/default-light.scss
+++ b/node_modules/highlight.js/scss/base16/default-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Default Light
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme default-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f8f8f8 Default Background
-base01 #e8e8e8 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d8d8d8 Selection Background
-base03 #b8b8b8 Comments, Invisibles, Line Highlighting
-base04 #585858 Dark Foreground (Used for status bars)
-base05 #383838 Default Foreground, Caret, Delimiters, Operators
-base06 #282828 Light Foreground (Not often used)
-base07 #181818 Light Background (Not often used)
-base08 #ab4642 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #dc9656 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f7ca88 Classes, Markup Bold, Search Text Background
-base0B #a1b56c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #86c1b9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7cafc2 Functions, Methods, Attribute IDs, Headings
-base0E #ba8baf Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a16946 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #383838;
- background: #f8f8f8
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d8d8d8;
- color: #383838
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #b8b8b8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #b8b8b8
-}
-/* base04 - #585858 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #585858
-}
-/* base05 - #383838 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #383838
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ab4642
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #dc9656
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f7ca88
-}
-.hljs-strong {
- font-weight: bold;
- color: #f7ca88
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a1b56c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #86c1b9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7cafc2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ba8baf
-}
-.hljs-emphasis {
- color: #ba8baf;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a16946
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383838;background:#f8f8f8}.hljs ::selection,.hljs::selection{background-color:#d8d8d8;color:#383838}.hljs-comment{color:#b8b8b8}.hljs-tag{color:#585858}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#383838}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ab4642}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dc9656}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f7ca88}.hljs-strong{font-weight:700;color:#f7ca88}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a1b56c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#86c1b9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cafc2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ba8baf}.hljs-emphasis{color:#ba8baf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a16946}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/dirtysea.scss b/node_modules/highlight.js/scss/base16/dirtysea.scss
index 6011c9e..801a545 100644
--- a/node_modules/highlight.js/scss/base16/dirtysea.scss
+++ b/node_modules/highlight.js/scss/base16/dirtysea.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: dirtysea
Author: Kahlil (Kal) Hodgson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme dirtysea
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #e0e0e0 Default Background
-base01 #d0dad0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d0d0d0 Selection Background
-base03 #707070 Comments, Invisibles, Line Highlighting
-base04 #202020 Dark Foreground (Used for status bars)
-base05 #000000 Default Foreground, Caret, Delimiters, Operators
-base06 #f8f8f8 Light Foreground (Not often used)
-base07 #c4d9c4 Light Background (Not often used)
-base08 #840000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #006565 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #755B00 Classes, Markup Bold, Search Text Background
-base0B #730073 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #755B00 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #007300 Functions, Methods, Attribute IDs, Headings
-base0E #000090 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #755B00 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #000000;
- background: #e0e0e0
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d0d0d0;
- color: #000000
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #707070 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #707070
-}
-/* base04 - #202020 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #202020
-}
-/* base05 - #000000 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #000000
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #840000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #006565
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #755B00
-}
-.hljs-strong {
- font-weight: bold;
- color: #755B00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #730073
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #755B00
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #007300
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #000090
-}
-.hljs-emphasis {
- color: #000090;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #755B00
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#e0e0e0}.hljs ::selection,.hljs::selection{background-color:#d0d0d0;color:#000}.hljs-comment{color:#707070}.hljs-tag{color:#202020}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#000}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#840000}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#006565}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#755b00}.hljs-strong{font-weight:700;color:#755b00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#730073}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#755b00}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#007300}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#000090}.hljs-emphasis{color:#000090;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#755b00}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/dracula.scss b/node_modules/highlight.js/scss/base16/dracula.scss
index d29e4b3..729bbbf 100644
--- a/node_modules/highlight.js/scss/base16/dracula.scss
+++ b/node_modules/highlight.js/scss/base16/dracula.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Dracula
Author: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme dracula
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282936 Default Background
-base01 #3a3c4e Lighter Background (Used for status bars, line number and folding marks)
-base02 #4d4f68 Selection Background
-base03 #626483 Comments, Invisibles, Line Highlighting
-base04 #62d6e8 Dark Foreground (Used for status bars)
-base05 #e9e9f4 Default Foreground, Caret, Delimiters, Operators
-base06 #f1f2f8 Light Foreground (Not often used)
-base07 #f7f7fb Light Background (Not often used)
-base08 #ea51b2 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b45bcf Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #00f769 Classes, Markup Bold, Search Text Background
-base0B #ebff87 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #a1efe4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #62d6e8 Functions, Methods, Attribute IDs, Headings
-base0E #b45bcf Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #00f769 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e9e9f4;
- background: #282936
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4d4f68;
- color: #e9e9f4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #626483 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #626483
-}
-/* base04 - #62d6e8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #62d6e8
-}
-/* base05 - #e9e9f4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e9e9f4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ea51b2
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b45bcf
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #00f769
-}
-.hljs-strong {
- font-weight: bold;
- color: #00f769
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #ebff87
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #a1efe4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #62d6e8
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b45bcf
-}
-.hljs-emphasis {
- color: #b45bcf;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #00f769
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e9e9f4;background:#282936}.hljs ::selection,.hljs::selection{background-color:#4d4f68;color:#e9e9f4}.hljs-comment{color:#626483}.hljs-tag{color:#62d6e8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e9e9f4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ea51b2}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b45bcf}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#00f769}.hljs-strong{font-weight:700;color:#00f769}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ebff87}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#a1efe4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#62d6e8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b45bcf}.hljs-emphasis{color:#b45bcf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#00f769}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/edge-dark.scss b/node_modules/highlight.js/scss/base16/edge-dark.scss
index 76b650b..9e2ddb2 100644
--- a/node_modules/highlight.js/scss/base16/edge-dark.scss
+++ b/node_modules/highlight.js/scss/base16/edge-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Edge Dark
Author: cjayross (https://github.com/cjayross)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme edge-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #262729 Default Background
-base01 #88909f Lighter Background (Used for status bars, line number and folding marks)
-base02 #b7bec9 Selection Background
-base03 #3e4249 Comments, Invisibles, Line Highlighting
-base04 #73b3e7 Dark Foreground (Used for status bars)
-base05 #b7bec9 Default Foreground, Caret, Delimiters, Operators
-base06 #d390e7 Light Foreground (Not often used)
-base07 #3e4249 Light Background (Not often used)
-base08 #e77171 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #e77171 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #dbb774 Classes, Markup Bold, Search Text Background
-base0B #a1bf78 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5ebaa5 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #73b3e7 Functions, Methods, Attribute IDs, Headings
-base0E #d390e7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #5ebaa5 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b7bec9;
- background: #262729
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #b7bec9;
- color: #b7bec9
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #3e4249 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #3e4249
-}
-/* base04 - #73b3e7 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #73b3e7
-}
-/* base05 - #b7bec9 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b7bec9
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e77171
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #e77171
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #dbb774
-}
-.hljs-strong {
- font-weight: bold;
- color: #dbb774
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a1bf78
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5ebaa5
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #73b3e7
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d390e7
-}
-.hljs-emphasis {
- color: #d390e7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #5ebaa5
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b7bec9;background:#262729}.hljs ::selection,.hljs::selection{background-color:#b7bec9;color:#b7bec9}.hljs-comment{color:#3e4249}.hljs-tag{color:#73b3e7}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b7bec9}.hljs-operator{opacity:.7}.hljs-attr,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-name,.hljs-number,.hljs-selector-tag,.hljs-symbol,.hljs-template-variable,.hljs-variable,.hljs-variable.constant_{color:#e77171}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dbb774}.hljs-strong{font-weight:700;color:#dbb774}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a1bf78}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5ebaa5}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#73b3e7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d390e7}.hljs-emphasis{color:#d390e7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5ebaa5}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/edge-light.scss b/node_modules/highlight.js/scss/base16/edge-light.scss
index 1f85ab2..940401f 100644
--- a/node_modules/highlight.js/scss/base16/edge-light.scss
+++ b/node_modules/highlight.js/scss/base16/edge-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Edge Light
Author: cjayross (https://github.com/cjayross)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme edge-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fafafa Default Background
-base01 #7c9f4b Lighter Background (Used for status bars, line number and folding marks)
-base02 #d69822 Selection Background
-base03 #5e646f Comments, Invisibles, Line Highlighting
-base04 #6587bf Dark Foreground (Used for status bars)
-base05 #5e646f Default Foreground, Caret, Delimiters, Operators
-base06 #b870ce Light Foreground (Not often used)
-base07 #5e646f Light Background (Not often used)
-base08 #db7070 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #db7070 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #d69822 Classes, Markup Bold, Search Text Background
-base0B #7c9f4b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #509c93 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6587bf Functions, Methods, Attribute IDs, Headings
-base0E #b870ce Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #509c93 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5e646f;
- background: #fafafa
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d69822;
- color: #5e646f
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5e646f - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5e646f
-}
-/* base04 - #6587bf - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #6587bf
-}
-/* base05 - #5e646f - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5e646f
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #db7070
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #db7070
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #d69822
-}
-.hljs-strong {
- font-weight: bold;
- color: #d69822
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7c9f4b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #509c93
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6587bf
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b870ce
-}
-.hljs-emphasis {
- color: #b870ce;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #509c93
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5e646f;background:#fafafa}.hljs ::selection,.hljs::selection{background-color:#d69822;color:#5e646f}.hljs-comment{color:#5e646f}.hljs-tag{color:#6587bf}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5e646f}.hljs-operator{opacity:.7}.hljs-attr,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-name,.hljs-number,.hljs-selector-tag,.hljs-symbol,.hljs-template-variable,.hljs-variable,.hljs-variable.constant_{color:#db7070}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#d69822}.hljs-strong{font-weight:700;color:#d69822}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7c9f4b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#509c93}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6587bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b870ce}.hljs-emphasis{color:#b870ce;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#509c93}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/eighties.scss b/node_modules/highlight.js/scss/base16/eighties.scss
index 149acef..0ef9e1e 100644
--- a/node_modules/highlight.js/scss/base16/eighties.scss
+++ b/node_modules/highlight.js/scss/base16/eighties.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Eighties
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme eighties
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2d2d2d Default Background
-base01 #393939 Lighter Background (Used for status bars, line number and folding marks)
-base02 #515151 Selection Background
-base03 #747369 Comments, Invisibles, Line Highlighting
-base04 #a09f93 Dark Foreground (Used for status bars)
-base05 #d3d0c8 Default Foreground, Caret, Delimiters, Operators
-base06 #e8e6df Light Foreground (Not often used)
-base07 #f2f0ec Light Background (Not often used)
-base08 #f2777a Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f99157 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffcc66 Classes, Markup Bold, Search Text Background
-base0B #99cc99 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #66cccc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6699cc Functions, Methods, Attribute IDs, Headings
-base0E #cc99cc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d27b53 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d3d0c8;
- background: #2d2d2d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #515151;
- color: #d3d0c8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #747369 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #747369
-}
-/* base04 - #a09f93 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a09f93
-}
-/* base05 - #d3d0c8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d3d0c8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f2777a
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f99157
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffcc66
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffcc66
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #99cc99
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #66cccc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6699cc
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #cc99cc
-}
-.hljs-emphasis {
- color: #cc99cc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d27b53
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d3d0c8;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#d3d0c8}.hljs-comment{color:#747369}.hljs-tag{color:#a09f93}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d3d0c8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f2777a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99157}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fc6}.hljs-strong{font-weight:700;color:#fc6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9c9}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#6cc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#69c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c9c}.hljs-emphasis{color:#c9c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d27b53}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/embers.scss b/node_modules/highlight.js/scss/base16/embers.scss
index 4172ef6..eb5426c 100644
--- a/node_modules/highlight.js/scss/base16/embers.scss
+++ b/node_modules/highlight.js/scss/base16/embers.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Embers
Author: Jannik Siebert (https://github.com/janniks)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme embers
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #16130F Default Background
-base01 #2C2620 Lighter Background (Used for status bars, line number and folding marks)
-base02 #433B32 Selection Background
-base03 #5A5047 Comments, Invisibles, Line Highlighting
-base04 #8A8075 Dark Foreground (Used for status bars)
-base05 #A39A90 Default Foreground, Caret, Delimiters, Operators
-base06 #BEB6AE Light Foreground (Not often used)
-base07 #DBD6D1 Light Background (Not often used)
-base08 #826D57 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #828257 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #6D8257 Classes, Markup Bold, Search Text Background
-base0B #57826D Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #576D82 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6D5782 Functions, Methods, Attribute IDs, Headings
-base0E #82576D Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #825757 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #A39A90;
- background: #16130F
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #433B32;
- color: #A39A90
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5A5047 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5A5047
-}
-/* base04 - #8A8075 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #8A8075
-}
-/* base05 - #A39A90 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #A39A90
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #826D57
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #828257
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #6D8257
-}
-.hljs-strong {
- font-weight: bold;
- color: #6D8257
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #57826D
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #576D82
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6D5782
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #82576D
-}
-.hljs-emphasis {
- color: #82576D;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #825757
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a39a90;background:#16130f}.hljs ::selection,.hljs::selection{background-color:#433b32;color:#a39a90}.hljs-comment{color:#5a5047}.hljs-tag{color:#8a8075}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a39a90}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#826d57}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#828257}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#6d8257}.hljs-strong{font-weight:700;color:#6d8257}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#57826d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#576d82}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6d5782}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#82576d}.hljs-emphasis{color:#82576d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#825757}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/equilibrium-dark.scss b/node_modules/highlight.js/scss/base16/equilibrium-dark.scss
index 608a02e..e3fe3ae 100644
--- a/node_modules/highlight.js/scss/base16/equilibrium-dark.scss
+++ b/node_modules/highlight.js/scss/base16/equilibrium-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Equilibrium Dark
Author: Carlo Abelli
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme equilibrium-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #0c1118 Default Background
-base01 #181c22 Lighter Background (Used for status bars, line number and folding marks)
-base02 #22262d Selection Background
-base03 #7b776e Comments, Invisibles, Line Highlighting
-base04 #949088 Dark Foreground (Used for status bars)
-base05 #afaba2 Default Foreground, Caret, Delimiters, Operators
-base06 #cac6bd Light Foreground (Not often used)
-base07 #e7e2d9 Light Background (Not often used)
-base08 #f04339 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #df5923 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #bb8801 Classes, Markup Bold, Search Text Background
-base0B #7f8b00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00948b Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #008dd1 Functions, Methods, Attribute IDs, Headings
-base0E #6a7fd2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e3488e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #afaba2;
- background: #0c1118
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #22262d;
- color: #afaba2
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7b776e - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7b776e
-}
-/* base04 - #949088 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #949088
-}
-/* base05 - #afaba2 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #afaba2
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f04339
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #df5923
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #bb8801
-}
-.hljs-strong {
- font-weight: bold;
- color: #bb8801
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7f8b00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00948b
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #008dd1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6a7fd2
-}
-.hljs-emphasis {
- color: #6a7fd2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e3488e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#afaba2;background:#0c1118}.hljs ::selection,.hljs::selection{background-color:#22262d;color:#afaba2}.hljs-comment{color:#7b776e}.hljs-tag{color:#949088}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#afaba2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f04339}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#df5923}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8801}.hljs-strong{font-weight:700;color:#bb8801}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7f8b00}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00948b}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#008dd1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6a7fd2}.hljs-emphasis{color:#6a7fd2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e3488e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/equilibrium-gray-dark.scss b/node_modules/highlight.js/scss/base16/equilibrium-gray-dark.scss
index 5e4b619..d3c2ff1 100644
--- a/node_modules/highlight.js/scss/base16/equilibrium-gray-dark.scss
+++ b/node_modules/highlight.js/scss/base16/equilibrium-gray-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Equilibrium Gray Dark
Author: Carlo Abelli
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme equilibrium-gray-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #111111 Default Background
-base01 #1b1b1b Lighter Background (Used for status bars, line number and folding marks)
-base02 #262626 Selection Background
-base03 #777777 Comments, Invisibles, Line Highlighting
-base04 #919191 Dark Foreground (Used for status bars)
-base05 #ababab Default Foreground, Caret, Delimiters, Operators
-base06 #c6c6c6 Light Foreground (Not often used)
-base07 #e2e2e2 Light Background (Not often used)
-base08 #f04339 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #df5923 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #bb8801 Classes, Markup Bold, Search Text Background
-base0B #7f8b00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00948b Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #008dd1 Functions, Methods, Attribute IDs, Headings
-base0E #6a7fd2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e3488e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #ababab;
- background: #111111
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #262626;
- color: #ababab
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #777777 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #777777
-}
-/* base04 - #919191 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #919191
-}
-/* base05 - #ababab - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #ababab
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f04339
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #df5923
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #bb8801
-}
-.hljs-strong {
- font-weight: bold;
- color: #bb8801
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7f8b00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00948b
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #008dd1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6a7fd2
-}
-.hljs-emphasis {
- color: #6a7fd2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e3488e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ababab;background:#111}.hljs ::selection,.hljs::selection{background-color:#262626;color:#ababab}.hljs-comment{color:#777}.hljs-tag{color:#919191}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ababab}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f04339}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#df5923}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8801}.hljs-strong{font-weight:700;color:#bb8801}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7f8b00}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00948b}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#008dd1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6a7fd2}.hljs-emphasis{color:#6a7fd2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e3488e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/equilibrium-gray-light.scss b/node_modules/highlight.js/scss/base16/equilibrium-gray-light.scss
index 6f50e3d..817269f 100644
--- a/node_modules/highlight.js/scss/base16/equilibrium-gray-light.scss
+++ b/node_modules/highlight.js/scss/base16/equilibrium-gray-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Equilibrium Gray Light
Author: Carlo Abelli
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme equilibrium-gray-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f1f1f1 Default Background
-base01 #e2e2e2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d4d4d4 Selection Background
-base03 #777777 Comments, Invisibles, Line Highlighting
-base04 #5e5e5e Dark Foreground (Used for status bars)
-base05 #474747 Default Foreground, Caret, Delimiters, Operators
-base06 #303030 Light Foreground (Not often used)
-base07 #1b1b1b Light Background (Not often used)
-base08 #d02023 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #bf3e05 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #9d6f00 Classes, Markup Bold, Search Text Background
-base0B #637200 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #007a72 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0073b5 Functions, Methods, Attribute IDs, Headings
-base0E #4e66b6 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c42775 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #474747;
- background: #f1f1f1
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d4d4d4;
- color: #474747
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #777777 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #777777
-}
-/* base04 - #5e5e5e - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5e5e5e
-}
-/* base05 - #474747 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #474747
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d02023
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #bf3e05
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #9d6f00
-}
-.hljs-strong {
- font-weight: bold;
- color: #9d6f00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #637200
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #007a72
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0073b5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #4e66b6
-}
-.hljs-emphasis {
- color: #4e66b6;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c42775
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#474747;background:#f1f1f1}.hljs ::selection,.hljs::selection{background-color:#d4d4d4;color:#474747}.hljs-comment{color:#777}.hljs-tag{color:#5e5e5e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#474747}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d02023}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bf3e05}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#9d6f00}.hljs-strong{font-weight:700;color:#9d6f00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#637200}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#007a72}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0073b5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4e66b6}.hljs-emphasis{color:#4e66b6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c42775}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/equilibrium-light.scss b/node_modules/highlight.js/scss/base16/equilibrium-light.scss
index 23341cb..38564e9 100644
--- a/node_modules/highlight.js/scss/base16/equilibrium-light.scss
+++ b/node_modules/highlight.js/scss/base16/equilibrium-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Equilibrium Light
Author: Carlo Abelli
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme equilibrium-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f5f0e7 Default Background
-base01 #e7e2d9 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d8d4cb Selection Background
-base03 #73777f Comments, Invisibles, Line Highlighting
-base04 #5a5f66 Dark Foreground (Used for status bars)
-base05 #43474e Default Foreground, Caret, Delimiters, Operators
-base06 #2c3138 Light Foreground (Not often used)
-base07 #181c22 Light Background (Not often used)
-base08 #d02023 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #bf3e05 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #9d6f00 Classes, Markup Bold, Search Text Background
-base0B #637200 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #007a72 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0073b5 Functions, Methods, Attribute IDs, Headings
-base0E #4e66b6 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c42775 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #43474e;
- background: #f5f0e7
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d8d4cb;
- color: #43474e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #73777f - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #73777f
-}
-/* base04 - #5a5f66 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5a5f66
-}
-/* base05 - #43474e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #43474e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d02023
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #bf3e05
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #9d6f00
-}
-.hljs-strong {
- font-weight: bold;
- color: #9d6f00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #637200
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #007a72
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0073b5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #4e66b6
-}
-.hljs-emphasis {
- color: #4e66b6;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c42775
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#43474e;background:#f5f0e7}.hljs ::selection,.hljs::selection{background-color:#d8d4cb;color:#43474e}.hljs-comment{color:#73777f}.hljs-tag{color:#5a5f66}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#43474e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d02023}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bf3e05}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#9d6f00}.hljs-strong{font-weight:700;color:#9d6f00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#637200}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#007a72}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0073b5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4e66b6}.hljs-emphasis{color:#4e66b6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c42775}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/espresso.scss b/node_modules/highlight.js/scss/base16/espresso.scss
index ca25f04..9d9a0ae 100644
--- a/node_modules/highlight.js/scss/base16/espresso.scss
+++ b/node_modules/highlight.js/scss/base16/espresso.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Espresso
Author: Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme espresso
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2d2d2d Default Background
-base01 #393939 Lighter Background (Used for status bars, line number and folding marks)
-base02 #515151 Selection Background
-base03 #777777 Comments, Invisibles, Line Highlighting
-base04 #b4b7b4 Dark Foreground (Used for status bars)
-base05 #cccccc Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #d25252 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f9a959 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffc66d Classes, Markup Bold, Search Text Background
-base0B #a5c261 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #bed6ff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6c99bb Functions, Methods, Attribute IDs, Headings
-base0E #d197d9 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #f97394 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cccccc;
- background: #2d2d2d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #515151;
- color: #cccccc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #777777 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #777777
-}
-/* base04 - #b4b7b4 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b4b7b4
-}
-/* base05 - #cccccc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cccccc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d25252
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f9a959
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffc66d
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffc66d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a5c261
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #bed6ff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6c99bb
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d197d9
-}
-.hljs-emphasis {
- color: #d197d9;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #f97394
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#ccc}.hljs-comment{color:#777}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d25252}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f9a959}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffc66d}.hljs-strong{font-weight:700;color:#ffc66d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a5c261}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#bed6ff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6c99bb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d197d9}.hljs-emphasis{color:#d197d9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f97394}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/eva-dim.scss b/node_modules/highlight.js/scss/base16/eva-dim.scss
index fca06f4..ab37158 100644
--- a/node_modules/highlight.js/scss/base16/eva-dim.scss
+++ b/node_modules/highlight.js/scss/base16/eva-dim.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Eva Dim
Author: kjakapat (https://github.com/kjakapat)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme eva-dim
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2a3b4d Default Background
-base01 #3d566f Lighter Background (Used for status bars, line number and folding marks)
-base02 #4b6988 Selection Background
-base03 #55799c Comments, Invisibles, Line Highlighting
-base04 #7e90a3 Dark Foreground (Used for status bars)
-base05 #9fa2a6 Default Foreground, Caret, Delimiters, Operators
-base06 #d6d7d9 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #c4676c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff9966 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #cfd05d Classes, Markup Bold, Search Text Background
-base0B #5de561 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #4b8f77 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #1ae1dc Functions, Methods, Attribute IDs, Headings
-base0E #9c6cd3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bb64a9 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #9fa2a6;
- background: #2a3b4d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4b6988;
- color: #9fa2a6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #55799c - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #55799c
-}
-/* base04 - #7e90a3 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e90a3
-}
-/* base05 - #9fa2a6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #9fa2a6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c4676c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff9966
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #cfd05d
-}
-.hljs-strong {
- font-weight: bold;
- color: #cfd05d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #5de561
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #4b8f77
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #1ae1dc
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9c6cd3
-}
-.hljs-emphasis {
- color: #9c6cd3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bb64a9
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#9fa2a6;background:#2a3b4d}.hljs ::selection,.hljs::selection{background-color:#4b6988;color:#9fa2a6}.hljs-comment{color:#55799c}.hljs-tag{color:#7e90a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#9fa2a6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c4676c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f96}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#cfd05d}.hljs-strong{font-weight:700;color:#cfd05d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5de561}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#4b8f77}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#1ae1dc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9c6cd3}.hljs-emphasis{color:#9c6cd3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bb64a9}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/eva.scss b/node_modules/highlight.js/scss/base16/eva.scss
index 46f1955..c4fb9cc 100644
--- a/node_modules/highlight.js/scss/base16/eva.scss
+++ b/node_modules/highlight.js/scss/base16/eva.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Eva
Author: kjakapat (https://github.com/kjakapat)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme eva
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2a3b4d Default Background
-base01 #3d566f Lighter Background (Used for status bars, line number and folding marks)
-base02 #4b6988 Selection Background
-base03 #55799c Comments, Invisibles, Line Highlighting
-base04 #7e90a3 Dark Foreground (Used for status bars)
-base05 #9fa2a6 Default Foreground, Caret, Delimiters, Operators
-base06 #d6d7d9 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #c4676c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff9966 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffff66 Classes, Markup Bold, Search Text Background
-base0B #66ff66 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #4b8f77 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #15f4ee Functions, Methods, Attribute IDs, Headings
-base0E #9c6cd3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bb64a9 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #9fa2a6;
- background: #2a3b4d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4b6988;
- color: #9fa2a6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #55799c - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #55799c
-}
-/* base04 - #7e90a3 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e90a3
-}
-/* base05 - #9fa2a6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #9fa2a6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c4676c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff9966
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffff66
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffff66
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #66ff66
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #4b8f77
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #15f4ee
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9c6cd3
-}
-.hljs-emphasis {
- color: #9c6cd3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bb64a9
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#9fa2a6;background:#2a3b4d}.hljs ::selection,.hljs::selection{background-color:#4b6988;color:#9fa2a6}.hljs-comment{color:#55799c}.hljs-tag{color:#7e90a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#9fa2a6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c4676c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f96}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ff6}.hljs-strong{font-weight:700;color:#ff6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6f6}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#4b8f77}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#15f4ee}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9c6cd3}.hljs-emphasis{color:#9c6cd3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bb64a9}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/flat.scss b/node_modules/highlight.js/scss/base16/flat.scss
index 0859bad..7e6ece5 100644
--- a/node_modules/highlight.js/scss/base16/flat.scss
+++ b/node_modules/highlight.js/scss/base16/flat.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Flat
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme flat
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2C3E50 Default Background
-base01 #34495E Lighter Background (Used for status bars, line number and folding marks)
-base02 #7F8C8D Selection Background
-base03 #95A5A6 Comments, Invisibles, Line Highlighting
-base04 #BDC3C7 Dark Foreground (Used for status bars)
-base05 #e0e0e0 Default Foreground, Caret, Delimiters, Operators
-base06 #f5f5f5 Light Foreground (Not often used)
-base07 #ECF0F1 Light Background (Not often used)
-base08 #E74C3C Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #E67E22 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #F1C40F Classes, Markup Bold, Search Text Background
-base0B #2ECC71 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1ABC9C Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3498DB Functions, Methods, Attribute IDs, Headings
-base0E #9B59B6 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #be643c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e0e0e0;
- background: #2C3E50
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #7F8C8D;
- color: #e0e0e0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #95A5A6 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #95A5A6
-}
-/* base04 - #BDC3C7 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #BDC3C7
-}
-/* base05 - #e0e0e0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e0e0e0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #E74C3C
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #E67E22
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #F1C40F
-}
-.hljs-strong {
- font-weight: bold;
- color: #F1C40F
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #2ECC71
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1ABC9C
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3498DB
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9B59B6
-}
-.hljs-emphasis {
- color: #9B59B6;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #be643c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0e0e0;background:#2c3e50}.hljs ::selection,.hljs::selection{background-color:#7f8c8d;color:#e0e0e0}.hljs-comment{color:#95a5a6}.hljs-tag{color:#bdc3c7}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0e0e0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e74c3c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e67e22}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f1c40f}.hljs-strong{font-weight:700;color:#f1c40f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#2ecc71}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1abc9c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3498db}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9b59b6}.hljs-emphasis{color:#9b59b6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#be643c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/framer.scss b/node_modules/highlight.js/scss/base16/framer.scss
index 3c90bf9..3024b54 100644
--- a/node_modules/highlight.js/scss/base16/framer.scss
+++ b/node_modules/highlight.js/scss/base16/framer.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Framer
Author: Framer (Maintained by Jesse Hoyos)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme framer
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #181818 Default Background
-base01 #151515 Lighter Background (Used for status bars, line number and folding marks)
-base02 #464646 Selection Background
-base03 #747474 Comments, Invisibles, Line Highlighting
-base04 #B9B9B9 Dark Foreground (Used for status bars)
-base05 #D0D0D0 Default Foreground, Caret, Delimiters, Operators
-base06 #E8E8E8 Light Foreground (Not often used)
-base07 #EEEEEE Light Background (Not often used)
-base08 #FD886B Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #FC4769 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FECB6E Classes, Markup Bold, Search Text Background
-base0B #32CCDC Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #ACDDFD Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #20BCFC Functions, Methods, Attribute IDs, Headings
-base0E #BA8CFC Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #B15F4A Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #D0D0D0;
- background: #181818
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #464646;
- color: #D0D0D0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #747474 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #747474
-}
-/* base04 - #B9B9B9 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #B9B9B9
-}
-/* base05 - #D0D0D0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #D0D0D0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #FD886B
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #FC4769
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FECB6E
-}
-.hljs-strong {
- font-weight: bold;
- color: #FECB6E
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #32CCDC
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #ACDDFD
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #20BCFC
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #BA8CFC
-}
-.hljs-emphasis {
- color: #BA8CFC;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #B15F4A
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#181818}.hljs ::selection,.hljs::selection{background-color:#464646;color:#d0d0d0}.hljs-comment{color:#747474}.hljs-tag{color:#b9b9b9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fd886b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fc4769}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fecb6e}.hljs-strong{font-weight:700;color:#fecb6e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#32ccdc}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#acddfd}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#20bcfc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ba8cfc}.hljs-emphasis{color:#ba8cfc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b15f4a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/fruit-soda.scss b/node_modules/highlight.js/scss/base16/fruit-soda.scss
index 396faaa..6e84fd7 100644
--- a/node_modules/highlight.js/scss/base16/fruit-soda.scss
+++ b/node_modules/highlight.js/scss/base16/fruit-soda.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Fruit Soda
Author: jozip
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme fruit-soda
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f1ecf1 Default Background
-base01 #e0dee0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d8d5d5 Selection Background
-base03 #b5b4b6 Comments, Invisibles, Line Highlighting
-base04 #979598 Dark Foreground (Used for status bars)
-base05 #515151 Default Foreground, Caret, Delimiters, Operators
-base06 #474545 Light Foreground (Not often used)
-base07 #2d2c2c Light Background (Not often used)
-base08 #fe3e31 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fe6d08 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f7e203 Classes, Markup Bold, Search Text Background
-base0B #47f74c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #0f9cfd Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #2931df Functions, Methods, Attribute IDs, Headings
-base0E #611fce Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b16f40 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #515151;
- background: #f1ecf1
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d8d5d5;
- color: #515151
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #b5b4b6 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #b5b4b6
-}
-/* base04 - #979598 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #979598
-}
-/* base05 - #515151 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #515151
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fe3e31
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fe6d08
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f7e203
-}
-.hljs-strong {
- font-weight: bold;
- color: #f7e203
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #47f74c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #0f9cfd
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #2931df
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #611fce
-}
-.hljs-emphasis {
- color: #611fce;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b16f40
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#515151;background:#f1ecf1}.hljs ::selection,.hljs::selection{background-color:#d8d5d5;color:#515151}.hljs-comment{color:#b5b4b6}.hljs-tag{color:#979598}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#515151}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fe3e31}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe6d08}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f7e203}.hljs-strong{font-weight:700;color:#f7e203}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#47f74c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0f9cfd}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#2931df}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#611fce}.hljs-emphasis{color:#611fce;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b16f40}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/gigavolt.scss b/node_modules/highlight.js/scss/base16/gigavolt.scss
index 89de247..9115b0c 100644
--- a/node_modules/highlight.js/scss/base16/gigavolt.scss
+++ b/node_modules/highlight.js/scss/base16/gigavolt.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gigavolt
Author: Aidan Swope (http://github.com/Whillikers)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gigavolt
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #202126 Default Background
-base01 #2d303d Lighter Background (Used for status bars, line number and folding marks)
-base02 #5a576e Selection Background
-base03 #a1d2e6 Comments, Invisibles, Line Highlighting
-base04 #cad3ff Dark Foreground (Used for status bars)
-base05 #e9e7e1 Default Foreground, Caret, Delimiters, Operators
-base06 #eff0f9 Light Foreground (Not often used)
-base07 #f2fbff Light Background (Not often used)
-base08 #ff661a Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #19f988 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffdc2d Classes, Markup Bold, Search Text Background
-base0B #f2e6a9 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #fb6acb Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #40bfff Functions, Methods, Attribute IDs, Headings
-base0E #ae94f9 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #6187ff Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e9e7e1;
- background: #202126
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5a576e;
- color: #e9e7e1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #a1d2e6 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #a1d2e6
-}
-/* base04 - #cad3ff - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #cad3ff
-}
-/* base05 - #e9e7e1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e9e7e1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff661a
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #19f988
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffdc2d
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffdc2d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #f2e6a9
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #fb6acb
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #40bfff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ae94f9
-}
-.hljs-emphasis {
- color: #ae94f9;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #6187ff
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e9e7e1;background:#202126}.hljs ::selection,.hljs::selection{background-color:#5a576e;color:#e9e7e1}.hljs-comment{color:#a1d2e6}.hljs-tag{color:#cad3ff}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e9e7e1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff661a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#19f988}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffdc2d}.hljs-strong{font-weight:700;color:#ffdc2d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f2e6a9}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#fb6acb}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#40bfff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ae94f9}.hljs-emphasis{color:#ae94f9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#6187ff}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/github.scss b/node_modules/highlight.js/scss/base16/github.scss
index b3aa5d0..188aaaa 100644
--- a/node_modules/highlight.js/scss/base16/github.scss
+++ b/node_modules/highlight.js/scss/base16/github.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Github
Author: Defman21
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme github
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ffffff Default Background
-base01 #f5f5f5 Lighter Background (Used for status bars, line number and folding marks)
-base02 #c8c8fa Selection Background
-base03 #969896 Comments, Invisibles, Line Highlighting
-base04 #e8e8e8 Dark Foreground (Used for status bars)
-base05 #333333 Default Foreground, Caret, Delimiters, Operators
-base06 #ffffff Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #ed6a43 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #0086b3 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #795da3 Classes, Markup Bold, Search Text Background
-base0B #183691 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #183691 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #795da3 Functions, Methods, Attribute IDs, Headings
-base0E #a71d5d Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #333333 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #333333;
- background: #ffffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #c8c8fa;
- color: #333333
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #969896 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #969896
-}
-/* base04 - #e8e8e8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #e8e8e8
-}
-/* base05 - #333333 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #333333
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ed6a43
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #0086b3
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #795da3
-}
-.hljs-strong {
- font-weight: bold;
- color: #795da3
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #183691
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #183691
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #795da3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a71d5d
-}
-.hljs-emphasis {
- color: #a71d5d;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #333333
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#333;background:#fff}.hljs ::selection,.hljs::selection{background-color:#c8c8fa;color:#333}.hljs-comment{color:#969896}.hljs-tag{color:#e8e8e8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#333}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ed6a43}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#0086b3}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#795da3}.hljs-strong{font-weight:700;color:#795da3}.hljs-addition,.hljs-built_in,.hljs-code,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-string,.hljs-title.class_.inherited__{color:#183691}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#795da3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a71d5d}.hljs-emphasis{color:#a71d5d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#333}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/google-dark.scss b/node_modules/highlight.js/scss/base16/google-dark.scss
index e43136f..bd2a2dc 100644
--- a/node_modules/highlight.js/scss/base16/google-dark.scss
+++ b/node_modules/highlight.js/scss/base16/google-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Google Dark
Author: Seth Wright (http://sethawright.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme google-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1d1f21 Default Background
-base01 #282a2e Lighter Background (Used for status bars, line number and folding marks)
-base02 #373b41 Selection Background
-base03 #969896 Comments, Invisibles, Line Highlighting
-base04 #b4b7b4 Dark Foreground (Used for status bars)
-base05 #c5c8c6 Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #CC342B Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F96A38 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FBA922 Classes, Markup Bold, Search Text Background
-base0B #198844 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3971ED Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3971ED Functions, Methods, Attribute IDs, Headings
-base0E #A36AC7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #3971ED Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c5c8c6;
- background: #1d1f21
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #373b41;
- color: #c5c8c6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #969896 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #969896
-}
-/* base04 - #b4b7b4 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b4b7b4
-}
-/* base05 - #c5c8c6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c5c8c6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #CC342B
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F96A38
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FBA922
-}
-.hljs-strong {
- font-weight: bold;
- color: #FBA922
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #198844
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3971ED
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3971ED
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #A36AC7
-}
-.hljs-emphasis {
- color: #A36AC7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #3971ED
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c5c8c6;background:#1d1f21}.hljs ::selection,.hljs::selection{background-color:#373b41;color:#c5c8c6}.hljs-comment{color:#969896}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c5c8c6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cc342b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f96a38}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fba922}.hljs-strong{font-weight:700;color:#fba922}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#198844}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3971ed}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a36ac7}.hljs-emphasis{color:#a36ac7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#3971ed}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/google-light.scss b/node_modules/highlight.js/scss/base16/google-light.scss
index ff94198..26e6ffb 100644
--- a/node_modules/highlight.js/scss/base16/google-light.scss
+++ b/node_modules/highlight.js/scss/base16/google-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Google Light
Author: Seth Wright (http://sethawright.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme google-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ffffff Default Background
-base01 #e0e0e0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #c5c8c6 Selection Background
-base03 #b4b7b4 Comments, Invisibles, Line Highlighting
-base04 #969896 Dark Foreground (Used for status bars)
-base05 #373b41 Default Foreground, Caret, Delimiters, Operators
-base06 #282a2e Light Foreground (Not often used)
-base07 #1d1f21 Light Background (Not often used)
-base08 #CC342B Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F96A38 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FBA922 Classes, Markup Bold, Search Text Background
-base0B #198844 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3971ED Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3971ED Functions, Methods, Attribute IDs, Headings
-base0E #A36AC7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #3971ED Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #373b41;
- background: #ffffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #c5c8c6;
- color: #373b41
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #b4b7b4 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #b4b7b4
-}
-/* base04 - #969896 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #969896
-}
-/* base05 - #373b41 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #373b41
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #CC342B
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F96A38
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FBA922
-}
-.hljs-strong {
- font-weight: bold;
- color: #FBA922
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #198844
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3971ED
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3971ED
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #A36AC7
-}
-.hljs-emphasis {
- color: #A36AC7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #3971ED
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#373b41;background:#fff}.hljs ::selection,.hljs::selection{background-color:#c5c8c6;color:#373b41}.hljs-comment{color:#b4b7b4}.hljs-tag{color:#969896}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#373b41}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cc342b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f96a38}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fba922}.hljs-strong{font-weight:700;color:#fba922}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#198844}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3971ed}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a36ac7}.hljs-emphasis{color:#a36ac7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#3971ed}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/grayscale-dark.scss b/node_modules/highlight.js/scss/base16/grayscale-dark.scss
index c97e81e..54c9a4c 100644
--- a/node_modules/highlight.js/scss/base16/grayscale-dark.scss
+++ b/node_modules/highlight.js/scss/base16/grayscale-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Grayscale Dark
Author: Alexandre Gavioli (https://github.com/Alexx2/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme grayscale-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #101010 Default Background
-base01 #252525 Lighter Background (Used for status bars, line number and folding marks)
-base02 #464646 Selection Background
-base03 #525252 Comments, Invisibles, Line Highlighting
-base04 #ababab Dark Foreground (Used for status bars)
-base05 #b9b9b9 Default Foreground, Caret, Delimiters, Operators
-base06 #e3e3e3 Light Foreground (Not often used)
-base07 #f7f7f7 Light Background (Not often used)
-base08 #7c7c7c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #999999 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a0a0a0 Classes, Markup Bold, Search Text Background
-base0B #8e8e8e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #868686 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #686868 Functions, Methods, Attribute IDs, Headings
-base0E #747474 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #5e5e5e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b9b9b9;
- background: #101010
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #464646;
- color: #b9b9b9
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #525252 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #525252
-}
-/* base04 - #ababab - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #ababab
-}
-/* base05 - #b9b9b9 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b9b9b9
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #7c7c7c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #999999
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a0a0a0
-}
-.hljs-strong {
- font-weight: bold;
- color: #a0a0a0
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8e8e8e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #868686
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #686868
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #747474
-}
-.hljs-emphasis {
- color: #747474;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #5e5e5e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b9b9b9;background:#101010}.hljs ::selection,.hljs::selection{background-color:#464646;color:#b9b9b9}.hljs-comment{color:#525252}.hljs-tag{color:#ababab}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b9b9b9}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#7c7c7c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#999}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a0a0a0}.hljs-strong{font-weight:700;color:#a0a0a0}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8e8e8e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#868686}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#686868}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#747474}.hljs-emphasis{color:#747474;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5e5e5e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/grayscale-light.scss b/node_modules/highlight.js/scss/base16/grayscale-light.scss
index af0c2f5..3d85f2c 100644
--- a/node_modules/highlight.js/scss/base16/grayscale-light.scss
+++ b/node_modules/highlight.js/scss/base16/grayscale-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Grayscale Light
Author: Alexandre Gavioli (https://github.com/Alexx2/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme grayscale-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f7f7f7 Default Background
-base01 #e3e3e3 Lighter Background (Used for status bars, line number and folding marks)
-base02 #b9b9b9 Selection Background
-base03 #ababab Comments, Invisibles, Line Highlighting
-base04 #525252 Dark Foreground (Used for status bars)
-base05 #464646 Default Foreground, Caret, Delimiters, Operators
-base06 #252525 Light Foreground (Not often used)
-base07 #101010 Light Background (Not often used)
-base08 #7c7c7c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #999999 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a0a0a0 Classes, Markup Bold, Search Text Background
-base0B #8e8e8e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #868686 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #686868 Functions, Methods, Attribute IDs, Headings
-base0E #747474 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #5e5e5e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #464646;
- background: #f7f7f7
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #b9b9b9;
- color: #464646
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #ababab - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #ababab
-}
-/* base04 - #525252 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #525252
-}
-/* base05 - #464646 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #464646
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #7c7c7c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #999999
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a0a0a0
-}
-.hljs-strong {
- font-weight: bold;
- color: #a0a0a0
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8e8e8e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #868686
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #686868
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #747474
-}
-.hljs-emphasis {
- color: #747474;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #5e5e5e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#464646;background:#f7f7f7}.hljs ::selection,.hljs::selection{background-color:#b9b9b9;color:#464646}.hljs-comment{color:#ababab}.hljs-tag{color:#525252}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#464646}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#7c7c7c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#999}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a0a0a0}.hljs-strong{font-weight:700;color:#a0a0a0}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8e8e8e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#868686}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#686868}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#747474}.hljs-emphasis{color:#747474;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5e5e5e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/green-screen.scss b/node_modules/highlight.js/scss/base16/green-screen.scss
index 884ee20..8f66630 100644
--- a/node_modules/highlight.js/scss/base16/green-screen.scss
+++ b/node_modules/highlight.js/scss/base16/green-screen.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Green Screen
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme green-screen
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #001100 Default Background
-base01 #003300 Lighter Background (Used for status bars, line number and folding marks)
-base02 #005500 Selection Background
-base03 #007700 Comments, Invisibles, Line Highlighting
-base04 #009900 Dark Foreground (Used for status bars)
-base05 #00bb00 Default Foreground, Caret, Delimiters, Operators
-base06 #00dd00 Light Foreground (Not often used)
-base07 #00ff00 Light Background (Not often used)
-base08 #007700 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #009900 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #007700 Classes, Markup Bold, Search Text Background
-base0B #00bb00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #005500 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #009900 Functions, Methods, Attribute IDs, Headings
-base0E #00bb00 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #005500 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #00bb00;
- background: #001100
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #005500;
- color: #00bb00
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #007700 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #007700
-}
-/* base04 - #009900 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #009900
-}
-/* base05 - #00bb00 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #00bb00
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #007700
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #009900
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #007700
-}
-.hljs-strong {
- font-weight: bold;
- color: #007700
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00bb00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #005500
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #009900
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #00bb00
-}
-.hljs-emphasis {
- color: #00bb00;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #005500
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#0b0;background:#010}.hljs ::selection,.hljs::selection{background-color:#050;color:#0b0}.hljs-comment{color:#070}.hljs-tag{color:#090}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#0b0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#070}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#090}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#070}.hljs-strong{font-weight:700;color:#070}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#0b0}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#050}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#090}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#0b0}.hljs-emphasis{color:#0b0;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#050}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/gruvbox-dark-hard.scss b/node_modules/highlight.js/scss/base16/gruvbox-dark-hard.scss
index 0c3e7e6..d82083e 100644
--- a/node_modules/highlight.js/scss/base16/gruvbox-dark-hard.scss
+++ b/node_modules/highlight.js/scss/base16/gruvbox-dark-hard.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox dark, hard
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-dark-hard
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1d2021 Default Background
-base01 #3c3836 Lighter Background (Used for status bars, line number and folding marks)
-base02 #504945 Selection Background
-base03 #665c54 Comments, Invisibles, Line Highlighting
-base04 #bdae93 Dark Foreground (Used for status bars)
-base05 #d5c4a1 Default Foreground, Caret, Delimiters, Operators
-base06 #ebdbb2 Light Foreground (Not often used)
-base07 #fbf1c7 Light Background (Not often used)
-base08 #fb4934 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fe8019 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fabd2f Classes, Markup Bold, Search Text Background
-base0B #b8bb26 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #8ec07c Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83a598 Functions, Methods, Attribute IDs, Headings
-base0E #d3869b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d5c4a1;
- background: #1d2021
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #504945;
- color: #d5c4a1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #665c54 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #665c54
-}
-/* base04 - #bdae93 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #bdae93
-}
-/* base05 - #d5c4a1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d5c4a1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fb4934
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fe8019
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fabd2f
-}
-.hljs-strong {
- font-weight: bold;
- color: #fabd2f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #b8bb26
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #8ec07c
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83a598
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d3869b
-}
-.hljs-emphasis {
- color: #d3869b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5c4a1;background:#1d2021}.hljs ::selection,.hljs::selection{background-color:#504945;color:#d5c4a1}.hljs-comment{color:#665c54}.hljs-tag{color:#bdae93}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d5c4a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb4934}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe8019}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fabd2f}.hljs-strong{font-weight:700;color:#fabd2f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#b8bb26}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8ec07c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83a598}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d3869b}.hljs-emphasis{color:#d3869b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/gruvbox-dark-medium.scss b/node_modules/highlight.js/scss/base16/gruvbox-dark-medium.scss
index 9e76d5a..1fc5e3a 100644
--- a/node_modules/highlight.js/scss/base16/gruvbox-dark-medium.scss
+++ b/node_modules/highlight.js/scss/base16/gruvbox-dark-medium.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox dark, medium
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-dark-medium
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282828 Default Background
-base01 #3c3836 Lighter Background (Used for status bars, line number and folding marks)
-base02 #504945 Selection Background
-base03 #665c54 Comments, Invisibles, Line Highlighting
-base04 #bdae93 Dark Foreground (Used for status bars)
-base05 #d5c4a1 Default Foreground, Caret, Delimiters, Operators
-base06 #ebdbb2 Light Foreground (Not often used)
-base07 #fbf1c7 Light Background (Not often used)
-base08 #fb4934 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fe8019 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fabd2f Classes, Markup Bold, Search Text Background
-base0B #b8bb26 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #8ec07c Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83a598 Functions, Methods, Attribute IDs, Headings
-base0E #d3869b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d5c4a1;
- background: #282828
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #504945;
- color: #d5c4a1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #665c54 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #665c54
-}
-/* base04 - #bdae93 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #bdae93
-}
-/* base05 - #d5c4a1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d5c4a1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fb4934
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fe8019
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fabd2f
-}
-.hljs-strong {
- font-weight: bold;
- color: #fabd2f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #b8bb26
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #8ec07c
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83a598
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d3869b
-}
-.hljs-emphasis {
- color: #d3869b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5c4a1;background:#282828}.hljs ::selection,.hljs::selection{background-color:#504945;color:#d5c4a1}.hljs-comment{color:#665c54}.hljs-tag{color:#bdae93}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d5c4a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb4934}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe8019}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fabd2f}.hljs-strong{font-weight:700;color:#fabd2f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#b8bb26}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8ec07c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83a598}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d3869b}.hljs-emphasis{color:#d3869b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/gruvbox-dark-pale.scss b/node_modules/highlight.js/scss/base16/gruvbox-dark-pale.scss
index 4377322..293b4bc 100644
--- a/node_modules/highlight.js/scss/base16/gruvbox-dark-pale.scss
+++ b/node_modules/highlight.js/scss/base16/gruvbox-dark-pale.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox dark, pale
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-dark-pale
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #262626 Default Background
-base01 #3a3a3a Lighter Background (Used for status bars, line number and folding marks)
-base02 #4e4e4e Selection Background
-base03 #8a8a8a Comments, Invisibles, Line Highlighting
-base04 #949494 Dark Foreground (Used for status bars)
-base05 #dab997 Default Foreground, Caret, Delimiters, Operators
-base06 #d5c4a1 Light Foreground (Not often used)
-base07 #ebdbb2 Light Background (Not often used)
-base08 #d75f5f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff8700 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffaf00 Classes, Markup Bold, Search Text Background
-base0B #afaf00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #85ad85 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83adad Functions, Methods, Attribute IDs, Headings
-base0E #d485ad Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #dab997;
- background: #262626
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4e4e4e;
- color: #dab997
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #8a8a8a - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #8a8a8a
-}
-/* base04 - #949494 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #949494
-}
-/* base05 - #dab997 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #dab997
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d75f5f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff8700
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffaf00
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffaf00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #afaf00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #85ad85
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83adad
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d485ad
-}
-.hljs-emphasis {
- color: #d485ad;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dab997;background:#262626}.hljs ::selection,.hljs::selection{background-color:#4e4e4e;color:#dab997}.hljs-comment{color:#8a8a8a}.hljs-tag{color:#949494}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dab997}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d75f5f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff8700}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffaf00}.hljs-strong{font-weight:700;color:#ffaf00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#afaf00}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#85ad85}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83adad}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d485ad}.hljs-emphasis{color:#d485ad;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/gruvbox-dark-soft.scss b/node_modules/highlight.js/scss/base16/gruvbox-dark-soft.scss
index d56d820..c327bbc 100644
--- a/node_modules/highlight.js/scss/base16/gruvbox-dark-soft.scss
+++ b/node_modules/highlight.js/scss/base16/gruvbox-dark-soft.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox dark, soft
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-dark-soft
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #32302f Default Background
-base01 #3c3836 Lighter Background (Used for status bars, line number and folding marks)
-base02 #504945 Selection Background
-base03 #665c54 Comments, Invisibles, Line Highlighting
-base04 #bdae93 Dark Foreground (Used for status bars)
-base05 #d5c4a1 Default Foreground, Caret, Delimiters, Operators
-base06 #ebdbb2 Light Foreground (Not often used)
-base07 #fbf1c7 Light Background (Not often used)
-base08 #fb4934 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fe8019 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fabd2f Classes, Markup Bold, Search Text Background
-base0B #b8bb26 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #8ec07c Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83a598 Functions, Methods, Attribute IDs, Headings
-base0E #d3869b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d5c4a1;
- background: #32302f
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #504945;
- color: #d5c4a1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #665c54 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #665c54
-}
-/* base04 - #bdae93 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #bdae93
-}
-/* base05 - #d5c4a1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d5c4a1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fb4934
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fe8019
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fabd2f
-}
-.hljs-strong {
- font-weight: bold;
- color: #fabd2f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #b8bb26
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #8ec07c
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83a598
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d3869b
-}
-.hljs-emphasis {
- color: #d3869b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5c4a1;background:#32302f}.hljs ::selection,.hljs::selection{background-color:#504945;color:#d5c4a1}.hljs-comment{color:#665c54}.hljs-tag{color:#bdae93}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d5c4a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb4934}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe8019}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fabd2f}.hljs-strong{font-weight:700;color:#fabd2f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#b8bb26}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8ec07c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83a598}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d3869b}.hljs-emphasis{color:#d3869b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/gruvbox-light-hard.scss b/node_modules/highlight.js/scss/base16/gruvbox-light-hard.scss
index 4bcf047..34d5cb7 100644
--- a/node_modules/highlight.js/scss/base16/gruvbox-light-hard.scss
+++ b/node_modules/highlight.js/scss/base16/gruvbox-light-hard.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox light, hard
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-light-hard
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f9f5d7 Default Background
-base01 #ebdbb2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d5c4a1 Selection Background
-base03 #bdae93 Comments, Invisibles, Line Highlighting
-base04 #665c54 Dark Foreground (Used for status bars)
-base05 #504945 Default Foreground, Caret, Delimiters, Operators
-base06 #3c3836 Light Foreground (Not often used)
-base07 #282828 Light Background (Not often used)
-base08 #9d0006 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #af3a03 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b57614 Classes, Markup Bold, Search Text Background
-base0B #79740e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #427b58 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #076678 Functions, Methods, Attribute IDs, Headings
-base0E #8f3f71 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #504945;
- background: #f9f5d7
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d5c4a1;
- color: #504945
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #bdae93 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #bdae93
-}
-/* base04 - #665c54 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #665c54
-}
-/* base05 - #504945 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #504945
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #9d0006
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #af3a03
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b57614
-}
-.hljs-strong {
- font-weight: bold;
- color: #b57614
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #79740e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #427b58
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #076678
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8f3f71
-}
-.hljs-emphasis {
- color: #8f3f71;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#504945;background:#f9f5d7}.hljs ::selection,.hljs::selection{background-color:#d5c4a1;color:#504945}.hljs-comment{color:#bdae93}.hljs-tag{color:#665c54}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#504945}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#9d0006}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#af3a03}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b57614}.hljs-strong{font-weight:700;color:#b57614}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#79740e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#427b58}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#076678}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8f3f71}.hljs-emphasis{color:#8f3f71;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/gruvbox-light-medium.scss b/node_modules/highlight.js/scss/base16/gruvbox-light-medium.scss
index f9ef0b5..e866687 100644
--- a/node_modules/highlight.js/scss/base16/gruvbox-light-medium.scss
+++ b/node_modules/highlight.js/scss/base16/gruvbox-light-medium.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox light, medium
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-light-medium
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fbf1c7 Default Background
-base01 #ebdbb2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d5c4a1 Selection Background
-base03 #bdae93 Comments, Invisibles, Line Highlighting
-base04 #665c54 Dark Foreground (Used for status bars)
-base05 #504945 Default Foreground, Caret, Delimiters, Operators
-base06 #3c3836 Light Foreground (Not often used)
-base07 #282828 Light Background (Not often used)
-base08 #9d0006 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #af3a03 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b57614 Classes, Markup Bold, Search Text Background
-base0B #79740e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #427b58 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #076678 Functions, Methods, Attribute IDs, Headings
-base0E #8f3f71 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #504945;
- background: #fbf1c7
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d5c4a1;
- color: #504945
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #bdae93 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #bdae93
-}
-/* base04 - #665c54 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #665c54
-}
-/* base05 - #504945 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #504945
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #9d0006
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #af3a03
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b57614
-}
-.hljs-strong {
- font-weight: bold;
- color: #b57614
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #79740e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #427b58
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #076678
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8f3f71
-}
-.hljs-emphasis {
- color: #8f3f71;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#504945;background:#fbf1c7}.hljs ::selection,.hljs::selection{background-color:#d5c4a1;color:#504945}.hljs-comment{color:#bdae93}.hljs-tag{color:#665c54}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#504945}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#9d0006}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#af3a03}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b57614}.hljs-strong{font-weight:700;color:#b57614}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#79740e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#427b58}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#076678}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8f3f71}.hljs-emphasis{color:#8f3f71;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/gruvbox-light-soft.scss b/node_modules/highlight.js/scss/base16/gruvbox-light-soft.scss
index 35a6aed..32ad2bd 100644
--- a/node_modules/highlight.js/scss/base16/gruvbox-light-soft.scss
+++ b/node_modules/highlight.js/scss/base16/gruvbox-light-soft.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox light, soft
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-light-soft
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f2e5bc Default Background
-base01 #ebdbb2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d5c4a1 Selection Background
-base03 #bdae93 Comments, Invisibles, Line Highlighting
-base04 #665c54 Dark Foreground (Used for status bars)
-base05 #504945 Default Foreground, Caret, Delimiters, Operators
-base06 #3c3836 Light Foreground (Not often used)
-base07 #282828 Light Background (Not often used)
-base08 #9d0006 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #af3a03 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b57614 Classes, Markup Bold, Search Text Background
-base0B #79740e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #427b58 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #076678 Functions, Methods, Attribute IDs, Headings
-base0E #8f3f71 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #504945;
- background: #f2e5bc
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d5c4a1;
- color: #504945
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #bdae93 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #bdae93
-}
-/* base04 - #665c54 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #665c54
-}
-/* base05 - #504945 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #504945
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #9d0006
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #af3a03
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b57614
-}
-.hljs-strong {
- font-weight: bold;
- color: #b57614
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #79740e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #427b58
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #076678
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8f3f71
-}
-.hljs-emphasis {
- color: #8f3f71;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#504945;background:#f2e5bc}.hljs ::selection,.hljs::selection{background-color:#d5c4a1;color:#504945}.hljs-comment{color:#bdae93}.hljs-tag{color:#665c54}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#504945}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#9d0006}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#af3a03}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b57614}.hljs-strong{font-weight:700;color:#b57614}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#79740e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#427b58}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#076678}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8f3f71}.hljs-emphasis{color:#8f3f71;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/hardcore.scss b/node_modules/highlight.js/scss/base16/hardcore.scss
index 666d145..ce0a615 100644
--- a/node_modules/highlight.js/scss/base16/hardcore.scss
+++ b/node_modules/highlight.js/scss/base16/hardcore.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Hardcore
Author: Chris Caller
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme hardcore
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #212121 Default Background
-base01 #303030 Lighter Background (Used for status bars, line number and folding marks)
-base02 #353535 Selection Background
-base03 #4A4A4A Comments, Invisibles, Line Highlighting
-base04 #707070 Dark Foreground (Used for status bars)
-base05 #cdcdcd Default Foreground, Caret, Delimiters, Operators
-base06 #e5e5e5 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #f92672 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fd971f Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #e6db74 Classes, Markup Bold, Search Text Background
-base0B #a6e22e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #708387 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #66d9ef Functions, Methods, Attribute IDs, Headings
-base0E #9e6ffe Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e8b882 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cdcdcd;
- background: #212121
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #353535;
- color: #cdcdcd
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #4A4A4A - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #4A4A4A
-}
-/* base04 - #707070 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #707070
-}
-/* base05 - #cdcdcd - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cdcdcd
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f92672
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fd971f
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #e6db74
-}
-.hljs-strong {
- font-weight: bold;
- color: #e6db74
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a6e22e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #708387
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #66d9ef
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9e6ffe
-}
-.hljs-emphasis {
- color: #9e6ffe;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e8b882
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cdcdcd;background:#212121}.hljs ::selection,.hljs::selection{background-color:#353535;color:#cdcdcd}.hljs-comment{color:#4a4a4a}.hljs-tag{color:#707070}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cdcdcd}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f92672}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd971f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e6db74}.hljs-strong{font-weight:700;color:#e6db74}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a6e22e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#708387}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#66d9ef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9e6ffe}.hljs-emphasis{color:#9e6ffe;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e8b882}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/harmonic16-dark.scss b/node_modules/highlight.js/scss/base16/harmonic16-dark.scss
index 7f194a0..497ad03 100644
--- a/node_modules/highlight.js/scss/base16/harmonic16-dark.scss
+++ b/node_modules/highlight.js/scss/base16/harmonic16-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Harmonic16 Dark
Author: Jannik Siebert (https://github.com/janniks)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme harmonic16-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #0b1c2c Default Background
-base01 #223b54 Lighter Background (Used for status bars, line number and folding marks)
-base02 #405c79 Selection Background
-base03 #627e99 Comments, Invisibles, Line Highlighting
-base04 #aabcce Dark Foreground (Used for status bars)
-base05 #cbd6e2 Default Foreground, Caret, Delimiters, Operators
-base06 #e5ebf1 Light Foreground (Not often used)
-base07 #f7f9fb Light Background (Not often used)
-base08 #bf8b56 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #bfbf56 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #8bbf56 Classes, Markup Bold, Search Text Background
-base0B #56bf8b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #568bbf Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8b56bf Functions, Methods, Attribute IDs, Headings
-base0E #bf568b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bf5656 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cbd6e2;
- background: #0b1c2c
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #405c79;
- color: #cbd6e2
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #627e99 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #627e99
-}
-/* base04 - #aabcce - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #aabcce
-}
-/* base05 - #cbd6e2 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cbd6e2
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #bf8b56
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #bfbf56
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #8bbf56
-}
-.hljs-strong {
- font-weight: bold;
- color: #8bbf56
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #56bf8b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #568bbf
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8b56bf
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #bf568b
-}
-.hljs-emphasis {
- color: #bf568b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bf5656
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cbd6e2;background:#0b1c2c}.hljs ::selection,.hljs::selection{background-color:#405c79;color:#cbd6e2}.hljs-comment{color:#627e99}.hljs-tag{color:#aabcce}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cbd6e2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bf8b56}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bfbf56}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8bbf56}.hljs-strong{font-weight:700;color:#8bbf56}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#56bf8b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#568bbf}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8b56bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bf568b}.hljs-emphasis{color:#bf568b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bf5656}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/harmonic16-light.scss b/node_modules/highlight.js/scss/base16/harmonic16-light.scss
index 71bd4b6..72ab06a 100644
--- a/node_modules/highlight.js/scss/base16/harmonic16-light.scss
+++ b/node_modules/highlight.js/scss/base16/harmonic16-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Harmonic16 Light
Author: Jannik Siebert (https://github.com/janniks)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme harmonic16-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f7f9fb Default Background
-base01 #e5ebf1 Lighter Background (Used for status bars, line number and folding marks)
-base02 #cbd6e2 Selection Background
-base03 #aabcce Comments, Invisibles, Line Highlighting
-base04 #627e99 Dark Foreground (Used for status bars)
-base05 #405c79 Default Foreground, Caret, Delimiters, Operators
-base06 #223b54 Light Foreground (Not often used)
-base07 #0b1c2c Light Background (Not often used)
-base08 #bf8b56 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #bfbf56 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #8bbf56 Classes, Markup Bold, Search Text Background
-base0B #56bf8b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #568bbf Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8b56bf Functions, Methods, Attribute IDs, Headings
-base0E #bf568b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bf5656 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #405c79;
- background: #f7f9fb
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #cbd6e2;
- color: #405c79
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #aabcce - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #aabcce
-}
-/* base04 - #627e99 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #627e99
-}
-/* base05 - #405c79 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #405c79
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #bf8b56
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #bfbf56
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #8bbf56
-}
-.hljs-strong {
- font-weight: bold;
- color: #8bbf56
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #56bf8b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #568bbf
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8b56bf
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #bf568b
-}
-.hljs-emphasis {
- color: #bf568b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bf5656
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#405c79;background:#f7f9fb}.hljs ::selection,.hljs::selection{background-color:#cbd6e2;color:#405c79}.hljs-comment{color:#aabcce}.hljs-tag{color:#627e99}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#405c79}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bf8b56}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bfbf56}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8bbf56}.hljs-strong{font-weight:700;color:#8bbf56}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#56bf8b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#568bbf}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8b56bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bf568b}.hljs-emphasis{color:#bf568b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bf5656}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/heetch-dark.scss b/node_modules/highlight.js/scss/base16/heetch-dark.scss
index 628c66f..66cb473 100644
--- a/node_modules/highlight.js/scss/base16/heetch-dark.scss
+++ b/node_modules/highlight.js/scss/base16/heetch-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Heetch Dark
Author: Geoffrey Teale (tealeg@gmail.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme heetch-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #190134 Default Background
-base01 #392551 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5A496E Selection Background
-base03 #7B6D8B Comments, Invisibles, Line Highlighting
-base04 #9C92A8 Dark Foreground (Used for status bars)
-base05 #BDB6C5 Default Foreground, Caret, Delimiters, Operators
-base06 #DEDAE2 Light Foreground (Not often used)
-base07 #FEFFFF Light Background (Not often used)
-base08 #27D9D5 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #5BA2B6 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #8F6C97 Classes, Markup Bold, Search Text Background
-base0B #C33678 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #F80059 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #BD0152 Functions, Methods, Attribute IDs, Headings
-base0E #82034C Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #470546 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #BDB6C5;
- background: #190134
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5A496E;
- color: #BDB6C5
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7B6D8B - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7B6D8B
-}
-/* base04 - #9C92A8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9C92A8
-}
-/* base05 - #BDB6C5 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #BDB6C5
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #27D9D5
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #5BA2B6
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #8F6C97
-}
-.hljs-strong {
- font-weight: bold;
- color: #8F6C97
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #C33678
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #F80059
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #BD0152
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #82034C
-}
-.hljs-emphasis {
- color: #82034C;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #470546
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#bdb6c5;background:#190134}.hljs ::selection,.hljs::selection{background-color:#5a496e;color:#bdb6c5}.hljs-comment{color:#7b6d8b}.hljs-tag{color:#9c92a8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#bdb6c5}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#27d9d5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#5ba2b6}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8f6c97}.hljs-strong{font-weight:700;color:#8f6c97}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c33678}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#f80059}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#bd0152}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#82034c}.hljs-emphasis{color:#82034c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#470546}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/heetch-light.scss b/node_modules/highlight.js/scss/base16/heetch-light.scss
index b41d5e9..576538f 100644
--- a/node_modules/highlight.js/scss/base16/heetch-light.scss
+++ b/node_modules/highlight.js/scss/base16/heetch-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Heetch Light
Author: Geoffrey Teale (tealeg@gmail.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme heetch-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #feffff Default Background
-base01 #392551 Lighter Background (Used for status bars, line number and folding marks)
-base02 #7b6d8b Selection Background
-base03 #9c92a8 Comments, Invisibles, Line Highlighting
-base04 #ddd6e5 Dark Foreground (Used for status bars)
-base05 #5a496e Default Foreground, Caret, Delimiters, Operators
-base06 #470546 Light Foreground (Not often used)
-base07 #190134 Light Background (Not often used)
-base08 #27d9d5 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #bdb6c5 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #5ba2b6 Classes, Markup Bold, Search Text Background
-base0B #f80059 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #c33678 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #47f9f5 Functions, Methods, Attribute IDs, Headings
-base0E #bd0152 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #dedae2 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5a496e;
- background: #feffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #7b6d8b;
- color: #5a496e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #9c92a8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #9c92a8
-}
-/* base04 - #ddd6e5 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #ddd6e5
-}
-/* base05 - #5a496e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5a496e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #27d9d5
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #bdb6c5
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #5ba2b6
-}
-.hljs-strong {
- font-weight: bold;
- color: #5ba2b6
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #f80059
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #c33678
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #47f9f5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #bd0152
-}
-.hljs-emphasis {
- color: #bd0152;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #dedae2
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5a496e;background:#feffff}.hljs ::selection,.hljs::selection{background-color:#7b6d8b;color:#5a496e}.hljs-comment{color:#9c92a8}.hljs-tag{color:#ddd6e5}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5a496e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#27d9d5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bdb6c5}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#5ba2b6}.hljs-strong{font-weight:700;color:#5ba2b6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f80059}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#c33678}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#47f9f5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bd0152}.hljs-emphasis{color:#bd0152;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#dedae2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/helios.scss b/node_modules/highlight.js/scss/base16/helios.scss
index 572dc41..fe2574a 100644
--- a/node_modules/highlight.js/scss/base16/helios.scss
+++ b/node_modules/highlight.js/scss/base16/helios.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Helios
Author: Alex Meyer (https://github.com/reyemxela)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme helios
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1d2021 Default Background
-base01 #383c3e Lighter Background (Used for status bars, line number and folding marks)
-base02 #53585b Selection Background
-base03 #6f7579 Comments, Invisibles, Line Highlighting
-base04 #cdcdcd Dark Foreground (Used for status bars)
-base05 #d5d5d5 Default Foreground, Caret, Delimiters, Operators
-base06 #dddddd Light Foreground (Not often used)
-base07 #e5e5e5 Light Background (Not often used)
-base08 #d72638 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #eb8413 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f19d1a Classes, Markup Bold, Search Text Background
-base0B #88b92d Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1ba595 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #1e8bac Functions, Methods, Attribute IDs, Headings
-base0E #be4264 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c85e0d Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d5d5d5;
- background: #1d2021
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #53585b;
- color: #d5d5d5
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6f7579 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6f7579
-}
-/* base04 - #cdcdcd - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #cdcdcd
-}
-/* base05 - #d5d5d5 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d5d5d5
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d72638
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #eb8413
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f19d1a
-}
-.hljs-strong {
- font-weight: bold;
- color: #f19d1a
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #88b92d
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1ba595
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #1e8bac
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #be4264
-}
-.hljs-emphasis {
- color: #be4264;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c85e0d
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5d5d5;background:#1d2021}.hljs ::selection,.hljs::selection{background-color:#53585b;color:#d5d5d5}.hljs-comment{color:#6f7579}.hljs-tag{color:#cdcdcd}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d5d5d5}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d72638}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eb8413}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f19d1a}.hljs-strong{font-weight:700;color:#f19d1a}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#88b92d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1ba595}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#1e8bac}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#be4264}.hljs-emphasis{color:#be4264;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c85e0d}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/hopscotch.scss b/node_modules/highlight.js/scss/base16/hopscotch.scss
index 6742d89..908ae4c 100644
--- a/node_modules/highlight.js/scss/base16/hopscotch.scss
+++ b/node_modules/highlight.js/scss/base16/hopscotch.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Hopscotch
Author: Jan T. Sott
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme hopscotch
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #322931 Default Background
-base01 #433b42 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5c545b Selection Background
-base03 #797379 Comments, Invisibles, Line Highlighting
-base04 #989498 Dark Foreground (Used for status bars)
-base05 #b9b5b8 Default Foreground, Caret, Delimiters, Operators
-base06 #d5d3d5 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #dd464c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fd8b19 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fdcc59 Classes, Markup Bold, Search Text Background
-base0B #8fc13e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #149b93 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #1290bf Functions, Methods, Attribute IDs, Headings
-base0E #c85e7c Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b33508 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b9b5b8;
- background: #322931
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5c545b;
- color: #b9b5b8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #797379 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #797379
-}
-/* base04 - #989498 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #989498
-}
-/* base05 - #b9b5b8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b9b5b8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #dd464c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fd8b19
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fdcc59
-}
-.hljs-strong {
- font-weight: bold;
- color: #fdcc59
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8fc13e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #149b93
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #1290bf
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #c85e7c
-}
-.hljs-emphasis {
- color: #c85e7c;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b33508
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b9b5b8;background:#322931}.hljs ::selection,.hljs::selection{background-color:#5c545b;color:#b9b5b8}.hljs-comment{color:#797379}.hljs-tag{color:#989498}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b9b5b8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dd464c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd8b19}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fdcc59}.hljs-strong{font-weight:700;color:#fdcc59}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8fc13e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#149b93}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#1290bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c85e7c}.hljs-emphasis{color:#c85e7c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b33508}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/horizon-dark.scss b/node_modules/highlight.js/scss/base16/horizon-dark.scss
index c4c77f7..a6fad3e 100644
--- a/node_modules/highlight.js/scss/base16/horizon-dark.scss
+++ b/node_modules/highlight.js/scss/base16/horizon-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Horizon Dark
Author: Michaël Ball (http://github.com/michael-ball/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme horizon-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1C1E26 Default Background
-base01 #232530 Lighter Background (Used for status bars, line number and folding marks)
-base02 #2E303E Selection Background
-base03 #6F6F70 Comments, Invisibles, Line Highlighting
-base04 #9DA0A2 Dark Foreground (Used for status bars)
-base05 #CBCED0 Default Foreground, Caret, Delimiters, Operators
-base06 #DCDFE4 Light Foreground (Not often used)
-base07 #E3E6EE Light Background (Not often used)
-base08 #E93C58 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #E58D7D Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #EFB993 Classes, Markup Bold, Search Text Background
-base0B #EFAF8E Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #24A8B4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #DF5273 Functions, Methods, Attribute IDs, Headings
-base0E #B072D1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #E4A382 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #CBCED0;
- background: #1C1E26
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #2E303E;
- color: #CBCED0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6F6F70 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6F6F70
-}
-/* base04 - #9DA0A2 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9DA0A2
-}
-/* base05 - #CBCED0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #CBCED0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #E93C58
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #E58D7D
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #EFB993
-}
-.hljs-strong {
- font-weight: bold;
- color: #EFB993
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #EFAF8E
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #24A8B4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #DF5273
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #B072D1
-}
-.hljs-emphasis {
- color: #B072D1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #E4A382
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cbced0;background:#1c1e26}.hljs ::selection,.hljs::selection{background-color:#2e303e;color:#cbced0}.hljs-comment{color:#6f6f70}.hljs-tag{color:#9da0a2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cbced0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e93c58}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e58d7d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#efb993}.hljs-strong{font-weight:700;color:#efb993}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#efaf8e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#24a8b4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#df5273}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b072d1}.hljs-emphasis{color:#b072d1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e4a382}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/horizon-light.scss b/node_modules/highlight.js/scss/base16/horizon-light.scss
index 91b6c4a..ae33a6e 100644
--- a/node_modules/highlight.js/scss/base16/horizon-light.scss
+++ b/node_modules/highlight.js/scss/base16/horizon-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Horizon Light
Author: Michaël Ball (http://github.com/michael-ball/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme horizon-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #FDF0ED Default Background
-base01 #FADAD1 Lighter Background (Used for status bars, line number and folding marks)
-base02 #F9CBBE Selection Background
-base03 #BDB3B1 Comments, Invisibles, Line Highlighting
-base04 #948C8A Dark Foreground (Used for status bars)
-base05 #403C3D Default Foreground, Caret, Delimiters, Operators
-base06 #302C2D Light Foreground (Not often used)
-base07 #201C1D Light Background (Not often used)
-base08 #E95678 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F9CEC3 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FADAD1 Classes, Markup Bold, Search Text Background
-base0B #29D398 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #59E1E3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #26BBD9 Functions, Methods, Attribute IDs, Headings
-base0E #EE64AC Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #F9CBBE Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #403C3D;
- background: #FDF0ED
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #F9CBBE;
- color: #403C3D
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #BDB3B1 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #BDB3B1
-}
-/* base04 - #948C8A - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #948C8A
-}
-/* base05 - #403C3D - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #403C3D
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #E95678
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F9CEC3
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FADAD1
-}
-.hljs-strong {
- font-weight: bold;
- color: #FADAD1
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #29D398
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #59E1E3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #26BBD9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #EE64AC
-}
-.hljs-emphasis {
- color: #EE64AC;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #F9CBBE
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#403c3d;background:#fdf0ed}.hljs ::selection,.hljs::selection{background-color:#f9cbbe;color:#403c3d}.hljs-comment{color:#bdb3b1}.hljs-tag{color:#948c8a}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#403c3d}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e95678}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f9cec3}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fadad1}.hljs-strong{font-weight:700;color:#fadad1}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#29d398}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#59e1e3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#26bbd9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ee64ac}.hljs-emphasis{color:#ee64ac;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f9cbbe}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/humanoid-dark.scss b/node_modules/highlight.js/scss/base16/humanoid-dark.scss
index 6fc6bcf..a87c147 100644
--- a/node_modules/highlight.js/scss/base16/humanoid-dark.scss
+++ b/node_modules/highlight.js/scss/base16/humanoid-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Humanoid dark
Author: Thomas (tasmo) Friese
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme humanoid-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #232629 Default Background
-base01 #333b3d Lighter Background (Used for status bars, line number and folding marks)
-base02 #484e54 Selection Background
-base03 #60615d Comments, Invisibles, Line Highlighting
-base04 #c0c0bd Dark Foreground (Used for status bars)
-base05 #f8f8f2 Default Foreground, Caret, Delimiters, Operators
-base06 #fcfcf6 Light Foreground (Not often used)
-base07 #fcfcfc Light Background (Not often used)
-base08 #f11235 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff9505 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffb627 Classes, Markup Bold, Search Text Background
-base0B #02d849 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #0dd9d6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #00a6fb Functions, Methods, Attribute IDs, Headings
-base0E #f15ee3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b27701 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #f8f8f2;
- background: #232629
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #484e54;
- color: #f8f8f2
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #60615d - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #60615d
-}
-/* base04 - #c0c0bd - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #c0c0bd
-}
-/* base05 - #f8f8f2 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #f8f8f2
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f11235
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff9505
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffb627
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffb627
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #02d849
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #0dd9d6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #00a6fb
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #f15ee3
-}
-.hljs-emphasis {
- color: #f15ee3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b27701
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#f8f8f2;background:#232629}.hljs ::selection,.hljs::selection{background-color:#484e54;color:#f8f8f2}.hljs-comment{color:#60615d}.hljs-tag{color:#c0c0bd}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#f8f8f2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f11235}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff9505}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffb627}.hljs-strong{font-weight:700;color:#ffb627}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#02d849}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0dd9d6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#00a6fb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#f15ee3}.hljs-emphasis{color:#f15ee3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b27701}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/humanoid-light.scss b/node_modules/highlight.js/scss/base16/humanoid-light.scss
index c702d22..4e3b7ca 100644
--- a/node_modules/highlight.js/scss/base16/humanoid-light.scss
+++ b/node_modules/highlight.js/scss/base16/humanoid-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Humanoid light
Author: Thomas (tasmo) Friese
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme humanoid-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f8f8f2 Default Background
-base01 #efefe9 Lighter Background (Used for status bars, line number and folding marks)
-base02 #deded8 Selection Background
-base03 #c0c0bd Comments, Invisibles, Line Highlighting
-base04 #60615d Dark Foreground (Used for status bars)
-base05 #232629 Default Foreground, Caret, Delimiters, Operators
-base06 #2f3337 Light Foreground (Not often used)
-base07 #070708 Light Background (Not often used)
-base08 #b0151a Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff3d00 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffb627 Classes, Markup Bold, Search Text Background
-base0B #388e3c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #008e8e Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0082c9 Functions, Methods, Attribute IDs, Headings
-base0E #700f98 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b27701 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #232629;
- background: #f8f8f2
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #deded8;
- color: #232629
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #c0c0bd - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #c0c0bd
-}
-/* base04 - #60615d - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #60615d
-}
-/* base05 - #232629 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #232629
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b0151a
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff3d00
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffb627
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffb627
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #388e3c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #008e8e
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0082c9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #700f98
-}
-.hljs-emphasis {
- color: #700f98;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b27701
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#232629;background:#f8f8f2}.hljs ::selection,.hljs::selection{background-color:#deded8;color:#232629}.hljs-comment{color:#c0c0bd}.hljs-tag{color:#60615d}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#232629}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b0151a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff3d00}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffb627}.hljs-strong{font-weight:700;color:#ffb627}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#388e3c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#008e8e}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0082c9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#700f98}.hljs-emphasis{color:#700f98;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b27701}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/ia-dark.scss b/node_modules/highlight.js/scss/base16/ia-dark.scss
index 77014c2..b80fad4 100644
--- a/node_modules/highlight.js/scss/base16/ia-dark.scss
+++ b/node_modules/highlight.js/scss/base16/ia-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: iA Dark
Author: iA Inc. (modified by aramisgithub)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ia-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1a1a1a Default Background
-base01 #222222 Lighter Background (Used for status bars, line number and folding marks)
-base02 #1d414d Selection Background
-base03 #767676 Comments, Invisibles, Line Highlighting
-base04 #b8b8b8 Dark Foreground (Used for status bars)
-base05 #cccccc Default Foreground, Caret, Delimiters, Operators
-base06 #e8e8e8 Light Foreground (Not often used)
-base07 #f8f8f8 Light Background (Not often used)
-base08 #d88568 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d86868 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b99353 Classes, Markup Bold, Search Text Background
-base0B #83a471 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #7c9cae Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8eccdd Functions, Methods, Attribute IDs, Headings
-base0E #b98eb2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8b6c37 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cccccc;
- background: #1a1a1a
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #1d414d;
- color: #cccccc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #767676 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #767676
-}
-/* base04 - #b8b8b8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b8b8b8
-}
-/* base05 - #cccccc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cccccc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d88568
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d86868
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b99353
-}
-.hljs-strong {
- font-weight: bold;
- color: #b99353
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #83a471
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #7c9cae
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8eccdd
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b98eb2
-}
-.hljs-emphasis {
- color: #b98eb2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8b6c37
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#1a1a1a}.hljs ::selection,.hljs::selection{background-color:#1d414d;color:#ccc}.hljs-comment{color:#767676}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d88568}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d86868}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b99353}.hljs-strong{font-weight:700;color:#b99353}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#83a471}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#7c9cae}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8eccdd}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b98eb2}.hljs-emphasis{color:#b98eb2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8b6c37}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/ia-light.scss b/node_modules/highlight.js/scss/base16/ia-light.scss
index d39fff4..8a33ab7 100644
--- a/node_modules/highlight.js/scss/base16/ia-light.scss
+++ b/node_modules/highlight.js/scss/base16/ia-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: iA Light
Author: iA Inc. (modified by aramisgithub)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ia-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f6f6f6 Default Background
-base01 #dedede Lighter Background (Used for status bars, line number and folding marks)
-base02 #bde5f2 Selection Background
-base03 #898989 Comments, Invisibles, Line Highlighting
-base04 #767676 Dark Foreground (Used for status bars)
-base05 #181818 Default Foreground, Caret, Delimiters, Operators
-base06 #e8e8e8 Light Foreground (Not often used)
-base07 #f8f8f8 Light Background (Not often used)
-base08 #9c5a02 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #c43e18 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c48218 Classes, Markup Bold, Search Text Background
-base0B #38781c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #2d6bb1 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #48bac2 Functions, Methods, Attribute IDs, Headings
-base0E #a94598 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8b6c37 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #181818;
- background: #f6f6f6
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #bde5f2;
- color: #181818
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #898989 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #898989
-}
-/* base04 - #767676 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #767676
-}
-/* base05 - #181818 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #181818
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #9c5a02
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #c43e18
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c48218
-}
-.hljs-strong {
- font-weight: bold;
- color: #c48218
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #38781c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #2d6bb1
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #48bac2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a94598
-}
-.hljs-emphasis {
- color: #a94598;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8b6c37
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#181818;background:#f6f6f6}.hljs ::selection,.hljs::selection{background-color:#bde5f2;color:#181818}.hljs-comment{color:#898989}.hljs-tag{color:#767676}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#181818}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#9c5a02}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c43e18}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c48218}.hljs-strong{font-weight:700;color:#c48218}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#38781c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2d6bb1}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#48bac2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a94598}.hljs-emphasis{color:#a94598;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8b6c37}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/icy-dark.scss b/node_modules/highlight.js/scss/base16/icy-dark.scss
index 491cfd4..25cf077 100644
--- a/node_modules/highlight.js/scss/base16/icy-dark.scss
+++ b/node_modules/highlight.js/scss/base16/icy-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Icy Dark
Author: icyphox (https://icyphox.ga)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme icy-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #021012 Default Background
-base01 #031619 Lighter Background (Used for status bars, line number and folding marks)
-base02 #041f23 Selection Background
-base03 #052e34 Comments, Invisibles, Line Highlighting
-base04 #064048 Dark Foreground (Used for status bars)
-base05 #095b67 Default Foreground, Caret, Delimiters, Operators
-base06 #0c7c8c Light Foreground (Not often used)
-base07 #109cb0 Light Background (Not often used)
-base08 #16c1d9 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b3ebf2 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #80deea Classes, Markup Bold, Search Text Background
-base0B #4dd0e1 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #26c6da Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #00bcd4 Functions, Methods, Attribute IDs, Headings
-base0E #00acc1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #0097a7 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #095b67;
- background: #021012
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #041f23;
- color: #095b67
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #052e34 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #052e34
-}
-/* base04 - #064048 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #064048
-}
-/* base05 - #095b67 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #095b67
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #16c1d9
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b3ebf2
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #80deea
-}
-.hljs-strong {
- font-weight: bold;
- color: #80deea
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #4dd0e1
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #26c6da
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #00bcd4
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #00acc1
-}
-.hljs-emphasis {
- color: #00acc1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #0097a7
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#095b67;background:#021012}.hljs ::selection,.hljs::selection{background-color:#041f23;color:#095b67}.hljs-comment{color:#052e34}.hljs-tag{color:#064048}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#095b67}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#16c1d9}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b3ebf2}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#80deea}.hljs-strong{font-weight:700;color:#80deea}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4dd0e1}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#26c6da}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#00bcd4}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#00acc1}.hljs-emphasis{color:#00acc1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#0097a7}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/ir-black.scss b/node_modules/highlight.js/scss/base16/ir-black.scss
index 65653e5..54afa45 100644
--- a/node_modules/highlight.js/scss/base16/ir-black.scss
+++ b/node_modules/highlight.js/scss/base16/ir-black.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: IR Black
Author: Timothée Poisot (http://timotheepoisot.fr)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ir-black
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #242422 Lighter Background (Used for status bars, line number and folding marks)
-base02 #484844 Selection Background
-base03 #6c6c66 Comments, Invisibles, Line Highlighting
-base04 #918f88 Dark Foreground (Used for status bars)
-base05 #b5b3aa Default Foreground, Caret, Delimiters, Operators
-base06 #d9d7cc Light Foreground (Not often used)
-base07 #fdfbee Light Background (Not often used)
-base08 #ff6c60 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #e9c062 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffffb6 Classes, Markup Bold, Search Text Background
-base0B #a8ff60 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #c6c5fe Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #96cbfe Functions, Methods, Attribute IDs, Headings
-base0E #ff73fd Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b18a3d Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b5b3aa;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #484844;
- color: #b5b3aa
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6c6c66 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6c6c66
-}
-/* base04 - #918f88 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #918f88
-}
-/* base05 - #b5b3aa - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b5b3aa
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff6c60
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #e9c062
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffffb6
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffffb6
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a8ff60
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #c6c5fe
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #96cbfe
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ff73fd
-}
-.hljs-emphasis {
- color: #ff73fd;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b18a3d
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b5b3aa;background:#000}.hljs ::selection,.hljs::selection{background-color:#484844;color:#b5b3aa}.hljs-comment{color:#6c6c66}.hljs-tag{color:#918f88}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b5b3aa}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff6c60}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e9c062}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffffb6}.hljs-strong{font-weight:700;color:#ffffb6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a8ff60}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#c6c5fe}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#96cbfe}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ff73fd}.hljs-emphasis{color:#ff73fd;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b18a3d}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/isotope.scss b/node_modules/highlight.js/scss/base16/isotope.scss
index 0bad052..ef27862 100644
--- a/node_modules/highlight.js/scss/base16/isotope.scss
+++ b/node_modules/highlight.js/scss/base16/isotope.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Isotope
Author: Jan T. Sott
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme isotope
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #404040 Lighter Background (Used for status bars, line number and folding marks)
-base02 #606060 Selection Background
-base03 #808080 Comments, Invisibles, Line Highlighting
-base04 #c0c0c0 Dark Foreground (Used for status bars)
-base05 #d0d0d0 Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #ff0000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff9900 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ff0099 Classes, Markup Bold, Search Text Background
-base0B #33ff00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00ffff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0066ff Functions, Methods, Attribute IDs, Headings
-base0E #cc00ff Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #3300ff Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d0d0d0;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #606060;
- color: #d0d0d0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #808080 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #808080
-}
-/* base04 - #c0c0c0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #c0c0c0
-}
-/* base05 - #d0d0d0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d0d0d0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff0000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff9900
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ff0099
-}
-.hljs-strong {
- font-weight: bold;
- color: #ff0099
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #33ff00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00ffff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0066ff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #cc00ff
-}
-.hljs-emphasis {
- color: #cc00ff;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #3300ff
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#000}.hljs ::selection,.hljs::selection{background-color:#606060;color:#d0d0d0}.hljs-comment{color:grey}.hljs-tag{color:silver}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:red}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f90}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f09}.hljs-strong{font-weight:700;color:#f09}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#3f0}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0ff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#06f}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c0f}.hljs-emphasis{color:#c0f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#30f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/kimber.scss b/node_modules/highlight.js/scss/base16/kimber.scss
index 9a8d97d..f2c29f4 100644
--- a/node_modules/highlight.js/scss/base16/kimber.scss
+++ b/node_modules/highlight.js/scss/base16/kimber.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Kimber
Author: Mishka Nguyen (https://github.com/akhsiM)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme kimber
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #222222 Default Background
-base01 #313131 Lighter Background (Used for status bars, line number and folding marks)
-base02 #555D55 Selection Background
-base03 #644646 Comments, Invisibles, Line Highlighting
-base04 #5A5A5A Dark Foreground (Used for status bars)
-base05 #DEDEE7 Default Foreground, Caret, Delimiters, Operators
-base06 #C3C3B4 Light Foreground (Not often used)
-base07 #FFFFE6 Light Background (Not often used)
-base08 #C88C8C Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #476C88 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #D8B56D Classes, Markup Bold, Search Text Background
-base0B #99C899 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #78B4B4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #537C9C Functions, Methods, Attribute IDs, Headings
-base0E #86CACD Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #704F4F Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #DEDEE7;
- background: #222222
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #555D55;
- color: #DEDEE7
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #644646 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #644646
-}
-/* base04 - #5A5A5A - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5A5A5A
-}
-/* base05 - #DEDEE7 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #DEDEE7
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #C88C8C
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #476C88
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #D8B56D
-}
-.hljs-strong {
- font-weight: bold;
- color: #D8B56D
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #99C899
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #78B4B4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #537C9C
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #86CACD
-}
-.hljs-emphasis {
- color: #86CACD;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #704F4F
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dedee7;background:#222}.hljs ::selection,.hljs::selection{background-color:#555d55;color:#dedee7}.hljs-comment{color:#644646}.hljs-tag{color:#5a5a5a}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dedee7}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c88c8c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#476c88}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#d8b56d}.hljs-strong{font-weight:700;color:#d8b56d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#99c899}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#78b4b4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#537c9c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#86cacd}.hljs-emphasis{color:#86cacd;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#704f4f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/london-tube.scss b/node_modules/highlight.js/scss/base16/london-tube.scss
index 2b285b2..613ed64 100644
--- a/node_modules/highlight.js/scss/base16/london-tube.scss
+++ b/node_modules/highlight.js/scss/base16/london-tube.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: London Tube
Author: Jan T. Sott
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme london-tube
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #231f20 Default Background
-base01 #1c3f95 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5a5758 Selection Background
-base03 #737171 Comments, Invisibles, Line Highlighting
-base04 #959ca1 Dark Foreground (Used for status bars)
-base05 #d9d8d8 Default Foreground, Caret, Delimiters, Operators
-base06 #e7e7e8 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #ee2e24 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f386a1 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffd204 Classes, Markup Bold, Search Text Background
-base0B #00853e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #85cebc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #009ddc Functions, Methods, Attribute IDs, Headings
-base0E #98005d Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b06110 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d9d8d8;
- background: #231f20
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5a5758;
- color: #d9d8d8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #737171 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #737171
-}
-/* base04 - #959ca1 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #959ca1
-}
-/* base05 - #d9d8d8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d9d8d8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ee2e24
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f386a1
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffd204
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffd204
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00853e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #85cebc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #009ddc
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #98005d
-}
-.hljs-emphasis {
- color: #98005d;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b06110
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d9d8d8;background:#231f20}.hljs ::selection,.hljs::selection{background-color:#5a5758;color:#d9d8d8}.hljs-comment{color:#737171}.hljs-tag{color:#959ca1}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d9d8d8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ee2e24}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f386a1}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffd204}.hljs-strong{font-weight:700;color:#ffd204}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00853e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#85cebc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#009ddc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#98005d}.hljs-emphasis{color:#98005d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b06110}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/macintosh.scss b/node_modules/highlight.js/scss/base16/macintosh.scss
index 9895b7b..a947f9c 100644
--- a/node_modules/highlight.js/scss/base16/macintosh.scss
+++ b/node_modules/highlight.js/scss/base16/macintosh.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Macintosh
Author: Rebecca Bettencourt (http://www.kreativekorp.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme macintosh
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #404040 Lighter Background (Used for status bars, line number and folding marks)
-base02 #404040 Selection Background
-base03 #808080 Comments, Invisibles, Line Highlighting
-base04 #808080 Dark Foreground (Used for status bars)
-base05 #c0c0c0 Default Foreground, Caret, Delimiters, Operators
-base06 #c0c0c0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #dd0907 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff6403 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fbf305 Classes, Markup Bold, Search Text Background
-base0B #1fb714 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #02abea Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0000d3 Functions, Methods, Attribute IDs, Headings
-base0E #4700a5 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #90713a Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c0c0c0;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #404040;
- color: #c0c0c0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #808080 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #808080
-}
-/* base04 - #808080 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #808080
-}
-/* base05 - #c0c0c0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c0c0c0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #dd0907
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff6403
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fbf305
-}
-.hljs-strong {
- font-weight: bold;
- color: #fbf305
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #1fb714
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #02abea
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0000d3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #4700a5
-}
-.hljs-emphasis {
- color: #4700a5;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #90713a
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:silver;background:#000}.hljs ::selection,.hljs::selection{background-color:#404040;color:silver}.hljs-comment,.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:silver}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dd0907}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff6403}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fbf305}.hljs-strong{font-weight:700;color:#fbf305}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#1fb714}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#02abea}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0000d3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4700a5}.hljs-emphasis{color:#4700a5;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#90713a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/marrakesh.scss b/node_modules/highlight.js/scss/base16/marrakesh.scss
index 5f86b58..3940e22 100644
--- a/node_modules/highlight.js/scss/base16/marrakesh.scss
+++ b/node_modules/highlight.js/scss/base16/marrakesh.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Marrakesh
Author: Alexandre Gavioli (http://github.com/Alexx2/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme marrakesh
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #201602 Default Background
-base01 #302e00 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5f5b17 Selection Background
-base03 #6c6823 Comments, Invisibles, Line Highlighting
-base04 #86813b Dark Foreground (Used for status bars)
-base05 #948e48 Default Foreground, Caret, Delimiters, Operators
-base06 #ccc37a Light Foreground (Not often used)
-base07 #faf0a5 Light Background (Not often used)
-base08 #c35359 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b36144 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a88339 Classes, Markup Bold, Search Text Background
-base0B #18974e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #75a738 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #477ca1 Functions, Methods, Attribute IDs, Headings
-base0E #8868b3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b3588e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #948e48;
- background: #201602
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5f5b17;
- color: #948e48
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6c6823 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6c6823
-}
-/* base04 - #86813b - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #86813b
-}
-/* base05 - #948e48 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #948e48
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c35359
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b36144
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a88339
-}
-.hljs-strong {
- font-weight: bold;
- color: #a88339
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #18974e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #75a738
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #477ca1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8868b3
-}
-.hljs-emphasis {
- color: #8868b3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b3588e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#948e48;background:#201602}.hljs ::selection,.hljs::selection{background-color:#5f5b17;color:#948e48}.hljs-comment{color:#6c6823}.hljs-tag{color:#86813b}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#948e48}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c35359}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b36144}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a88339}.hljs-strong{font-weight:700;color:#a88339}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#18974e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#75a738}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#477ca1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8868b3}.hljs-emphasis{color:#8868b3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b3588e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/materia.scss b/node_modules/highlight.js/scss/base16/materia.scss
index 1a24854..ceb7c0c 100644
--- a/node_modules/highlight.js/scss/base16/materia.scss
+++ b/node_modules/highlight.js/scss/base16/materia.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Materia
Author: Defman21
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme materia
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #263238 Default Background
-base01 #2C393F Lighter Background (Used for status bars, line number and folding marks)
-base02 #37474F Selection Background
-base03 #707880 Comments, Invisibles, Line Highlighting
-base04 #C9CCD3 Dark Foreground (Used for status bars)
-base05 #CDD3DE Default Foreground, Caret, Delimiters, Operators
-base06 #D5DBE5 Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #EC5F67 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #EA9560 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FFCC00 Classes, Markup Bold, Search Text Background
-base0B #8BD649 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #80CBC4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #89DDFF Functions, Methods, Attribute IDs, Headings
-base0E #82AAFF Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #EC5F67 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #CDD3DE;
- background: #263238
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #37474F;
- color: #CDD3DE
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #707880 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #707880
-}
-/* base04 - #C9CCD3 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #C9CCD3
-}
-/* base05 - #CDD3DE - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #CDD3DE
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #EC5F67
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #EA9560
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FFCC00
-}
-.hljs-strong {
- font-weight: bold;
- color: #FFCC00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8BD649
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #80CBC4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #89DDFF
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #82AAFF
-}
-.hljs-emphasis {
- color: #82AAFF;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #EC5F67
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cdd3de;background:#263238}.hljs ::selection,.hljs::selection{background-color:#37474f;color:#cdd3de}.hljs-comment{color:#707880}.hljs-tag{color:#c9ccd3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cdd3de}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ec5f67}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ea9560}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fc0}.hljs-strong{font-weight:700;color:#fc0}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8bd649}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#80cbc4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#89ddff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#82aaff}.hljs-emphasis{color:#82aaff;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ec5f67}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/material-darker.scss b/node_modules/highlight.js/scss/base16/material-darker.scss
index 95c9063..8e32102 100644
--- a/node_modules/highlight.js/scss/base16/material-darker.scss
+++ b/node_modules/highlight.js/scss/base16/material-darker.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Material Darker
Author: Nate Peterson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme material-darker
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #212121 Default Background
-base01 #303030 Lighter Background (Used for status bars, line number and folding marks)
-base02 #353535 Selection Background
-base03 #4A4A4A Comments, Invisibles, Line Highlighting
-base04 #B2CCD6 Dark Foreground (Used for status bars)
-base05 #EEFFFF Default Foreground, Caret, Delimiters, Operators
-base06 #EEFFFF Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #F07178 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F78C6C Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FFCB6B Classes, Markup Bold, Search Text Background
-base0B #C3E88D Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #89DDFF Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #82AAFF Functions, Methods, Attribute IDs, Headings
-base0E #C792EA Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #FF5370 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #EEFFFF;
- background: #212121
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #353535;
- color: #EEFFFF
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #4A4A4A - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #4A4A4A
-}
-/* base04 - #B2CCD6 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #B2CCD6
-}
-/* base05 - #EEFFFF - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #EEFFFF
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #F07178
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F78C6C
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FFCB6B
-}
-.hljs-strong {
- font-weight: bold;
- color: #FFCB6B
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #C3E88D
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #89DDFF
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #82AAFF
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #C792EA
-}
-.hljs-emphasis {
- color: #C792EA;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #FF5370
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#eff;background:#212121}.hljs ::selection,.hljs::selection{background-color:#353535;color:#eff}.hljs-comment{color:#4a4a4a}.hljs-tag{color:#b2ccd6}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#eff}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f07178}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f78c6c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffcb6b}.hljs-strong{font-weight:700;color:#ffcb6b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c3e88d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#89ddff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#82aaff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c792ea}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff5370}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/material-lighter.scss b/node_modules/highlight.js/scss/base16/material-lighter.scss
index 548688c..bf84b5e 100644
--- a/node_modules/highlight.js/scss/base16/material-lighter.scss
+++ b/node_modules/highlight.js/scss/base16/material-lighter.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Material Lighter
Author: Nate Peterson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme material-lighter
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #FAFAFA Default Background
-base01 #E7EAEC Lighter Background (Used for status bars, line number and folding marks)
-base02 #CCEAE7 Selection Background
-base03 #CCD7DA Comments, Invisibles, Line Highlighting
-base04 #8796B0 Dark Foreground (Used for status bars)
-base05 #80CBC4 Default Foreground, Caret, Delimiters, Operators
-base06 #80CBC4 Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #FF5370 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F76D47 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FFB62C Classes, Markup Bold, Search Text Background
-base0B #91B859 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #39ADB5 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6182B8 Functions, Methods, Attribute IDs, Headings
-base0E #7C4DFF Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #E53935 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #80CBC4;
- background: #FAFAFA
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #CCEAE7;
- color: #80CBC4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #CCD7DA - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #CCD7DA
-}
-/* base04 - #8796B0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #8796B0
-}
-/* base05 - #80CBC4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #80CBC4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #FF5370
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F76D47
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FFB62C
-}
-.hljs-strong {
- font-weight: bold;
- color: #FFB62C
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #91B859
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #39ADB5
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6182B8
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #7C4DFF
-}
-.hljs-emphasis {
- color: #7C4DFF;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #E53935
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#80cbc4;background:#fafafa}.hljs ::selection,.hljs::selection{background-color:#cceae7;color:#80cbc4}.hljs-comment{color:#ccd7da}.hljs-tag{color:#8796b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#80cbc4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff5370}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f76d47}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffb62c}.hljs-strong{font-weight:700;color:#ffb62c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#91b859}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#39adb5}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6182b8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7c4dff}.hljs-emphasis{color:#7c4dff;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e53935}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/material-palenight.scss b/node_modules/highlight.js/scss/base16/material-palenight.scss
index 53177cb..901eb09 100644
--- a/node_modules/highlight.js/scss/base16/material-palenight.scss
+++ b/node_modules/highlight.js/scss/base16/material-palenight.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Material Palenight
Author: Nate Peterson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme material-palenight
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #292D3E Default Background
-base01 #444267 Lighter Background (Used for status bars, line number and folding marks)
-base02 #32374D Selection Background
-base03 #676E95 Comments, Invisibles, Line Highlighting
-base04 #8796B0 Dark Foreground (Used for status bars)
-base05 #959DCB Default Foreground, Caret, Delimiters, Operators
-base06 #959DCB Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #F07178 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F78C6C Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FFCB6B Classes, Markup Bold, Search Text Background
-base0B #C3E88D Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #89DDFF Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #82AAFF Functions, Methods, Attribute IDs, Headings
-base0E #C792EA Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #FF5370 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #959DCB;
- background: #292D3E
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #32374D;
- color: #959DCB
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #676E95 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #676E95
-}
-/* base04 - #8796B0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #8796B0
-}
-/* base05 - #959DCB - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #959DCB
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #F07178
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F78C6C
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FFCB6B
-}
-.hljs-strong {
- font-weight: bold;
- color: #FFCB6B
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #C3E88D
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #89DDFF
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #82AAFF
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #C792EA
-}
-.hljs-emphasis {
- color: #C792EA;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #FF5370
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#959dcb;background:#292d3e}.hljs ::selection,.hljs::selection{background-color:#32374d;color:#959dcb}.hljs-comment{color:#676e95}.hljs-tag{color:#8796b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#959dcb}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f07178}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f78c6c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffcb6b}.hljs-strong{font-weight:700;color:#ffcb6b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c3e88d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#89ddff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#82aaff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c792ea}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff5370}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/material-vivid.scss b/node_modules/highlight.js/scss/base16/material-vivid.scss
index 002917e..cadaf26 100644
--- a/node_modules/highlight.js/scss/base16/material-vivid.scss
+++ b/node_modules/highlight.js/scss/base16/material-vivid.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Material Vivid
Author: joshyrobot
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme material-vivid
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #202124 Default Background
-base01 #27292c Lighter Background (Used for status bars, line number and folding marks)
-base02 #323639 Selection Background
-base03 #44464d Comments, Invisibles, Line Highlighting
-base04 #676c71 Dark Foreground (Used for status bars)
-base05 #80868b Default Foreground, Caret, Delimiters, Operators
-base06 #9e9e9e Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #f44336 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff9800 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffeb3b Classes, Markup Bold, Search Text Background
-base0B #00e676 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00bcd4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #2196f3 Functions, Methods, Attribute IDs, Headings
-base0E #673ab7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8d6e63 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #80868b;
- background: #202124
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #323639;
- color: #80868b
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #44464d - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #44464d
-}
-/* base04 - #676c71 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #676c71
-}
-/* base05 - #80868b - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #80868b
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f44336
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff9800
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffeb3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffeb3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00e676
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00bcd4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #2196f3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #673ab7
-}
-.hljs-emphasis {
- color: #673ab7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8d6e63
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#80868b;background:#202124}.hljs ::selection,.hljs::selection{background-color:#323639;color:#80868b}.hljs-comment{color:#44464d}.hljs-tag{color:#676c71}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#80868b}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f44336}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff9800}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffeb3b}.hljs-strong{font-weight:700;color:#ffeb3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00e676}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00bcd4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#2196f3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#673ab7}.hljs-emphasis{color:#673ab7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8d6e63}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/material.scss b/node_modules/highlight.js/scss/base16/material.scss
index ae72cfc..90c3de9 100644
--- a/node_modules/highlight.js/scss/base16/material.scss
+++ b/node_modules/highlight.js/scss/base16/material.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Material
Author: Nate Peterson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme material
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #263238 Default Background
-base01 #2E3C43 Lighter Background (Used for status bars, line number and folding marks)
-base02 #314549 Selection Background
-base03 #546E7A Comments, Invisibles, Line Highlighting
-base04 #B2CCD6 Dark Foreground (Used for status bars)
-base05 #EEFFFF Default Foreground, Caret, Delimiters, Operators
-base06 #EEFFFF Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #F07178 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F78C6C Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FFCB6B Classes, Markup Bold, Search Text Background
-base0B #C3E88D Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #89DDFF Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #82AAFF Functions, Methods, Attribute IDs, Headings
-base0E #C792EA Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #FF5370 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #EEFFFF;
- background: #263238
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #314549;
- color: #EEFFFF
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #546E7A - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #546E7A
-}
-/* base04 - #B2CCD6 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #B2CCD6
-}
-/* base05 - #EEFFFF - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #EEFFFF
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #F07178
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F78C6C
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FFCB6B
-}
-.hljs-strong {
- font-weight: bold;
- color: #FFCB6B
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #C3E88D
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #89DDFF
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #82AAFF
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #C792EA
-}
-.hljs-emphasis {
- color: #C792EA;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #FF5370
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#eff;background:#263238}.hljs ::selection,.hljs::selection{background-color:#314549;color:#eff}.hljs-comment{color:#546e7a}.hljs-tag{color:#b2ccd6}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#eff}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f07178}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f78c6c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffcb6b}.hljs-strong{font-weight:700;color:#ffcb6b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c3e88d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#89ddff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#82aaff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c792ea}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff5370}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/mellow-purple.scss b/node_modules/highlight.js/scss/base16/mellow-purple.scss
index 41f3706..be9fd92 100644
--- a/node_modules/highlight.js/scss/base16/mellow-purple.scss
+++ b/node_modules/highlight.js/scss/base16/mellow-purple.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Mellow Purple
Author: gidsi
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme mellow-purple
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1e0528 Default Background
-base01 #1A092D Lighter Background (Used for status bars, line number and folding marks)
-base02 #331354 Selection Background
-base03 #320f55 Comments, Invisibles, Line Highlighting
-base04 #873582 Dark Foreground (Used for status bars)
-base05 #ffeeff Default Foreground, Caret, Delimiters, Operators
-base06 #ffeeff Light Foreground (Not often used)
-base07 #f8c0ff Light Background (Not often used)
-base08 #00d9e9 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aa00a3 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #955ae7 Classes, Markup Bold, Search Text Background
-base0B #05cb0d Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #b900b1 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #550068 Functions, Methods, Attribute IDs, Headings
-base0E #8991bb Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #4d6fff Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #ffeeff;
- background: #1e0528
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #331354;
- color: #ffeeff
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #320f55 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #320f55
-}
-/* base04 - #873582 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #873582
-}
-/* base05 - #ffeeff - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #ffeeff
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #00d9e9
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aa00a3
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #955ae7
-}
-.hljs-strong {
- font-weight: bold;
- color: #955ae7
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #05cb0d
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #b900b1
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #550068
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8991bb
-}
-.hljs-emphasis {
- color: #8991bb;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #4d6fff
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#fef;background:#1e0528}.hljs ::selection,.hljs::selection{background-color:#331354;color:#fef}.hljs-comment{color:#320f55}.hljs-tag{color:#873582}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#fef}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#00d9e9}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aa00a3}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#955ae7}.hljs-strong{font-weight:700;color:#955ae7}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#05cb0d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#b900b1}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#550068}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8991bb}.hljs-emphasis{color:#8991bb;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#4d6fff}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/mexico-light.scss b/node_modules/highlight.js/scss/base16/mexico-light.scss
index 8560231..13747e5 100644
--- a/node_modules/highlight.js/scss/base16/mexico-light.scss
+++ b/node_modules/highlight.js/scss/base16/mexico-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Mexico Light
Author: Sheldon Johnson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme mexico-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f8f8f8 Default Background
-base01 #e8e8e8 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d8d8d8 Selection Background
-base03 #b8b8b8 Comments, Invisibles, Line Highlighting
-base04 #585858 Dark Foreground (Used for status bars)
-base05 #383838 Default Foreground, Caret, Delimiters, Operators
-base06 #282828 Light Foreground (Not often used)
-base07 #181818 Light Background (Not often used)
-base08 #ab4642 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #dc9656 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f79a0e Classes, Markup Bold, Search Text Background
-base0B #538947 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #4b8093 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7cafc2 Functions, Methods, Attribute IDs, Headings
-base0E #96609e Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a16946 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #383838;
- background: #f8f8f8
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d8d8d8;
- color: #383838
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #b8b8b8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #b8b8b8
-}
-/* base04 - #585858 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #585858
-}
-/* base05 - #383838 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #383838
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ab4642
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #dc9656
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f79a0e
-}
-.hljs-strong {
- font-weight: bold;
- color: #f79a0e
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #538947
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #4b8093
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7cafc2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #96609e
-}
-.hljs-emphasis {
- color: #96609e;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a16946
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383838;background:#f8f8f8}.hljs ::selection,.hljs::selection{background-color:#d8d8d8;color:#383838}.hljs-comment{color:#b8b8b8}.hljs-tag{color:#585858}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#383838}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ab4642}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dc9656}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f79a0e}.hljs-strong{font-weight:700;color:#f79a0e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#538947}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#4b8093}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cafc2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#96609e}.hljs-emphasis{color:#96609e;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a16946}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/mocha.scss b/node_modules/highlight.js/scss/base16/mocha.scss
index 908f3bb..bc1f3bf 100644
--- a/node_modules/highlight.js/scss/base16/mocha.scss
+++ b/node_modules/highlight.js/scss/base16/mocha.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Mocha
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme mocha
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #3B3228 Default Background
-base01 #534636 Lighter Background (Used for status bars, line number and folding marks)
-base02 #645240 Selection Background
-base03 #7e705a Comments, Invisibles, Line Highlighting
-base04 #b8afad Dark Foreground (Used for status bars)
-base05 #d0c8c6 Default Foreground, Caret, Delimiters, Operators
-base06 #e9e1dd Light Foreground (Not often used)
-base07 #f5eeeb Light Background (Not often used)
-base08 #cb6077 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d28b71 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f4bc87 Classes, Markup Bold, Search Text Background
-base0B #beb55b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #7bbda4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8ab3b5 Functions, Methods, Attribute IDs, Headings
-base0E #a89bb9 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bb9584 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d0c8c6;
- background: #3B3228
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #645240;
- color: #d0c8c6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7e705a - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7e705a
-}
-/* base04 - #b8afad - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b8afad
-}
-/* base05 - #d0c8c6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d0c8c6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #cb6077
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d28b71
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f4bc87
-}
-.hljs-strong {
- font-weight: bold;
- color: #f4bc87
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #beb55b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #7bbda4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8ab3b5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a89bb9
-}
-.hljs-emphasis {
- color: #a89bb9;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bb9584
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0c8c6;background:#3b3228}.hljs ::selection,.hljs::selection{background-color:#645240;color:#d0c8c6}.hljs-comment{color:#7e705a}.hljs-tag{color:#b8afad}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0c8c6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cb6077}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28b71}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bc87}.hljs-strong{font-weight:700;color:#f4bc87}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#beb55b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#7bbda4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8ab3b5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a89bb9}.hljs-emphasis{color:#a89bb9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bb9584}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/monokai.scss b/node_modules/highlight.js/scss/base16/monokai.scss
index 097ce34..8aacf00 100644
--- a/node_modules/highlight.js/scss/base16/monokai.scss
+++ b/node_modules/highlight.js/scss/base16/monokai.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Monokai
Author: Wimer Hazenberg (http://www.monokai.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme monokai
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #272822 Default Background
-base01 #383830 Lighter Background (Used for status bars, line number and folding marks)
-base02 #49483e Selection Background
-base03 #75715e Comments, Invisibles, Line Highlighting
-base04 #a59f85 Dark Foreground (Used for status bars)
-base05 #f8f8f2 Default Foreground, Caret, Delimiters, Operators
-base06 #f5f4f1 Light Foreground (Not often used)
-base07 #f9f8f5 Light Background (Not often used)
-base08 #f92672 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fd971f Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f4bf75 Classes, Markup Bold, Search Text Background
-base0B #a6e22e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #a1efe4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #66d9ef Functions, Methods, Attribute IDs, Headings
-base0E #ae81ff Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #cc6633 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #f8f8f2;
- background: #272822
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #49483e;
- color: #f8f8f2
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #75715e - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #75715e
-}
-/* base04 - #a59f85 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a59f85
-}
-/* base05 - #f8f8f2 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #f8f8f2
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f92672
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fd971f
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f4bf75
-}
-.hljs-strong {
- font-weight: bold;
- color: #f4bf75
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a6e22e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #a1efe4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #66d9ef
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ae81ff
-}
-.hljs-emphasis {
- color: #ae81ff;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #cc6633
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#f8f8f2;background:#272822}.hljs ::selection,.hljs::selection{background-color:#49483e;color:#f8f8f2}.hljs-comment{color:#75715e}.hljs-tag{color:#a59f85}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#f8f8f2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f92672}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd971f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bf75}.hljs-strong{font-weight:700;color:#f4bf75}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a6e22e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#a1efe4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#66d9ef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ae81ff}.hljs-emphasis{color:#ae81ff;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c63}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/nebula.scss b/node_modules/highlight.js/scss/base16/nebula.scss
index eb04d2b..17de036 100644
--- a/node_modules/highlight.js/scss/base16/nebula.scss
+++ b/node_modules/highlight.js/scss/base16/nebula.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Nebula
Author: Gabriel Fontes (https://github.com/Misterio77)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme nebula
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #22273b Default Background
-base01 #414f60 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5a8380 Selection Background
-base03 #6e6f72 Comments, Invisibles, Line Highlighting
-base04 #87888b Dark Foreground (Used for status bars)
-base05 #a4a6a9 Default Foreground, Caret, Delimiters, Operators
-base06 #c7c9cd Light Foreground (Not often used)
-base07 #8dbdaa Light Background (Not often used)
-base08 #777abc Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #94929e Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #4f9062 Classes, Markup Bold, Search Text Background
-base0B #6562a8 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #226f68 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #4d6bb6 Functions, Methods, Attribute IDs, Headings
-base0E #716cae Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8c70a7 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a4a6a9;
- background: #22273b
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5a8380;
- color: #a4a6a9
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6e6f72 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6e6f72
-}
-/* base04 - #87888b - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #87888b
-}
-/* base05 - #a4a6a9 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a4a6a9
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #777abc
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #94929e
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #4f9062
-}
-.hljs-strong {
- font-weight: bold;
- color: #4f9062
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #6562a8
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #226f68
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #4d6bb6
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #716cae
-}
-.hljs-emphasis {
- color: #716cae;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8c70a7
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a4a6a9;background:#22273b}.hljs ::selection,.hljs::selection{background-color:#5a8380;color:#a4a6a9}.hljs-comment{color:#6e6f72}.hljs-tag{color:#87888b}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a4a6a9}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#777abc}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#94929e}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#4f9062}.hljs-strong{font-weight:700;color:#4f9062}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6562a8}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#226f68}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4d6bb6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#716cae}.hljs-emphasis{color:#716cae;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8c70a7}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/nord.scss b/node_modules/highlight.js/scss/base16/nord.scss
index 6227706..508ae85 100644
--- a/node_modules/highlight.js/scss/base16/nord.scss
+++ b/node_modules/highlight.js/scss/base16/nord.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Nord
Author: arcticicestudio
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme nord
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2E3440 Default Background
-base01 #3B4252 Lighter Background (Used for status bars, line number and folding marks)
-base02 #434C5E Selection Background
-base03 #4C566A Comments, Invisibles, Line Highlighting
-base04 #D8DEE9 Dark Foreground (Used for status bars)
-base05 #E5E9F0 Default Foreground, Caret, Delimiters, Operators
-base06 #ECEFF4 Light Foreground (Not often used)
-base07 #8FBCBB Light Background (Not often used)
-base08 #BF616A Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #D08770 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #EBCB8B Classes, Markup Bold, Search Text Background
-base0B #A3BE8C Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #88C0D0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #81A1C1 Functions, Methods, Attribute IDs, Headings
-base0E #B48EAD Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #5E81AC Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #E5E9F0;
- background: #2E3440
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #434C5E;
- color: #E5E9F0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #4C566A - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #4C566A
-}
-/* base04 - #D8DEE9 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #D8DEE9
-}
-/* base05 - #E5E9F0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #E5E9F0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #BF616A
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #D08770
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #EBCB8B
-}
-.hljs-strong {
- font-weight: bold;
- color: #EBCB8B
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #A3BE8C
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #88C0D0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #81A1C1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #B48EAD
-}
-.hljs-emphasis {
- color: #B48EAD;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #5E81AC
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e5e9f0;background:#2e3440}.hljs ::selection,.hljs::selection{background-color:#434c5e;color:#e5e9f0}.hljs-comment{color:#4c566a}.hljs-tag{color:#d8dee9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e5e9f0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bf616a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d08770}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ebcb8b}.hljs-strong{font-weight:700;color:#ebcb8b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a3be8c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#88c0d0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#81a1c1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b48ead}.hljs-emphasis{color:#b48ead;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5e81ac}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/nova.scss b/node_modules/highlight.js/scss/base16/nova.scss
index 3343e9f..5b9a408 100644
--- a/node_modules/highlight.js/scss/base16/nova.scss
+++ b/node_modules/highlight.js/scss/base16/nova.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Nova
Author: George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme nova
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #3C4C55 Default Background
-base01 #556873 Lighter Background (Used for status bars, line number and folding marks)
-base02 #6A7D89 Selection Background
-base03 #899BA6 Comments, Invisibles, Line Highlighting
-base04 #899BA6 Dark Foreground (Used for status bars)
-base05 #C5D4DD Default Foreground, Caret, Delimiters, Operators
-base06 #899BA6 Light Foreground (Not often used)
-base07 #556873 Light Background (Not often used)
-base08 #83AFE5 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #7FC1CA Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #A8CE93 Classes, Markup Bold, Search Text Background
-base0B #7FC1CA Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #F2C38F Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83AFE5 Functions, Methods, Attribute IDs, Headings
-base0E #9A93E1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #F2C38F Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #C5D4DD;
- background: #3C4C55
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #6A7D89;
- color: #C5D4DD
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #899BA6 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #899BA6
-}
-/* base04 - #899BA6 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #899BA6
-}
-/* base05 - #C5D4DD - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #C5D4DD
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #83AFE5
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #7FC1CA
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #A8CE93
-}
-.hljs-strong {
- font-weight: bold;
- color: #A8CE93
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7FC1CA
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #F2C38F
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83AFE5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9A93E1
-}
-.hljs-emphasis {
- color: #9A93E1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #F2C38F
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c5d4dd;background:#3c4c55}.hljs ::selection,.hljs::selection{background-color:#6a7d89;color:#c5d4dd}.hljs-comment,.hljs-tag{color:#899ba6}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c5d4dd}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#83afe5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#7fc1ca}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a8ce93}.hljs-strong{font-weight:700;color:#a8ce93}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7fc1ca}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#f2c38f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83afe5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9a93e1}.hljs-emphasis{color:#9a93e1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f2c38f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/ocean.scss b/node_modules/highlight.js/scss/base16/ocean.scss
index 5ed9f6c..9127e53 100644
--- a/node_modules/highlight.js/scss/base16/ocean.scss
+++ b/node_modules/highlight.js/scss/base16/ocean.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Ocean
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ocean
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2b303b Default Background
-base01 #343d46 Lighter Background (Used for status bars, line number and folding marks)
-base02 #4f5b66 Selection Background
-base03 #65737e Comments, Invisibles, Line Highlighting
-base04 #a7adba Dark Foreground (Used for status bars)
-base05 #c0c5ce Default Foreground, Caret, Delimiters, Operators
-base06 #dfe1e8 Light Foreground (Not often used)
-base07 #eff1f5 Light Background (Not often used)
-base08 #bf616a Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d08770 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ebcb8b Classes, Markup Bold, Search Text Background
-base0B #a3be8c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #96b5b4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8fa1b3 Functions, Methods, Attribute IDs, Headings
-base0E #b48ead Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #ab7967 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c0c5ce;
- background: #2b303b
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4f5b66;
- color: #c0c5ce
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #65737e - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #65737e
-}
-/* base04 - #a7adba - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a7adba
-}
-/* base05 - #c0c5ce - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c0c5ce
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #bf616a
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d08770
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ebcb8b
-}
-.hljs-strong {
- font-weight: bold;
- color: #ebcb8b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a3be8c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #96b5b4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8fa1b3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b48ead
-}
-.hljs-emphasis {
- color: #b48ead;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #ab7967
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c0c5ce;background:#2b303b}.hljs ::selection,.hljs::selection{background-color:#4f5b66;color:#c0c5ce}.hljs-comment{color:#65737e}.hljs-tag{color:#a7adba}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c0c5ce}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bf616a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d08770}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ebcb8b}.hljs-strong{font-weight:700;color:#ebcb8b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a3be8c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#96b5b4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8fa1b3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b48ead}.hljs-emphasis{color:#b48ead;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ab7967}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/oceanicnext.scss b/node_modules/highlight.js/scss/base16/oceanicnext.scss
index a2f8214..627c14b 100644
--- a/node_modules/highlight.js/scss/base16/oceanicnext.scss
+++ b/node_modules/highlight.js/scss/base16/oceanicnext.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: OceanicNext
Author: https://github.com/voronianski/oceanic-next-color-scheme
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme oceanicnext
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1B2B34 Default Background
-base01 #343D46 Lighter Background (Used for status bars, line number and folding marks)
-base02 #4F5B66 Selection Background
-base03 #65737E Comments, Invisibles, Line Highlighting
-base04 #A7ADBA Dark Foreground (Used for status bars)
-base05 #C0C5CE Default Foreground, Caret, Delimiters, Operators
-base06 #CDD3DE Light Foreground (Not often used)
-base07 #D8DEE9 Light Background (Not often used)
-base08 #EC5f67 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F99157 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FAC863 Classes, Markup Bold, Search Text Background
-base0B #99C794 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5FB3B3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6699CC Functions, Methods, Attribute IDs, Headings
-base0E #C594C5 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #AB7967 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #C0C5CE;
- background: #1B2B34
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4F5B66;
- color: #C0C5CE
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #65737E - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #65737E
-}
-/* base04 - #A7ADBA - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #A7ADBA
-}
-/* base05 - #C0C5CE - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #C0C5CE
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #EC5f67
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F99157
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FAC863
-}
-.hljs-strong {
- font-weight: bold;
- color: #FAC863
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #99C794
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5FB3B3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6699CC
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #C594C5
-}
-.hljs-emphasis {
- color: #C594C5;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #AB7967
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c0c5ce;background:#1b2b34}.hljs ::selection,.hljs::selection{background-color:#4f5b66;color:#c0c5ce}.hljs-comment{color:#65737e}.hljs-tag{color:#a7adba}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c0c5ce}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ec5f67}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99157}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fac863}.hljs-strong{font-weight:700;color:#fac863}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#99c794}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5fb3b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#69c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c594c5}.hljs-emphasis{color:#c594c5;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ab7967}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/one-light.scss b/node_modules/highlight.js/scss/base16/one-light.scss
index a7241d0..63f57cb 100644
--- a/node_modules/highlight.js/scss/base16/one-light.scss
+++ b/node_modules/highlight.js/scss/base16/one-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: One Light
Author: Daniel Pfeifer (http://github.com/purpleKarrot)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme one-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fafafa Default Background
-base01 #f0f0f1 Lighter Background (Used for status bars, line number and folding marks)
-base02 #e5e5e6 Selection Background
-base03 #a0a1a7 Comments, Invisibles, Line Highlighting
-base04 #696c77 Dark Foreground (Used for status bars)
-base05 #383a42 Default Foreground, Caret, Delimiters, Operators
-base06 #202227 Light Foreground (Not often used)
-base07 #090a0b Light Background (Not often used)
-base08 #ca1243 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d75f00 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c18401 Classes, Markup Bold, Search Text Background
-base0B #50a14f Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #0184bc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #4078f2 Functions, Methods, Attribute IDs, Headings
-base0E #a626a4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #986801 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #383a42;
- background: #fafafa
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #e5e5e6;
- color: #383a42
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #a0a1a7 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #a0a1a7
-}
-/* base04 - #696c77 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #696c77
-}
-/* base05 - #383a42 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #383a42
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ca1243
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d75f00
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c18401
-}
-.hljs-strong {
- font-weight: bold;
- color: #c18401
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #50a14f
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #0184bc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #4078f2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a626a4
-}
-.hljs-emphasis {
- color: #a626a4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #986801
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs ::selection,.hljs::selection{background-color:#e5e5e6;color:#383a42}.hljs-comment{color:#a0a1a7}.hljs-tag{color:#696c77}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#383a42}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca1243}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d75f00}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c18401}.hljs-strong{font-weight:700;color:#c18401}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#50a14f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0184bc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4078f2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a626a4}.hljs-emphasis{color:#a626a4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#986801}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/onedark.scss b/node_modules/highlight.js/scss/base16/onedark.scss
index 58a8a16..1b8c6b7 100644
--- a/node_modules/highlight.js/scss/base16/onedark.scss
+++ b/node_modules/highlight.js/scss/base16/onedark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: OneDark
Author: Lalit Magant (http://github.com/tilal6991)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme onedark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282c34 Default Background
-base01 #353b45 Lighter Background (Used for status bars, line number and folding marks)
-base02 #3e4451 Selection Background
-base03 #545862 Comments, Invisibles, Line Highlighting
-base04 #565c64 Dark Foreground (Used for status bars)
-base05 #abb2bf Default Foreground, Caret, Delimiters, Operators
-base06 #b6bdca Light Foreground (Not often used)
-base07 #c8ccd4 Light Background (Not often used)
-base08 #e06c75 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d19a66 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #e5c07b Classes, Markup Bold, Search Text Background
-base0B #98c379 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #56b6c2 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #61afef Functions, Methods, Attribute IDs, Headings
-base0E #c678dd Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #be5046 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #abb2bf;
- background: #282c34
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #3e4451;
- color: #abb2bf
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #545862 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #545862
-}
-/* base04 - #565c64 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #565c64
-}
-/* base05 - #abb2bf - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #abb2bf
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e06c75
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d19a66
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #e5c07b
-}
-.hljs-strong {
- font-weight: bold;
- color: #e5c07b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #98c379
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #56b6c2
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #61afef
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #c678dd
-}
-.hljs-emphasis {
- color: #c678dd;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #be5046
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs ::selection,.hljs::selection{background-color:#3e4451;color:#abb2bf}.hljs-comment{color:#545862}.hljs-tag{color:#565c64}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#abb2bf}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e06c75}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d19a66}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e5c07b}.hljs-strong{font-weight:700;color:#e5c07b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#98c379}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#56b6c2}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#61afef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c678dd}.hljs-emphasis{color:#c678dd;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#be5046}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/outrun-dark.scss b/node_modules/highlight.js/scss/base16/outrun-dark.scss
index ab941ef..22995a1 100644
--- a/node_modules/highlight.js/scss/base16/outrun-dark.scss
+++ b/node_modules/highlight.js/scss/base16/outrun-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Outrun Dark
Author: Hugo Delahousse (http://github.com/hugodelahousse/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme outrun-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #00002A Default Background
-base01 #20204A Lighter Background (Used for status bars, line number and folding marks)
-base02 #30305A Selection Background
-base03 #50507A Comments, Invisibles, Line Highlighting
-base04 #B0B0DA Dark Foreground (Used for status bars)
-base05 #D0D0FA Default Foreground, Caret, Delimiters, Operators
-base06 #E0E0FF Light Foreground (Not often used)
-base07 #F5F5FF Light Background (Not often used)
-base08 #FF4242 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #FC8D28 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #F3E877 Classes, Markup Bold, Search Text Background
-base0B #59F176 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #0EF0F0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #66B0FF Functions, Methods, Attribute IDs, Headings
-base0E #F10596 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #F003EF Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #D0D0FA;
- background: #00002A
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #30305A;
- color: #D0D0FA
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #50507A - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #50507A
-}
-/* base04 - #B0B0DA - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #B0B0DA
-}
-/* base05 - #D0D0FA - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #D0D0FA
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #FF4242
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #FC8D28
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #F3E877
-}
-.hljs-strong {
- font-weight: bold;
- color: #F3E877
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #59F176
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #0EF0F0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #66B0FF
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #F10596
-}
-.hljs-emphasis {
- color: #F10596;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #F003EF
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0fa;background:#00002a}.hljs ::selection,.hljs::selection{background-color:#30305a;color:#d0d0fa}.hljs-comment{color:#50507a}.hljs-tag{color:#b0b0da}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0fa}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff4242}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fc8d28}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f3e877}.hljs-strong{font-weight:700;color:#f3e877}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#59f176}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0ef0f0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#66b0ff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#f10596}.hljs-emphasis{color:#f10596;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f003ef}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/papercolor-dark.scss b/node_modules/highlight.js/scss/base16/papercolor-dark.scss
index 3b84413..c35d7c7 100644
--- a/node_modules/highlight.js/scss/base16/papercolor-dark.scss
+++ b/node_modules/highlight.js/scss/base16/papercolor-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: PaperColor Dark
Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme papercolor-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1c1c1c Default Background
-base01 #af005f Lighter Background (Used for status bars, line number and folding marks)
-base02 #5faf00 Selection Background
-base03 #d7af5f Comments, Invisibles, Line Highlighting
-base04 #5fafd7 Dark Foreground (Used for status bars)
-base05 #808080 Default Foreground, Caret, Delimiters, Operators
-base06 #d7875f Light Foreground (Not often used)
-base07 #d0d0d0 Light Background (Not often used)
-base08 #585858 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #5faf5f Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #afd700 Classes, Markup Bold, Search Text Background
-base0B #af87d7 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #ffaf00 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #ff5faf Functions, Methods, Attribute IDs, Headings
-base0E #00afaf Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #5f8787 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #808080;
- background: #1c1c1c
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5faf00;
- color: #808080
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #d7af5f - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #d7af5f
-}
-/* base04 - #5fafd7 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5fafd7
-}
-/* base05 - #808080 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #808080
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #585858
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #5faf5f
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #afd700
-}
-.hljs-strong {
- font-weight: bold;
- color: #afd700
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #af87d7
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #ffaf00
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #ff5faf
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #00afaf
-}
-.hljs-emphasis {
- color: #00afaf;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #5f8787
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:grey;background:#1c1c1c}.hljs ::selection,.hljs::selection{background-color:#5faf00;color:grey}.hljs-comment{color:#d7af5f}.hljs-tag{color:#5fafd7}.hljs-operator,.hljs-punctuation,.hljs-subst{color:grey}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#585858}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#5faf5f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#afd700}.hljs-strong{font-weight:700;color:#afd700}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#af87d7}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#ffaf00}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#ff5faf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#00afaf}.hljs-emphasis{color:#00afaf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5f8787}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/papercolor-light.scss b/node_modules/highlight.js/scss/base16/papercolor-light.scss
index 6fe0125..e23b616 100644
--- a/node_modules/highlight.js/scss/base16/papercolor-light.scss
+++ b/node_modules/highlight.js/scss/base16/papercolor-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: PaperColor Light
Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme papercolor-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #eeeeee Default Background
-base01 #af0000 Lighter Background (Used for status bars, line number and folding marks)
-base02 #008700 Selection Background
-base03 #5f8700 Comments, Invisibles, Line Highlighting
-base04 #0087af Dark Foreground (Used for status bars)
-base05 #444444 Default Foreground, Caret, Delimiters, Operators
-base06 #005f87 Light Foreground (Not often used)
-base07 #878787 Light Background (Not often used)
-base08 #bcbcbc Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d70000 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #d70087 Classes, Markup Bold, Search Text Background
-base0B #8700af Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #d75f00 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #d75f00 Functions, Methods, Attribute IDs, Headings
-base0E #005faf Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #005f87 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #444444;
- background: #eeeeee
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #008700;
- color: #444444
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5f8700 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5f8700
-}
-/* base04 - #0087af - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #0087af
-}
-/* base05 - #444444 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #444444
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #bcbcbc
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d70000
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #d70087
-}
-.hljs-strong {
- font-weight: bold;
- color: #d70087
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8700af
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #d75f00
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #d75f00
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #005faf
-}
-.hljs-emphasis {
- color: #005faf;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #005f87
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#444;background:#eee}.hljs ::selection,.hljs::selection{background-color:#008700;color:#444}.hljs-comment{color:#5f8700}.hljs-tag{color:#0087af}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#444}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bcbcbc}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d70000}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#d70087}.hljs-strong{font-weight:700;color:#d70087}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8700af}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#d75f00}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#005faf}.hljs-emphasis{color:#005faf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#005f87}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/paraiso.scss b/node_modules/highlight.js/scss/base16/paraiso.scss
index 962104e..135fcd2 100644
--- a/node_modules/highlight.js/scss/base16/paraiso.scss
+++ b/node_modules/highlight.js/scss/base16/paraiso.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Paraiso
Author: Jan T. Sott
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme paraiso
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2f1e2e Default Background
-base01 #41323f Lighter Background (Used for status bars, line number and folding marks)
-base02 #4f424c Selection Background
-base03 #776e71 Comments, Invisibles, Line Highlighting
-base04 #8d8687 Dark Foreground (Used for status bars)
-base05 #a39e9b Default Foreground, Caret, Delimiters, Operators
-base06 #b9b6b0 Light Foreground (Not often used)
-base07 #e7e9db Light Background (Not often used)
-base08 #ef6155 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f99b15 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fec418 Classes, Markup Bold, Search Text Background
-base0B #48b685 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5bc4bf Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #06b6ef Functions, Methods, Attribute IDs, Headings
-base0E #815ba4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e96ba8 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a39e9b;
- background: #2f1e2e
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4f424c;
- color: #a39e9b
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #776e71 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #776e71
-}
-/* base04 - #8d8687 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #8d8687
-}
-/* base05 - #a39e9b - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a39e9b
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ef6155
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f99b15
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fec418
-}
-.hljs-strong {
- font-weight: bold;
- color: #fec418
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #48b685
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5bc4bf
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #06b6ef
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #815ba4
-}
-.hljs-emphasis {
- color: #815ba4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e96ba8
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a39e9b;background:#2f1e2e}.hljs ::selection,.hljs::selection{background-color:#4f424c;color:#a39e9b}.hljs-comment{color:#776e71}.hljs-tag{color:#8d8687}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a39e9b}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ef6155}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99b15}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fec418}.hljs-strong{font-weight:700;color:#fec418}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#48b685}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5bc4bf}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#06b6ef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#815ba4}.hljs-emphasis{color:#815ba4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e96ba8}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/pasque.scss b/node_modules/highlight.js/scss/base16/pasque.scss
index 92f5c18..e4c2672 100644
--- a/node_modules/highlight.js/scss/base16/pasque.scss
+++ b/node_modules/highlight.js/scss/base16/pasque.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Pasque
Author: Gabriel Fontes (https://github.com/Misterio77)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme pasque
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #271C3A Default Background
-base01 #100323 Lighter Background (Used for status bars, line number and folding marks)
-base02 #3E2D5C Selection Background
-base03 #5D5766 Comments, Invisibles, Line Highlighting
-base04 #BEBCBF Dark Foreground (Used for status bars)
-base05 #DEDCDF Default Foreground, Caret, Delimiters, Operators
-base06 #EDEAEF Light Foreground (Not often used)
-base07 #BBAADD Light Background (Not often used)
-base08 #A92258 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #918889 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #804ead Classes, Markup Bold, Search Text Background
-base0B #C6914B Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #7263AA Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8E7DC6 Functions, Methods, Attribute IDs, Headings
-base0E #953B9D Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #59325C Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #DEDCDF;
- background: #271C3A
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #3E2D5C;
- color: #DEDCDF
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5D5766 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5D5766
-}
-/* base04 - #BEBCBF - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #BEBCBF
-}
-/* base05 - #DEDCDF - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #DEDCDF
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #A92258
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #918889
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #804ead
-}
-.hljs-strong {
- font-weight: bold;
- color: #804ead
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #C6914B
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #7263AA
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8E7DC6
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #953B9D
-}
-.hljs-emphasis {
- color: #953B9D;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #59325C
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dedcdf;background:#271c3a}.hljs ::selection,.hljs::selection{background-color:#3e2d5c;color:#dedcdf}.hljs-comment{color:#5d5766}.hljs-tag{color:#bebcbf}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dedcdf}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#a92258}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#918889}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#804ead}.hljs-strong{font-weight:700;color:#804ead}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c6914b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#7263aa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8e7dc6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#953b9d}.hljs-emphasis{color:#953b9d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#59325c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/phd.scss b/node_modules/highlight.js/scss/base16/phd.scss
index 4bcdde9..b5f9fea 100644
--- a/node_modules/highlight.js/scss/base16/phd.scss
+++ b/node_modules/highlight.js/scss/base16/phd.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: PhD
Author: Hennig Hasemann (http://leetless.de/vim.html)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme phd
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #061229 Default Background
-base01 #2a3448 Lighter Background (Used for status bars, line number and folding marks)
-base02 #4d5666 Selection Background
-base03 #717885 Comments, Invisibles, Line Highlighting
-base04 #9a99a3 Dark Foreground (Used for status bars)
-base05 #b8bbc2 Default Foreground, Caret, Delimiters, Operators
-base06 #dbdde0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #d07346 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f0a000 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fbd461 Classes, Markup Bold, Search Text Background
-base0B #99bf52 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #72b9bf Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #5299bf Functions, Methods, Attribute IDs, Headings
-base0E #9989cc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b08060 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b8bbc2;
- background: #061229
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4d5666;
- color: #b8bbc2
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #717885 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #717885
-}
-/* base04 - #9a99a3 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9a99a3
-}
-/* base05 - #b8bbc2 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b8bbc2
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d07346
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f0a000
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fbd461
-}
-.hljs-strong {
- font-weight: bold;
- color: #fbd461
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #99bf52
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #72b9bf
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #5299bf
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9989cc
-}
-.hljs-emphasis {
- color: #9989cc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b08060
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b8bbc2;background:#061229}.hljs ::selection,.hljs::selection{background-color:#4d5666;color:#b8bbc2}.hljs-comment{color:#717885}.hljs-tag{color:#9a99a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b8bbc2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d07346}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f0a000}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fbd461}.hljs-strong{font-weight:700;color:#fbd461}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#99bf52}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#72b9bf}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5299bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9989cc}.hljs-emphasis{color:#9989cc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b08060}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/pico.scss b/node_modules/highlight.js/scss/base16/pico.scss
index 42aec9d..3765998 100644
--- a/node_modules/highlight.js/scss/base16/pico.scss
+++ b/node_modules/highlight.js/scss/base16/pico.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Pico
Author: PICO-8 (http://www.lexaloffle.com/pico-8.php)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme pico
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #1d2b53 Lighter Background (Used for status bars, line number and folding marks)
-base02 #7e2553 Selection Background
-base03 #008751 Comments, Invisibles, Line Highlighting
-base04 #ab5236 Dark Foreground (Used for status bars)
-base05 #5f574f Default Foreground, Caret, Delimiters, Operators
-base06 #c2c3c7 Light Foreground (Not often used)
-base07 #fff1e8 Light Background (Not often used)
-base08 #ff004d Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ffa300 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fff024 Classes, Markup Bold, Search Text Background
-base0B #00e756 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #29adff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83769c Functions, Methods, Attribute IDs, Headings
-base0E #ff77a8 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #ffccaa Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5f574f;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #7e2553;
- color: #5f574f
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #008751 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #008751
-}
-/* base04 - #ab5236 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #ab5236
-}
-/* base05 - #5f574f - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5f574f
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff004d
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ffa300
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fff024
-}
-.hljs-strong {
- font-weight: bold;
- color: #fff024
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00e756
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #29adff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83769c
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ff77a8
-}
-.hljs-emphasis {
- color: #ff77a8;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #ffccaa
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5f574f;background:#000}.hljs ::selection,.hljs::selection{background-color:#7e2553;color:#5f574f}.hljs-comment{color:#008751}.hljs-tag{color:#ab5236}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5f574f}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff004d}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ffa300}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fff024}.hljs-strong{font-weight:700;color:#fff024}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00e756}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#29adff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83769c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ff77a8}.hljs-emphasis{color:#ff77a8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#fca}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/pop.scss b/node_modules/highlight.js/scss/base16/pop.scss
index d8b2cb7..22b488a 100644
--- a/node_modules/highlight.js/scss/base16/pop.scss
+++ b/node_modules/highlight.js/scss/base16/pop.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Pop
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme pop
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #202020 Lighter Background (Used for status bars, line number and folding marks)
-base02 #303030 Selection Background
-base03 #505050 Comments, Invisibles, Line Highlighting
-base04 #b0b0b0 Dark Foreground (Used for status bars)
-base05 #d0d0d0 Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #eb008a Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f29333 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f8ca12 Classes, Markup Bold, Search Text Background
-base0B #37b349 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00aabb Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0e5a94 Functions, Methods, Attribute IDs, Headings
-base0E #b31e8d Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #7a2d00 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d0d0d0;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #303030;
- color: #d0d0d0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #505050 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #505050
-}
-/* base04 - #b0b0b0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b0b0b0
-}
-/* base05 - #d0d0d0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d0d0d0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #eb008a
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f29333
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f8ca12
-}
-.hljs-strong {
- font-weight: bold;
- color: #f8ca12
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #37b349
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00aabb
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0e5a94
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b31e8d
-}
-.hljs-emphasis {
- color: #b31e8d;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #7a2d00
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#000}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#eb008a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f29333}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f8ca12}.hljs-strong{font-weight:700;color:#f8ca12}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#37b349}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0ab}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0e5a94}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b31e8d}.hljs-emphasis{color:#b31e8d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#7a2d00}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/porple.scss b/node_modules/highlight.js/scss/base16/porple.scss
index 59d319c..77aac4c 100644
--- a/node_modules/highlight.js/scss/base16/porple.scss
+++ b/node_modules/highlight.js/scss/base16/porple.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Porple
Author: Niek den Breeje (https://github.com/AuditeMarlow)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme porple
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #292c36 Default Background
-base01 #333344 Lighter Background (Used for status bars, line number and folding marks)
-base02 #474160 Selection Background
-base03 #65568a Comments, Invisibles, Line Highlighting
-base04 #b8b8b8 Dark Foreground (Used for status bars)
-base05 #d8d8d8 Default Foreground, Caret, Delimiters, Operators
-base06 #e8e8e8 Light Foreground (Not often used)
-base07 #f8f8f8 Light Background (Not often used)
-base08 #f84547 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d28e5d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #efa16b Classes, Markup Bold, Search Text Background
-base0B #95c76f Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #64878f Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8485ce Functions, Methods, Attribute IDs, Headings
-base0E #b74989 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #986841 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d8d8d8;
- background: #292c36
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #474160;
- color: #d8d8d8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #65568a - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #65568a
-}
-/* base04 - #b8b8b8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b8b8b8
-}
-/* base05 - #d8d8d8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d8d8d8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f84547
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d28e5d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #efa16b
-}
-.hljs-strong {
- font-weight: bold;
- color: #efa16b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #95c76f
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #64878f
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8485ce
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b74989
-}
-.hljs-emphasis {
- color: #b74989;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #986841
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d8d8d8;background:#292c36}.hljs ::selection,.hljs::selection{background-color:#474160;color:#d8d8d8}.hljs-comment{color:#65568a}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d8d8d8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f84547}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28e5d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#efa16b}.hljs-strong{font-weight:700;color:#efa16b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#95c76f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#64878f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8485ce}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b74989}.hljs-emphasis{color:#b74989;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#986841}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/qualia.scss b/node_modules/highlight.js/scss/base16/qualia.scss
index f518a3e..6b333ba 100644
--- a/node_modules/highlight.js/scss/base16/qualia.scss
+++ b/node_modules/highlight.js/scss/base16/qualia.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Qualia
Author: isaacwhanson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme qualia
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #101010 Default Background
-base01 #454545 Lighter Background (Used for status bars, line number and folding marks)
-base02 #454545 Selection Background
-base03 #454545 Comments, Invisibles, Line Highlighting
-base04 #808080 Dark Foreground (Used for status bars)
-base05 #C0C0C0 Default Foreground, Caret, Delimiters, Operators
-base06 #C0C0C0 Light Foreground (Not often used)
-base07 #454545 Light Background (Not often used)
-base08 #EFA6A2 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #A3B8EF Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #E6A3DC Classes, Markup Bold, Search Text Background
-base0B #80C990 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #C8C874 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #50CACD Functions, Methods, Attribute IDs, Headings
-base0E #E0AF85 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #808080 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #C0C0C0;
- background: #101010
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #454545;
- color: #C0C0C0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #454545 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #454545
-}
-/* base04 - #808080 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #808080
-}
-/* base05 - #C0C0C0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #C0C0C0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #EFA6A2
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #A3B8EF
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #E6A3DC
-}
-.hljs-strong {
- font-weight: bold;
- color: #E6A3DC
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #80C990
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #C8C874
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #50CACD
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #E0AF85
-}
-.hljs-emphasis {
- color: #E0AF85;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #808080
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:silver;background:#101010}.hljs ::selection,.hljs::selection{background-color:#454545;color:silver}.hljs-comment{color:#454545}.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:silver}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#efa6a2}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a3b8ef}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e6a3dc}.hljs-strong{font-weight:700;color:#e6a3dc}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#80c990}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#c8c874}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#50cacd}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#e0af85}.hljs-emphasis{color:#e0af85;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:grey}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/railscasts.scss b/node_modules/highlight.js/scss/base16/railscasts.scss
index 00c7c61..835bace 100644
--- a/node_modules/highlight.js/scss/base16/railscasts.scss
+++ b/node_modules/highlight.js/scss/base16/railscasts.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Railscasts
Author: Ryan Bates (http://railscasts.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme railscasts
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2b2b2b Default Background
-base01 #272935 Lighter Background (Used for status bars, line number and folding marks)
-base02 #3a4055 Selection Background
-base03 #5a647e Comments, Invisibles, Line Highlighting
-base04 #d4cfc9 Dark Foreground (Used for status bars)
-base05 #e6e1dc Default Foreground, Caret, Delimiters, Operators
-base06 #f4f1ed Light Foreground (Not often used)
-base07 #f9f7f3 Light Background (Not often used)
-base08 #da4939 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #cc7833 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffc66d Classes, Markup Bold, Search Text Background
-base0B #a5c261 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #519f50 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6d9cbe Functions, Methods, Attribute IDs, Headings
-base0E #b6b3eb Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bc9458 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e6e1dc;
- background: #2b2b2b
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #3a4055;
- color: #e6e1dc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5a647e - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5a647e
-}
-/* base04 - #d4cfc9 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #d4cfc9
-}
-/* base05 - #e6e1dc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e6e1dc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #da4939
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #cc7833
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffc66d
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffc66d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a5c261
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #519f50
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6d9cbe
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b6b3eb
-}
-.hljs-emphasis {
- color: #b6b3eb;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bc9458
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e6e1dc;background:#2b2b2b}.hljs ::selection,.hljs::selection{background-color:#3a4055;color:#e6e1dc}.hljs-comment{color:#5a647e}.hljs-tag{color:#d4cfc9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e6e1dc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#da4939}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cc7833}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffc66d}.hljs-strong{font-weight:700;color:#ffc66d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a5c261}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#519f50}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6d9cbe}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b6b3eb}.hljs-emphasis{color:#b6b3eb;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bc9458}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/rebecca.scss b/node_modules/highlight.js/scss/base16/rebecca.scss
index c9ac8d3..c7c3d77 100644
--- a/node_modules/highlight.js/scss/base16/rebecca.scss
+++ b/node_modules/highlight.js/scss/base16/rebecca.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Rebecca
Author: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme rebecca
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #292a44 Default Background
-base01 #663399 Lighter Background (Used for status bars, line number and folding marks)
-base02 #383a62 Selection Background
-base03 #666699 Comments, Invisibles, Line Highlighting
-base04 #a0a0c5 Dark Foreground (Used for status bars)
-base05 #f1eff8 Default Foreground, Caret, Delimiters, Operators
-base06 #ccccff Light Foreground (Not often used)
-base07 #53495d Light Background (Not often used)
-base08 #a0a0c5 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #efe4a1 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ae81ff Classes, Markup Bold, Search Text Background
-base0B #6dfedf Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #8eaee0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #2de0a7 Functions, Methods, Attribute IDs, Headings
-base0E #7aa5ff Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #ff79c6 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #f1eff8;
- background: #292a44
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #383a62;
- color: #f1eff8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #666699 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #666699
-}
-/* base04 - #a0a0c5 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a0a0c5
-}
-/* base05 - #f1eff8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #f1eff8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #a0a0c5
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #efe4a1
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ae81ff
-}
-.hljs-strong {
- font-weight: bold;
- color: #ae81ff
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #6dfedf
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #8eaee0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #2de0a7
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #7aa5ff
-}
-.hljs-emphasis {
- color: #7aa5ff;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #ff79c6
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#f1eff8;background:#292a44}.hljs ::selection,.hljs::selection{background-color:#383a62;color:#f1eff8}.hljs-comment{color:#669}.hljs-tag{color:#a0a0c5}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#f1eff8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#a0a0c5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#efe4a1}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ae81ff}.hljs-strong{font-weight:700;color:#ae81ff}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6dfedf}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8eaee0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#2de0a7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7aa5ff}.hljs-emphasis{color:#7aa5ff;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff79c6}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/ros-pine-dawn.scss b/node_modules/highlight.js/scss/base16/ros-pine-dawn.scss
index 7509d0b..a877d23 100644
--- a/node_modules/highlight.js/scss/base16/ros-pine-dawn.scss
+++ b/node_modules/highlight.js/scss/base16/ros-pine-dawn.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Rosé Pine Dawn
Author: Emilia Dunfelt
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ros-pine-dawn
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #faf4ed Default Background
-base01 #fffaf3 Lighter Background (Used for status bars, line number and folding marks)
-base02 #f2e9de Selection Background
-base03 #9893a5 Comments, Invisibles, Line Highlighting
-base04 #6e6a86 Dark Foreground (Used for status bars)
-base05 #575279 Default Foreground, Caret, Delimiters, Operators
-base06 #555169 Light Foreground (Not often used)
-base07 #26233a Light Background (Not often used)
-base08 #1f1d2e Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b4637a Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ea9d34 Classes, Markup Bold, Search Text Background
-base0B #d7827e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #286983 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #56949f Functions, Methods, Attribute IDs, Headings
-base0E #907aa9 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c5c3ce Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #575279;
- background: #faf4ed
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #f2e9de;
- color: #575279
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #9893a5 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #9893a5
-}
-/* base04 - #6e6a86 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #6e6a86
-}
-/* base05 - #575279 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #575279
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #1f1d2e
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b4637a
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ea9d34
-}
-.hljs-strong {
- font-weight: bold;
- color: #ea9d34
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #d7827e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #286983
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #56949f
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #907aa9
-}
-.hljs-emphasis {
- color: #907aa9;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c5c3ce
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#575279;background:#faf4ed}.hljs ::selection,.hljs::selection{background-color:#f2e9de;color:#575279}.hljs-comment{color:#9893a5}.hljs-tag{color:#6e6a86}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#575279}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#1f1d2e}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b4637a}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ea9d34}.hljs-strong{font-weight:700;color:#ea9d34}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#d7827e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#286983}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#56949f}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#907aa9}.hljs-emphasis{color:#907aa9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c5c3ce}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/ros-pine-moon.scss b/node_modules/highlight.js/scss/base16/ros-pine-moon.scss
index 57e81ac..eab4a50 100644
--- a/node_modules/highlight.js/scss/base16/ros-pine-moon.scss
+++ b/node_modules/highlight.js/scss/base16/ros-pine-moon.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Rosé Pine Moon
Author: Emilia Dunfelt
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ros-pine-moon
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #232136 Default Background
-base01 #2a273f Lighter Background (Used for status bars, line number and folding marks)
-base02 #393552 Selection Background
-base03 #59546d Comments, Invisibles, Line Highlighting
-base04 #817c9c Dark Foreground (Used for status bars)
-base05 #e0def4 Default Foreground, Caret, Delimiters, Operators
-base06 #f5f5f7 Light Foreground (Not often used)
-base07 #d9d7e1 Light Background (Not often used)
-base08 #ecebf0 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #eb6f92 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f6c177 Classes, Markup Bold, Search Text Background
-base0B #ea9a97 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3e8fb0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #9ccfd8 Functions, Methods, Attribute IDs, Headings
-base0E #c4a7e7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b9b9bc Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e0def4;
- background: #232136
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #393552;
- color: #e0def4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #59546d - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #59546d
-}
-/* base04 - #817c9c - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #817c9c
-}
-/* base05 - #e0def4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e0def4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ecebf0
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #eb6f92
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f6c177
-}
-.hljs-strong {
- font-weight: bold;
- color: #f6c177
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #ea9a97
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3e8fb0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #9ccfd8
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #c4a7e7
-}
-.hljs-emphasis {
- color: #c4a7e7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b9b9bc
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0def4;background:#232136}.hljs ::selection,.hljs::selection{background-color:#393552;color:#e0def4}.hljs-comment{color:#59546d}.hljs-tag{color:#817c9c}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0def4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ecebf0}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eb6f92}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f6c177}.hljs-strong{font-weight:700;color:#f6c177}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ea9a97}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3e8fb0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#9ccfd8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c4a7e7}.hljs-emphasis{color:#c4a7e7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b9b9bc}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/ros-pine.scss b/node_modules/highlight.js/scss/base16/ros-pine.scss
index da0e230..ddc4e69 100644
--- a/node_modules/highlight.js/scss/base16/ros-pine.scss
+++ b/node_modules/highlight.js/scss/base16/ros-pine.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Rosé Pine
Author: Emilia Dunfelt
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ros-pine
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #191724 Default Background
-base01 #1f1d2e Lighter Background (Used for status bars, line number and folding marks)
-base02 #26233a Selection Background
-base03 #555169 Comments, Invisibles, Line Highlighting
-base04 #6e6a86 Dark Foreground (Used for status bars)
-base05 #e0def4 Default Foreground, Caret, Delimiters, Operators
-base06 #f0f0f3 Light Foreground (Not often used)
-base07 #c5c3ce Light Background (Not often used)
-base08 #e2e1e7 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #eb6f92 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f6c177 Classes, Markup Bold, Search Text Background
-base0B #ebbcba Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #31748f Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #9ccfd8 Functions, Methods, Attribute IDs, Headings
-base0E #c4a7e7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e5e5e5 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e0def4;
- background: #191724
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #26233a;
- color: #e0def4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #555169 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #555169
-}
-/* base04 - #6e6a86 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #6e6a86
-}
-/* base05 - #e0def4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e0def4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e2e1e7
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #eb6f92
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f6c177
-}
-.hljs-strong {
- font-weight: bold;
- color: #f6c177
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #ebbcba
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #31748f
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #9ccfd8
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #c4a7e7
-}
-.hljs-emphasis {
- color: #c4a7e7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e5e5e5
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0def4;background:#191724}.hljs ::selection,.hljs::selection{background-color:#26233a;color:#e0def4}.hljs-comment{color:#555169}.hljs-tag{color:#6e6a86}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0def4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e2e1e7}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eb6f92}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f6c177}.hljs-strong{font-weight:700;color:#f6c177}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ebbcba}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#31748f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#9ccfd8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c4a7e7}.hljs-emphasis{color:#c4a7e7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e5e5e5}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/sagelight.scss b/node_modules/highlight.js/scss/base16/sagelight.scss
index 0baedb9..f0dc927 100644
--- a/node_modules/highlight.js/scss/base16/sagelight.scss
+++ b/node_modules/highlight.js/scss/base16/sagelight.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Sagelight
Author: Carter Veldhuizen
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme sagelight
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f8f8f8 Default Background
-base01 #e8e8e8 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d8d8d8 Selection Background
-base03 #b8b8b8 Comments, Invisibles, Line Highlighting
-base04 #585858 Dark Foreground (Used for status bars)
-base05 #383838 Default Foreground, Caret, Delimiters, Operators
-base06 #282828 Light Foreground (Not often used)
-base07 #181818 Light Background (Not often used)
-base08 #fa8480 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ffaa61 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffdc61 Classes, Markup Bold, Search Text Background
-base0B #a0d2c8 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #a2d6f5 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #a0a7d2 Functions, Methods, Attribute IDs, Headings
-base0E #c8a0d2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d2b2a0 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #383838;
- background: #f8f8f8
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d8d8d8;
- color: #383838
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #b8b8b8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #b8b8b8
-}
-/* base04 - #585858 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #585858
-}
-/* base05 - #383838 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #383838
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fa8480
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ffaa61
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffdc61
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffdc61
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a0d2c8
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #a2d6f5
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #a0a7d2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #c8a0d2
-}
-.hljs-emphasis {
- color: #c8a0d2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d2b2a0
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383838;background:#f8f8f8}.hljs ::selection,.hljs::selection{background-color:#d8d8d8;color:#383838}.hljs-comment{color:#b8b8b8}.hljs-tag{color:#585858}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#383838}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fa8480}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ffaa61}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffdc61}.hljs-strong{font-weight:700;color:#ffdc61}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a0d2c8}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#a2d6f5}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#a0a7d2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c8a0d2}.hljs-emphasis{color:#c8a0d2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d2b2a0}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/sandcastle.scss b/node_modules/highlight.js/scss/base16/sandcastle.scss
index eba306d..601dc21 100644
--- a/node_modules/highlight.js/scss/base16/sandcastle.scss
+++ b/node_modules/highlight.js/scss/base16/sandcastle.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Sandcastle
Author: George Essig (https://github.com/gessig)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme sandcastle
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282c34 Default Background
-base01 #2c323b Lighter Background (Used for status bars, line number and folding marks)
-base02 #3e4451 Selection Background
-base03 #665c54 Comments, Invisibles, Line Highlighting
-base04 #928374 Dark Foreground (Used for status bars)
-base05 #a89984 Default Foreground, Caret, Delimiters, Operators
-base06 #d5c4a1 Light Foreground (Not often used)
-base07 #fdf4c1 Light Background (Not often used)
-base08 #83a598 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #a07e3b Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a07e3b Classes, Markup Bold, Search Text Background
-base0B #528b8b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #83a598 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83a598 Functions, Methods, Attribute IDs, Headings
-base0E #d75f5f Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a87322 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a89984;
- background: #282c34
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #3e4451;
- color: #a89984
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #665c54 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #665c54
-}
-/* base04 - #928374 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #928374
-}
-/* base05 - #a89984 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a89984
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #83a598
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #a07e3b
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a07e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a07e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #528b8b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #83a598
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83a598
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d75f5f
-}
-.hljs-emphasis {
- color: #d75f5f;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a87322
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a89984;background:#282c34}.hljs ::selection,.hljs::selection{background-color:#3e4451;color:#a89984}.hljs-comment{color:#665c54}.hljs-tag{color:#928374}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a89984}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#83a598}.hljs-attr,.hljs-class .hljs-title,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-title,.hljs-title.class_,.hljs-variable.constant_{color:#a07e3b}.hljs-strong{font-weight:700;color:#a07e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#528b8b}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83a598}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d75f5f}.hljs-emphasis{color:#d75f5f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a87322}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/seti-ui.scss b/node_modules/highlight.js/scss/base16/seti-ui.scss
index ed897ce..fa3347e 100644
--- a/node_modules/highlight.js/scss/base16/seti-ui.scss
+++ b/node_modules/highlight.js/scss/base16/seti-ui.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Seti UI
Author:
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme seti-ui
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #151718 Default Background
-base01 #282a2b Lighter Background (Used for status bars, line number and folding marks)
-base02 #3B758C Selection Background
-base03 #41535B Comments, Invisibles, Line Highlighting
-base04 #43a5d5 Dark Foreground (Used for status bars)
-base05 #d6d6d6 Default Foreground, Caret, Delimiters, Operators
-base06 #eeeeee Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #Cd3f45 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #db7b55 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #e6cd69 Classes, Markup Bold, Search Text Background
-base0B #9fca56 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #55dbbe Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #55b5db Functions, Methods, Attribute IDs, Headings
-base0E #a074c4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8a553f Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d6d6d6;
- background: #151718
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #3B758C;
- color: #d6d6d6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #41535B - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #41535B
-}
-/* base04 - #43a5d5 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #43a5d5
-}
-/* base05 - #d6d6d6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d6d6d6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #Cd3f45
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #db7b55
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #e6cd69
-}
-.hljs-strong {
- font-weight: bold;
- color: #e6cd69
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #9fca56
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #55dbbe
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #55b5db
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a074c4
-}
-.hljs-emphasis {
- color: #a074c4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8a553f
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d6d6d6;background:#151718}.hljs ::selection,.hljs::selection{background-color:#3b758c;color:#d6d6d6}.hljs-comment{color:#41535b}.hljs-tag{color:#43a5d5}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d6d6d6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cd3f45}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#db7b55}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e6cd69}.hljs-strong{font-weight:700;color:#e6cd69}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9fca56}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#55dbbe}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#55b5db}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a074c4}.hljs-emphasis{color:#a074c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8a553f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/shapeshifter.scss b/node_modules/highlight.js/scss/base16/shapeshifter.scss
index ab56c01..a3e83b5 100644
--- a/node_modules/highlight.js/scss/base16/shapeshifter.scss
+++ b/node_modules/highlight.js/scss/base16/shapeshifter.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Shapeshifter
Author: Tyler Benziger (http://tybenz.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme shapeshifter
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f9f9f9 Default Background
-base01 #e0e0e0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #ababab Selection Background
-base03 #555555 Comments, Invisibles, Line Highlighting
-base04 #343434 Dark Foreground (Used for status bars)
-base05 #102015 Default Foreground, Caret, Delimiters, Operators
-base06 #040404 Light Foreground (Not often used)
-base07 #000000 Light Background (Not often used)
-base08 #e92f2f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #e09448 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #dddd13 Classes, Markup Bold, Search Text Background
-base0B #0ed839 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #23edda Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3b48e3 Functions, Methods, Attribute IDs, Headings
-base0E #f996e2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #69542d Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #102015;
- background: #f9f9f9
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #ababab;
- color: #102015
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #555555 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #555555
-}
-/* base04 - #343434 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #343434
-}
-/* base05 - #102015 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #102015
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e92f2f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #e09448
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #dddd13
-}
-.hljs-strong {
- font-weight: bold;
- color: #dddd13
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #0ed839
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #23edda
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3b48e3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #f996e2
-}
-.hljs-emphasis {
- color: #f996e2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #69542d
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#102015;background:#f9f9f9}.hljs ::selection,.hljs::selection{background-color:#ababab;color:#102015}.hljs-comment{color:#555}.hljs-tag{color:#343434}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#102015}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e92f2f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e09448}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dddd13}.hljs-strong{font-weight:700;color:#dddd13}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#0ed839}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#23edda}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3b48e3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#f996e2}.hljs-emphasis{color:#f996e2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#69542d}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/silk-dark.scss b/node_modules/highlight.js/scss/base16/silk-dark.scss
index a008a7b..1315a0b 100644
--- a/node_modules/highlight.js/scss/base16/silk-dark.scss
+++ b/node_modules/highlight.js/scss/base16/silk-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Silk Dark
Author: Gabriel Fontes (https://github.com/Misterio77)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme silk-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #0e3c46 Default Background
-base01 #1D494E Lighter Background (Used for status bars, line number and folding marks)
-base02 #2A5054 Selection Background
-base03 #587073 Comments, Invisibles, Line Highlighting
-base04 #9DC8CD Dark Foreground (Used for status bars)
-base05 #C7DBDD Default Foreground, Caret, Delimiters, Operators
-base06 #CBF2F7 Light Foreground (Not often used)
-base07 #D2FAFF Light Background (Not often used)
-base08 #fb6953 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fcab74 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fce380 Classes, Markup Bold, Search Text Background
-base0B #73d8ad Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3fb2b9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #46bddd Functions, Methods, Attribute IDs, Headings
-base0E #756b8a Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #9b647b Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #C7DBDD;
- background: #0e3c46
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #2A5054;
- color: #C7DBDD
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #587073 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #587073
-}
-/* base04 - #9DC8CD - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9DC8CD
-}
-/* base05 - #C7DBDD - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #C7DBDD
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fb6953
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fcab74
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fce380
-}
-.hljs-strong {
- font-weight: bold;
- color: #fce380
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #73d8ad
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3fb2b9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #46bddd
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #756b8a
-}
-.hljs-emphasis {
- color: #756b8a;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #9b647b
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c7dbdd;background:#0e3c46}.hljs ::selection,.hljs::selection{background-color:#2a5054;color:#c7dbdd}.hljs-comment{color:#587073}.hljs-tag{color:#9dc8cd}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c7dbdd}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb6953}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fcab74}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fce380}.hljs-strong{font-weight:700;color:#fce380}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#73d8ad}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3fb2b9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#46bddd}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#756b8a}.hljs-emphasis{color:#756b8a;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9b647b}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/silk-light.scss b/node_modules/highlight.js/scss/base16/silk-light.scss
index 0b081ca..54b0058 100644
--- a/node_modules/highlight.js/scss/base16/silk-light.scss
+++ b/node_modules/highlight.js/scss/base16/silk-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Silk Light
Author: Gabriel Fontes (https://github.com/Misterio77)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme silk-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #E9F1EF Default Background
-base01 #CCD4D3 Lighter Background (Used for status bars, line number and folding marks)
-base02 #90B7B6 Selection Background
-base03 #5C787B Comments, Invisibles, Line Highlighting
-base04 #4B5B5F Dark Foreground (Used for status bars)
-base05 #385156 Default Foreground, Caret, Delimiters, Operators
-base06 #0e3c46 Light Foreground (Not often used)
-base07 #D2FAFF Light Background (Not often used)
-base08 #CF432E Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #D27F46 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #CFAD25 Classes, Markup Bold, Search Text Background
-base0B #6CA38C Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #329CA2 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #39AAC9 Functions, Methods, Attribute IDs, Headings
-base0E #6E6582 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #865369 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #385156;
- background: #E9F1EF
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #90B7B6;
- color: #385156
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5C787B - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5C787B
-}
-/* base04 - #4B5B5F - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #4B5B5F
-}
-/* base05 - #385156 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #385156
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #CF432E
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #D27F46
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #CFAD25
-}
-.hljs-strong {
- font-weight: bold;
- color: #CFAD25
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #6CA38C
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #329CA2
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #39AAC9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6E6582
-}
-.hljs-emphasis {
- color: #6E6582;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #865369
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#385156;background:#e9f1ef}.hljs ::selection,.hljs::selection{background-color:#90b7b6;color:#385156}.hljs-comment{color:#5c787b}.hljs-tag{color:#4b5b5f}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#385156}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cf432e}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d27f46}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#cfad25}.hljs-strong{font-weight:700;color:#cfad25}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6ca38c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#329ca2}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#39aac9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6e6582}.hljs-emphasis{color:#6e6582;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#865369}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/snazzy.scss b/node_modules/highlight.js/scss/base16/snazzy.scss
index 335abd9..2241752 100644
--- a/node_modules/highlight.js/scss/base16/snazzy.scss
+++ b/node_modules/highlight.js/scss/base16/snazzy.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Snazzy
Author: Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme snazzy
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282a36 Default Background
-base01 #34353e Lighter Background (Used for status bars, line number and folding marks)
-base02 #43454f Selection Background
-base03 #78787e Comments, Invisibles, Line Highlighting
-base04 #a5a5a9 Dark Foreground (Used for status bars)
-base05 #e2e4e5 Default Foreground, Caret, Delimiters, Operators
-base06 #eff0eb Light Foreground (Not often used)
-base07 #f1f1f0 Light Background (Not often used)
-base08 #ff5c57 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff9f43 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f3f99d Classes, Markup Bold, Search Text Background
-base0B #5af78e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #9aedfe Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #57c7ff Functions, Methods, Attribute IDs, Headings
-base0E #ff6ac1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b2643c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e2e4e5;
- background: #282a36
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #43454f;
- color: #e2e4e5
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #78787e - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #78787e
-}
-/* base04 - #a5a5a9 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a5a5a9
-}
-/* base05 - #e2e4e5 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e2e4e5
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff5c57
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff9f43
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f3f99d
-}
-.hljs-strong {
- font-weight: bold;
- color: #f3f99d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #5af78e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #9aedfe
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #57c7ff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ff6ac1
-}
-.hljs-emphasis {
- color: #ff6ac1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b2643c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e2e4e5;background:#282a36}.hljs ::selection,.hljs::selection{background-color:#43454f;color:#e2e4e5}.hljs-comment{color:#78787e}.hljs-tag{color:#a5a5a9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e2e4e5}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff5c57}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff9f43}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f3f99d}.hljs-strong{font-weight:700;color:#f3f99d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5af78e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#9aedfe}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#57c7ff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ff6ac1}.hljs-emphasis{color:#ff6ac1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b2643c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/solar-flare-light.scss b/node_modules/highlight.js/scss/base16/solar-flare-light.scss
index d8124db..4b6a98f 100644
--- a/node_modules/highlight.js/scss/base16/solar-flare-light.scss
+++ b/node_modules/highlight.js/scss/base16/solar-flare-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Solar Flare Light
Author: Chuck Harmston (https://chuck.harmston.ch)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme solar-flare-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #F5F7FA Default Background
-base01 #E8E9ED Lighter Background (Used for status bars, line number and folding marks)
-base02 #A6AFB8 Selection Background
-base03 #85939E Comments, Invisibles, Line Highlighting
-base04 #667581 Dark Foreground (Used for status bars)
-base05 #586875 Default Foreground, Caret, Delimiters, Operators
-base06 #222E38 Light Foreground (Not often used)
-base07 #18262F Light Background (Not often used)
-base08 #EF5253 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #E66B2B Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #E4B51C Classes, Markup Bold, Search Text Background
-base0B #7CC844 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #52CBB0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #33B5E1 Functions, Methods, Attribute IDs, Headings
-base0E #A363D5 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #D73C9A Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #586875;
- background: #F5F7FA
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #A6AFB8;
- color: #586875
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #85939E - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #85939E
-}
-/* base04 - #667581 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #667581
-}
-/* base05 - #586875 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #586875
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #EF5253
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #E66B2B
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #E4B51C
-}
-.hljs-strong {
- font-weight: bold;
- color: #E4B51C
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7CC844
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #52CBB0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #33B5E1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #A363D5
-}
-.hljs-emphasis {
- color: #A363D5;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #D73C9A
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#586875;background:#f5f7fa}.hljs ::selection,.hljs::selection{background-color:#a6afb8;color:#586875}.hljs-comment{color:#85939e}.hljs-tag{color:#667581}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#586875}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ef5253}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e66b2b}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e4b51c}.hljs-strong{font-weight:700;color:#e4b51c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7cc844}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#52cbb0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#33b5e1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a363d5}.hljs-emphasis{color:#a363d5;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d73c9a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/solar-flare.scss b/node_modules/highlight.js/scss/base16/solar-flare.scss
index 0763f0c..115fb97 100644
--- a/node_modules/highlight.js/scss/base16/solar-flare.scss
+++ b/node_modules/highlight.js/scss/base16/solar-flare.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Solar Flare
Author: Chuck Harmston (https://chuck.harmston.ch)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme solar-flare
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #18262F Default Background
-base01 #222E38 Lighter Background (Used for status bars, line number and folding marks)
-base02 #586875 Selection Background
-base03 #667581 Comments, Invisibles, Line Highlighting
-base04 #85939E Dark Foreground (Used for status bars)
-base05 #A6AFB8 Default Foreground, Caret, Delimiters, Operators
-base06 #E8E9ED Light Foreground (Not often used)
-base07 #F5F7FA Light Background (Not often used)
-base08 #EF5253 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #E66B2B Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #E4B51C Classes, Markup Bold, Search Text Background
-base0B #7CC844 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #52CBB0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #33B5E1 Functions, Methods, Attribute IDs, Headings
-base0E #A363D5 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #D73C9A Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #A6AFB8;
- background: #18262F
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #586875;
- color: #A6AFB8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #667581 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #667581
-}
-/* base04 - #85939E - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #85939E
-}
-/* base05 - #A6AFB8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #A6AFB8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #EF5253
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #E66B2B
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #E4B51C
-}
-.hljs-strong {
- font-weight: bold;
- color: #E4B51C
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7CC844
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #52CBB0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #33B5E1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #A363D5
-}
-.hljs-emphasis {
- color: #A363D5;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #D73C9A
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a6afb8;background:#18262f}.hljs ::selection,.hljs::selection{background-color:#586875;color:#a6afb8}.hljs-comment{color:#667581}.hljs-tag{color:#85939e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a6afb8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ef5253}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e66b2b}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e4b51c}.hljs-strong{font-weight:700;color:#e4b51c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7cc844}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#52cbb0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#33b5e1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a363d5}.hljs-emphasis{color:#a363d5;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d73c9a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/solarized-dark.scss b/node_modules/highlight.js/scss/base16/solarized-dark.scss
index 6437cf5..e2b1535 100644
--- a/node_modules/highlight.js/scss/base16/solarized-dark.scss
+++ b/node_modules/highlight.js/scss/base16/solarized-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Solarized Dark
Author: Ethan Schoonover (modified by aramisgithub)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme solarized-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #002b36 Default Background
-base01 #073642 Lighter Background (Used for status bars, line number and folding marks)
-base02 #586e75 Selection Background
-base03 #657b83 Comments, Invisibles, Line Highlighting
-base04 #839496 Dark Foreground (Used for status bars)
-base05 #93a1a1 Default Foreground, Caret, Delimiters, Operators
-base06 #eee8d5 Light Foreground (Not often used)
-base07 #fdf6e3 Light Background (Not often used)
-base08 #dc322f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #cb4b16 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b58900 Classes, Markup Bold, Search Text Background
-base0B #859900 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #2aa198 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #268bd2 Functions, Methods, Attribute IDs, Headings
-base0E #6c71c4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d33682 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #93a1a1;
- background: #002b36
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #586e75;
- color: #93a1a1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #657b83 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #657b83
-}
-/* base04 - #839496 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #839496
-}
-/* base05 - #93a1a1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #93a1a1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #dc322f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #cb4b16
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b58900
-}
-.hljs-strong {
- font-weight: bold;
- color: #b58900
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #859900
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #2aa198
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #268bd2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6c71c4
-}
-.hljs-emphasis {
- color: #6c71c4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d33682
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#93a1a1;background:#002b36}.hljs ::selection,.hljs::selection{background-color:#586e75;color:#93a1a1}.hljs-comment{color:#657b83}.hljs-tag{color:#839496}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#93a1a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc322f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cb4b16}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b58900}.hljs-strong{font-weight:700;color:#b58900}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#859900}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2aa198}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#268bd2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6c71c4}.hljs-emphasis{color:#6c71c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d33682}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/solarized-light.scss b/node_modules/highlight.js/scss/base16/solarized-light.scss
index 4c71ce0..67a590b 100644
--- a/node_modules/highlight.js/scss/base16/solarized-light.scss
+++ b/node_modules/highlight.js/scss/base16/solarized-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Solarized Light
Author: Ethan Schoonover (modified by aramisgithub)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme solarized-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fdf6e3 Default Background
-base01 #eee8d5 Lighter Background (Used for status bars, line number and folding marks)
-base02 #93a1a1 Selection Background
-base03 #839496 Comments, Invisibles, Line Highlighting
-base04 #657b83 Dark Foreground (Used for status bars)
-base05 #586e75 Default Foreground, Caret, Delimiters, Operators
-base06 #073642 Light Foreground (Not often used)
-base07 #002b36 Light Background (Not often used)
-base08 #dc322f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #cb4b16 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b58900 Classes, Markup Bold, Search Text Background
-base0B #859900 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #2aa198 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #268bd2 Functions, Methods, Attribute IDs, Headings
-base0E #6c71c4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d33682 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #586e75;
- background: #fdf6e3
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #93a1a1;
- color: #586e75
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #839496 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #839496
-}
-/* base04 - #657b83 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #657b83
-}
-/* base05 - #586e75 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #586e75
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #dc322f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #cb4b16
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b58900
-}
-.hljs-strong {
- font-weight: bold;
- color: #b58900
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #859900
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #2aa198
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #268bd2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6c71c4
-}
-.hljs-emphasis {
- color: #6c71c4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d33682
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#586e75;background:#fdf6e3}.hljs ::selection,.hljs::selection{background-color:#93a1a1;color:#586e75}.hljs-comment{color:#839496}.hljs-tag{color:#657b83}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#586e75}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc322f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cb4b16}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b58900}.hljs-strong{font-weight:700;color:#b58900}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#859900}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2aa198}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#268bd2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6c71c4}.hljs-emphasis{color:#6c71c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d33682}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/spacemacs.scss b/node_modules/highlight.js/scss/base16/spacemacs.scss
index 19a2403..ba8f7d9 100644
--- a/node_modules/highlight.js/scss/base16/spacemacs.scss
+++ b/node_modules/highlight.js/scss/base16/spacemacs.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Spacemacs
Author: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme spacemacs
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1f2022 Default Background
-base01 #282828 Lighter Background (Used for status bars, line number and folding marks)
-base02 #444155 Selection Background
-base03 #585858 Comments, Invisibles, Line Highlighting
-base04 #b8b8b8 Dark Foreground (Used for status bars)
-base05 #a3a3a3 Default Foreground, Caret, Delimiters, Operators
-base06 #e8e8e8 Light Foreground (Not often used)
-base07 #f8f8f8 Light Background (Not often used)
-base08 #f2241f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ffa500 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b1951d Classes, Markup Bold, Search Text Background
-base0B #67b11d Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #2d9574 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #4f97d7 Functions, Methods, Attribute IDs, Headings
-base0E #a31db1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b03060 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a3a3a3;
- background: #1f2022
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #444155;
- color: #a3a3a3
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #585858 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #585858
-}
-/* base04 - #b8b8b8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b8b8b8
-}
-/* base05 - #a3a3a3 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a3a3a3
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f2241f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ffa500
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b1951d
-}
-.hljs-strong {
- font-weight: bold;
- color: #b1951d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #67b11d
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #2d9574
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #4f97d7
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a31db1
-}
-.hljs-emphasis {
- color: #a31db1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b03060
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a3a3a3;background:#1f2022}.hljs ::selection,.hljs::selection{background-color:#444155;color:#a3a3a3}.hljs-comment{color:#585858}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a3a3a3}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f2241f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:orange}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b1951d}.hljs-strong{font-weight:700;color:#b1951d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#67b11d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2d9574}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4f97d7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a31db1}.hljs-emphasis{color:#a31db1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b03060}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/summercamp.scss b/node_modules/highlight.js/scss/base16/summercamp.scss
index f462fd7..931b035 100644
--- a/node_modules/highlight.js/scss/base16/summercamp.scss
+++ b/node_modules/highlight.js/scss/base16/summercamp.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: summercamp
Author: zoe firi (zoefiri.github.io)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme summercamp
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1c1810 Default Background
-base01 #2a261c Lighter Background (Used for status bars, line number and folding marks)
-base02 #3a3527 Selection Background
-base03 #504b38 Comments, Invisibles, Line Highlighting
-base04 #5f5b45 Dark Foreground (Used for status bars)
-base05 #736e55 Default Foreground, Caret, Delimiters, Operators
-base06 #bab696 Light Foreground (Not often used)
-base07 #f8f5de Light Background (Not often used)
-base08 #e35142 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fba11b Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f2ff27 Classes, Markup Bold, Search Text Background
-base0B #5ceb5a Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5aebbc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #489bf0 Functions, Methods, Attribute IDs, Headings
-base0E #FF8080 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #F69BE7 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #736e55;
- background: #1c1810
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #3a3527;
- color: #736e55
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #504b38 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #504b38
-}
-/* base04 - #5f5b45 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5f5b45
-}
-/* base05 - #736e55 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #736e55
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e35142
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fba11b
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f2ff27
-}
-.hljs-strong {
- font-weight: bold;
- color: #f2ff27
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #5ceb5a
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5aebbc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #489bf0
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #FF8080
-}
-.hljs-emphasis {
- color: #FF8080;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #F69BE7
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#736e55;background:#1c1810}.hljs ::selection,.hljs::selection{background-color:#3a3527;color:#736e55}.hljs-comment{color:#504b38}.hljs-tag{color:#5f5b45}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#736e55}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e35142}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fba11b}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f2ff27}.hljs-strong{font-weight:700;color:#f2ff27}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5ceb5a}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5aebbc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#489bf0}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ff8080}.hljs-emphasis{color:#ff8080;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f69be7}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/summerfruit-dark.scss b/node_modules/highlight.js/scss/base16/summerfruit-dark.scss
index 57e9cdd..8ba6c88 100644
--- a/node_modules/highlight.js/scss/base16/summerfruit-dark.scss
+++ b/node_modules/highlight.js/scss/base16/summerfruit-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Summerfruit Dark
Author: Christopher Corley (http://christop.club/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme summerfruit-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #151515 Default Background
-base01 #202020 Lighter Background (Used for status bars, line number and folding marks)
-base02 #303030 Selection Background
-base03 #505050 Comments, Invisibles, Line Highlighting
-base04 #B0B0B0 Dark Foreground (Used for status bars)
-base05 #D0D0D0 Default Foreground, Caret, Delimiters, Operators
-base06 #E0E0E0 Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #FF0086 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #FD8900 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ABA800 Classes, Markup Bold, Search Text Background
-base0B #00C918 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1FAAAA Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3777E6 Functions, Methods, Attribute IDs, Headings
-base0E #AD00A1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #CC6633 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #D0D0D0;
- background: #151515
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #303030;
- color: #D0D0D0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #505050 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #505050
-}
-/* base04 - #B0B0B0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #B0B0B0
-}
-/* base05 - #D0D0D0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #D0D0D0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #FF0086
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #FD8900
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ABA800
-}
-.hljs-strong {
- font-weight: bold;
- color: #ABA800
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00C918
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1FAAAA
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3777E6
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #AD00A1
-}
-.hljs-emphasis {
- color: #AD00A1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #CC6633
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#151515}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff0086}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd8900}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aba800}.hljs-strong{font-weight:700;color:#aba800}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00c918}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1faaaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3777e6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ad00a1}.hljs-emphasis{color:#ad00a1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c63}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/summerfruit-light.scss b/node_modules/highlight.js/scss/base16/summerfruit-light.scss
index 224f6e3..958eda3 100644
--- a/node_modules/highlight.js/scss/base16/summerfruit-light.scss
+++ b/node_modules/highlight.js/scss/base16/summerfruit-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Summerfruit Light
Author: Christopher Corley (http://christop.club/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme summerfruit-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #FFFFFF Default Background
-base01 #E0E0E0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #D0D0D0 Selection Background
-base03 #B0B0B0 Comments, Invisibles, Line Highlighting
-base04 #000000 Dark Foreground (Used for status bars)
-base05 #101010 Default Foreground, Caret, Delimiters, Operators
-base06 #151515 Light Foreground (Not often used)
-base07 #202020 Light Background (Not often used)
-base08 #FF0086 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #FD8900 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ABA800 Classes, Markup Bold, Search Text Background
-base0B #00C918 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1FAAAA Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3777E6 Functions, Methods, Attribute IDs, Headings
-base0E #AD00A1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #CC6633 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #101010;
- background: #FFFFFF
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #D0D0D0;
- color: #101010
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #B0B0B0 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #B0B0B0
-}
-/* base04 - #000000 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #000000
-}
-/* base05 - #101010 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #101010
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #FF0086
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #FD8900
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ABA800
-}
-.hljs-strong {
- font-weight: bold;
- color: #ABA800
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00C918
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1FAAAA
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3777E6
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #AD00A1
-}
-.hljs-emphasis {
- color: #AD00A1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #CC6633
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#101010;background:#fff}.hljs ::selection,.hljs::selection{background-color:#d0d0d0;color:#101010}.hljs-comment{color:#b0b0b0}.hljs-tag{color:#000}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#101010}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff0086}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd8900}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aba800}.hljs-strong{font-weight:700;color:#aba800}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00c918}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1faaaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3777e6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ad00a1}.hljs-emphasis{color:#ad00a1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c63}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/synth-midnight-terminal-dark.scss b/node_modules/highlight.js/scss/base16/synth-midnight-terminal-dark.scss
index a13e3e2..faa5d4d 100644
--- a/node_modules/highlight.js/scss/base16/synth-midnight-terminal-dark.scss
+++ b/node_modules/highlight.js/scss/base16/synth-midnight-terminal-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Synth Midnight Terminal Dark
Author: Michaël Ball (http://github.com/michael-ball/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme synth-midnight-terminal-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #050608 Default Background
-base01 #1a1b1c Lighter Background (Used for status bars, line number and folding marks)
-base02 #28292a Selection Background
-base03 #474849 Comments, Invisibles, Line Highlighting
-base04 #a3a5a6 Dark Foreground (Used for status bars)
-base05 #c1c3c4 Default Foreground, Caret, Delimiters, Operators
-base06 #cfd1d2 Light Foreground (Not often used)
-base07 #dddfe0 Light Background (Not often used)
-base08 #b53b50 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ea770d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c9d364 Classes, Markup Bold, Search Text Background
-base0B #06ea61 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #42fff9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #03aeff Functions, Methods, Attribute IDs, Headings
-base0E #ea5ce2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #cd6320 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c3c4;
- background: #050608
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #28292a;
- color: #c1c3c4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #474849 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #474849
-}
-/* base04 - #a3a5a6 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a3a5a6
-}
-/* base05 - #c1c3c4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c3c4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b53b50
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ea770d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c9d364
-}
-.hljs-strong {
- font-weight: bold;
- color: #c9d364
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #06ea61
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #42fff9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #03aeff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ea5ce2
-}
-.hljs-emphasis {
- color: #ea5ce2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #cd6320
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c3c4;background:#050608}.hljs ::selection,.hljs::selection{background-color:#28292a;color:#c1c3c4}.hljs-comment{color:#474849}.hljs-tag{color:#a3a5a6}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c3c4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b53b50}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ea770d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c9d364}.hljs-strong{font-weight:700;color:#c9d364}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#06ea61}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#42fff9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#03aeff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ea5ce2}.hljs-emphasis{color:#ea5ce2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#cd6320}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/synth-midnight-terminal-light.scss b/node_modules/highlight.js/scss/base16/synth-midnight-terminal-light.scss
index de3d8e1..579a65f 100644
--- a/node_modules/highlight.js/scss/base16/synth-midnight-terminal-light.scss
+++ b/node_modules/highlight.js/scss/base16/synth-midnight-terminal-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Synth Midnight Terminal Light
Author: Michaël Ball (http://github.com/michael-ball/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme synth-midnight-terminal-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #dddfe0 Default Background
-base01 #cfd1d2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #c1c3c4 Selection Background
-base03 #a3a5a6 Comments, Invisibles, Line Highlighting
-base04 #474849 Dark Foreground (Used for status bars)
-base05 #28292a Default Foreground, Caret, Delimiters, Operators
-base06 #1a1b1c Light Foreground (Not often used)
-base07 #050608 Light Background (Not often used)
-base08 #b53b50 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ea770d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c9d364 Classes, Markup Bold, Search Text Background
-base0B #06ea61 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #42fff9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #03aeff Functions, Methods, Attribute IDs, Headings
-base0E #ea5ce2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #cd6320 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #28292a;
- background: #dddfe0
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #c1c3c4;
- color: #28292a
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #a3a5a6 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #a3a5a6
-}
-/* base04 - #474849 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #474849
-}
-/* base05 - #28292a - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #28292a
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b53b50
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ea770d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c9d364
-}
-.hljs-strong {
- font-weight: bold;
- color: #c9d364
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #06ea61
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #42fff9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #03aeff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ea5ce2
-}
-.hljs-emphasis {
- color: #ea5ce2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #cd6320
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#28292a;background:#dddfe0}.hljs ::selection,.hljs::selection{background-color:#c1c3c4;color:#28292a}.hljs-comment{color:#a3a5a6}.hljs-tag{color:#474849}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#28292a}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b53b50}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ea770d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c9d364}.hljs-strong{font-weight:700;color:#c9d364}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#06ea61}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#42fff9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#03aeff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ea5ce2}.hljs-emphasis{color:#ea5ce2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#cd6320}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/tango.scss b/node_modules/highlight.js/scss/base16/tango.scss
index 3a91f4e..d37318a 100644
--- a/node_modules/highlight.js/scss/base16/tango.scss
+++ b/node_modules/highlight.js/scss/base16/tango.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Tango
Author: @Schnouki, based on the Tango Desktop Project
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme tango
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2e3436 Default Background
-base01 #8ae234 Lighter Background (Used for status bars, line number and folding marks)
-base02 #fce94f Selection Background
-base03 #555753 Comments, Invisibles, Line Highlighting
-base04 #729fcf Dark Foreground (Used for status bars)
-base05 #d3d7cf Default Foreground, Caret, Delimiters, Operators
-base06 #ad7fa8 Light Foreground (Not often used)
-base07 #eeeeec Light Background (Not often used)
-base08 #cc0000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ef2929 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c4a000 Classes, Markup Bold, Search Text Background
-base0B #4e9a06 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #06989a Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3465a4 Functions, Methods, Attribute IDs, Headings
-base0E #75507b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #34e2e2 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d3d7cf;
- background: #2e3436
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #fce94f;
- color: #d3d7cf
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #555753 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #555753
-}
-/* base04 - #729fcf - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #729fcf
-}
-/* base05 - #d3d7cf - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d3d7cf
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #cc0000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ef2929
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c4a000
-}
-.hljs-strong {
- font-weight: bold;
- color: #c4a000
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #4e9a06
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #06989a
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3465a4
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #75507b
-}
-.hljs-emphasis {
- color: #75507b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #34e2e2
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d3d7cf;background:#2e3436}.hljs ::selection,.hljs::selection{background-color:#fce94f;color:#d3d7cf}.hljs-comment{color:#555753}.hljs-tag{color:#729fcf}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d3d7cf}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c00}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ef2929}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c4a000}.hljs-strong{font-weight:700;color:#c4a000}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4e9a06}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#06989a}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3465a4}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#75507b}.hljs-emphasis{color:#75507b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#34e2e2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/tender.scss b/node_modules/highlight.js/scss/base16/tender.scss
index 5c9ec77..c72c7df 100644
--- a/node_modules/highlight.js/scss/base16/tender.scss
+++ b/node_modules/highlight.js/scss/base16/tender.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: tender
Author: Jacobo Tabernero (https://github/com/jacoborus/tender.vim)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme tender
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282828 Default Background
-base01 #383838 Lighter Background (Used for status bars, line number and folding marks)
-base02 #484848 Selection Background
-base03 #4c4c4c Comments, Invisibles, Line Highlighting
-base04 #b8b8b8 Dark Foreground (Used for status bars)
-base05 #eeeeee Default Foreground, Caret, Delimiters, Operators
-base06 #e8e8e8 Light Foreground (Not often used)
-base07 #feffff Light Background (Not often used)
-base08 #f43753 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #dc9656 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffc24b Classes, Markup Bold, Search Text Background
-base0B #c9d05c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #73cef4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #b3deef Functions, Methods, Attribute IDs, Headings
-base0E #d3b987 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a16946 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #eeeeee;
- background: #282828
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #484848;
- color: #eeeeee
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #4c4c4c - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #4c4c4c
-}
-/* base04 - #b8b8b8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b8b8b8
-}
-/* base05 - #eeeeee - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #eeeeee
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f43753
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #dc9656
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffc24b
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffc24b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #c9d05c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #73cef4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #b3deef
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d3b987
-}
-.hljs-emphasis {
- color: #d3b987;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a16946
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#eee;background:#282828}.hljs ::selection,.hljs::selection{background-color:#484848;color:#eee}.hljs-comment{color:#4c4c4c}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#eee}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f43753}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dc9656}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffc24b}.hljs-strong{font-weight:700;color:#ffc24b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c9d05c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#73cef4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#b3deef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d3b987}.hljs-emphasis{color:#d3b987;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a16946}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/tomorrow-night.scss b/node_modules/highlight.js/scss/base16/tomorrow-night.scss
index 2c3750e..a0b3f62 100644
--- a/node_modules/highlight.js/scss/base16/tomorrow-night.scss
+++ b/node_modules/highlight.js/scss/base16/tomorrow-night.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Tomorrow Night
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme tomorrow-night
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2d2d2d Default Background
-base01 #393939 Lighter Background (Used for status bars, line number and folding marks)
-base02 #515151 Selection Background
-base03 #999999 Comments, Invisibles, Line Highlighting
-base04 #b4b7b4 Dark Foreground (Used for status bars)
-base05 #cccccc Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #f2777a Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f99157 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffcc66 Classes, Markup Bold, Search Text Background
-base0B #99cc99 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #66cccc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6699cc Functions, Methods, Attribute IDs, Headings
-base0E #cc99cc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a3685a Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cccccc;
- background: #2d2d2d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #515151;
- color: #cccccc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #999999 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #999999
-}
-/* base04 - #b4b7b4 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b4b7b4
-}
-/* base05 - #cccccc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cccccc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f2777a
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f99157
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffcc66
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffcc66
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #99cc99
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #66cccc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6699cc
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #cc99cc
-}
-.hljs-emphasis {
- color: #cc99cc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a3685a
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#ccc}.hljs-comment{color:#999}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f2777a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99157}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fc6}.hljs-strong{font-weight:700;color:#fc6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9c9}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#6cc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#69c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c9c}.hljs-emphasis{color:#c9c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a3685a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/tomorrow.scss b/node_modules/highlight.js/scss/base16/tomorrow.scss
index bda285d..5785f6e 100644
--- a/node_modules/highlight.js/scss/base16/tomorrow.scss
+++ b/node_modules/highlight.js/scss/base16/tomorrow.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Tomorrow
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme tomorrow
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ffffff Default Background
-base01 #e0e0e0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d6d6d6 Selection Background
-base03 #8e908c Comments, Invisibles, Line Highlighting
-base04 #969896 Dark Foreground (Used for status bars)
-base05 #4d4d4c Default Foreground, Caret, Delimiters, Operators
-base06 #282a2e Light Foreground (Not often used)
-base07 #1d1f21 Light Background (Not often used)
-base08 #c82829 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f5871f Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #eab700 Classes, Markup Bold, Search Text Background
-base0B #718c00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3e999f Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #4271ae Functions, Methods, Attribute IDs, Headings
-base0E #8959a8 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a3685a Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #4d4d4c;
- background: #ffffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d6d6d6;
- color: #4d4d4c
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #8e908c - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #8e908c
-}
-/* base04 - #969896 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #969896
-}
-/* base05 - #4d4d4c - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #4d4d4c
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c82829
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f5871f
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #eab700
-}
-.hljs-strong {
- font-weight: bold;
- color: #eab700
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #718c00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3e999f
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #4271ae
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8959a8
-}
-.hljs-emphasis {
- color: #8959a8;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a3685a
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#4d4d4c;background:#fff}.hljs ::selection,.hljs::selection{background-color:#d6d6d6;color:#4d4d4c}.hljs-comment{color:#8e908c}.hljs-tag{color:#969896}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#4d4d4c}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c82829}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f5871f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#eab700}.hljs-strong{font-weight:700;color:#eab700}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#718c00}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3e999f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4271ae}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8959a8}.hljs-emphasis{color:#8959a8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a3685a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/twilight.scss b/node_modules/highlight.js/scss/base16/twilight.scss
index 0bde680..0a8f5f9 100644
--- a/node_modules/highlight.js/scss/base16/twilight.scss
+++ b/node_modules/highlight.js/scss/base16/twilight.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Twilight
Author: David Hart (https://github.com/hartbit)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme twilight
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1e1e1e Default Background
-base01 #323537 Lighter Background (Used for status bars, line number and folding marks)
-base02 #464b50 Selection Background
-base03 #5f5a60 Comments, Invisibles, Line Highlighting
-base04 #838184 Dark Foreground (Used for status bars)
-base05 #a7a7a7 Default Foreground, Caret, Delimiters, Operators
-base06 #c3c3c3 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #cf6a4c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #cda869 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f9ee98 Classes, Markup Bold, Search Text Background
-base0B #8f9d6a Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #afc4db Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7587a6 Functions, Methods, Attribute IDs, Headings
-base0E #9b859d Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #9b703f Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a7a7a7;
- background: #1e1e1e
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #464b50;
- color: #a7a7a7
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5f5a60 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5f5a60
-}
-/* base04 - #838184 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #838184
-}
-/* base05 - #a7a7a7 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a7a7a7
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #cf6a4c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #cda869
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f9ee98
-}
-.hljs-strong {
- font-weight: bold;
- color: #f9ee98
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8f9d6a
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #afc4db
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7587a6
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9b859d
-}
-.hljs-emphasis {
- color: #9b859d;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #9b703f
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a7a7a7;background:#1e1e1e}.hljs ::selection,.hljs::selection{background-color:#464b50;color:#a7a7a7}.hljs-comment{color:#5f5a60}.hljs-tag{color:#838184}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a7a7a7}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cf6a4c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cda869}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f9ee98}.hljs-strong{font-weight:700;color:#f9ee98}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8f9d6a}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#afc4db}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7587a6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9b859d}.hljs-emphasis{color:#9b859d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9b703f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/unikitty-dark.scss b/node_modules/highlight.js/scss/base16/unikitty-dark.scss
index 02bb32d..752d90a 100644
--- a/node_modules/highlight.js/scss/base16/unikitty-dark.scss
+++ b/node_modules/highlight.js/scss/base16/unikitty-dark.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Unikitty Dark
Author: Josh W Lewis (@joshwlewis)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme unikitty-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2e2a31 Default Background
-base01 #4a464d Lighter Background (Used for status bars, line number and folding marks)
-base02 #666369 Selection Background
-base03 #838085 Comments, Invisibles, Line Highlighting
-base04 #9f9da2 Dark Foreground (Used for status bars)
-base05 #bcbabe Default Foreground, Caret, Delimiters, Operators
-base06 #d8d7da Light Foreground (Not often used)
-base07 #f5f4f7 Light Background (Not often used)
-base08 #d8137f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d65407 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #dc8a0e Classes, Markup Bold, Search Text Background
-base0B #17ad98 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #149bda Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #796af5 Functions, Methods, Attribute IDs, Headings
-base0E #bb60ea Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c720ca Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #bcbabe;
- background: #2e2a31
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #666369;
- color: #bcbabe
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #838085 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #838085
-}
-/* base04 - #9f9da2 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9f9da2
-}
-/* base05 - #bcbabe - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #bcbabe
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d8137f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d65407
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #dc8a0e
-}
-.hljs-strong {
- font-weight: bold;
- color: #dc8a0e
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #17ad98
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #149bda
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #796af5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #bb60ea
-}
-.hljs-emphasis {
- color: #bb60ea;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c720ca
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#bcbabe;background:#2e2a31}.hljs ::selection,.hljs::selection{background-color:#666369;color:#bcbabe}.hljs-comment{color:#838085}.hljs-tag{color:#9f9da2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#bcbabe}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d8137f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d65407}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dc8a0e}.hljs-strong{font-weight:700;color:#dc8a0e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#17ad98}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#149bda}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#796af5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bb60ea}.hljs-emphasis{color:#bb60ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c720ca}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/unikitty-light.scss b/node_modules/highlight.js/scss/base16/unikitty-light.scss
index a1ba697..fe74653 100644
--- a/node_modules/highlight.js/scss/base16/unikitty-light.scss
+++ b/node_modules/highlight.js/scss/base16/unikitty-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Unikitty Light
Author: Josh W Lewis (@joshwlewis)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme unikitty-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ffffff Default Background
-base01 #e1e1e2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #c4c3c5 Selection Background
-base03 #a7a5a8 Comments, Invisibles, Line Highlighting
-base04 #89878b Dark Foreground (Used for status bars)
-base05 #6c696e Default Foreground, Caret, Delimiters, Operators
-base06 #4f4b51 Light Foreground (Not often used)
-base07 #322d34 Light Background (Not often used)
-base08 #d8137f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d65407 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #dc8a0e Classes, Markup Bold, Search Text Background
-base0B #17ad98 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #149bda Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #775dff Functions, Methods, Attribute IDs, Headings
-base0E #aa17e6 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e013d0 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #6c696e;
- background: #ffffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #c4c3c5;
- color: #6c696e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #a7a5a8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #a7a5a8
-}
-/* base04 - #89878b - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #89878b
-}
-/* base05 - #6c696e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #6c696e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d8137f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d65407
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #dc8a0e
-}
-.hljs-strong {
- font-weight: bold;
- color: #dc8a0e
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #17ad98
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #149bda
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #775dff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #aa17e6
-}
-.hljs-emphasis {
- color: #aa17e6;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e013d0
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#6c696e;background:#fff}.hljs ::selection,.hljs::selection{background-color:#c4c3c5;color:#6c696e}.hljs-comment{color:#a7a5a8}.hljs-tag{color:#89878b}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#6c696e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d8137f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d65407}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dc8a0e}.hljs-strong{font-weight:700;color:#dc8a0e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#17ad98}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#149bda}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#775dff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#aa17e6}.hljs-emphasis{color:#aa17e6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e013d0}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/vulcan.scss b/node_modules/highlight.js/scss/base16/vulcan.scss
index dc2ac1a..3c88968 100644
--- a/node_modules/highlight.js/scss/base16/vulcan.scss
+++ b/node_modules/highlight.js/scss/base16/vulcan.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: vulcan
Author: Andrey Varfolomeev
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme vulcan
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #041523 Default Background
-base01 #122339 Lighter Background (Used for status bars, line number and folding marks)
-base02 #003552 Selection Background
-base03 #7a5759 Comments, Invisibles, Line Highlighting
-base04 #6b6977 Dark Foreground (Used for status bars)
-base05 #5b778c Default Foreground, Caret, Delimiters, Operators
-base06 #333238 Light Foreground (Not often used)
-base07 #214d68 Light Background (Not often used)
-base08 #818591 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #9198a3 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #adb4b9 Classes, Markup Bold, Search Text Background
-base0B #977d7c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #977d7c Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #977d7c Functions, Methods, Attribute IDs, Headings
-base0E #9198a3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #977d7c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5b778c;
- background: #041523
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #003552;
- color: #5b778c
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7a5759 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7a5759
-}
-/* base04 - #6b6977 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #6b6977
-}
-/* base05 - #5b778c - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5b778c
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #818591
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #9198a3
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #adb4b9
-}
-.hljs-strong {
- font-weight: bold;
- color: #adb4b9
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #977d7c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #977d7c
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #977d7c
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9198a3
-}
-.hljs-emphasis {
- color: #9198a3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #977d7c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5b778c;background:#041523}.hljs ::selection,.hljs::selection{background-color:#003552;color:#5b778c}.hljs-comment{color:#7a5759}.hljs-tag{color:#6b6977}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5b778c}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#818591}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#9198a3}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#adb4b9}.hljs-strong{font-weight:700;color:#adb4b9}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-code,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-string,.hljs-title.class_.inherited__,.hljs-title.function_,.ruby .hljs-property{color:#977d7c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9198a3}.hljs-emphasis{color:#9198a3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#977d7c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/windows-10-light.scss b/node_modules/highlight.js/scss/base16/windows-10-light.scss
index 022e40a..b27b99f 100644
--- a/node_modules/highlight.js/scss/base16/windows-10-light.scss
+++ b/node_modules/highlight.js/scss/base16/windows-10-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows 10 Light
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-10-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f2f2f2 Default Background
-base01 #e5e5e5 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d9d9d9 Selection Background
-base03 #cccccc Comments, Invisibles, Line Highlighting
-base04 #ababab Dark Foreground (Used for status bars)
-base05 #767676 Default Foreground, Caret, Delimiters, Operators
-base06 #414141 Light Foreground (Not often used)
-base07 #0c0c0c Light Background (Not often used)
-base08 #c50f1f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f9f1a5 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c19c00 Classes, Markup Bold, Search Text Background
-base0B #13a10e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3a96dd Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0037da Functions, Methods, Attribute IDs, Headings
-base0E #881798 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #16c60c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #767676;
- background: #f2f2f2
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d9d9d9;
- color: #767676
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #cccccc - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #cccccc
-}
-/* base04 - #ababab - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #ababab
-}
-/* base05 - #767676 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #767676
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c50f1f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f9f1a5
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c19c00
-}
-.hljs-strong {
- font-weight: bold;
- color: #c19c00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #13a10e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3a96dd
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0037da
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #881798
-}
-.hljs-emphasis {
- color: #881798;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #16c60c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#767676;background:#f2f2f2}.hljs ::selection,.hljs::selection{background-color:#d9d9d9;color:#767676}.hljs-comment{color:#ccc}.hljs-tag{color:#ababab}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#767676}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c50f1f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f9f1a5}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c19c00}.hljs-strong{font-weight:700;color:#c19c00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#13a10e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3a96dd}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0037da}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#881798}.hljs-emphasis{color:#881798;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#16c60c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/windows-10.scss b/node_modules/highlight.js/scss/base16/windows-10.scss
index f0f0e2d..296b84c 100644
--- a/node_modules/highlight.js/scss/base16/windows-10.scss
+++ b/node_modules/highlight.js/scss/base16/windows-10.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows 10
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-10
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #0c0c0c Default Background
-base01 #2f2f2f Lighter Background (Used for status bars, line number and folding marks)
-base02 #535353 Selection Background
-base03 #767676 Comments, Invisibles, Line Highlighting
-base04 #b9b9b9 Dark Foreground (Used for status bars)
-base05 #cccccc Default Foreground, Caret, Delimiters, Operators
-base06 #dfdfdf Light Foreground (Not often used)
-base07 #f2f2f2 Light Background (Not often used)
-base08 #e74856 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #c19c00 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f9f1a5 Classes, Markup Bold, Search Text Background
-base0B #16c60c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #61d6d6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3b78ff Functions, Methods, Attribute IDs, Headings
-base0E #b4009e Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #13a10e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cccccc;
- background: #0c0c0c
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #535353;
- color: #cccccc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #767676 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #767676
-}
-/* base04 - #b9b9b9 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b9b9b9
-}
-/* base05 - #cccccc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cccccc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e74856
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #c19c00
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f9f1a5
-}
-.hljs-strong {
- font-weight: bold;
- color: #f9f1a5
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #16c60c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #61d6d6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3b78ff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b4009e
-}
-.hljs-emphasis {
- color: #b4009e;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #13a10e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#0c0c0c}.hljs ::selection,.hljs::selection{background-color:#535353;color:#ccc}.hljs-comment{color:#767676}.hljs-tag{color:#b9b9b9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e74856}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c19c00}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f9f1a5}.hljs-strong{font-weight:700;color:#f9f1a5}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#16c60c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#61d6d6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3b78ff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b4009e}.hljs-emphasis{color:#b4009e;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#13a10e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/windows-95-light.scss b/node_modules/highlight.js/scss/base16/windows-95-light.scss
index bbf034d..c30dd24 100644
--- a/node_modules/highlight.js/scss/base16/windows-95-light.scss
+++ b/node_modules/highlight.js/scss/base16/windows-95-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows 95 Light
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-95-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fcfcfc Default Background
-base01 #e0e0e0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #c4c4c4 Selection Background
-base03 #a8a8a8 Comments, Invisibles, Line Highlighting
-base04 #7e7e7e Dark Foreground (Used for status bars)
-base05 #545454 Default Foreground, Caret, Delimiters, Operators
-base06 #2a2a2a Light Foreground (Not often used)
-base07 #000000 Light Background (Not often used)
-base08 #a80000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fcfc54 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a85400 Classes, Markup Bold, Search Text Background
-base0B #00a800 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00a8a8 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0000a8 Functions, Methods, Attribute IDs, Headings
-base0E #a800a8 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #54fc54 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #545454;
- background: #fcfcfc
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #c4c4c4;
- color: #545454
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #a8a8a8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #a8a8a8
-}
-/* base04 - #7e7e7e - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e7e7e
-}
-/* base05 - #545454 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #545454
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #a80000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fcfc54
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a85400
-}
-.hljs-strong {
- font-weight: bold;
- color: #a85400
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00a800
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00a8a8
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0000a8
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a800a8
-}
-.hljs-emphasis {
- color: #a800a8;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #54fc54
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#545454;background:#fcfcfc}.hljs ::selection,.hljs::selection{background-color:#c4c4c4;color:#545454}.hljs-comment{color:#a8a8a8}.hljs-tag{color:#7e7e7e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#545454}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#a80000}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fcfc54}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a85400}.hljs-strong{font-weight:700;color:#a85400}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00a800}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00a8a8}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0000a8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a800a8}.hljs-emphasis{color:#a800a8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#54fc54}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/windows-95.scss b/node_modules/highlight.js/scss/base16/windows-95.scss
index 002d6f9..962d307 100644
--- a/node_modules/highlight.js/scss/base16/windows-95.scss
+++ b/node_modules/highlight.js/scss/base16/windows-95.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows 95
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-95
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #1C1C1C Lighter Background (Used for status bars, line number and folding marks)
-base02 #383838 Selection Background
-base03 #545454 Comments, Invisibles, Line Highlighting
-base04 #7e7e7e Dark Foreground (Used for status bars)
-base05 #a8a8a8 Default Foreground, Caret, Delimiters, Operators
-base06 #d2d2d2 Light Foreground (Not often used)
-base07 #fcfcfc Light Background (Not often used)
-base08 #fc5454 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #a85400 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fcfc54 Classes, Markup Bold, Search Text Background
-base0B #54fc54 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #54fcfc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #5454fc Functions, Methods, Attribute IDs, Headings
-base0E #fc54fc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #00a800 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a8a8a8;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #383838;
- color: #a8a8a8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #545454 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #545454
-}
-/* base04 - #7e7e7e - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e7e7e
-}
-/* base05 - #a8a8a8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a8a8a8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fc5454
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #a85400
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fcfc54
-}
-.hljs-strong {
- font-weight: bold;
- color: #fcfc54
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #54fc54
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #54fcfc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #5454fc
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #fc54fc
-}
-.hljs-emphasis {
- color: #fc54fc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #00a800
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a8a8a8;background:#000}.hljs ::selection,.hljs::selection{background-color:#383838;color:#a8a8a8}.hljs-comment{color:#545454}.hljs-tag{color:#7e7e7e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a8a8a8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fc5454}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a85400}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fcfc54}.hljs-strong{font-weight:700;color:#fcfc54}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#54fc54}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#54fcfc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5454fc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#fc54fc}.hljs-emphasis{color:#fc54fc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#00a800}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/windows-high-contrast-light.scss b/node_modules/highlight.js/scss/base16/windows-high-contrast-light.scss
index 5589678..fb24f75 100644
--- a/node_modules/highlight.js/scss/base16/windows-high-contrast-light.scss
+++ b/node_modules/highlight.js/scss/base16/windows-high-contrast-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows High Contrast Light
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-high-contrast-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fcfcfc Default Background
-base01 #e8e8e8 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d4d4d4 Selection Background
-base03 #c0c0c0 Comments, Invisibles, Line Highlighting
-base04 #7e7e7e Dark Foreground (Used for status bars)
-base05 #545454 Default Foreground, Caret, Delimiters, Operators
-base06 #2a2a2a Light Foreground (Not often used)
-base07 #000000 Light Background (Not often used)
-base08 #800000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fcfc54 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #808000 Classes, Markup Bold, Search Text Background
-base0B #008000 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #008080 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #000080 Functions, Methods, Attribute IDs, Headings
-base0E #800080 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #54fc54 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #545454;
- background: #fcfcfc
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d4d4d4;
- color: #545454
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #c0c0c0 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #c0c0c0
-}
-/* base04 - #7e7e7e - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e7e7e
-}
-/* base05 - #545454 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #545454
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #800000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fcfc54
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #808000
-}
-.hljs-strong {
- font-weight: bold;
- color: #808000
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #008000
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #008080
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #000080
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #800080
-}
-.hljs-emphasis {
- color: #800080;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #54fc54
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#545454;background:#fcfcfc}.hljs ::selection,.hljs::selection{background-color:#d4d4d4;color:#545454}.hljs-comment{color:silver}.hljs-tag{color:#7e7e7e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#545454}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:maroon}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fcfc54}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:olive}.hljs-strong{font-weight:700;color:olive}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:green}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:teal}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:navy}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:purple}.hljs-emphasis{color:purple;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#54fc54}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/windows-high-contrast.scss b/node_modules/highlight.js/scss/base16/windows-high-contrast.scss
index 1ad278d..363f590 100644
--- a/node_modules/highlight.js/scss/base16/windows-high-contrast.scss
+++ b/node_modules/highlight.js/scss/base16/windows-high-contrast.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows High Contrast
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-high-contrast
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #1C1C1C Lighter Background (Used for status bars, line number and folding marks)
-base02 #383838 Selection Background
-base03 #545454 Comments, Invisibles, Line Highlighting
-base04 #a2a2a2 Dark Foreground (Used for status bars)
-base05 #c0c0c0 Default Foreground, Caret, Delimiters, Operators
-base06 #dedede Light Foreground (Not often used)
-base07 #fcfcfc Light Background (Not often used)
-base08 #fc5454 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #808000 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fcfc54 Classes, Markup Bold, Search Text Background
-base0B #54fc54 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #54fcfc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #5454fc Functions, Methods, Attribute IDs, Headings
-base0E #fc54fc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #008000 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c0c0c0;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #383838;
- color: #c0c0c0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #545454 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #545454
-}
-/* base04 - #a2a2a2 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a2a2a2
-}
-/* base05 - #c0c0c0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c0c0c0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fc5454
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #808000
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fcfc54
-}
-.hljs-strong {
- font-weight: bold;
- color: #fcfc54
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #54fc54
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #54fcfc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #5454fc
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #fc54fc
-}
-.hljs-emphasis {
- color: #fc54fc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #008000
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:silver;background:#000}.hljs ::selection,.hljs::selection{background-color:#383838;color:silver}.hljs-comment{color:#545454}.hljs-tag{color:#a2a2a2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:silver}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fc5454}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:olive}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fcfc54}.hljs-strong{font-weight:700;color:#fcfc54}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#54fc54}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#54fcfc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5454fc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#fc54fc}.hljs-emphasis{color:#fc54fc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:green}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/windows-nt-light.scss b/node_modules/highlight.js/scss/base16/windows-nt-light.scss
index a029d7d..4332edf 100644
--- a/node_modules/highlight.js/scss/base16/windows-nt-light.scss
+++ b/node_modules/highlight.js/scss/base16/windows-nt-light.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows NT Light
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-nt-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ffffff Default Background
-base01 #eaeaea Lighter Background (Used for status bars, line number and folding marks)
-base02 #d5d5d5 Selection Background
-base03 #c0c0c0 Comments, Invisibles, Line Highlighting
-base04 #a0a0a0 Dark Foreground (Used for status bars)
-base05 #808080 Default Foreground, Caret, Delimiters, Operators
-base06 #404040 Light Foreground (Not often used)
-base07 #000000 Light Background (Not often used)
-base08 #800000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ffff00 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #808000 Classes, Markup Bold, Search Text Background
-base0B #008000 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #008080 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #000080 Functions, Methods, Attribute IDs, Headings
-base0E #800080 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #00ff00 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #808080;
- background: #ffffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d5d5d5;
- color: #808080
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #c0c0c0 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #c0c0c0
-}
-/* base04 - #a0a0a0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a0a0a0
-}
-/* base05 - #808080 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #808080
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #800000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ffff00
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #808000
-}
-.hljs-strong {
- font-weight: bold;
- color: #808000
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #008000
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #008080
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #000080
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #800080
-}
-.hljs-emphasis {
- color: #800080;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #00ff00
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:grey;background:#fff}.hljs ::selection,.hljs::selection{background-color:#d5d5d5;color:grey}.hljs-comment{color:silver}.hljs-tag{color:#a0a0a0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:grey}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:maroon}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff0}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:olive}.hljs-strong{font-weight:700;color:olive}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:green}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:teal}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:navy}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:purple}.hljs-emphasis{color:purple;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#0f0}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/windows-nt.scss b/node_modules/highlight.js/scss/base16/windows-nt.scss
index 4a2608b..b37fdf5 100644
--- a/node_modules/highlight.js/scss/base16/windows-nt.scss
+++ b/node_modules/highlight.js/scss/base16/windows-nt.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows NT
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-nt
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #2a2a2a Lighter Background (Used for status bars, line number and folding marks)
-base02 #555555 Selection Background
-base03 #808080 Comments, Invisibles, Line Highlighting
-base04 #a1a1a1 Dark Foreground (Used for status bars)
-base05 #c0c0c0 Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #ff0000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #808000 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffff00 Classes, Markup Bold, Search Text Background
-base0B #00ff00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00ffff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0000ff Functions, Methods, Attribute IDs, Headings
-base0E #ff00ff Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #008000 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c0c0c0;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #555555;
- color: #c0c0c0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #808080 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #808080
-}
-/* base04 - #a1a1a1 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a1a1a1
-}
-/* base05 - #c0c0c0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c0c0c0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff0000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #808000
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffff00
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffff00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00ff00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00ffff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0000ff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ff00ff
-}
-.hljs-emphasis {
- color: #ff00ff;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #008000
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:silver;background:#000}.hljs ::selection,.hljs::selection{background-color:#555;color:silver}.hljs-comment{color:grey}.hljs-tag{color:#a1a1a1}.hljs-operator,.hljs-punctuation,.hljs-subst{color:silver}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:red}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:olive}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ff0}.hljs-strong{font-weight:700;color:#ff0}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#0f0}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0ff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#00f}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#f0f}.hljs-emphasis{color:#f0f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:green}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/woodland.scss b/node_modules/highlight.js/scss/base16/woodland.scss
index 128ad4e..a83a68b 100644
--- a/node_modules/highlight.js/scss/base16/woodland.scss
+++ b/node_modules/highlight.js/scss/base16/woodland.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Woodland
Author: Jay Cornwall (https://jcornwall.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme woodland
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #231e18 Default Background
-base01 #302b25 Lighter Background (Used for status bars, line number and folding marks)
-base02 #48413a Selection Background
-base03 #9d8b70 Comments, Invisibles, Line Highlighting
-base04 #b4a490 Dark Foreground (Used for status bars)
-base05 #cabcb1 Default Foreground, Caret, Delimiters, Operators
-base06 #d7c8bc Light Foreground (Not often used)
-base07 #e4d4c8 Light Background (Not often used)
-base08 #d35c5c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ca7f32 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #e0ac16 Classes, Markup Bold, Search Text Background
-base0B #b7ba53 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #6eb958 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #88a4d3 Functions, Methods, Attribute IDs, Headings
-base0E #bb90e2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b49368 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cabcb1;
- background: #231e18
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #48413a;
- color: #cabcb1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #9d8b70 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #9d8b70
-}
-/* base04 - #b4a490 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b4a490
-}
-/* base05 - #cabcb1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cabcb1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d35c5c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ca7f32
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #e0ac16
-}
-.hljs-strong {
- font-weight: bold;
- color: #e0ac16
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #b7ba53
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #6eb958
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #88a4d3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #bb90e2
-}
-.hljs-emphasis {
- color: #bb90e2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b49368
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cabcb1;background:#231e18}.hljs ::selection,.hljs::selection{background-color:#48413a;color:#cabcb1}.hljs-comment{color:#9d8b70}.hljs-tag{color:#b4a490}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cabcb1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d35c5c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ca7f32}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e0ac16}.hljs-strong{font-weight:700;color:#e0ac16}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#b7ba53}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#6eb958}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#88a4d3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bb90e2}.hljs-emphasis{color:#bb90e2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b49368}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/xcode-dusk.scss b/node_modules/highlight.js/scss/base16/xcode-dusk.scss
index e765a98..7cf105a 100644
--- a/node_modules/highlight.js/scss/base16/xcode-dusk.scss
+++ b/node_modules/highlight.js/scss/base16/xcode-dusk.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: XCode Dusk
Author: Elsa Gonsiorowski (https://github.com/gonsie)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme xcode-dusk
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282B35 Default Background
-base01 #3D4048 Lighter Background (Used for status bars, line number and folding marks)
-base02 #53555D Selection Background
-base03 #686A71 Comments, Invisibles, Line Highlighting
-base04 #7E8086 Dark Foreground (Used for status bars)
-base05 #939599 Default Foreground, Caret, Delimiters, Operators
-base06 #A9AAAE Light Foreground (Not often used)
-base07 #BEBFC2 Light Background (Not often used)
-base08 #B21889 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #786DC5 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #438288 Classes, Markup Bold, Search Text Background
-base0B #DF0002 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00A0BE Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #790EAD Functions, Methods, Attribute IDs, Headings
-base0E #B21889 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #C77C48 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #939599;
- background: #282B35
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #53555D;
- color: #939599
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #686A71 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #686A71
-}
-/* base04 - #7E8086 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7E8086
-}
-/* base05 - #939599 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #939599
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #B21889
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #786DC5
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #438288
-}
-.hljs-strong {
- font-weight: bold;
- color: #438288
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #DF0002
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00A0BE
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #790EAD
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #B21889
-}
-.hljs-emphasis {
- color: #B21889;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #C77C48
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#939599;background:#282b35}.hljs ::selection,.hljs::selection{background-color:#53555d;color:#939599}.hljs-comment{color:#686a71}.hljs-tag{color:#7e8086}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#939599}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b21889}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#786dc5}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#438288}.hljs-strong{font-weight:700;color:#438288}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#df0002}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00a0be}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#790ead}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b21889}.hljs-emphasis{color:#b21889;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c77c48}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/base16/zenburn.scss b/node_modules/highlight.js/scss/base16/zenburn.scss
index cc69301..a075f5f 100644
--- a/node_modules/highlight.js/scss/base16/zenburn.scss
+++ b/node_modules/highlight.js/scss/base16/zenburn.scss
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Zenburn
Author: elnawe
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme zenburn
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #383838 Default Background
-base01 #404040 Lighter Background (Used for status bars, line number and folding marks)
-base02 #606060 Selection Background
-base03 #6f6f6f Comments, Invisibles, Line Highlighting
-base04 #808080 Dark Foreground (Used for status bars)
-base05 #dcdccc Default Foreground, Caret, Delimiters, Operators
-base06 #c0c0c0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #dca3a3 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #dfaf8f Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #e0cf9f Classes, Markup Bold, Search Text Background
-base0B #5f7f5f Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #93e0e3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7cb8bb Functions, Methods, Attribute IDs, Headings
-base0E #dc8cc3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #000000 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #dcdccc;
- background: #383838
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #606060;
- color: #dcdccc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6f6f6f - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6f6f6f
-}
-/* base04 - #808080 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #808080
-}
-/* base05 - #dcdccc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #dcdccc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #dca3a3
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #dfaf8f
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #e0cf9f
-}
-.hljs-strong {
- font-weight: bold;
- color: #e0cf9f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #5f7f5f
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #93e0e3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7cb8bb
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #dc8cc3
-}
-.hljs-emphasis {
- color: #dc8cc3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #000000
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dcdccc;background:#383838}.hljs ::selection,.hljs::selection{background-color:#606060;color:#dcdccc}.hljs-comment{color:#6f6f6f}.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dcdccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dca3a3}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dfaf8f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e0cf9f}.hljs-strong{font-weight:700;color:#e0cf9f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5f7f5f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#93e0e3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cb8bb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#dc8cc3}.hljs-emphasis{color:#dc8cc3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#000}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/brown-paper.scss b/node_modules/highlight.js/scss/brown-paper.scss
index e6f245f..6231e8a 100644
--- a/node_modules/highlight.js/scss/brown-paper.scss
+++ b/node_modules/highlight.js/scss/brown-paper.scss
@@ -1,63 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Brown Paper style from goldblog.com.ua (c) Zaripov Yura
-
-*/
-.hljs {
- color: #363c69;
- background: #b7a68e url(./brown-papersq.png)
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal {
- color: #005599;
- font-weight: bold
-}
-.hljs-subst {
- /* default */
-
-}
-.hljs-string,
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-attribute,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-built_in,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-link,
-.hljs-name {
- color: #2c009f
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-meta,
-.hljs-deletion {
- color: #802022
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-doctag,
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#363c69;background:url(./brown-papersq.png) #b7a68e}.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#059}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-link,.hljs-name,.hljs-section,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#2c009f}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#802022}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/codepen-embed.scss b/node_modules/highlight.js/scss/codepen-embed.scss
index 01e2fd5..0d7dff6 100644
--- a/node_modules/highlight.js/scss/codepen-embed.scss
+++ b/node_modules/highlight.js/scss/codepen-embed.scss
@@ -1,57 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- codepen.io Embed Theme
- Author: Justin Perry
- Original theme - https://github.com/chriskempson/tomorrow-theme
-*/
-.hljs {
- background: #222;
- color: #fff
-}
-.hljs-comment,
-.hljs-quote {
- color: #777
-}
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-regexp,
-.hljs-meta,
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-params,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-deletion {
- color: #ab875d
-}
-.hljs-section,
-.hljs-title,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-type,
-.hljs-attribute {
- color: #9b869b
-}
-.hljs-string,
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-addition {
- color: #8f9c6c
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#222;color:#fff}.hljs-comment,.hljs-quote{color:#777}.hljs-built_in,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-regexp,.hljs-symbol,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ab875d}.hljs-attribute,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-title,.hljs-type{color:#9b869b}.hljs-addition,.hljs-keyword,.hljs-selector-tag,.hljs-string{color:#8f9c6c}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/color-brewer.scss b/node_modules/highlight.js/scss/color-brewer.scss
index c0db73c..1c677e3 100644
--- a/node_modules/highlight.js/scss/color-brewer.scss
+++ b/node_modules/highlight.js/scss/color-brewer.scss
@@ -1,66 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Colorbrewer theme
-Original: https://github.com/mbostock/colorbrewer-theme (c) Mike Bostock
-Ported by Fabrício Tavares de Oliveira
-
-*/
-.hljs {
- color: #000;
- background: #fff
-}
-.hljs-subst {
- /* default */
-
-}
-.hljs-string,
-.hljs-meta,
-.hljs-symbol,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-addition {
- color: #756bb1
-}
-.hljs-comment,
-.hljs-quote {
- color: #636363
-}
-.hljs-number,
-.hljs-regexp,
-.hljs-literal,
-.hljs-bullet,
-.hljs-link {
- color: #31a354
-}
-.hljs-deletion,
-.hljs-variable {
- color: #88f
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-title,
-.hljs-section,
-.hljs-built_in,
-.hljs-doctag,
-.hljs-type,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-strong {
- color: #3182bd
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-attribute {
- color: #e6550d
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-addition,.hljs-meta,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable{color:#756bb1}.hljs-comment,.hljs-quote{color:#636363}.hljs-bullet,.hljs-link,.hljs-literal,.hljs-number,.hljs-regexp{color:#31a354}.hljs-deletion,.hljs-variable{color:#88f}.hljs-built_in,.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-tag,.hljs-title,.hljs-type{color:#3182bd}.hljs-emphasis{font-style:italic}.hljs-attribute{color:#e6550d}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/cybertopia-cherry.scss b/node_modules/highlight.js/scss/cybertopia-cherry.scss
deleted file mode 100644
index 273a250..0000000
--- a/node_modules/highlight.js/scss/cybertopia-cherry.scss
+++ /dev/null
@@ -1,103 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Theme: Cybertopia Cherry
- Author: Alexandre ZANNI (noraj)
- Repository: https://github.com/noraj/cybertopia-highlightjs
-*/
-:root {
- --hljs-bg: #101010;
- --hljs-mono-1: #abb2bf;
- --hljs-mono-3: #5c6370;
- --hljs-hue-1: #C50243;
- --hljs-hue-2: #C50253;
- --hljs-hue-3: #C50263;
- --hljs-hue-4: #02c797;
- --hljs-hue-5: #02C584;
- --hljs-hue-6: #02C574;
- --hljs-hue-6-2: #02C563;
- --hljs-hue-7: #C50233
-}
-.hljs {
- color: var(--hljs-mono-1);
- background: var(--hljs-bg)
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-code {
- color: var(--hljs-mono-3);
- font-style: italic
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-formula,
-.hljs-meta .hljs-keyword {
- color: var(--hljs-hue-3)
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: var(--hljs-hue-5)
-}
-.hljs-literal {
- color: var(--hljs-hue-1)
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: var(--hljs-hue-4)
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number,
-.hljs-punctuation,
-.hljs-variable.language_ {
- color: var(--hljs-hue-6)
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title,
-.hljs-title.function_,
-.hljs-property,
-.hljs-tag,
-.hljs-char.escape_ {
- color: var(--hljs-hue-2)
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-class .hljs-title {
- color: var(--hljs-hue-6-2)
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
-.hljs-params,
-.hljs-operator,
-.hljs-template-tag {
- color: var(--hljs-hue-7)
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/cybertopia-dimmer.scss b/node_modules/highlight.js/scss/cybertopia-dimmer.scss
deleted file mode 100644
index 314f06c..0000000
--- a/node_modules/highlight.js/scss/cybertopia-dimmer.scss
+++ /dev/null
@@ -1,103 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Theme: Cybertopia Dimmer
- Author: Alexandre ZANNI (noraj)
- Repository: https://github.com/noraj/cybertopia-highlightjs
-*/
-:root {
- --hljs-bg: #101010;
- --hljs-mono-1: #abb2bf;
- --hljs-mono-3: #5c6370;
- --hljs-hue-1: #97C502;
- --hljs-hue-2: #469EBE;
- --hljs-hue-3: #A246BE;
- --hljs-hue-4: #02c797;
- --hljs-hue-5: #C50233;
- --hljs-hue-6: #BE6446;
- --hljs-hue-6-2: #c5bb02;
- --hljs-hue-7: #64BE46
-}
-.hljs {
- color: var(--hljs-mono-1);
- background: var(--hljs-bg)
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-code {
- color: var(--hljs-mono-3);
- font-style: italic
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-formula,
-.hljs-meta .hljs-keyword {
- color: var(--hljs-hue-3)
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: var(--hljs-hue-5)
-}
-.hljs-literal {
- color: var(--hljs-hue-1)
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: var(--hljs-hue-4)
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number,
-.hljs-punctuation,
-.hljs-variable.language_ {
- color: var(--hljs-hue-6)
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title,
-.hljs-title.function_,
-.hljs-property,
-.hljs-tag,
-.hljs-char.escape_ {
- color: var(--hljs-hue-2)
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-class .hljs-title {
- color: var(--hljs-hue-6-2)
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
-.hljs-params,
-.hljs-operator,
-.hljs-template-tag {
- color: var(--hljs-hue-7)
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/cybertopia-icecap.scss b/node_modules/highlight.js/scss/cybertopia-icecap.scss
deleted file mode 100644
index 1244a6c..0000000
--- a/node_modules/highlight.js/scss/cybertopia-icecap.scss
+++ /dev/null
@@ -1,103 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Theme: Cybertopia Icecap
- Author: Alexandre ZANNI (noraj)
- Repository: https://github.com/noraj/cybertopia-highlightjs
-*/
-:root {
- --hljs-bg: #101010;
- --hljs-mono-1: #abb2bf;
- --hljs-mono-3: #5c6370;
- --hljs-hue-1: #0274C5;
- --hljs-hue-2: #025AC5;
- --hljs-hue-3: #0240C5;
- --hljs-hue-4: #02c797;
- --hljs-hue-5: #02C5AE;
- --hljs-hue-6: #02C2C5;
- --hljs-hue-6-2: #02A8C5;
- --hljs-hue-7: #028EC5
-}
-.hljs {
- color: var(--hljs-mono-1);
- background: var(--hljs-bg)
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-code {
- color: var(--hljs-mono-3);
- font-style: italic
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-formula,
-.hljs-meta .hljs-keyword {
- color: var(--hljs-hue-3)
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: var(--hljs-hue-5)
-}
-.hljs-literal {
- color: var(--hljs-hue-1)
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: var(--hljs-hue-4)
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number,
-.hljs-punctuation,
-.hljs-variable.language_ {
- color: var(--hljs-hue-6)
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title,
-.hljs-title.function_,
-.hljs-property,
-.hljs-tag,
-.hljs-char.escape_ {
- color: var(--hljs-hue-2)
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-class .hljs-title {
- color: var(--hljs-hue-6-2)
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
-.hljs-params,
-.hljs-operator,
-.hljs-template-tag {
- color: var(--hljs-hue-7)
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/cybertopia-saturated.scss b/node_modules/highlight.js/scss/cybertopia-saturated.scss
deleted file mode 100644
index f5a8b4e..0000000
--- a/node_modules/highlight.js/scss/cybertopia-saturated.scss
+++ /dev/null
@@ -1,103 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Theme: Cybertopia Saturated
- Author: Alexandre ZANNI (noraj)
- Repository: https://github.com/noraj/cybertopia-highlightjs
-*/
-:root {
- --hljs-bg: #101010;
- --hljs-mono-1: #abb2bf;
- --hljs-mono-3: #5c6370;
- --hljs-hue-1: #5AF202;
- --hljs-hue-2: #08B7FD;
- --hljs-hue-3: #E917FD;
- --hljs-hue-4: #02c797;
- --hljs-hue-5: #E30202;
- --hljs-hue-6: #FD9926;
- --hljs-hue-6-2: #ffea00;
- --hljs-hue-7: #35FD56
-}
-.hljs {
- color: var(--hljs-mono-1);
- background: var(--hljs-bg)
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-code {
- color: var(--hljs-mono-3);
- font-style: italic
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-formula,
-.hljs-meta .hljs-keyword {
- color: var(--hljs-hue-3)
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: var(--hljs-hue-5)
-}
-.hljs-literal {
- color: var(--hljs-hue-1)
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: var(--hljs-hue-4)
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number,
-.hljs-punctuation,
-.hljs-variable.language_ {
- color: var(--hljs-hue-6)
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title,
-.hljs-title.function_,
-.hljs-property,
-.hljs-tag,
-.hljs-char.escape_ {
- color: var(--hljs-hue-2)
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-class .hljs-title {
- color: var(--hljs-hue-6-2)
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
-.hljs-params,
-.hljs-operator,
-.hljs-template-tag {
- color: var(--hljs-hue-7)
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/dark.scss b/node_modules/highlight.js/scss/dark.scss
index bdeceb2..9ed546b 100644
--- a/node_modules/highlight.js/scss/dark.scss
+++ b/node_modules/highlight.js/scss/dark.scss
@@ -1,62 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Dark style from softwaremaniacs.org (c) Ivan Sagalaev
-
-*/
-.hljs {
- color: #ddd;
- background: #303030
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-section,
-.hljs-link {
- color: white
-}
-.hljs-subst {
- /* default */
-
-}
-.hljs-string,
-.hljs-title,
-.hljs-name,
-.hljs-type,
-.hljs-attribute,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-built_in,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable {
- color: #d88
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-deletion,
-.hljs-meta {
- color: #979797
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-title,
-.hljs-section,
-.hljs-doctag,
-.hljs-type,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ddd;background:#303030}.hljs-keyword,.hljs-link,.hljs-literal,.hljs-section,.hljs-selector-tag{color:#fff}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-name,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#d88}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#979797}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/default.scss b/node_modules/highlight.js/scss/default.scss
index 6c4d2b3..a75ea91 100644
--- a/node_modules/highlight.js/scss/default.scss
+++ b/node_modules/highlight.js/scss/default.scss
@@ -1,11 +1,3 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Default
Description: Original highlight.js style
@@ -14,104 +6,4 @@ code.hljs {
Website: https://highlightjs.org/
License: see project LICENSE
Touched: 2021
-*/
-/*
-This is left on purpose making default.css the single file that can be lifted
-as-is from the repository directly without the need for a build step
-
-Typically this "required" baseline CSS is added by `makestuff.js` during build.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/* end baseline CSS */
-.hljs {
- background: #F3F3F3;
- color: #444
-}
-/* Base color: saturation 0; */
-.hljs-subst {
- /* default */
-
-}
-/* purposely ignored */
-.hljs-formula,
-.hljs-attr,
-.hljs-property,
-.hljs-params {
-
-}
-.hljs-comment {
- color: #697070
-}
-.hljs-tag,
-.hljs-punctuation {
- color: #444a
-}
-.hljs-tag .hljs-name,
-.hljs-tag .hljs-attr {
- color: #444
-}
-.hljs-keyword,
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-name {
- font-weight: bold
-}
-/* User color: hue: 0 */
-.hljs-type,
-.hljs-string,
-.hljs-number,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion {
- color: #880000
-}
-.hljs-title,
-.hljs-section {
- color: #880000;
- font-weight: bold
-}
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-operator,
-.hljs-selector-pseudo {
- color: #ab5656
-}
-/* Language color: hue: 90; */
-.hljs-literal {
- color: #695
-}
-.hljs-built_in,
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #397300
-}
-/* Meta color: hue: 200 */
-.hljs-meta {
- color: #1f7199
-}
-.hljs-meta .hljs-string {
- color: #38a
-}
-/* Misc effects */
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#f3f3f3;color:#444}.hljs-comment{color:#697070}.hljs-punctuation,.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#444}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-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-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#ab5656}.hljs-literal{color:#695}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/devibeans.scss b/node_modules/highlight.js/scss/devibeans.scss
index a35e363..d8c4c0f 100644
--- a/node_modules/highlight.js/scss/devibeans.scss
+++ b/node_modules/highlight.js/scss/devibeans.scss
@@ -1,90 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: devibeans (dark)
Author: @terminaldweller
Maintainer: @terminaldweller
Inspired by vim's jellybeans theme (https://github.com/nanotech/jellybeans.vim)
-*/
-.hljs {
- background: #000000;
- color: #a39e9b
-}
-.hljs-attr,
-.hljs-template-tag {
- color: #8787d7
-}
-.hljs-comment,
-.hljs-doctag,
-.hljs-quote {
- color: #339966
-}
-.hljs-params {
- color: #a39e9b
-}
-.hljs-regexp {
- color: #d700ff
-}
-.hljs-tag,
-.hljs-selector-id,
-.hljs-number,
-.hljs-literal {
- color: #ef5350
-}
-.hljs-meta,
-.hljs-meta .hljs-keyword {
- color: #0087ff
-}
-/* opt-out */
-.hljs-operator,
-.hljs-punctuation {
-
-}
-.hljs-selector-class,
-.hljs-code,
-.hljs-formula,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-link,
-.hljs-keyword {
- color: #64b5f6
-}
-.hljs-built_in,
-.hljs-title,
-.hljs-deletion {
- color: #ff8700
-}
-.hljs-type,
-.hljs-section,
-.hljs-function,
-.hljs-name,
-.hljs-property,
-.hljs-attribute {
- color: #ffd75f
-}
-.hljs-meta .hljs-string,
-.hljs-string,
-.hljs-subst,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #558b2f
-}
-.hljs-selector-tag {
- color: #9966ff
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+*/.hljs{background:#000;color:#a39e9b}.hljs-attr,.hljs-template-tag{color:#8787d7}.hljs-comment,.hljs-doctag,.hljs-quote{color:#396}.hljs-params{color:#a39e9b}.hljs-regexp{color:#d700ff}.hljs-literal,.hljs-number,.hljs-selector-id,.hljs-tag{color:#ef5350}.hljs-meta,.hljs-meta .hljs-keyword{color:#0087ff}.hljs-code,.hljs-formula,.hljs-keyword,.hljs-link,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-variable{color:#64b5f6}.hljs-built_in,.hljs-deletion,.hljs-title{color:#ff8700}.hljs-attribute,.hljs-function,.hljs-name,.hljs-property,.hljs-section,.hljs-type{color:#ffd75f}.hljs-addition,.hljs-bullet,.hljs-meta .hljs-string,.hljs-string,.hljs-subst,.hljs-symbol{color:#558b2f}.hljs-selector-tag{color:#96f}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/docco.scss b/node_modules/highlight.js/scss/docco.scss
index 1be51b4..382ecbb 100644
--- a/node_modules/highlight.js/scss/docco.scss
+++ b/node_modules/highlight.js/scss/docco.scss
@@ -1,83 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
-*/
-.hljs {
- color: #000;
- background: #f8f8ff
-}
-.hljs-comment,
-.hljs-quote {
- color: #408080;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-subst {
- color: #954121
-}
-.hljs-number {
- color: #40a070
-}
-.hljs-string,
-.hljs-doctag {
- color: #219161
-}
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-section,
-.hljs-type {
- color: #19469d
-}
-.hljs-params {
- color: #00f
-}
-.hljs-title {
- color: #458;
- font-weight: bold
-}
-.hljs-tag,
-.hljs-name,
-.hljs-attribute {
- color: #000080;
- font-weight: normal
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #008080
-}
-.hljs-regexp,
-.hljs-link {
- color: #b68
-}
-.hljs-symbol,
-.hljs-bullet {
- color: #990073
-}
-.hljs-built_in {
- color: #0086b3
-}
-.hljs-meta {
- color: #999;
- font-weight: bold
-}
-.hljs-deletion {
- background: #fdd
-}
-.hljs-addition {
- background: #dfd
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#f8f8ff}.hljs-comment,.hljs-quote{color:#408080;font-style:italic}.hljs-keyword,.hljs-literal,.hljs-selector-tag,.hljs-subst{color:#954121}.hljs-number{color:#40a070}.hljs-doctag,.hljs-string{color:#219161}.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-type{color:#19469d}.hljs-params{color:#00f}.hljs-title{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-template-variable,.hljs-variable{color:teal}.hljs-link,.hljs-regexp{color:#b68}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/far.scss b/node_modules/highlight.js/scss/far.scss
index ecf7cf5..c338ef6 100644
--- a/node_modules/highlight.js/scss/far.scss
+++ b/node_modules/highlight.js/scss/far.scss
@@ -1,67 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-FAR Style (c) MajestiC
-
-*/
-.hljs {
- color: #0ff;
- background: #000080
-}
-.hljs-subst {
- /* default */
-
-}
-.hljs-string,
-.hljs-attribute,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-built_in,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-addition {
- color: #ff0
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-section,
-.hljs-type,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-variable {
- color: #fff
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-doctag,
-.hljs-deletion {
- color: #888
-}
-.hljs-number,
-.hljs-regexp,
-.hljs-literal,
-.hljs-link {
- color: #0f0
-}
-.hljs-meta {
- color: #008080
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-title,
-.hljs-section,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#0ff;background:navy}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable{color:#ff0}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-type,.hljs-variable{color:#fff}.hljs-comment,.hljs-deletion,.hljs-doctag,.hljs-quote{color:#888}.hljs-link,.hljs-literal,.hljs-number,.hljs-regexp{color:#0f0}.hljs-meta{color:teal}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/felipec.scss b/node_modules/highlight.js/scss/felipec.scss
index 2d19c39..3a21319 100644
--- a/node_modules/highlight.js/scss/felipec.scss
+++ b/node_modules/highlight.js/scss/felipec.scss
@@ -1,94 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
* Theme: FelipeC
* Author: (c) 2021 Felipe Contreras
* Website: https://github.com/felipec/vim-felipec
*
* Autogenerated with vim-felipec's generator.
-*/
-.hljs {
- color: #dedde4;
- background-color: #1d1c21
-}
-.hljs::selection,
-.hljs ::selection {
- color: #1d1c21;
- background-color: #ba9cef
-}
-.hljs-comment,
-.hljs-code,
-.hljs-quote {
- color: #9e9da4
-}
-.hljs-number,
-.hljs-literal,
-.hljs-deletion {
- color: #f09080
-}
-.hljs-punctuation,
-.hljs-meta,
-.hljs-operator,
-.hljs-subst,
-.hljs-doctag,
-.hljs-template-variable,
-.hljs-selector-attr {
- color: #ffbb7b
-}
-.hljs-type {
- color: #fddb7c
-}
-.hljs-tag,
-.hljs-title,
-.hljs-selector-class,
-.hljs-selector-id {
- color: #c4da7d
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition {
- color: #93e4a4
-}
-.hljs-class,
-.hljs-property {
- color: #65e7d1
-}
-.hljs-name,
-.hljs-selector-tag {
- color: #30c2d8
-}
-.hljs-keyword,
-.hljs-built_in {
- color: #5fb8f2
-}
-.hljs-section,
-.hljs-bullet {
- color: #90aafa
-}
-.hljs-selector-pseudo {
- color: #ba9cef
-}
-.hljs-variable,
-.hljs-params,
-.hljs-attr,
-.hljs-attribute {
- color: #d991d2
-}
-.hljs-symbol,
-.hljs-link {
- color: #ec8dab
-}
-.hljs-strong,
-.hljs-literal,
-.hljs-title {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+*/.hljs{color:#dddde1;background:#1e1e22}.hljs ::selection,.hljs::selection{color:#1e1e22;background:#bf8fef}.hljs-code,.hljs-comment,.hljs-quote{color:#888896}.hljs-deletion,.hljs-literal,.hljs-number{color:#ef8f8f}.hljs-doctag,.hljs-meta,.hljs-operator,.hljs-punctuation,.hljs-selector-attr,.hljs-subst,.hljs-template-variable{color:#efbf8f}.hljs-type{color:#efef8f}.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-title{color:#bfef8f}.hljs-addition,.hljs-regexp,.hljs-string{color:#8fef8f}.hljs-class,.hljs-property{color:#8fefbf}.hljs-name,.hljs-selector-tag{color:#8fefef}.hljs-built_in,.hljs-keyword{color:#8fbfef}.hljs-bullet,.hljs-section{color:#8f8fef}.hljs-selector-pseudo{color:#bf8fef}.hljs-attr,.hljs-attribute,.hljs-params,.hljs-variable{color:#ef8fef}.hljs-link,.hljs-symbol{color:#ef8fbf}.hljs-literal,.hljs-strong,.hljs-title{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/foundation.scss b/node_modules/highlight.js/scss/foundation.scss
index 87641c7..1ddcfa6 100644
--- a/node_modules/highlight.js/scss/foundation.scss
+++ b/node_modules/highlight.js/scss/foundation.scss
@@ -1,80 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Description: Foundation 4 docs style for highlight.js
-Author: Dan Allen
-Website: http://foundation.zurb.com/docs/
-Version: 1.0
-Date: 2013-04-02
-*/
-.hljs {
- background: #eee;
- color: black
-}
-.hljs-link,
-.hljs-emphasis,
-.hljs-attribute,
-.hljs-addition {
- color: #070
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong,
-.hljs-string,
-.hljs-deletion {
- color: #d14
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-quote,
-.hljs-comment {
- color: #998;
- font-style: italic
-}
-.hljs-section,
-.hljs-title {
- color: #900
-}
-.hljs-class .hljs-title,
-.hljs-title.class_,
-.hljs-type {
- color: #458
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #336699
-}
-.hljs-bullet {
- color: #997700
-}
-.hljs-meta {
- color: #3344bb
-}
-.hljs-code,
-.hljs-number,
-.hljs-literal,
-.hljs-keyword,
-.hljs-selector-tag {
- color: #099
-}
-.hljs-regexp {
- background-color: #fff0ff;
- color: #880088
-}
-.hljs-symbol {
- color: #990073
-}
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class {
- color: #007700
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#eee;color:#000}.hljs-addition,.hljs-attribute,.hljs-emphasis,.hljs-link{color:#070}.hljs-emphasis{font-style:italic}.hljs-deletion,.hljs-string,.hljs-strong{color:#d14}.hljs-strong{font-weight:700}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-section,.hljs-title{color:#900}.hljs-class .hljs-title,.hljs-title.class_,.hljs-type{color:#458}.hljs-template-variable,.hljs-variable{color:#369}.hljs-bullet{color:#970}.hljs-meta{color:#34b}.hljs-code,.hljs-keyword,.hljs-literal,.hljs-number,.hljs-selector-tag{color:#099}.hljs-regexp{background-color:#fff0ff;color:#808}.hljs-symbol{color:#990073}.hljs-name,.hljs-selector-class,.hljs-selector-id,.hljs-tag{color:#070}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/github-dark-dimmed.scss b/node_modules/highlight.js/scss/github-dark-dimmed.scss
index f3855ca..e266dfc 100644
--- a/node_modules/highlight.js/scss/github-dark-dimmed.scss
+++ b/node_modules/highlight.js/scss/github-dark-dimmed.scss
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: GitHub Dark Dimmed
Description: Dark dimmed theme as seen on github.com
Author: github.com
@@ -14,104 +6,4 @@ code.hljs {
Updated: 2021-05-15
Colors taken from GitHub's CSS
-*/
-.hljs {
- color: #adbac7;
- background: #22272e
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-meta .hljs-keyword,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-type,
-.hljs-variable.language_ {
- /* prettylights-syntax-keyword */
- color: #f47067
-}
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-title.function_ {
- /* prettylights-syntax-entity */
- color: #dcbdfb
-}
-.hljs-attr,
-.hljs-attribute,
-.hljs-literal,
-.hljs-meta,
-.hljs-number,
-.hljs-operator,
-.hljs-variable,
-.hljs-selector-attr,
-.hljs-selector-class,
-.hljs-selector-id {
- /* prettylights-syntax-constant */
- color: #6cb6ff
-}
-.hljs-regexp,
-.hljs-string,
-.hljs-meta .hljs-string {
- /* prettylights-syntax-string */
- color: #96d0ff
-}
-.hljs-built_in,
-.hljs-symbol {
- /* prettylights-syntax-variable */
- color: #f69d50
-}
-.hljs-comment,
-.hljs-code,
-.hljs-formula {
- /* prettylights-syntax-comment */
- color: #768390
-}
-.hljs-name,
-.hljs-quote,
-.hljs-selector-tag,
-.hljs-selector-pseudo {
- /* prettylights-syntax-entity-tag */
- color: #8ddb8c
-}
-.hljs-subst {
- /* prettylights-syntax-storage-modifier-import */
- color: #adbac7
-}
-.hljs-section {
- /* prettylights-syntax-markup-heading */
- color: #316dca;
- font-weight: bold
-}
-.hljs-bullet {
- /* prettylights-syntax-markup-list */
- color: #eac55f
-}
-.hljs-emphasis {
- /* prettylights-syntax-markup-italic */
- color: #adbac7;
- font-style: italic
-}
-.hljs-strong {
- /* prettylights-syntax-markup-bold */
- color: #adbac7;
- font-weight: bold
-}
-.hljs-addition {
- /* prettylights-syntax-markup-inserted */
- color: #b4f1b4;
- background-color: #1b4721
-}
-.hljs-deletion {
- /* prettylights-syntax-markup-deleted */
- color: #ffd8d3;
- background-color: #78191b
-}
-.hljs-char.escape_,
-.hljs-link,
-.hljs-params,
-.hljs-property,
-.hljs-punctuation,
-.hljs-tag {
- /* purposely ignored */
-
-}
\ No newline at end of file
+*/.hljs{color:#adbac7;background:#22272e}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#f47067}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#dcbdfb}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#6cb6ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#96d0ff}.hljs-built_in,.hljs-symbol{color:#f69d50}.hljs-code,.hljs-comment,.hljs-formula{color:#768390}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#8ddb8c}.hljs-subst{color:#adbac7}.hljs-section{color:#316dca;font-weight:700}.hljs-bullet{color:#eac55f}.hljs-emphasis{color:#adbac7;font-style:italic}.hljs-strong{color:#adbac7;font-weight:700}.hljs-addition{color:#b4f1b4;background-color:#1b4721}.hljs-deletion{color:#ffd8d3;background-color:#78191b}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/github-dark.scss b/node_modules/highlight.js/scss/github-dark.scss
index 8826d2f..03b6da8 100644
--- a/node_modules/highlight.js/scss/github-dark.scss
+++ b/node_modules/highlight.js/scss/github-dark.scss
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: GitHub Dark
Description: Dark theme as seen on github.com
Author: github.com
@@ -15,104 +7,4 @@ code.hljs {
Outdated base version: https://github.com/primer/github-syntax-dark
Current colors taken from GitHub's CSS
-*/
-.hljs {
- color: #c9d1d9;
- background: #0d1117
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-meta .hljs-keyword,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-type,
-.hljs-variable.language_ {
- /* prettylights-syntax-keyword */
- color: #ff7b72
-}
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-title.function_ {
- /* prettylights-syntax-entity */
- color: #d2a8ff
-}
-.hljs-attr,
-.hljs-attribute,
-.hljs-literal,
-.hljs-meta,
-.hljs-number,
-.hljs-operator,
-.hljs-variable,
-.hljs-selector-attr,
-.hljs-selector-class,
-.hljs-selector-id {
- /* prettylights-syntax-constant */
- color: #79c0ff
-}
-.hljs-regexp,
-.hljs-string,
-.hljs-meta .hljs-string {
- /* prettylights-syntax-string */
- color: #a5d6ff
-}
-.hljs-built_in,
-.hljs-symbol {
- /* prettylights-syntax-variable */
- color: #ffa657
-}
-.hljs-comment,
-.hljs-code,
-.hljs-formula {
- /* prettylights-syntax-comment */
- color: #8b949e
-}
-.hljs-name,
-.hljs-quote,
-.hljs-selector-tag,
-.hljs-selector-pseudo {
- /* prettylights-syntax-entity-tag */
- color: #7ee787
-}
-.hljs-subst {
- /* prettylights-syntax-storage-modifier-import */
- color: #c9d1d9
-}
-.hljs-section {
- /* prettylights-syntax-markup-heading */
- color: #1f6feb;
- font-weight: bold
-}
-.hljs-bullet {
- /* prettylights-syntax-markup-list */
- color: #f2cc60
-}
-.hljs-emphasis {
- /* prettylights-syntax-markup-italic */
- color: #c9d1d9;
- font-style: italic
-}
-.hljs-strong {
- /* prettylights-syntax-markup-bold */
- color: #c9d1d9;
- font-weight: bold
-}
-.hljs-addition {
- /* prettylights-syntax-markup-inserted */
- color: #aff5b4;
- background-color: #033a16
-}
-.hljs-deletion {
- /* prettylights-syntax-markup-deleted */
- color: #ffdcd7;
- background-color: #67060c
-}
-.hljs-char.escape_,
-.hljs-link,
-.hljs-params,
-.hljs-property,
-.hljs-punctuation,
-.hljs-tag {
- /* purposely ignored */
-
-}
\ No newline at end of file
+*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/github.scss b/node_modules/highlight.js/scss/github.scss
index 1001da6..275239a 100644
--- a/node_modules/highlight.js/scss/github.scss
+++ b/node_modules/highlight.js/scss/github.scss
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: GitHub
Description: Light theme as seen on github.com
Author: github.com
@@ -15,104 +7,4 @@ code.hljs {
Outdated base version: https://github.com/primer/github-syntax-light
Current colors taken from GitHub's CSS
-*/
-.hljs {
- color: #24292e;
- background: #ffffff
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-meta .hljs-keyword,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-type,
-.hljs-variable.language_ {
- /* prettylights-syntax-keyword */
- color: #d73a49
-}
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-title.function_ {
- /* prettylights-syntax-entity */
- color: #6f42c1
-}
-.hljs-attr,
-.hljs-attribute,
-.hljs-literal,
-.hljs-meta,
-.hljs-number,
-.hljs-operator,
-.hljs-variable,
-.hljs-selector-attr,
-.hljs-selector-class,
-.hljs-selector-id {
- /* prettylights-syntax-constant */
- color: #005cc5
-}
-.hljs-regexp,
-.hljs-string,
-.hljs-meta .hljs-string {
- /* prettylights-syntax-string */
- color: #032f62
-}
-.hljs-built_in,
-.hljs-symbol {
- /* prettylights-syntax-variable */
- color: #e36209
-}
-.hljs-comment,
-.hljs-code,
-.hljs-formula {
- /* prettylights-syntax-comment */
- color: #6a737d
-}
-.hljs-name,
-.hljs-quote,
-.hljs-selector-tag,
-.hljs-selector-pseudo {
- /* prettylights-syntax-entity-tag */
- color: #22863a
-}
-.hljs-subst {
- /* prettylights-syntax-storage-modifier-import */
- color: #24292e
-}
-.hljs-section {
- /* prettylights-syntax-markup-heading */
- color: #005cc5;
- font-weight: bold
-}
-.hljs-bullet {
- /* prettylights-syntax-markup-list */
- color: #735c0f
-}
-.hljs-emphasis {
- /* prettylights-syntax-markup-italic */
- color: #24292e;
- font-style: italic
-}
-.hljs-strong {
- /* prettylights-syntax-markup-bold */
- color: #24292e;
- font-weight: bold
-}
-.hljs-addition {
- /* prettylights-syntax-markup-inserted */
- color: #22863a;
- background-color: #f0fff4
-}
-.hljs-deletion {
- /* prettylights-syntax-markup-deleted */
- color: #b31d28;
- background-color: #ffeef0
-}
-.hljs-char.escape_,
-.hljs-link,
-.hljs-params,
-.hljs-property,
-.hljs-punctuation,
-.hljs-tag {
- /* purposely ignored */
-
-}
\ No newline at end of file
+*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/gml.scss b/node_modules/highlight.js/scss/gml.scss
index 7d6437c..89455fe 100644
--- a/node_modules/highlight.js/scss/gml.scss
+++ b/node_modules/highlight.js/scss/gml.scss
@@ -1,72 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-GML Theme - Meseta
-
-*/
-.hljs {
- background: #222222;
- color: #C0C0C0
-}
-.hljs-keyword {
- color: #FFB871;
- font-weight: bold
-}
-.hljs-built_in {
- color: #FFB871
-}
-.hljs-literal {
- color: #FF8080
-}
-.hljs-symbol {
- color: #58E55A
-}
-.hljs-comment {
- color: #5B995B
-}
-.hljs-string {
- color: #FFFF00
-}
-.hljs-number {
- color: #FF8080
-}
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-doctag,
-.hljs-name,
-.hljs-bullet,
-.hljs-code,
-.hljs-addition,
-.hljs-regexp,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-type,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion,
-.hljs-title,
-.hljs-section,
-.hljs-function,
-.hljs-meta .hljs-keyword,
-.hljs-meta,
-.hljs-subst {
- color: #C0C0C0
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#222;color:silver}.hljs-keyword{color:#ffb871;font-weight:700}.hljs-built_in{color:#ffb871}.hljs-literal{color:#ff8080}.hljs-symbol{color:#58e55a}.hljs-comment{color:#5b995b}.hljs-string{color:#ff0}.hljs-number{color:#ff8080}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-code,.hljs-deletion,.hljs-doctag,.hljs-function,.hljs-link,.hljs-meta,.hljs-meta .hljs-keyword,.hljs-name,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag,.hljs-subst,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:silver}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/googlecode.scss b/node_modules/highlight.js/scss/googlecode.scss
index 135aaf2..0140b89 100644
--- a/node_modules/highlight.js/scss/googlecode.scss
+++ b/node_modules/highlight.js/scss/googlecode.scss
@@ -1,79 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Google Code style (c) Aahan Krish
-
-*/
-.hljs {
- background: white;
- color: black
-}
-.hljs-comment,
-.hljs-quote {
- color: #800
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-section,
-.hljs-title,
-.hljs-name {
- color: #008
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #660
-}
-.hljs-string,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-regexp {
- color: #080
-}
-.hljs-literal,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-meta,
-.hljs-number,
-.hljs-link {
- color: #066
-}
-.hljs-title,
-.hljs-doctag,
-.hljs-type,
-.hljs-attr,
-.hljs-built_in,
-.hljs-params {
- color: #606
-}
-.hljs-attribute,
-.hljs-subst {
- color: #000
-}
-.hljs-formula {
- background-color: #eee;
- font-style: italic
-}
-.hljs-selector-id,
-.hljs-selector-class {
- color: #9B703F
-}
-.hljs-addition {
- background-color: #baeeba
-}
-.hljs-deletion {
- background-color: #ffc8bd
-}
-.hljs-doctag,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-comment,.hljs-quote{color:#800}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-title{color:#008}.hljs-template-variable,.hljs-variable{color:#660}.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string{color:#080}.hljs-bullet,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-symbol{color:#066}.hljs-attr,.hljs-built_in,.hljs-doctag,.hljs-params,.hljs-title,.hljs-type{color:#606}.hljs-attribute,.hljs-subst{color:#000}.hljs-formula{background-color:#eee;font-style:italic}.hljs-selector-class,.hljs-selector-id{color:#9b703f}.hljs-addition{background-color:#baeeba}.hljs-deletion{background-color:#ffc8bd}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/gradient-dark.scss b/node_modules/highlight.js/scss/gradient-dark.scss
index d8ed020..4aba928 100644
--- a/node_modules/highlight.js/scss/gradient-dark.scss
+++ b/node_modules/highlight.js/scss/gradient-dark.scss
@@ -1,90 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Gradient Dark (c) Samia Ali
-
-*/
-.hljs {
- background-color: #652487;
- background-image: linear-gradient(160deg, #652487 0%, #443ac3 35%, #0174b7 68%, #04988e 100%);
- color: #e7e4eb
-}
-.hljs-subtr {
- color: #e7e4eb
-}
-.hljs-doctag,
-.hljs-meta,
-.hljs-comment,
-.hljs-quote {
- color: #af8dd9
-}
-.hljs-selector-tag,
-.hljs-selector-id,
-.hljs-template-tag,
-.hljs-regexp,
-.hljs-attr,
-.hljs-tag {
- color: #AEFBFF
-}
-.hljs-params,
-.hljs-selector-class,
-.hljs-bullet {
- color: #F19FFF
-}
-.hljs-keyword,
-.hljs-section,
-.hljs-meta .hljs-keyword,
-.hljs-symbol,
-.hljs-type {
- color: #17fc95
-}
-.hljs-addition,
-.hljs-number,
-.hljs-link {
- color: #C5FE00
-}
-.hljs-string {
- color: #38c0ff
-}
-.hljs-attribute,
-.hljs-addition {
- color: #E7FF9F
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #E447FF
-}
-.hljs-built_in,
-.hljs-formula,
-.hljs-name,
-.hljs-title,
-.hljs-class,
-.hljs-function {
- color: #FFC800
-}
-.hljs-selector-pseudo,
-.hljs-deletion,
-.hljs-literal {
- color: #FF9E44
-}
-.hljs-emphasis,
-.hljs-quote {
- font-style: italic
-}
-.hljs-params,
-.hljs-selector-class,
-.hljs-strong,
-.hljs-selector-tag,
-.hljs-selector-id,
-.hljs-template-tag,
-.hljs-section,
-.hljs-keyword {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background-color:#652487;background-image:linear-gradient(160deg,#652487 0,#443ac3 35%,#0174b7 68%,#04988e 100%);color:#e7e4eb}.hljs-subtr{color:#e7e4eb}.hljs-comment,.hljs-doctag,.hljs-meta,.hljs-quote{color:#af8dd9}.hljs-attr,.hljs-regexp,.hljs-selector-id,.hljs-selector-tag,.hljs-tag,.hljs-template-tag{color:#aefbff}.hljs-bullet,.hljs-params,.hljs-selector-class{color:#f19fff}.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-symbol,.hljs-type{color:#17fc95}.hljs-addition,.hljs-link,.hljs-number{color:#c5fe00}.hljs-string{color:#38c0ff}.hljs-addition,.hljs-attribute{color:#e7ff9f}.hljs-template-variable,.hljs-variable{color:#e447ff}.hljs-built_in,.hljs-class,.hljs-formula,.hljs-function,.hljs-name,.hljs-title{color:#ffc800}.hljs-deletion,.hljs-literal,.hljs-selector-pseudo{color:#ff9e44}.hljs-emphasis,.hljs-quote{font-style:italic}.hljs-keyword,.hljs-params,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-template-tag{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/gradient-light.scss b/node_modules/highlight.js/scss/gradient-light.scss
index f9b5cbf..c5db6fd 100644
--- a/node_modules/highlight.js/scss/gradient-light.scss
+++ b/node_modules/highlight.js/scss/gradient-light.scss
@@ -1,90 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Gradient Light (c) Samia Ali
-
-*/
-.hljs {
- background-color: #f9ccff;
- background-image: linear-gradient(295deg, #f9ccff 0%, #e6bbf9 11%, #9ec6f9 32%, #55e6ee 60%, #91f5d1 74%, #f9ffbf 98%);
- color: #250482
-}
-.hljs-subtr {
- color: #01958B
-}
-.hljs-doctag,
-.hljs-meta,
-.hljs-comment,
-.hljs-quote {
- color: #CB7200
-}
-.hljs-selector-tag,
-.hljs-selector-id,
-.hljs-template-tag,
-.hljs-regexp,
-.hljs-attr,
-.hljs-tag {
- color: #07BD5F
-}
-.hljs-params,
-.hljs-selector-class,
-.hljs-bullet {
- color: #43449F
-}
-.hljs-keyword,
-.hljs-section,
-.hljs-meta .hljs-keyword,
-.hljs-symbol,
-.hljs-type {
- color: #7D2801
-}
-.hljs-addition,
-.hljs-number,
-.hljs-link {
- color: #7F0096
-}
-.hljs-string {
- color: #2681ab
-}
-.hljs-attribute,
-.hljs-addition {
- color: #296562
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #025C8F
-}
-.hljs-built_in,
-.hljs-formula,
-.hljs-name,
-.hljs-title,
-.hljs-class,
-.hljs-function {
- color: #529117
-}
-.hljs-selector-pseudo,
-.hljs-deletion,
-.hljs-literal {
- color: #AD13FF
-}
-.hljs-emphasis,
-.hljs-quote {
- font-style: italic
-}
-.hljs-params,
-.hljs-selector-class,
-.hljs-strong,
-.hljs-selector-tag,
-.hljs-selector-id,
-.hljs-template-tag,
-.hljs-section,
-.hljs-keyword {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background-color:#f9ccff;background-image:linear-gradient(295deg,#f9ccff 0,#e6bbf9 11%,#9ec6f9 32%,#55e6ee 60%,#91f5d1 74%,#f9ffbf 98%);color:#250482}.hljs-subtr{color:#01958b}.hljs-comment,.hljs-doctag,.hljs-meta,.hljs-quote{color:#cb7200}.hljs-attr,.hljs-regexp,.hljs-selector-id,.hljs-selector-tag,.hljs-tag,.hljs-template-tag{color:#07bd5f}.hljs-bullet,.hljs-params,.hljs-selector-class{color:#43449f}.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-symbol,.hljs-type{color:#7d2801}.hljs-addition,.hljs-link,.hljs-number{color:#7f0096}.hljs-string{color:#2681ab}.hljs-addition,.hljs-attribute{color:#296562}.hljs-template-variable,.hljs-variable{color:#025c8f}.hljs-built_in,.hljs-class,.hljs-formula,.hljs-function,.hljs-name,.hljs-title{color:#529117}.hljs-deletion,.hljs-literal,.hljs-selector-pseudo{color:#ad13ff}.hljs-emphasis,.hljs-quote{font-style:italic}.hljs-keyword,.hljs-params,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-template-tag{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/grayscale.scss b/node_modules/highlight.js/scss/grayscale.scss
index 9790a86..5eefdaa 100644
--- a/node_modules/highlight.js/scss/grayscale.scss
+++ b/node_modules/highlight.js/scss/grayscale.scss
@@ -1,89 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-grayscale style (c) MY Sun
-
-*/
-.hljs {
- color: #333;
- background: #fff
-}
-.hljs-comment,
-.hljs-quote {
- color: #777;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-subst {
- color: #333;
- font-weight: bold
-}
-.hljs-number,
-.hljs-literal {
- color: #777
-}
-.hljs-string,
-.hljs-doctag,
-.hljs-formula {
- color: #333;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC) repeat
-}
-.hljs-title,
-.hljs-section,
-.hljs-selector-id {
- color: #000;
- font-weight: bold
-}
-.hljs-subst {
- font-weight: normal
-}
-.hljs-title.class_,
-.hljs-class .hljs-title,
-.hljs-type,
-.hljs-name {
- color: #333;
- font-weight: bold
-}
-.hljs-tag {
- color: #333
-}
-.hljs-regexp {
- color: #333;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==) repeat
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link {
- color: #000;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==) repeat
-}
-.hljs-built_in {
- color: #000;
- text-decoration: underline
-}
-.hljs-meta {
- color: #999;
- font-weight: bold
-}
-.hljs-deletion {
- color: #fff;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==) repeat
-}
-.hljs-addition {
- color: #000;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC) repeat
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#333;background:#fff}.hljs-comment,.hljs-quote{color:#777;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number{color:#777}.hljs-doctag,.hljs-formula,.hljs-string{color:#333;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC)}.hljs-section,.hljs-selector-id,.hljs-title{color:#000;font-weight:700}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-name,.hljs-title.class_,.hljs-type{color:#333;font-weight:700}.hljs-tag{color:#333}.hljs-regexp{color:#333;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==)}.hljs-bullet,.hljs-link,.hljs-symbol{color:#000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==)}.hljs-built_in{color:#000;text-decoration:underline}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{color:#fff;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==)}.hljs-addition{color:#000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/hybrid.scss b/node_modules/highlight.js/scss/hybrid.scss
index 237701d..52489b6 100644
--- a/node_modules/highlight.js/scss/hybrid.scss
+++ b/node_modules/highlight.js/scss/hybrid.scss
@@ -1,88 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-vim-hybrid theme by w0ng (https://github.com/w0ng/vim-hybrid)
-
-*/
-.hljs {
- background: #1d1f21;
- color: #c5c8c6
-}
-/*selection color*/
-.hljs::selection,
-.hljs span::selection {
- background: #373b41
-}
-.hljs::-moz-selection,
-.hljs span::-moz-selection {
- background: #373b41
-}
-/*color: fg_yellow*/
-.hljs-title,
-.hljs-name {
- color: #f0c674
-}
-/*color: fg_comment*/
-.hljs-comment,
-.hljs-meta,
-.hljs-meta .hljs-keyword {
- color: #707880
-}
-/*color: fg_red*/
-.hljs-number,
-.hljs-symbol,
-.hljs-literal,
-.hljs-deletion,
-.hljs-link {
- color: #cc6666
-}
-/*color: fg_green*/
-.hljs-string,
-.hljs-doctag,
-.hljs-addition,
-.hljs-regexp,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #b5bd68
-}
-/*color: fg_purple*/
-.hljs-attribute,
-.hljs-code,
-.hljs-selector-id {
- color: #b294bb
-}
-/*color: fg_blue*/
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-bullet,
-.hljs-tag {
- color: #81a2be
-}
-/*color: fg_aqua*/
-.hljs-subst,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable {
- color: #8abeb7
-}
-/*color: fg_orange*/
-.hljs-type,
-.hljs-built_in,
-.hljs-quote,
-.hljs-section,
-.hljs-selector-class {
- color: #de935f
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#1d1f21;color:#c5c8c6}.hljs span::selection,.hljs::selection{background:#373b41}.hljs span::-moz-selection,.hljs::-moz-selection{background:#373b41}.hljs-name,.hljs-title{color:#f0c674}.hljs-comment,.hljs-meta,.hljs-meta .hljs-keyword{color:#707880}.hljs-deletion,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol{color:#c66}.hljs-addition,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string{color:#b5bd68}.hljs-attribute,.hljs-code,.hljs-selector-id{color:#b294bb}.hljs-bullet,.hljs-keyword,.hljs-selector-tag,.hljs-tag{color:#81a2be}.hljs-subst,.hljs-template-tag,.hljs-template-variable,.hljs-variable{color:#8abeb7}.hljs-built_in,.hljs-quote,.hljs-section,.hljs-selector-class,.hljs-type{color:#de935f}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/idea.scss b/node_modules/highlight.js/scss/idea.scss
index 03307df..7cc62ff 100644
--- a/node_modules/highlight.js/scss/idea.scss
+++ b/node_modules/highlight.js/scss/idea.scss
@@ -1,86 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Intellij Idea-like styling (c) Vasily Polovnyov
-
-*/
-.hljs {
- color: #000;
- background: #fff
-}
-.hljs-subst,
-.hljs-title {
- font-weight: normal;
- color: #000
-}
-.hljs-comment,
-.hljs-quote {
- color: #808080;
- font-style: italic
-}
-.hljs-meta {
- color: #808000
-}
-.hljs-tag {
- background: #efefef
-}
-.hljs-section,
-.hljs-name,
-.hljs-literal,
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-type,
-.hljs-selector-id,
-.hljs-selector-class {
- font-weight: bold;
- color: #000080
-}
-.hljs-attribute,
-.hljs-number,
-.hljs-regexp,
-.hljs-link {
- font-weight: bold;
- color: #0000ff
-}
-.hljs-number,
-.hljs-regexp,
-.hljs-link {
- font-weight: normal
-}
-.hljs-string {
- color: #008000;
- font-weight: bold
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-formula {
- color: #000;
- background: #d0eded;
- font-style: italic
-}
-.hljs-doctag {
- text-decoration: underline
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #660e7a
-}
-.hljs-addition {
- background: #baeeba
-}
-.hljs-deletion {
- background: #ffc8bd
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-subst,.hljs-title{font-weight:400;color:#000}.hljs-comment,.hljs-quote{color:grey;font-style:italic}.hljs-meta{color:olive}.hljs-tag{background:#efefef}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-type{font-weight:700;color:navy}.hljs-attribute,.hljs-link,.hljs-number,.hljs-regexp{font-weight:700;color:#00f}.hljs-link,.hljs-number,.hljs-regexp{font-weight:400}.hljs-string{color:green;font-weight:700}.hljs-bullet,.hljs-formula,.hljs-symbol{color:#000;background:#d0eded;font-style:italic}.hljs-doctag{text-decoration:underline}.hljs-template-variable,.hljs-variable{color:#660e7a}.hljs-addition{background:#baeeba}.hljs-deletion{background:#ffc8bd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/intellij-light.scss b/node_modules/highlight.js/scss/intellij-light.scss
index 9140f80..97fc3e2 100644
--- a/node_modules/highlight.js/scss/intellij-light.scss
+++ b/node_modules/highlight.js/scss/intellij-light.scss
@@ -1,107 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Intellij-light style (c) Pegasis
-
-*/
-.hljs {
- color: #000;
- background: #fff
-}
-.hljs-subst,
-.hljs-title {
- font-weight: normal;
- color: #000
-}
-.hljs-title.function_ {
- color: #7A7A43
-}
-.hljs-code,
-.hljs-comment,
-.hljs-quote {
- color: #8C8C8C;
- font-style: italic
-}
-.hljs-meta {
- color: #9E880D
-}
-.hljs-section {
- color: #871094
-}
-.hljs-variable.language_,
-.hljs-symbol,
-.hljs-selector-class,
-.hljs-selector-id,
-.hljs-selector-tag,
-.hljs-template-tag,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-keyword,
-.hljs-meta .hljs-keyword,
-.hljs-literal,
-.hljs-name,
-.hljs-built_in,
-.hljs-type {
- color: #0033B3
-}
-.hljs-property,
-.hljs-attr {
- color: #871094
-}
-.hljs-attribute {
- color: #174AD4
-}
-.hljs-number {
- color: #1750EB
-}
-.hljs-regexp {
- color: #264EFF
-}
-.hljs-link {
- text-decoration: underline;
- color: #006DCC
-}
-.hljs-meta .hljs-string,
-.hljs-string {
- color: #067D17
-}
-.hljs-char.escape_ {
- color: #0037A6
-}
-.hljs-doctag {
- text-decoration: underline
-}
-.hljs-template-variable {
- color: #248F8F
-}
-.hljs-addition {
- background: #BEE6BE
-}
-.hljs-deletion {
- background: #D6D6D6
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-variable,
-.hljs-operator,
-.hljs-punctuation,
-.hljs-title.class_.inherited__,
-.hljs-title.class_,
-.hljs-params,
-.hljs-bullet,
-.hljs-formula,
-.hljs-tag {
- /* purposely ignored */
-
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-subst,.hljs-title{font-weight:400;color:#000}.hljs-title.function_{color:#7a7a43}.hljs-code,.hljs-comment,.hljs-quote{color:#8c8c8c;font-style:italic}.hljs-meta{color:#9e880d}.hljs-section{color:#871094}.hljs-built_in,.hljs-keyword,.hljs-literal,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag,.hljs-symbol,.hljs-template-tag,.hljs-type,.hljs-variable.language_{color:#0033b3}.hljs-attr,.hljs-property{color:#871094}.hljs-attribute{color:#174ad4}.hljs-number{color:#1750eb}.hljs-regexp{color:#264eff}.hljs-link{text-decoration:underline;color:#006dcc}.hljs-meta .hljs-string,.hljs-string{color:#067d17}.hljs-char.escape_{color:#0037a6}.hljs-doctag{text-decoration:underline}.hljs-template-variable{color:#248f8f}.hljs-addition{background:#bee6be}.hljs-deletion{background:#d6d6d6}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/ir-black.scss b/node_modules/highlight.js/scss/ir-black.scss
index 3557853..e78fd08 100644
--- a/node_modules/highlight.js/scss/ir-black.scss
+++ b/node_modules/highlight.js/scss/ir-black.scss
@@ -1,66 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- IR_Black style (c) Vasily Mikhailitchenko
-*/
-.hljs {
- background: #000;
- color: #f8f8f8
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-meta {
- color: #7c7c7c
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-tag,
-.hljs-name {
- color: #96cbfe
-}
-.hljs-attribute,
-.hljs-selector-id {
- color: #ffffb6
-}
-.hljs-string,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-addition {
- color: #a8ff60
-}
-.hljs-subst {
- color: #daefa3
-}
-.hljs-regexp,
-.hljs-link {
- color: #e9c062
-}
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-doctag {
- color: #ffffb6
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-literal {
- color: #c6c5fe
-}
-.hljs-number,
-.hljs-deletion {
- color: #ff73fd
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#000;color:#f8f8f8}.hljs-comment,.hljs-meta,.hljs-quote{color:#7c7c7c}.hljs-keyword,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#96cbfe}.hljs-attribute,.hljs-selector-id{color:#ffffb6}.hljs-addition,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string{color:#a8ff60}.hljs-subst{color:#daefa3}.hljs-link,.hljs-regexp{color:#e9c062}.hljs-doctag,.hljs-section,.hljs-title,.hljs-type{color:#ffffb6}.hljs-bullet,.hljs-literal,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#c6c5fe}.hljs-deletion,.hljs-number{color:#ff73fd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/isbl-editor-dark.scss b/node_modules/highlight.js/scss/isbl-editor-dark.scss
index 4787d08..535ef87 100644
--- a/node_modules/highlight.js/scss/isbl-editor-dark.scss
+++ b/node_modules/highlight.js/scss/isbl-editor-dark.scss
@@ -1,94 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-ISBL Editor style dark color scheme (c) Dmitriy Tarasov
-
-*/
-.hljs {
- background: #404040;
- color: #f0f0f0
-}
-/* Base color: saturation 0; */
-.hljs,
-.hljs-subst {
- color: #f0f0f0
-}
-.hljs-comment {
- color: #b5b5b5;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-name {
- color: #f0f0f0;
- font-weight: bold
-}
-/* User color: hue: 0 */
-.hljs-string {
- color: #97bf0d
-}
-.hljs-type,
-.hljs-number,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion {
- color: #f0f0f0
-}
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #e2c696
-}
-/* Language color: hue: 90; */
-.hljs-built_in,
-.hljs-literal {
- color: #97bf0d;
- font-weight: bold
-}
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #397300
-}
-.hljs-class {
- color: #ce9d4d;
- font-weight: bold
-}
-.hljs-title,
-.hljs-section {
- color: #df471e
-}
-.hljs-title>.hljs-built_in {
- color: #81bce9;
- font-weight: normal
-}
-/* Meta color: hue: 200 */
-.hljs-meta {
- color: #1f7199
-}
-.hljs-meta .hljs-string {
- color: #4d99bf
-}
-/* Misc effects */
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#404040}.hljs,.hljs-subst{color:#f0f0f0}.hljs-comment{color:#b5b5b5;font-style:italic}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{color:#f0f0f0;font-weight:700}.hljs-string{color:#97bf0d}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#f0f0f0}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#e2c696}.hljs-built_in,.hljs-literal{color:#97bf0d;font-weight:700}.hljs-addition,.hljs-bullet,.hljs-code{color:#397300}.hljs-class{color:#ce9d4d;font-weight:700}.hljs-section,.hljs-title{color:#df471e}.hljs-title>.hljs-built_in{color:#81bce9;font-weight:400}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/isbl-editor-light.scss b/node_modules/highlight.js/scss/isbl-editor-light.scss
index cdbabbe..f008c74 100644
--- a/node_modules/highlight.js/scss/isbl-editor-light.scss
+++ b/node_modules/highlight.js/scss/isbl-editor-light.scss
@@ -1,93 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-ISBL Editor style light color schemec (c) Dmitriy Tarasov
-
-*/
-.hljs {
- background: white;
- color: black
-}
-/* Base color: saturation 0; */
-.hljs-subst {
- color: black
-}
-.hljs-comment {
- color: #555555;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-name {
- color: #000000;
- font-weight: bold
-}
-/* User color: hue: 0 */
-.hljs-string {
- color: #000080
-}
-.hljs-type,
-.hljs-number,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion {
- color: #000000
-}
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #5e1700
-}
-/* Language color: hue: 90; */
-.hljs-built_in,
-.hljs-literal {
- color: #000080;
- font-weight: bold
-}
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #397300
-}
-.hljs-class {
- color: #6f1C00;
- font-weight: bold
-}
-.hljs-title,
-.hljs-section {
- color: #fb2c00
-}
-.hljs-title>.hljs-built_in {
- color: #008080;
- font-weight: normal
-}
-/* Meta color: hue: 200 */
-.hljs-meta {
- color: #1f7199
-}
-.hljs-meta .hljs-string {
- color: #4d99bf
-}
-/* Misc effects */
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-subst{color:#000}.hljs-comment{color:#555;font-style:italic}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{color:#000;font-weight:700}.hljs-string{color:navy}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#000}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#5e1700}.hljs-built_in,.hljs-literal{color:navy;font-weight:700}.hljs-addition,.hljs-bullet,.hljs-code{color:#397300}.hljs-class{color:#6f1c00;font-weight:700}.hljs-section,.hljs-title{color:#fb2c00}.hljs-title>.hljs-built_in{color:teal;font-weight:400}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/kimbie-dark.scss b/node_modules/highlight.js/scss/kimbie-dark.scss
index eddf4a0..cf56cea 100644
--- a/node_modules/highlight.js/scss/kimbie-dark.scss
+++ b/node_modules/highlight.js/scss/kimbie-dark.scss
@@ -1,69 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Name: Kimbie (dark)
- Author: Jan T. Sott
- License: Creative Commons Attribution-ShareAlike 4.0 Unported License
- URL: https://github.com/idleberg/Kimbie-highlight.js
-*/
-.hljs {
- background: #221a0f;
- color: #d3af86
-}
-/* Kimbie Comment */
-.hljs-comment,
-.hljs-quote {
- color: #d6baad
-}
-/* Kimbie Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-meta {
- color: #dc3958
-}
-/* Kimbie Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-deletion,
-.hljs-link {
- color: #f79a32
-}
-/* Kimbie Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #889b4a
-}
-/* Kimbie Purple */
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-function {
- color: #98676a
-}
-/* Kimbie Yellow */
-.hljs-title,
-.hljs-section,
-.hljs-attribute {
- color: #f06431
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#221a0f;color:#d3af86}.hljs-comment,.hljs-quote{color:#d6baad}.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#dc3958}.hljs-built_in,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f79a32}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#889b4a}.hljs-function,.hljs-keyword,.hljs-selector-tag{color:#98676a}.hljs-attribute,.hljs-section,.hljs-title{color:#f06431}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/kimbie-light.scss b/node_modules/highlight.js/scss/kimbie-light.scss
index 3cefadc..b9d0ea4 100644
--- a/node_modules/highlight.js/scss/kimbie-light.scss
+++ b/node_modules/highlight.js/scss/kimbie-light.scss
@@ -1,69 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Name: Kimbie (light)
- Author: Jan T. Sott
- License: Creative Commons Attribution-ShareAlike 4.0 Unported License
- URL: https://github.com/idleberg/Kimbie-highlight.js
-*/
-.hljs {
- background: #fbebd4;
- color: #84613d
-}
-/* Kimbie Comment */
-.hljs-comment,
-.hljs-quote {
- color: #a57a4c
-}
-/* Kimbie Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-meta {
- color: #dc3958
-}
-/* Kimbie Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-deletion,
-.hljs-link {
- color: #f79a32
-}
-/* Kimbie Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #889b4a
-}
-/* Kimbie Purple */
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-function {
- color: #98676a
-}
-/* Kimbie Yellow */
-.hljs-title,
-.hljs-section,
-.hljs-attribute {
- color: #f06431
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fbebd4;color:#84613d}.hljs-comment,.hljs-quote{color:#a57a4c}.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#dc3958}.hljs-built_in,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f79a32}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#889b4a}.hljs-function,.hljs-keyword,.hljs-selector-tag{color:#98676a}.hljs-attribute,.hljs-section,.hljs-title{color:#f06431}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/lightfair.scss b/node_modules/highlight.js/scss/lightfair.scss
index 5142dff..b6c3791 100644
--- a/node_modules/highlight.js/scss/lightfair.scss
+++ b/node_modules/highlight.js/scss/lightfair.scss
@@ -1,81 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Lightfair style (c) Tristian Kelly
-
-*/
-.hljs {
- color: #444;
- background: #fff
-}
-.hljs-name {
- color: #01a3a3
-}
-.hljs-tag,
-.hljs-meta {
- color: #778899
-}
-.hljs-subst {
- /* default */
-
-}
-.hljs-comment {
- color: #888888
-}
-.hljs-keyword,
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-name {
- font-weight: bold
-}
-.hljs-type,
-.hljs-string,
-.hljs-number,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion {
- color: #4286f4
-}
-.hljs-title,
-.hljs-section {
- color: #4286f4;
- font-weight: bold
-}
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #BC6060
-}
-.hljs-literal {
- color: #62bcbc
-}
-.hljs-built_in,
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #25c6c6
-}
-.hljs-meta .hljs-string {
- color: #4d99bf
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#444;background:#fff}.hljs-name{color:#01a3a3}.hljs-meta,.hljs-tag{color:#789}.hljs-comment{color:#888}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-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:#4286f4}.hljs-section,.hljs-title{color:#4286f4;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:#62bcbc}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#25c6c6}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/lioshi.scss b/node_modules/highlight.js/scss/lioshi.scss
index 035611a..3d6a92f 100644
--- a/node_modules/highlight.js/scss/lioshi.scss
+++ b/node_modules/highlight.js/scss/lioshi.scss
@@ -1,76 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/* lioshi Theme */
-/* Original theme - https://github.com/lioshi/vscode-lioshi-theme */
-.hljs {
- background: #303030;
- color: #c5c8c6
-}
-/* Comment */
-.hljs-comment {
- color: #8d8d8d
-}
-/* quote */
-.hljs-quote {
- color: #b3c7d8
-}
-/* Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-deletion {
- color: #cc6666
-}
-/* Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-subst
-.hljs-link {
- color: #de935f
-}
-/* Yellow */
-.hljs-attribute {
- color: #f0c674
-}
-/* Green */
-.hljs-string,
-.hljs-bullet,
-.hljs-params,
-.hljs-addition {
- color: #b5bd68
-}
-/* Purple */
-.hljs-selector-tag,
-.hljs-keyword,
-.hljs-function,
-.hljs-class {
- color: #be94bb
-}
-/* Blue */
-.hljs-title,
-.hljs-meta,
-.hljs-section {
- color: #81a2be
-}
-/* Purple light */
-.hljs-symbol {
- color: #dbc4d9
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#303030;color:#c5c8c6}.hljs-comment{color:#8d8d8d}.hljs-quote{color:#b3c7d8}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#c66}.hljs-built_in,.hljs-literal,.hljs-number,.hljs-subst .hljs-link,.hljs-type{color:#de935f}.hljs-attribute{color:#f0c674}.hljs-addition,.hljs-bullet,.hljs-params,.hljs-string{color:#b5bd68}.hljs-class,.hljs-function,.hljs-keyword,.hljs-selector-tag{color:#be94bb}.hljs-meta,.hljs-section,.hljs-title{color:#81a2be}.hljs-symbol{color:#dbc4d9}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/magula.scss b/node_modules/highlight.js/scss/magula.scss
index 9d30419..e024387 100644
--- a/node_modules/highlight.js/scss/magula.scss
+++ b/node_modules/highlight.js/scss/magula.scss
@@ -1,66 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Description: Magula style for highligh.js
-Author: Ruslan Keba
-Website: http://rukeba.com/
-Version: 1.0
-Date: 2009-01-03
-Music: Aphex Twin / Xtal
-*/
-.hljs {
- background-color: #f4f4f4;
- color: black
-}
-.hljs-subst {
- color: black
-}
-.hljs-string,
-.hljs-title,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-attribute,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable {
- color: #050
-}
-.hljs-comment,
-.hljs-quote {
- color: #777
-}
-.hljs-number,
-.hljs-regexp,
-.hljs-literal,
-.hljs-type,
-.hljs-link {
- color: #800
-}
-.hljs-deletion,
-.hljs-meta {
- color: #00e
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-doctag,
-.hljs-title,
-.hljs-section,
-.hljs-built_in,
-.hljs-tag,
-.hljs-name {
- font-weight: bold;
- color: navy
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background-color:#f4f4f4;color:#000}.hljs-subst{color:#000}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-variable{color:#050}.hljs-comment,.hljs-quote{color:#777}.hljs-link,.hljs-literal,.hljs-number,.hljs-regexp,.hljs-type{color:#800}.hljs-deletion,.hljs-meta{color:#00e}.hljs-built_in,.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-tag,.hljs-title{font-weight:700;color:navy}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/mono-blue.scss b/node_modules/highlight.js/scss/mono-blue.scss
index bc9bcea..fb74d40 100644
--- a/node_modules/highlight.js/scss/mono-blue.scss
+++ b/node_modules/highlight.js/scss/mono-blue.scss
@@ -1,56 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Five-color theme from a single blue hue.
-*/
-.hljs {
- background: #eaeef3;
- color: #00193a
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-title,
-.hljs-section,
-.hljs-doctag,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-comment {
- color: #738191
-}
-.hljs-string,
-.hljs-title,
-.hljs-section,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-addition,
-.hljs-tag,
-.hljs-quote,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class {
- color: #0048ab
-}
-.hljs-meta,
-.hljs-subst,
-.hljs-symbol,
-.hljs-regexp,
-.hljs-attribute,
-.hljs-deletion,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-bullet {
- color: #4c81c9
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#eaeef3;color:#00193a}.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title{font-weight:700}.hljs-comment{color:#738191}.hljs-addition,.hljs-built_in,.hljs-literal,.hljs-name,.hljs-quote,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-tag,.hljs-title,.hljs-type{color:#0048ab}.hljs-attribute,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-meta,.hljs-regexp,.hljs-subst,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#4c81c9}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/monokai-sublime.scss b/node_modules/highlight.js/scss/monokai-sublime.scss
index b469dd4..247e2e9 100644
--- a/node_modules/highlight.js/scss/monokai-sublime.scss
+++ b/node_modules/highlight.js/scss/monokai-sublime.scss
@@ -1,76 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
-
-*/
-.hljs {
- background: #23241f;
- color: #f8f8f2
-}
-.hljs-tag,
-.hljs-subst {
- color: #f8f8f2
-}
-.hljs-strong,
-.hljs-emphasis {
- color: #a8a8a2
-}
-.hljs-bullet,
-.hljs-quote,
-.hljs-number,
-.hljs-regexp,
-.hljs-literal,
-.hljs-link {
- color: #ae81ff
-}
-.hljs-code,
-.hljs-title,
-.hljs-section,
-.hljs-selector-class {
- color: #a6e22e
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-attr {
- color: #f92672
-}
-.hljs-symbol,
-.hljs-attribute {
- color: #66d9ef
-}
-.hljs-params,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #f8f8f2
-}
-.hljs-string,
-.hljs-type,
-.hljs-built_in,
-.hljs-selector-id,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-variable {
- color: #e6db74
-}
-.hljs-comment,
-.hljs-deletion,
-.hljs-meta {
- color: #75715e
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#23241f;color:#f8f8f2}.hljs-subst,.hljs-tag{color:#f8f8f2}.hljs-emphasis,.hljs-strong{color:#a8a8a2}.hljs-bullet,.hljs-link,.hljs-literal,.hljs-number,.hljs-quote,.hljs-regexp{color:#ae81ff}.hljs-code,.hljs-section,.hljs-selector-class,.hljs-title{color:#a6e22e}.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}.hljs-attr,.hljs-keyword,.hljs-name,.hljs-selector-tag{color:#f92672}.hljs-attribute,.hljs-symbol{color:#66d9ef}.hljs-class .hljs-title,.hljs-params,.hljs-title.class_{color:#f8f8f2}.hljs-addition,.hljs-built_in,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-variable,.hljs-type,.hljs-variable{color:#e6db74}.hljs-comment,.hljs-deletion,.hljs-meta{color:#75715e}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/monokai.scss b/node_modules/highlight.js/scss/monokai.scss
index 22a3922..448d85d 100644
--- a/node_modules/highlight.js/scss/monokai.scss
+++ b/node_modules/highlight.js/scss/monokai.scss
@@ -1,70 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Monokai style - ported by Luigi Maselli - http://grigio.org
-*/
-.hljs {
- background: #272822;
- color: #ddd
-}
-.hljs-tag,
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-strong,
-.hljs-number,
-.hljs-name {
- color: #f92672
-}
-.hljs-code {
- color: #66d9ef
-}
-.hljs-attribute,
-.hljs-attr,
-.hljs-symbol,
-.hljs-regexp,
-.hljs-link {
- color: #bf79db
-}
-.hljs-string,
-.hljs-bullet,
-.hljs-subst,
-.hljs-title,
-.hljs-section,
-.hljs-emphasis,
-.hljs-type,
-.hljs-built_in,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable {
- color: #a6e22e
-}
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: white
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-deletion,
-.hljs-meta {
- color: #75715e
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-doctag,
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-selector-id {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#272822;color:#ddd}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-selector-tag,.hljs-strong,.hljs-tag{color:#f92672}.hljs-code{color:#66d9ef}.hljs-attribute,.hljs-link,.hljs-regexp,.hljs-symbol{color:#bf79db}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-emphasis,.hljs-section,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string,.hljs-subst,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#a6e22e}.hljs-class .hljs-title,.hljs-title.class_{color:#fff}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#75715e}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-section,.hljs-selector-id,.hljs-selector-tag,.hljs-title,.hljs-type{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/night-owl.scss b/node_modules/highlight.js/scss/night-owl.scss
index 3cad0eb..ed94590 100644
--- a/node_modules/highlight.js/scss/night-owl.scss
+++ b/node_modules/highlight.js/scss/night-owl.scss
@@ -1,174 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Night Owl for highlight.js (c) Carl Baxter
-
-An adaptation of Sarah Drasner's Night Owl VS Code Theme
-https://github.com/sdras/night-owl-vscode-theme
-
-Copyright (c) 2018 Sarah Drasner
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-*/
-.hljs {
- background: #011627;
- color: #d6deeb
-}
-/* General Purpose */
-.hljs-keyword {
- color: #c792ea;
- font-style: italic
-}
-.hljs-built_in {
- color: #addb67;
- font-style: italic
-}
-.hljs-type {
- color: #82aaff
-}
-.hljs-literal {
- color: #ff5874
-}
-.hljs-number {
- color: #F78C6C
-}
-.hljs-regexp {
- color: #5ca7e4
-}
-.hljs-string {
- color: #ecc48d
-}
-.hljs-subst {
- color: #d3423e
-}
-.hljs-symbol {
- color: #82aaff
-}
-.hljs-class {
- color: #ffcb8b
-}
-.hljs-function {
- color: #82AAFF
-}
-.hljs-title {
- color: #DCDCAA;
- font-style: italic
-}
-.hljs-params {
- color: #7fdbca
-}
-/* Meta */
-.hljs-comment {
- color: #637777;
- font-style: italic
-}
-.hljs-doctag {
- color: #7fdbca
-}
-.hljs-meta {
- color: #82aaff
-}
-.hljs-meta .hljs-keyword {
- color: #82aaff
-}
-.hljs-meta .hljs-string {
- color: #ecc48d
-}
-/* Tags, attributes, config */
-.hljs-section {
- color: #82b1ff
-}
-.hljs-tag,
-.hljs-name {
- color: #7fdbca
-}
-.hljs-attr {
- color: #7fdbca
-}
-.hljs-attribute {
- color: #80cbc4
-}
-.hljs-variable {
- color: #addb67
-}
-/* Markup */
-.hljs-bullet {
- color: #d9f5dd
-}
-.hljs-code {
- color: #80CBC4
-}
-.hljs-emphasis {
- color: #c792ea;
- font-style: italic
-}
-.hljs-strong {
- color: #addb67;
- font-weight: bold
-}
-.hljs-formula {
- color: #c792ea
-}
-.hljs-link {
- color: #ff869a
-}
-.hljs-quote {
- color: #697098;
- font-style: italic
-}
-/* CSS */
-.hljs-selector-tag {
- color: #ff6363
-}
-.hljs-selector-id {
- color: #fad430
-}
-.hljs-selector-class {
- color: #addb67;
- font-style: italic
-}
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #c792ea;
- font-style: italic
-}
-/* Templates */
-.hljs-template-tag {
- color: #c792ea
-}
-.hljs-template-variable {
- color: #addb67
-}
-/* diff */
-.hljs-addition {
- color: #addb67ff;
- font-style: italic
-}
-.hljs-deletion {
- color: #EF535090;
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#011627;color:#d6deeb}.hljs-keyword{color:#c792ea;font-style:italic}.hljs-built_in{color:#addb67;font-style:italic}.hljs-type{color:#82aaff}.hljs-literal{color:#ff5874}.hljs-number{color:#f78c6c}.hljs-regexp{color:#5ca7e4}.hljs-string{color:#ecc48d}.hljs-subst{color:#d3423e}.hljs-symbol{color:#82aaff}.hljs-class{color:#ffcb8b}.hljs-function{color:#82aaff}.hljs-title{color:#dcdcaa;font-style:italic}.hljs-params{color:#7fdbca}.hljs-comment{color:#637777;font-style:italic}.hljs-doctag{color:#7fdbca}.hljs-meta,.hljs-meta .hljs-keyword{color:#82aaff}.hljs-meta .hljs-string{color:#ecc48d}.hljs-section{color:#82b1ff}.hljs-attr,.hljs-name,.hljs-tag{color:#7fdbca}.hljs-attribute{color:#80cbc4}.hljs-variable{color:#addb67}.hljs-bullet{color:#d9f5dd}.hljs-code{color:#80cbc4}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-strong{color:#addb67;font-weight:700}.hljs-formula{color:#c792ea}.hljs-link{color:#ff869a}.hljs-quote{color:#697098;font-style:italic}.hljs-selector-tag{color:#ff6363}.hljs-selector-id{color:#fad430}.hljs-selector-class{color:#addb67;font-style:italic}.hljs-selector-attr,.hljs-selector-pseudo{color:#c792ea;font-style:italic}.hljs-template-tag{color:#c792ea}.hljs-template-variable{color:#addb67}.hljs-addition{color:#addb67ff;font-style:italic}.hljs-deletion{color:#ef535090;font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/nnfx-dark.scss b/node_modules/highlight.js/scss/nnfx-dark.scss
index cbacc28..4e6403d 100644
--- a/node_modules/highlight.js/scss/nnfx-dark.scss
+++ b/node_modules/highlight.js/scss/nnfx-dark.scss
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: nnfx dark
Description: a theme inspired by Netscape Navigator/Firefox
Author: (c) 2020-2021 Jim Mason
@@ -15,90 +7,4 @@ code.hljs {
Updated: 2021-05-17
@version 1.1.0
-*/
-.hljs {
- background: #333;
- color: #fff
-}
-.language-xml .hljs-meta,
-.language-xml .hljs-meta-string {
- font-weight: bold;
- font-style: italic;
- color: #69f
-}
-.hljs-comment,
-.hljs-quote {
- font-style: italic;
- color: #9c6
-}
-.hljs-name,
-.hljs-keyword,
-.hljs-built_in {
- color: #a7a
-}
-.hljs-name,
-.hljs-attr {
- font-weight: bold
-}
-.hljs-string {
- font-weight: normal
-}
-.hljs-code,
-.hljs-string,
-.hljs-meta .hljs-string,
-.hljs-number,
-.hljs-regexp,
-.hljs-link {
- color: #bce
-}
-.hljs-title,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable {
- color: #d40
-}
-.hljs-title.class_,
-.hljs-class .hljs-title,
-.hljs-type {
- font-weight: bold;
- color: #96c
-}
-.hljs-title.function_,
-.hljs-function .hljs-title,
-.hljs-attr,
-.hljs-subst,
-.hljs-tag {
- color: #fff
-}
-.hljs-formula {
- background-color: #eee;
- font-style: italic
-}
-.hljs-addition {
- background-color: #797
-}
-.hljs-deletion {
- background-color: #c99
-}
-.hljs-meta {
- color: #69f
-}
-.hljs-section,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-selector-pseudo,
-.hljs-selector-tag {
- font-weight: bold;
- color: #69f
-}
-.hljs-selector-pseudo {
- font-style: italic
-}
-.hljs-doctag,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+*/.hljs{background:#333;color:#fff}.language-xml .hljs-meta,.language-xml .hljs-meta-string{font-weight:700;font-style:italic;color:#69f}.hljs-comment,.hljs-quote{font-style:italic;color:#9c6}.hljs-built_in,.hljs-keyword,.hljs-name{color:#a7a}.hljs-attr,.hljs-name{font-weight:700}.hljs-string{font-weight:400}.hljs-code,.hljs-link,.hljs-meta .hljs-string,.hljs-number,.hljs-regexp,.hljs-string{color:#bce}.hljs-bullet,.hljs-symbol,.hljs-template-variable,.hljs-title,.hljs-variable{color:#d40}.hljs-class .hljs-title,.hljs-title.class_,.hljs-type{font-weight:700;color:#96c}.hljs-attr,.hljs-function .hljs-title,.hljs-subst,.hljs-tag,.hljs-title.function_{color:#fff}.hljs-formula{background-color:#eee;font-style:italic}.hljs-addition{background-color:#797}.hljs-deletion{background-color:#c99}.hljs-meta{color:#69f}.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{font-weight:700;color:#69f}.hljs-selector-pseudo{font-style:italic}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/nnfx-light.scss b/node_modules/highlight.js/scss/nnfx-light.scss
index 87a04c6..469223a 100644
--- a/node_modules/highlight.js/scss/nnfx-light.scss
+++ b/node_modules/highlight.js/scss/nnfx-light.scss
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: nnfx light
Description: a theme inspired by Netscape Navigator/Firefox
Author: (c) 2020-2021 Jim Mason
@@ -15,90 +7,4 @@ code.hljs {
Updated: 2021-05-17
@version 1.1.0
-*/
-.hljs {
- background: #fff;
- color: #000
-}
-.language-xml .hljs-meta,
-.language-xml .hljs-meta-string {
- font-weight: bold;
- font-style: italic;
- color: #48b
-}
-.hljs-comment,
-.hljs-quote {
- font-style: italic;
- color: #070
-}
-.hljs-name,
-.hljs-keyword,
-.hljs-built_in {
- color: #808
-}
-.hljs-name,
-.hljs-attr {
- font-weight: bold
-}
-.hljs-string {
- font-weight: normal
-}
-.hljs-code,
-.hljs-string,
-.hljs-meta .hljs-string,
-.hljs-number,
-.hljs-regexp,
-.hljs-link {
- color: #00f
-}
-.hljs-title,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable {
- color: #f40
-}
-.hljs-title.class_,
-.hljs-class .hljs-title,
-.hljs-type {
- font-weight: bold;
- color: #639
-}
-.hljs-title.function_,
-.hljs-function .hljs-title,
-.hljs-attr,
-.hljs-subst,
-.hljs-tag {
- color: #000
-}
-.hljs-formula {
- background-color: #eee;
- font-style: italic
-}
-.hljs-addition {
- background-color: #beb
-}
-.hljs-deletion {
- background-color: #fbb
-}
-.hljs-meta {
- color: #269
-}
-.hljs-section,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-selector-pseudo,
-.hljs-selector-tag {
- font-weight: bold;
- color: #48b
-}
-.hljs-selector-pseudo {
- font-style: italic
-}
-.hljs-doctag,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+*/.hljs{background:#fff;color:#000}.language-xml .hljs-meta,.language-xml .hljs-meta-string{font-weight:700;font-style:italic;color:#48b}.hljs-comment,.hljs-quote{font-style:italic;color:#070}.hljs-built_in,.hljs-keyword,.hljs-name{color:#808}.hljs-attr,.hljs-name{font-weight:700}.hljs-string{font-weight:400}.hljs-code,.hljs-link,.hljs-meta .hljs-string,.hljs-number,.hljs-regexp,.hljs-string{color:#00f}.hljs-bullet,.hljs-symbol,.hljs-template-variable,.hljs-title,.hljs-variable{color:#f40}.hljs-class .hljs-title,.hljs-title.class_,.hljs-type{font-weight:700;color:#639}.hljs-attr,.hljs-function .hljs-title,.hljs-subst,.hljs-tag,.hljs-title.function_{color:#000}.hljs-formula{background-color:#eee;font-style:italic}.hljs-addition{background-color:#beb}.hljs-deletion{background-color:#fbb}.hljs-meta{color:#269}.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{font-weight:700;color:#48b}.hljs-selector-pseudo{font-style:italic}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/nord.scss b/node_modules/highlight.js/scss/nord.scss
index 2e849af..efbb0c1 100644
--- a/node_modules/highlight.js/scss/nord.scss
+++ b/node_modules/highlight.js/scss/nord.scss
@@ -1,275 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- * Copyright (c) 2017-present Arctic Ice Studio
- * Copyright (c) 2017-present Sven Greb
- *
- * Project: Nord highlight.js
- * Version: 0.1.0
- * Repository: https://github.com/arcticicestudio/nord-highlightjs
- * License: MIT
- * References:
- * https://github.com/arcticicestudio/nord
- */
-/*
-
-Polar Night
-
-#2E3440
-#3B4252
-#434C5E
-#4C566A
-
-Snow Storm
-
-#D8DEE9
-#E5E9F0
-#ECEFF4
-
-Frost
-
-#8FBCBB
-#88C0D0
-#81A1C1
-#5E81AC
-
-Aurora
-
-#BF616A
-#D08770
-#EBCB8B
-#A3BE8C
-#B48EAD
-
-*/
-.hljs {
- background: #2E3440
-}
-.hljs,
-.hljs-subst {
- color: #D8DEE9
-}
-.hljs-selector-tag {
- color: #81A1C1
-}
-.hljs-selector-id {
- color: #8FBCBB;
- font-weight: bold
-}
-.hljs-selector-class {
- color: #8FBCBB
-}
-.hljs-selector-attr {
- color: #8FBCBB
-}
-.hljs-property {
- color: #88C0D0
-}
-.hljs-selector-pseudo {
- color: #88C0D0
-}
-.hljs-addition {
- background-color: rgba(163, 190, 140, 0.5)
-}
-.hljs-deletion {
- background-color: rgba(191, 97, 106, 0.5)
-}
-.hljs-built_in,
-.hljs-type {
- color: #8FBCBB
-}
-.hljs-class {
- color: #8FBCBB
-}
-.hljs-function {
- color: #88C0D0
-}
-.hljs-title.hljs-function,
-.hljs-function > .hljs-title {
- color: #88C0D0
-}
-.hljs-keyword,
-.hljs-literal,
-.hljs-symbol {
- color: #81A1C1
-}
-.hljs-number {
- color: #B48EAD
-}
-.hljs-regexp {
- color: #EBCB8B
-}
-.hljs-string {
- color: #A3BE8C
-}
-.hljs-title {
- color: #8FBCBB
-}
-.hljs-params {
- color: #D8DEE9
-}
-.hljs-bullet {
- color: #81A1C1
-}
-.hljs-code {
- color: #8FBCBB
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-formula {
- color: #8FBCBB
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link:hover {
- text-decoration: underline
-}
-.hljs-quote {
- color: #4C566A
-}
-.hljs-comment {
- color: #4C566A
-}
-.hljs-doctag {
- color: #8FBCBB
-}
-.hljs-meta,
-.hljs-meta .hljs-keyword {
- color: #5E81AC
-}
-.hljs-meta .hljs-string {
- color: #A3BE8C
-}
-.hljs-attr {
- color: #8FBCBB
-}
-.hljs-attribute {
- color: #D8DEE9
-}
-.hljs-name {
- color: #81A1C1
-}
-.hljs-section {
- color: #88C0D0
-}
-.hljs-tag {
- color: #81A1C1
-}
-.hljs-variable {
- color: #D8DEE9
-}
-.hljs-template-variable {
- color: #D8DEE9
-}
-.hljs-template-tag {
- color: #5E81AC
-}
-/* per language customizations */
-.language-abnf .hljs-attribute {
- color: #88C0D0
-}
-.language-abnf .hljs-symbol {
- color: #EBCB8B
-}
-.language-apache .hljs-attribute {
- color: #88C0D0
-}
-.language-apache .hljs-section {
- color: #81A1C1
-}
-.language-arduino .hljs-built_in {
- color: #88C0D0
-}
-.language-aspectj .hljs-meta {
- color: #D08770
-}
-.language-aspectj > .hljs-title {
- color: #88C0D0
-}
-.language-bnf .hljs-attribute {
- color: #8FBCBB
-}
-.language-clojure .hljs-name {
- color: #88C0D0
-}
-.language-clojure .hljs-symbol {
- color: #EBCB8B
-}
-.language-coq .hljs-built_in {
- color: #88C0D0
-}
-.language-cpp .hljs-meta .hljs-string {
- color: #8FBCBB
-}
-.language-css .hljs-built_in {
- color: #88C0D0
-}
-.language-css .hljs-keyword {
- color: #D08770
-}
-.language-diff .hljs-meta {
- color: #8FBCBB
-}
-.language-ebnf .hljs-attribute {
- color: #8FBCBB
-}
-.language-glsl .hljs-built_in {
- color: #88C0D0
-}
-.language-groovy .hljs-meta:not(:first-child) {
- color: #D08770
-}
-.language-haxe .hljs-meta {
- color: #D08770
-}
-.language-java .hljs-meta {
- color: #D08770
-}
-.language-ldif .hljs-attribute {
- color: #8FBCBB
-}
-.language-lisp .hljs-name {
- color: #88C0D0
-}
-.language-lua .hljs-built_in {
- color: #88C0D0
-}
-.language-moonscript .hljs-built_in {
- color: #88C0D0
-}
-.language-nginx .hljs-attribute {
- color: #88C0D0
-}
-.language-nginx .hljs-section {
- color: #5E81AC
-}
-.language-pf .hljs-built_in {
- color: #88C0D0
-}
-.language-processing .hljs-built_in {
- color: #88C0D0
-}
-.language-scss .hljs-keyword {
- color: #81A1C1
-}
-.language-stylus .hljs-keyword {
- color: #81A1C1
-}
-.language-swift .hljs-meta {
- color: #D08770
-}
-.language-vim .hljs-built_in {
- color: #88C0D0;
- font-style: italic
-}
-.language-yaml .hljs-meta {
- color: #D08770
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2e3440}.hljs,.hljs-subst{color:#d8dee9}.hljs-selector-tag{color:#81a1c1}.hljs-selector-id{color:#8fbcbb;font-weight:700}.hljs-selector-attr,.hljs-selector-class{color:#8fbcbb}.hljs-property,.hljs-selector-pseudo{color:#88c0d0}.hljs-addition{background-color:rgba(163,190,140,.5)}.hljs-deletion{background-color:rgba(191,97,106,.5)}.hljs-built_in,.hljs-class,.hljs-type{color:#8fbcbb}.hljs-function,.hljs-function>.hljs-title,.hljs-title.hljs-function{color:#88c0d0}.hljs-keyword,.hljs-literal,.hljs-symbol{color:#81a1c1}.hljs-number{color:#b48ead}.hljs-regexp{color:#ebcb8b}.hljs-string{color:#a3be8c}.hljs-title{color:#8fbcbb}.hljs-params{color:#d8dee9}.hljs-bullet{color:#81a1c1}.hljs-code{color:#8fbcbb}.hljs-emphasis{font-style:italic}.hljs-formula{color:#8fbcbb}.hljs-strong{font-weight:700}.hljs-link:hover{text-decoration:underline}.hljs-comment,.hljs-quote{color:#4c566a}.hljs-doctag{color:#8fbcbb}.hljs-meta,.hljs-meta .hljs-keyword{color:#5e81ac}.hljs-meta .hljs-string{color:#a3be8c}.hljs-attr{color:#8fbcbb}.hljs-attribute{color:#d8dee9}.hljs-name{color:#81a1c1}.hljs-section{color:#88c0d0}.hljs-tag{color:#81a1c1}.hljs-template-variable,.hljs-variable{color:#d8dee9}.hljs-template-tag{color:#5e81ac}.language-abnf .hljs-attribute{color:#88c0d0}.language-abnf .hljs-symbol{color:#ebcb8b}.language-apache .hljs-attribute{color:#88c0d0}.language-apache .hljs-section{color:#81a1c1}.language-arduino .hljs-built_in{color:#88c0d0}.language-aspectj .hljs-meta{color:#d08770}.language-aspectj>.hljs-title{color:#88c0d0}.language-bnf .hljs-attribute{color:#8fbcbb}.language-clojure .hljs-name{color:#88c0d0}.language-clojure .hljs-symbol{color:#ebcb8b}.language-coq .hljs-built_in{color:#88c0d0}.language-cpp .hljs-meta .hljs-string{color:#8fbcbb}.language-css .hljs-built_in{color:#88c0d0}.language-css .hljs-keyword{color:#d08770}.language-diff .hljs-meta,.language-ebnf .hljs-attribute{color:#8fbcbb}.language-glsl .hljs-built_in{color:#88c0d0}.language-groovy .hljs-meta:not(:first-child),.language-haxe .hljs-meta,.language-java .hljs-meta{color:#d08770}.language-ldif .hljs-attribute{color:#8fbcbb}.language-lisp .hljs-name,.language-lua .hljs-built_in,.language-moonscript .hljs-built_in,.language-nginx .hljs-attribute{color:#88c0d0}.language-nginx .hljs-section{color:#5e81ac}.language-pf .hljs-built_in,.language-processing .hljs-built_in{color:#88c0d0}.language-scss .hljs-keyword,.language-stylus .hljs-keyword{color:#81a1c1}.language-swift .hljs-meta{color:#d08770}.language-vim .hljs-built_in{color:#88c0d0;font-style:italic}.language-yaml .hljs-meta{color:#d08770}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/obsidian.scss b/node_modules/highlight.js/scss/obsidian.scss
index df7af1d..c2a0786 100644
--- a/node_modules/highlight.js/scss/obsidian.scss
+++ b/node_modules/highlight.js/scss/obsidian.scss
@@ -1,79 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/**
- * Obsidian style
- * ported by Alexander Marenin (http://github.com/ioncreature)
- */
-.hljs {
- color: #e0e2e4;
- background: #282b2e
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-selector-id {
- color: #93c763
-}
-.hljs-number {
- color: #ffcd22
-}
-.hljs-attribute {
- color: #668bb0
-}
-.hljs-regexp,
-.hljs-link {
- color: #d39745
-}
-.hljs-meta {
- color: #557182
-}
-.hljs-tag,
-.hljs-name,
-.hljs-bullet,
-.hljs-subst,
-.hljs-emphasis,
-.hljs-type,
-.hljs-built_in,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable {
- color: #8cbbad
-}
-.hljs-string,
-.hljs-symbol {
- color: #ec7600
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-deletion {
- color: #818e96
-}
-.hljs-selector-class {
- color: #A082BD
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-doctag,
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-code,
-.hljs-title.class_,
-.hljs-class .hljs-title,
-.hljs-section {
- color: white
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0e2e4;background:#282b2e}.hljs-keyword,.hljs-literal,.hljs-selector-id,.hljs-selector-tag{color:#93c763}.hljs-number{color:#ffcd22}.hljs-attribute{color:#668bb0}.hljs-link,.hljs-regexp{color:#d39745}.hljs-meta{color:#557182}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-emphasis,.hljs-name,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-subst,.hljs-tag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable{color:#8cbbad}.hljs-string,.hljs-symbol{color:#ec7600}.hljs-comment,.hljs-deletion,.hljs-quote{color:#818e96}.hljs-selector-class{color:#a082bd}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-class .hljs-title,.hljs-code,.hljs-section,.hljs-title.class_{color:#fff}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/panda-syntax-dark.scss b/node_modules/highlight.js/scss/panda-syntax-dark.scss
index 9a0695d..55e26c6 100644
--- a/node_modules/highlight.js/scss/panda-syntax-dark.scss
+++ b/node_modules/highlight.js/scss/panda-syntax-dark.scss
@@ -1,92 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/**
- * Panda Syntax Theme for Highlight.js
- * Based on: https://github.com/tinkertrain/panda-syntax-vscode
- * Author: Annmarie Switzer
- */
-.hljs {
- color: #e6e6e6;
- background: #2a2c2d
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
-.hljs-comment,
-.hljs-quote {
- color: #bbbbbb;
- font-style: italic
-}
-.hljs-params {
- color: #bbbbbb
-}
-.hljs-punctuation,
-.hljs-attr {
- color: #e6e6e6
-}
-.hljs-selector-tag,
-.hljs-name,
-.hljs-meta {
- color: #ff4b82
-}
-.hljs-operator,
-.hljs-char.escape_ {
- color: #b084eb
-}
-.hljs-keyword,
-.hljs-deletion {
- color: #ff75b5
-}
-.hljs-regexp,
-.hljs-selector-pseudo,
-.hljs-selector-attr,
-.hljs-variable.language_ {
- color: #ff9ac1
-}
-.hljs-subst,
-.hljs-property,
-.hljs-code,
-.hljs-formula,
-.hljs-section,
-.hljs-title.function_ {
- color: #45a9f9
-}
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition,
-.hljs-selector-class,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-meta .hljs-string {
- color: #19f9d8
-}
-.hljs-variable,
-.hljs-template-variable,
-.hljs-number,
-.hljs-literal,
-.hljs-type,
-.hljs-link,
-.hljs-built_in,
-.hljs-title,
-.hljs-selector-id,
-.hljs-tag,
-.hljs-doctag,
-.hljs-attribute,
-.hljs-template-tag,
-.hljs-meta .hljs-keyword,
-.hljs-punctuation {
- color: #ffb86c
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e6e6e6;background:#2a2c2d}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.hljs-comment,.hljs-quote{color:#bbb;font-style:italic}.hljs-params{color:#bbb}.hljs-attr,.hljs-punctuation{color:#e6e6e6}.hljs-meta,.hljs-name,.hljs-selector-tag{color:#ff4b82}.hljs-char.escape_,.hljs-operator{color:#b084eb}.hljs-deletion,.hljs-keyword{color:#ff75b5}.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-variable.language_{color:#ff9ac1}.hljs-code,.hljs-formula,.hljs-property,.hljs-section,.hljs-subst,.hljs-title.function_{color:#45a9f9}.hljs-addition,.hljs-bullet,.hljs-meta .hljs-string,.hljs-selector-class,.hljs-string,.hljs-symbol,.hljs-title.class_,.hljs-title.class_.inherited__{color:#19f9d8}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-link,.hljs-literal,.hljs-meta .hljs-keyword,.hljs-number,.hljs-punctuation,.hljs-selector-id,.hljs-tag,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#ffb86c}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/panda-syntax-light.scss b/node_modules/highlight.js/scss/panda-syntax-light.scss
index 4bb4024..6710dbd 100644
--- a/node_modules/highlight.js/scss/panda-syntax-light.scss
+++ b/node_modules/highlight.js/scss/panda-syntax-light.scss
@@ -1,89 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/**
- * Panda Syntax Theme for Highlight.js
- * Based on: https://github.com/tinkertrain/panda-syntax-vscode
- * Author: Annmarie Switzer
- */
-.hljs {
- color: #2a2c2d;
- background: #e6e6e6
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
-.hljs-comment,
-.hljs-quote {
- color: #676B79;
- font-style: italic
-}
-.hljs-params {
- color: #676B79
-}
-.hljs-punctuation,
-.hljs-attr {
- color: #2a2c2d
-}
-.hljs-selector-tag,
-.hljs-name,
-.hljs-meta,
-.hljs-operator,
-.hljs-char.escape_ {
- color: #c56200
-}
-.hljs-keyword,
-.hljs-deletion {
- color: #d92792
-}
-.hljs-regexp,
-.hljs-selector-pseudo,
-.hljs-selector-attr,
-.hljs-variable.language_ {
- color: #cc5e91
-}
-.hljs-subst,
-.hljs-property,
-.hljs-code,
-.hljs-formula,
-.hljs-section,
-.hljs-title.function_ {
- color: #3787c7
-}
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition,
-.hljs-selector-class,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-meta .hljs-string {
- color: #0d7d6c
-}
-.hljs-variable,
-.hljs-template-variable,
-.hljs-number,
-.hljs-literal,
-.hljs-type,
-.hljs-link,
-.hljs-built_in,
-.hljs-title,
-.hljs-selector-id,
-.hljs-tag,
-.hljs-doctag,
-.hljs-attribute,
-.hljs-template-tag,
-.hljs-meta .hljs-keyword {
- color: #7641bb
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#2a2c2d;background:#e6e6e6}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.hljs-comment,.hljs-quote{color:#676b79;font-style:italic}.hljs-params{color:#676b79}.hljs-attr,.hljs-punctuation{color:#2a2c2d}.hljs-char.escape_,.hljs-meta,.hljs-name,.hljs-operator,.hljs-selector-tag{color:#c56200}.hljs-deletion,.hljs-keyword{color:#d92792}.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-variable.language_{color:#cc5e91}.hljs-code,.hljs-formula,.hljs-property,.hljs-section,.hljs-subst,.hljs-title.function_{color:#3787c7}.hljs-addition,.hljs-bullet,.hljs-meta .hljs-string,.hljs-selector-class,.hljs-string,.hljs-symbol,.hljs-title.class_,.hljs-title.class_.inherited__{color:#0d7d6c}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-link,.hljs-literal,.hljs-meta .hljs-keyword,.hljs-number,.hljs-selector-id,.hljs-tag,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#7641bb}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/paraiso-dark.scss b/node_modules/highlight.js/scss/paraiso-dark.scss
index e375a88..d51dd18 100644
--- a/node_modules/highlight.js/scss/paraiso-dark.scss
+++ b/node_modules/highlight.js/scss/paraiso-dark.scss
@@ -1,67 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Paraíso (dark)
- Created by Jan T. Sott (http://github.com/idleberg)
- Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
-*/
-.hljs {
- background: #2f1e2e;
- color: #a39e9b
-}
-/* Paraíso Comment */
-.hljs-comment,
-.hljs-quote {
- color: #8d8687
-}
-/* Paraíso Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-link,
-.hljs-meta {
- color: #ef6155
-}
-/* Paraíso Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-deletion {
- color: #f99b15
-}
-/* Paraíso Yellow */
-.hljs-title,
-.hljs-section,
-.hljs-attribute {
- color: #fec418
-}
-/* Paraíso Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #48b685
-}
-/* Paraíso Purple */
-.hljs-keyword,
-.hljs-selector-tag {
- color: #815ba4
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2f1e2e;color:#a39e9b}.hljs-comment,.hljs-quote{color:#8d8687}.hljs-link,.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ef6155}.hljs-built_in,.hljs-deletion,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f99b15}.hljs-attribute,.hljs-section,.hljs-title{color:#fec418}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#48b685}.hljs-keyword,.hljs-selector-tag{color:#815ba4}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/paraiso-light.scss b/node_modules/highlight.js/scss/paraiso-light.scss
index ef527f0..3a17c3f 100644
--- a/node_modules/highlight.js/scss/paraiso-light.scss
+++ b/node_modules/highlight.js/scss/paraiso-light.scss
@@ -1,67 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Paraíso (light)
- Created by Jan T. Sott (http://github.com/idleberg)
- Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
-*/
-.hljs {
- background: #e7e9db;
- color: #4f424c
-}
-/* Paraíso Comment */
-.hljs-comment,
-.hljs-quote {
- color: #776e71
-}
-/* Paraíso Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-link,
-.hljs-meta {
- color: #ef6155
-}
-/* Paraíso Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-deletion {
- color: #f99b15
-}
-/* Paraíso Yellow */
-.hljs-title,
-.hljs-section,
-.hljs-attribute {
- color: #fec418
-}
-/* Paraíso Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #48b685
-}
-/* Paraíso Purple */
-.hljs-keyword,
-.hljs-selector-tag {
- color: #815ba4
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#e7e9db;color:#4f424c}.hljs-comment,.hljs-quote{color:#776e71}.hljs-link,.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ef6155}.hljs-built_in,.hljs-deletion,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f99b15}.hljs-attribute,.hljs-section,.hljs-title{color:#fec418}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#48b685}.hljs-keyword,.hljs-selector-tag{color:#815ba4}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/pojoaque.scss b/node_modules/highlight.js/scss/pojoaque.scss
index e04bf70..71345a9 100644
--- a/node_modules/highlight.js/scss/pojoaque.scss
+++ b/node_modules/highlight.js/scss/pojoaque.scss
@@ -1,76 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Pojoaque Style by Jason Tate
-http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
-Based on Solarized Style from http://ethanschoonover.com/solarized
-
-*/
-.hljs {
- color: #dccf8f;
- background: url(./pojoaque.jpg) repeat scroll left top #181914
-}
-.hljs-comment,
-.hljs-quote {
- color: #586e75;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-addition {
- color: #b64926
-}
-.hljs-number,
-.hljs-string,
-.hljs-doctag,
-.hljs-regexp {
- color: #468966
-}
-.hljs-title,
-.hljs-section,
-.hljs-built_in,
-.hljs-name {
- color: #ffb03b
-}
-.hljs-variable,
-.hljs-template-variable,
-.hljs-title.class_,
-.hljs-class .hljs-title,
-.hljs-type,
-.hljs-tag {
- color: #b58900
-}
-.hljs-attribute {
- color: #b89859
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-subst,
-.hljs-meta {
- color: #cb4b16
-}
-.hljs-deletion {
- color: #dc322f
-}
-.hljs-selector-id,
-.hljs-selector-class {
- color: #d3a60c
-}
-.hljs-formula {
- background: #073642
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dccf8f;background:url(./pojoaque.jpg) left top #181914}.hljs-comment,.hljs-quote{color:#586e75;font-style:italic}.hljs-addition,.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#b64926}.hljs-doctag,.hljs-number,.hljs-regexp,.hljs-string{color:#468966}.hljs-built_in,.hljs-name,.hljs-section,.hljs-title{color:#ffb03b}.hljs-class .hljs-title,.hljs-tag,.hljs-template-variable,.hljs-title.class_,.hljs-type,.hljs-variable{color:#b58900}.hljs-attribute{color:#b89859}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-subst,.hljs-symbol{color:#cb4b16}.hljs-deletion{color:#dc322f}.hljs-selector-class,.hljs-selector-id{color:#d3a60c}.hljs-formula{background:#073642}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/purebasic.scss b/node_modules/highlight.js/scss/purebasic.scss
index 3529efd..e026c45 100644
--- a/node_modules/highlight.js/scss/purebasic.scss
+++ b/node_modules/highlight.js/scss/purebasic.scss
@@ -1,103 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-PureBASIC native IDE style ( version 1.0 - April 2016 )
-
-by Tristano Ajmone
-
-Public Domain
-
-NOTE_1: PureBASIC code syntax highlighting only applies the following classes:
- .hljs-comment
- .hljs-function
- .hljs-keywords
- .hljs-string
- .hljs-symbol
-
- Other classes are added here for the benefit of styling other languages with the look and feel of PureBASIC native IDE style.
- If you need to customize a stylesheet for PureBASIC only, remove all non-relevant classes -- PureBASIC-related classes are followed by
- a "--- used for PureBASIC ... ---" comment on same line.
-
-NOTE_2: Color names provided in comments were derived using "Name that Color" online tool:
- http://chir.ag/projects/name-that-color
-*/
-.hljs {
- background: #FFFFDF/* Half and Half (approx.) */
-
-}
-/* --- used for PureBASIC base color --- */
-/* --- used for PureBASIC Procedures return type --- */
-/* --- used for wrapping PureBASIC Procedures definitions --- */
-.hljs,
-.hljs-type,
-.hljs-function,
-.hljs-name,
-.hljs-number,
-.hljs-attr,
-.hljs-params,
-.hljs-subst {
- color: #000000/* Black */
-
-}
-/* --- used for PureBASIC Comments --- */
-.hljs-comment,
-.hljs-regexp,
-.hljs-section,
-.hljs-selector-pseudo,
-.hljs-addition {
- color: #00AAAA/* Persian Green (approx.) */
-
-}
-/* --- used for PureBASIC Keywords --- */
-.hljs-keyword,
-.hljs-class,
-.hljs-meta .hljs-keyword,
-.hljs-selector-class,
-.hljs-built_in {
- color: #006666;
- /* Blue Stone (approx.) */
- font-weight: bold
-}
-/* --- used for PureBASIC Procedures Names --- */
-.hljs-title,
-.hljs-tag,
-.hljs-variable,
-.hljs-code {
- color: #006666/* Blue Stone (approx.) */
-
-}
-/* --- used for PureBASIC Strings --- */
-.hljs-string,
-.hljs-selector-attr {
- color: #0080FF/* Azure Radiance (approx.) */
-
-}
-/* --- used for PureBASIC Constants --- */
-.hljs-symbol,
-.hljs-link,
-.hljs-deletion,
-.hljs-attribute {
- color: #924B72/* Cannon Pink (approx.) */
-
-}
-.hljs-meta,
-.hljs-literal,
-.hljs-selector-id {
- color: #924B72;
- /* Cannon Pink (approx.) */
- font-weight: bold
-}
-.hljs-strong,
-.hljs-name {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#ffffdf}.hljs,.hljs-attr,.hljs-function,.hljs-name,.hljs-number,.hljs-params,.hljs-subst,.hljs-type{color:#000}.hljs-addition,.hljs-comment,.hljs-regexp,.hljs-section,.hljs-selector-pseudo{color:#0aa}.hljs-built_in,.hljs-class,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-selector-class{color:#066;font-weight:700}.hljs-code,.hljs-tag,.hljs-title,.hljs-variable{color:#066}.hljs-selector-attr,.hljs-string{color:#0080ff}.hljs-attribute,.hljs-deletion,.hljs-link,.hljs-symbol{color:#924b72}.hljs-literal,.hljs-meta,.hljs-selector-id{color:#924b72;font-weight:700}.hljs-name,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/qtcreator-dark.scss b/node_modules/highlight.js/scss/qtcreator-dark.scss
index a655384..976e519 100644
--- a/node_modules/highlight.js/scss/qtcreator-dark.scss
+++ b/node_modules/highlight.js/scss/qtcreator-dark.scss
@@ -1,76 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Qt Creator dark color scheme
-
-*/
-.hljs {
- color: #aaaaaa;
- background: #000000
-}
-.hljs-strong,
-.hljs-emphasis {
- color: #a8a8a2
-}
-.hljs-bullet,
-.hljs-quote,
-.hljs-number,
-.hljs-regexp,
-.hljs-literal {
- color: #ff55ff
-}
-.hljs-code
-.hljs-selector-class {
- color: #aaaaff
-}
-.hljs-emphasis,
-.hljs-stronge,
-.hljs-type {
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-function,
-.hljs-section,
-.hljs-symbol,
-.hljs-name {
- color: #ffff55
-}
-.hljs-subst,
-.hljs-tag,
-.hljs-title {
- color: #aaaaaa
-}
-.hljs-attribute {
- color: #ff5555
-}
-.hljs-variable,
-.hljs-params,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #8888ff
-}
-.hljs-string,
-.hljs-selector-id,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-type,
-.hljs-built_in,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-addition,
-.hljs-link {
- color: #ff55ff
-}
-.hljs-comment,
-.hljs-meta,
-.hljs-deletion {
- color: #55ffff
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#aaa;background:#000}.hljs-emphasis,.hljs-strong{color:#a8a8a2}.hljs-bullet,.hljs-literal,.hljs-number,.hljs-quote,.hljs-regexp{color:#f5f}.hljs-code .hljs-selector-class{color:#aaf}.hljs-emphasis,.hljs-stronge,.hljs-type{font-style:italic}.hljs-function,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-symbol{color:#ff5}.hljs-subst,.hljs-tag,.hljs-title{color:#aaa}.hljs-attribute{color:#f55}.hljs-class .hljs-title,.hljs-params,.hljs-title.class_,.hljs-variable{color:#88f}.hljs-addition,.hljs-built_in,.hljs-link,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-type{color:#f5f}.hljs-comment,.hljs-deletion,.hljs-meta{color:#5ff}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/qtcreator-light.scss b/node_modules/highlight.js/scss/qtcreator-light.scss
index 327126d..7f1af8c 100644
--- a/node_modules/highlight.js/scss/qtcreator-light.scss
+++ b/node_modules/highlight.js/scss/qtcreator-light.scss
@@ -1,74 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Qt Creator light color scheme
-*/
-.hljs {
- color: #000000;
- background: #ffffff
-}
-.hljs-strong,
-.hljs-emphasis {
- color: #000000
-}
-.hljs-bullet,
-.hljs-quote,
-.hljs-number,
-.hljs-regexp,
-.hljs-literal {
- color: #000080
-}
-.hljs-code
-.hljs-selector-class {
- color: #800080
-}
-.hljs-emphasis,
-.hljs-stronge,
-.hljs-type {
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-function,
-.hljs-section,
-.hljs-symbol,
-.hljs-name {
- color: #808000
-}
-.hljs-subst,
-.hljs-tag,
-.hljs-title {
- color: #000000
-}
-.hljs-attribute {
- color: #800000
-}
-.hljs-variable,
-.hljs-params,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #0055AF
-}
-.hljs-string,
-.hljs-selector-id,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-type,
-.hljs-built_in,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-addition,
-.hljs-link {
- color: #008000
-}
-.hljs-comment,
-.hljs-meta,
-.hljs-deletion {
- color: #008000
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-emphasis,.hljs-strong{color:#000}.hljs-bullet,.hljs-literal,.hljs-number,.hljs-quote,.hljs-regexp{color:navy}.hljs-code .hljs-selector-class{color:purple}.hljs-emphasis,.hljs-stronge,.hljs-type{font-style:italic}.hljs-function,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-symbol{color:olive}.hljs-subst,.hljs-tag,.hljs-title{color:#000}.hljs-attribute{color:maroon}.hljs-class .hljs-title,.hljs-params,.hljs-title.class_,.hljs-variable{color:#0055af}.hljs-addition,.hljs-built_in,.hljs-comment,.hljs-deletion,.hljs-link,.hljs-meta,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-type{color:green}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/rainbow.scss b/node_modules/highlight.js/scss/rainbow.scss
index 80b2834..c8ca25f 100644
--- a/node_modules/highlight.js/scss/rainbow.scss
+++ b/node_modules/highlight.js/scss/rainbow.scss
@@ -1,77 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Style with support for rainbow parens
-
-*/
-.hljs {
- background: #474949;
- color: #d1d9e1
-}
-.hljs-comment,
-.hljs-quote {
- color: #969896;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-type,
-.hljs-addition {
- color: #cc99cc
-}
-.hljs-number,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #f99157
-}
-.hljs-string,
-.hljs-doctag,
-.hljs-regexp {
- color: #8abeb7
-}
-.hljs-title,
-.hljs-name,
-.hljs-section,
-.hljs-built_in {
- color: #b5bd68
-}
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-id,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #ffcc66
-}
-.hljs-section,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-subst,
-.hljs-meta,
-.hljs-link {
- color: #f99157
-}
-.hljs-deletion {
- color: #dc322f
-}
-.hljs-formula {
- background: #eee8d5
-}
-.hljs-attr,
-.hljs-attribute {
- color: #81a2be
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#474949;color:#d1d9e1}.hljs-comment,.hljs-quote{color:#969896;font-style:italic}.hljs-addition,.hljs-keyword,.hljs-literal,.hljs-selector-tag,.hljs-type{color:#c9c}.hljs-number,.hljs-selector-attr,.hljs-selector-pseudo{color:#f99157}.hljs-doctag,.hljs-regexp,.hljs-string{color:#8abeb7}.hljs-built_in,.hljs-name,.hljs-section,.hljs-title{color:#b5bd68}.hljs-class .hljs-title,.hljs-selector-id,.hljs-template-variable,.hljs-title.class_,.hljs-variable{color:#fc6}.hljs-name,.hljs-section,.hljs-strong{font-weight:700}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-subst,.hljs-symbol{color:#f99157}.hljs-deletion{color:#dc322f}.hljs-formula{background:#eee8d5}.hljs-attr,.hljs-attribute{color:#81a2be}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/rose-pine-dawn.scss b/node_modules/highlight.js/scss/rose-pine-dawn.scss
deleted file mode 100644
index 1a237d1..0000000
--- a/node_modules/highlight.js/scss/rose-pine-dawn.scss
+++ /dev/null
@@ -1,107 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
- Theme: Rose Pine
- Origin: https://rosepinetheme.com/
-*/
-/* Comment */
-.hljs-meta,
-.hljs-comment {
- color: #9893a5
-}
-/* Red */
-/*INFO: This keyword, HTML elements, Regex group symbol, CSS units, Terminal Red */
-.hljs-tag,
-.hljs-doctag,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-template-tag,
-.hljs-selector-pseudo,
-.hljs-selector-attr,
-.hljs-variable.language_,
-.hljs-deletion {
- color: #b4637a
-}
-/*Orange */
-/*INFO: Number and Boolean constants, Language support constants */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-number,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-link {
- color: #d7827e
-}
-/* Yellow */
-/* INFO: Function parameters, Regex character sets, Terminal Yellow */
-.hljs-built_in,
-.hljs-attribute {
- color: #ea9d34
-}
-/* cyan */
-/* INFO: Language support functions, CSS HTML elements */
-.hljs-selector-tag {
- color: #286983
-}
-/* light blue */
-/* INFO: Object properties, Regex quantifiers and flags, Markdown headings, Terminal Cyan, Markdown code, Import/export keywords */
-.hljs-keyword,
-.hljs-title.function_,
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-subst,
-.hljs-property {
- color: #56949f
-}
-/*Green*/
-/* INFO: Object literal keys, Markdown links, Terminal Green */
-.hljs-selector-tag {
- color: #56949f
-}
-/*Green(er) */
-/* INFO: Strings, CSS class names */
-.hljs-quote,
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #286983
-}
-/* INFO: Function names, CSS property names, Terminal Blue */
-.hljs-code,
-.hljs-formula,
-.hljs-section {
- color: #d7827e
-}
-/* Magenta */
-/*INFO: Control Keywords, Storage Types, Regex symbols and operators, HTML Attributes, Terminal Magenta */
-.hljs-name,
-.hljs-keyword,
-.hljs-operator,
-.hljs-keyword,
-.hljs-char.escape_,
-.hljs-attr {
- color: #907aa9
-}
-.hljs-punctuation {
- color: #575279
-}
-.hljs {
- background: #faf4ed;
- color: #575279
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/rose-pine-moon.scss b/node_modules/highlight.js/scss/rose-pine-moon.scss
deleted file mode 100644
index f283524..0000000
--- a/node_modules/highlight.js/scss/rose-pine-moon.scss
+++ /dev/null
@@ -1,109 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
- Theme: Rose Pine
- Origin: https://rosepinetheme.com/
-*/
-/* Comment */
-.hljs-meta,
-.hljs-comment {
- color: #6e6a86
-}
-/* Red */
-/*INFO: This keyword, HTML elements, Regex group symbol, CSS units, Terminal Red */
-.hljs-tag,
-.hljs-doctag,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-template-tag,
-.hljs-selector-pseudo,
-.hljs-selector-attr,
-.hljs-variable.language_,
-.hljs-deletion {
- color: #eb6f92
-}
-/*Orange */
-/*INFO: Number and Boolean constants, Language support constants */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-number,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-link {
- color: #ea9a97
-}
-/* Yellow */
-/* INFO: Function parameters, Regex character sets, Terminal Yellow */
-.hljs-built_in,
-.hljs-attribute {
- color: #f6c177
-}
-/* cyan */
-/* INFO: Language support functions, CSS HTML elements */
-.hljs-selector-tag {
- color: #3e8fb0
-}
-/* light blue */
-/* INFO: Object properties, Regex quantifiers and flags, Markdown headings, Terminal Cyan, Markdown code, Import/export keywords */
-.hljs-keyword,
-.hljs-title.function_,
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-subst,
-.hljs-property {
- color: #9ccfd8
-}
-/*Green*/
-/* INFO: Object literal keys, Markdown links, Terminal Green */
-.hljs-selector-tag {
- color: #9ccfd8
-}
-/*Green(er) */
-/* INFO: Strings, CSS class names */
-.hljs-quote,
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #3e8fb0
-}
-/* INFO: Function names, CSS property names, Terminal Blue */
-.hljs-code,
-.hljs-formula,
-.hljs-section {
- color: #ea9a97
-}
-/* Magenta */
-/*INFO: Control Keywords, Storage Types, Regex symbols and operators, HTML Attributes, Terminal Magenta */
-.hljs-name,
-.hljs-keyword,
-.hljs-operator,
-.hljs-keyword,
-.hljs-char.escape_,
-.hljs-attr {
- color: #c4a7e7
-}
-/* white*/
-/* INFO: Variables, Class names, Terminal White */
-.hljs-punctuation {
- color: #e0def4
-}
-.hljs {
- background: #232136;
- color: #6e6a86
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/rose-pine.scss b/node_modules/highlight.js/scss/rose-pine.scss
deleted file mode 100644
index bd394d6..0000000
--- a/node_modules/highlight.js/scss/rose-pine.scss
+++ /dev/null
@@ -1,109 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
- Theme: Rose Pine
- Origin: https://rosepinetheme.com/
-*/
-/* Comment */
-.hljs-meta,
-.hljs-comment {
- color: #6e6a86
-}
-/* Red */
-/*INFO: This keyword, HTML elements, Regex group symbol, CSS units, Terminal Red */
-.hljs-tag,
-.hljs-doctag,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-template-tag,
-.hljs-selector-pseudo,
-.hljs-selector-attr,
-.hljs-variable.language_,
-.hljs-deletion {
- color: #eb6f92
-}
-/*Orange */
-/*INFO: Number and Boolean constants, Language support constants */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-number,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-link {
- color: #ebbcba
-}
-/* Yellow */
-/* INFO: Function parameters, Regex character sets, Terminal Yellow */
-.hljs-built_in,
-.hljs-attribute {
- color: #f6c177
-}
-/* cyan */
-/* INFO: Language support functions, CSS HTML elements */
-.hljs-selector-tag {
- color: #31748f
-}
-/* light blue */
-/* INFO: Object properties, Regex quantifiers and flags, Markdown headings, Terminal Cyan, Markdown code, Import/export keywords */
-.hljs-keyword,
-.hljs-title.function_,
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-subst,
-.hljs-property {
- color: #9ccfd8
-}
-/*Green*/
-/* INFO: Object literal keys, Markdown links, Terminal Green */
-.hljs-selector-tag {
- color: #9ccfd8
-}
-/*Green(er) */
-/* INFO: Strings, CSS class names */
-.hljs-quote,
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #31748f
-}
-/* INFO: Function names, CSS property names, Terminal Blue */
-.hljs-code,
-.hljs-formula,
-.hljs-section {
- color: #ebbcba
-}
-/* Magenta */
-/*INFO: Control Keywords, Storage Types, Regex symbols and operators, HTML Attributes, Terminal Magenta */
-.hljs-name,
-.hljs-keyword,
-.hljs-operator,
-.hljs-keyword,
-.hljs-char.escape_,
-.hljs-attr {
- color: #c4a7e7
-}
-/* white*/
-/* INFO: Variables, Class names, Terminal White */
-.hljs-punctuation {
- color: #e0def4
-}
-.hljs {
- background: #191724;
- color: #6e6a86
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/routeros.scss b/node_modules/highlight.js/scss/routeros.scss
index 5b3602b..0378678 100644
--- a/node_modules/highlight.js/scss/routeros.scss
+++ b/node_modules/highlight.js/scss/routeros.scss
@@ -1,86 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
- highlight.js style for MikroTik RouterOS script
-
-*/
-.hljs {
- color: #444;
- background: #F0F0F0
-}
-/* Base color: saturation 0; */
-.hljs-subst {
- color: #444
-}
-.hljs-comment {
- color: #888888
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-name {
- font-weight: bold
-}
-.hljs-attribute {
- color: #0E9A00
-}
-.hljs-function {
- color: #99069A
-}
-/* User color: hue: 0 */
-.hljs-type,
-.hljs-string,
-.hljs-number,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion {
- color: #880000
-}
-.hljs-title,
-.hljs-section {
- color: #880000;
- font-weight: bold
-}
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #BC6060
-}
-/* Language color: hue: 90; */
-.hljs-literal {
- color: #78A960
-}
-.hljs-built_in,
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #0C9A9A
-}
-/* Meta color: hue: 200 */
-.hljs-meta {
- color: #1f7199
-}
-.hljs-meta .hljs-string {
- color: #4d99bf
-}
-/* Misc effects */
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#444;background:#f0f0f0}.hljs-subst{color:#444}.hljs-comment{color:#888}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-attribute{color:#0e9a00}.hljs-function{color:#99069a}.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:#0c9a9a}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/school-book.scss b/node_modules/highlight.js/scss/school-book.scss
index 8dcb902..843f268 100644
--- a/node_modules/highlight.js/scss/school-book.scss
+++ b/node_modules/highlight.js/scss/school-book.scss
@@ -1,62 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-School Book style from goldblog.com.ua (c) Zaripov Yura
-
-*/
-.hljs {
- color: #3e5915;
- background: #f6f5b2
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal {
- color: #005599;
- font-weight: bold
-}
-.hljs-subst {
- color: #3e5915
-}
-.hljs-string,
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-attribute,
-.hljs-built_in,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-link {
- color: #2c009f
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-deletion,
-.hljs-meta {
- color: #e60415
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-doctag,
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-name,
-.hljs-selector-id,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#3e5915;background:#f6f5b2}.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#059}.hljs-subst{color:#3e5915}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-link,.hljs-section,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#2c009f}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#e60415}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/shades-of-purple.scss b/node_modules/highlight.js/scss/shades-of-purple.scss
index 8a51050..3dd25b4 100644
--- a/node_modules/highlight.js/scss/shades-of-purple.scss
+++ b/node_modules/highlight.js/scss/shades-of-purple.scss
@@ -1,84 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/**
- * Shades of Purple Theme — for Highlightjs.
- *
- * @author (c) Ahmad Awais
- * @link GitHub Repo → https://github.com/ahmadawais/Shades-of-Purple-HighlightJS
- * @version 1.5.0
- */
-.hljs {
- background: #2d2b57;
- color: #e3dfff;
- font-weight: normal
-}
-.hljs-subst {
- color: #e3dfff
-}
-.hljs-title {
- color: #fad000;
- font-weight: normal
-}
-.hljs-name {
- color: #a1feff
-}
-.hljs-tag {
- color: #ffffff
-}
-.hljs-attr {
- color: #f8d000;
- font-style: italic
-}
-.hljs-built_in,
-.hljs-selector-tag,
-.hljs-section {
- color: #fb9e00
-}
-.hljs-keyword {
- color: #fb9e00
-}
-.hljs-string,
-.hljs-attribute,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition,
-.hljs-code,
-.hljs-regexp,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-template-tag,
-.hljs-quote,
-.hljs-deletion {
- color: #4cd213
-}
-.hljs-meta,
-.hljs-meta .hljs-string {
- color: #fb9e00
-}
-.hljs-comment {
- color: #ac65ff
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-name,
-.hljs-strong {
- font-weight: normal
-}
-.hljs-literal,
-.hljs-number {
- color: #fa658d
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2d2b57;color:#e3dfff;font-weight:400}.hljs-subst{color:#e3dfff}.hljs-title{color:#fad000;font-weight:400}.hljs-name{color:#a1feff}.hljs-tag{color:#fff}.hljs-attr{color:#f8d000;font-style:italic}.hljs-built_in,.hljs-keyword,.hljs-section,.hljs-selector-tag{color:#fb9e00}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-code,.hljs-deletion,.hljs-quote,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-string,.hljs-symbol,.hljs-template-tag{color:#4cd213}.hljs-meta,.hljs-meta .hljs-string{color:#fb9e00}.hljs-comment{color:#ac65ff}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-selector-tag,.hljs-strong{font-weight:400}.hljs-literal,.hljs-number{color:#fa658d}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/srcery.scss b/node_modules/highlight.js/scss/srcery.scss
index 1b60bd4..377d61a 100644
--- a/node_modules/highlight.js/scss/srcery.scss
+++ b/node_modules/highlight.js/scss/srcery.scss
@@ -1,89 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Theme: Srcery
-Description: Srcery dark color scheme for highlight.js
-Author: Chen Bin
-Maintainer: @redguardtoo
-Website: https://srcery-colors.github.io/
-Date: 2021-04-13
-*/
-.hljs {
- background: #1C1B19;
- /* Black */
- color: #FCE8C3/* Bright White */
-
-}
-/* Bright White */
-.hljs-subst,
-.hljs-quote,
-.hljs-literal {
- color: #FCE8C3
-}
-/* Bright Blue */
-.hljs-type,
-.hljs-symbol {
- color: #68A8E4
-}
-/* Red */
-.hljs-keyword,
-.hljs-deletion {
- color: #EF2F27
-}
-/* Yellow */
-.hljs-name,
-.hljs-function,
-.hljs-attribute,
-.hljs-selector-attr,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-selector-pseudo,
-.hljs-section,
-.hljs-title {
- color: #FBB829
-}
-/* Cyan */
-.hljs-code,
-.hljs-variable,
-.hljs-property,
-.hljs-template-variable,
-.hljs-class {
- color: #0AAEB3
-}
-/* Bright Green */
-.hljs-string,
-.hljs-regexp,
-.hljs-bullet,
-.hljs-addition {
- color: #98BC37
-}
-/* Bright Magenta */
-.hljs-built_in,
-.hljs-params {
- color: #FF5C8F
-}
-/* Blue */
-.hljs-template-tag,
-.hljs-selector-tag {
- color: #2C78BF
-}
-/* Bright Black */
-.hljs-link,
-.hljs-number,
-.hljs-comment,
-.hljs-meta {
- color: #918175
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-/* @see https://github.com/srcery-colors/srcery-emacs for reference */
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#1c1b19;color:#fce8c3}.hljs-literal,.hljs-quote,.hljs-subst{color:#fce8c3}.hljs-symbol,.hljs-type{color:#68a8e4}.hljs-deletion,.hljs-keyword{color:#ef2f27}.hljs-attribute,.hljs-function,.hljs-name,.hljs-section,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-title{color:#fbb829}.hljs-class,.hljs-code,.hljs-property,.hljs-template-variable,.hljs-variable{color:#0aaeb3}.hljs-addition,.hljs-bullet,.hljs-regexp,.hljs-string{color:#98bc37}.hljs-built_in,.hljs-params{color:#ff5c8f}.hljs-selector-tag,.hljs-template-tag{color:#2c78bf}.hljs-comment,.hljs-link,.hljs-meta,.hljs-number{color:#918175}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/stackoverflow-dark.scss b/node_modules/highlight.js/scss/stackoverflow-dark.scss
index 6cc355e..33cea55 100644
--- a/node_modules/highlight.js/scss/stackoverflow-dark.scss
+++ b/node_modules/highlight.js/scss/stackoverflow-dark.scss
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: StackOverflow Dark
Description: Dark theme as used on stackoverflow.com
Author: stackoverflow.com
@@ -18,100 +10,4 @@ code.hljs {
Updated for @stackoverflow/stacks v0.64.0
Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
-*/
-.hljs {
- /* var(--highlight-color) */
- color: #ffffff;
- /* var(--highlight-bg) */
- background: #1c1b1b
-}
-.hljs-subst {
- /* var(--highlight-color) */
- color: #ffffff
-}
-.hljs-comment {
- /* var(--highlight-comment) */
- color: #999999
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-section {
- /* var(--highlight-keyword) */
- color: #88aece
-}
-.hljs-attr {
- /* var(--highlight-attribute); */
- color: #88aece
-}
-.hljs-attribute {
- /* var(--highlight-symbol) */
- color: #c59bc1
-}
-.hljs-name,
-.hljs-type,
-.hljs-number,
-.hljs-selector-id,
-.hljs-quote,
-.hljs-template-tag {
- /* var(--highlight-namespace) */
- color: #f08d49
-}
-.hljs-selector-class {
- /* var(--highlight-keyword) */
- color: #88aece
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr {
- /* var(--highlight-variable) */
- color: #b5bd68
-}
-.hljs-meta,
-.hljs-selector-pseudo {
- /* var(--highlight-keyword) */
- color: #88aece
-}
-.hljs-built_in,
-.hljs-title,
-.hljs-literal {
- /* var(--highlight-literal) */
- color: #f08d49
-}
-.hljs-bullet,
-.hljs-code {
- /* var(--highlight-punctuation) */
- color: #cccccc
-}
-.hljs-meta .hljs-string {
- /* var(--highlight-variable) */
- color: #b5bd68
-}
-.hljs-deletion {
- /* var(--highlight-deletion) */
- color: #de7176
-}
-.hljs-addition {
- /* var(--highlight-addition) */
- color: #76c490
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-formula,
-.hljs-operator,
-.hljs-params,
-.hljs-property,
-.hljs-punctuation,
-.hljs-tag {
- /* purposely ignored */
-
-}
\ No newline at end of file
+*/.hljs{color:#fff;background:#1c1b1b}.hljs-subst{color:#fff}.hljs-comment{color:#999}.hljs-attr,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-selector-tag{color:#88aece}.hljs-attribute{color:#c59bc1}.hljs-name,.hljs-number,.hljs-quote,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#f08d49}.hljs-selector-class{color:#88aece}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#b5bd68}.hljs-meta,.hljs-selector-pseudo{color:#88aece}.hljs-built_in,.hljs-literal,.hljs-title{color:#f08d49}.hljs-bullet,.hljs-code{color:#ccc}.hljs-meta .hljs-string{color:#b5bd68}.hljs-deletion{color:#de7176}.hljs-addition{color:#76c490}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/stackoverflow-light.scss b/node_modules/highlight.js/scss/stackoverflow-light.scss
index 308171d..c36d63d 100644
--- a/node_modules/highlight.js/scss/stackoverflow-light.scss
+++ b/node_modules/highlight.js/scss/stackoverflow-light.scss
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: StackOverflow Light
Description: Light theme as used on stackoverflow.com
Author: stackoverflow.com
@@ -18,100 +10,4 @@ code.hljs {
Updated for @stackoverflow/stacks v0.64.0
Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
-*/
-.hljs {
- /* var(--highlight-color) */
- color: #2f3337;
- /* var(--highlight-bg) */
- background: #f6f6f6
-}
-.hljs-subst {
- /* var(--highlight-color) */
- color: #2f3337
-}
-.hljs-comment {
- /* var(--highlight-comment) */
- color: #656e77
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-section {
- /* var(--highlight-keyword) */
- color: #015692
-}
-.hljs-attr {
- /* var(--highlight-attribute); */
- color: #015692
-}
-.hljs-attribute {
- /* var(--highlight-symbol) */
- color: #803378
-}
-.hljs-name,
-.hljs-type,
-.hljs-number,
-.hljs-selector-id,
-.hljs-quote,
-.hljs-template-tag {
- /* var(--highlight-namespace) */
- color: #b75501
-}
-.hljs-selector-class {
- /* var(--highlight-keyword) */
- color: #015692
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr {
- /* var(--highlight-variable) */
- color: #54790d
-}
-.hljs-meta,
-.hljs-selector-pseudo {
- /* var(--highlight-keyword) */
- color: #015692
-}
-.hljs-built_in,
-.hljs-title,
-.hljs-literal {
- /* var(--highlight-literal) */
- color: #b75501
-}
-.hljs-bullet,
-.hljs-code {
- /* var(--highlight-punctuation) */
- color: #535a60
-}
-.hljs-meta .hljs-string {
- /* var(--highlight-variable) */
- color: #54790d
-}
-.hljs-deletion {
- /* var(--highlight-deletion) */
- color: #c02d2e
-}
-.hljs-addition {
- /* var(--highlight-addition) */
- color: #2f6f44
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-formula,
-.hljs-operator,
-.hljs-params,
-.hljs-property,
-.hljs-punctuation,
-.hljs-tag {
- /* purposely ignored */
-
-}
\ No newline at end of file
+*/.hljs{color:#2f3337;background:#f6f6f6}.hljs-subst{color:#2f3337}.hljs-comment{color:#656e77}.hljs-attr,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-selector-tag{color:#015692}.hljs-attribute{color:#803378}.hljs-name,.hljs-number,.hljs-quote,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#b75501}.hljs-selector-class{color:#015692}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#54790d}.hljs-meta,.hljs-selector-pseudo{color:#015692}.hljs-built_in,.hljs-literal,.hljs-title{color:#b75501}.hljs-bullet,.hljs-code{color:#535a60}.hljs-meta .hljs-string{color:#54790d}.hljs-deletion{color:#c02d2e}.hljs-addition{color:#2f6f44}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/sunburst.scss b/node_modules/highlight.js/scss/sunburst.scss
index 5b49f21..9210ae6 100644
--- a/node_modules/highlight.js/scss/sunburst.scss
+++ b/node_modules/highlight.js/scss/sunburst.scss
@@ -1,89 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Sunburst-like style (c) Vasily Polovnyov
-
-*/
-.hljs {
- background: #000;
- color: #f8f8f8
-}
-.hljs-comment,
-.hljs-quote {
- color: #aeaeae;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-type {
- color: #e28964
-}
-.hljs-string {
- color: #65b042
-}
-.hljs-subst {
- color: #daefa3
-}
-.hljs-regexp,
-.hljs-link {
- color: #e9c062
-}
-.hljs-title,
-.hljs-section,
-.hljs-tag,
-.hljs-name {
- color: #89bdff
-}
-.hljs-title.class_,
-.hljs-class .hljs-title,
-.hljs-doctag {
- text-decoration: underline
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-number {
- color: #3387cc
-}
-.hljs-params,
-.hljs-variable,
-.hljs-template-variable {
- color: #3e87e3
-}
-.hljs-attribute {
- color: #cda869
-}
-.hljs-meta {
- color: #8996a8
-}
-.hljs-formula {
- background-color: #0e2231;
- color: #f8f8f8;
- font-style: italic
-}
-.hljs-addition {
- background-color: #253b22;
- color: #f8f8f8
-}
-.hljs-deletion {
- background-color: #420e09;
- color: #f8f8f8
-}
-.hljs-selector-class {
- color: #9b703f
-}
-.hljs-selector-id {
- color: #8b98ab
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#000;color:#f8f8f8}.hljs-comment,.hljs-quote{color:#aeaeae;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#e28964}.hljs-string{color:#65b042}.hljs-subst{color:#daefa3}.hljs-link,.hljs-regexp{color:#e9c062}.hljs-name,.hljs-section,.hljs-tag,.hljs-title{color:#89bdff}.hljs-class .hljs-title,.hljs-doctag,.hljs-title.class_{text-decoration:underline}.hljs-bullet,.hljs-number,.hljs-symbol{color:#3387cc}.hljs-params,.hljs-template-variable,.hljs-variable{color:#3e87e3}.hljs-attribute{color:#cda869}.hljs-meta{color:#8996a8}.hljs-formula{background-color:#0e2231;color:#f8f8f8;font-style:italic}.hljs-addition{background-color:#253b22;color:#f8f8f8}.hljs-deletion{background-color:#420e09;color:#f8f8f8}.hljs-selector-class{color:#9b703f}.hljs-selector-id{color:#8b98ab}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/tokyo-night-dark.scss b/node_modules/highlight.js/scss/tokyo-night-dark.scss
index e746b50..dc63ad9 100644
--- a/node_modules/highlight.js/scss/tokyo-night-dark.scss
+++ b/node_modules/highlight.js/scss/tokyo-night-dark.scss
@@ -1,114 +1,8 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: Tokyo-night-Dark
origin: https://github.com/enkia/tokyo-night-vscode-theme
Description: Original highlight.js style
Author: (c) Henri Vandersleyen
License: see project LICENSE
Touched: 2022
-*/
-/* Comment */
-.hljs-meta,
-.hljs-comment {
- color: #565f89
-}
-/* Red */
-/*INFO: This keyword, HTML elements, Regex group symbol, CSS units, Terminal Red */
-.hljs-tag,
-.hljs-doctag,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-template-tag,
-.hljs-selector-pseudo,
-.hljs-selector-attr,
-.hljs-variable.language_,
-.hljs-deletion {
- color: #f7768e
-}
-/*Orange */
-/*INFO: Number and Boolean constants, Language support constants */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-number,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-link {
- color: #ff9e64
-}
-/* Yellow */
-/* INFO: Function parameters, Regex character sets, Terminal Yellow */
-.hljs-built_in,
-.hljs-attribute {
- color: #e0af68
-}
-/* cyan */
-/* INFO: Language support functions, CSS HTML elements */
-.hljs-selector-tag {
- color: #2ac3de
-}
-/* light blue */
-/* INFO: Object properties, Regex quantifiers and flags, Markdown headings, Terminal Cyan, Markdown code, Import/export keywords */
-.hljs-keyword,
-.hljs-title.function_,
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-subst,
-.hljs-property {
- color: #7dcfff
-}
-/*Green*/
-/* INFO: Object literal keys, Markdown links, Terminal Green */
-.hljs-selector-tag {
- color: #73daca
-}
-/*Green(er) */
-/* INFO: Strings, CSS class names */
-.hljs-quote,
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #9ece6a
-}
-/* Blue */
-/* INFO: Function names, CSS property names, Terminal Blue */
-.hljs-code,
-.hljs-formula,
-.hljs-section {
- color: #7aa2f7
-}
-/* Magenta */
-/*INFO: Control Keywords, Storage Types, Regex symbols and operators, HTML Attributes, Terminal Magenta */
-.hljs-name,
-.hljs-keyword,
-.hljs-operator,
-.hljs-keyword,
-.hljs-char.escape_,
-.hljs-attr {
- color: #bb9af7
-}
-/* white*/
-/* INFO: Variables, Class names, Terminal White */
-.hljs-punctuation {
- color: #c0caf5
-}
-.hljs {
- background: #1a1b26;
- color: #9aa5ce
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+*/.hljs-comment,.hljs-meta{color:#565f89}.hljs-deletion,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-tag,.hljs-template-tag,.hljs-variable.language_{color:#f7768e}.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-template-variable,.hljs-type,.hljs-variable{color:#ff9e64}.hljs-attribute,.hljs-built_in{color:#e0af68}.hljs-keyword,.hljs-property,.hljs-subst,.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#7dcfff}.hljs-selector-tag{color:#73daca}.hljs-addition,.hljs-bullet,.hljs-quote,.hljs-string,.hljs-symbol{color:#9ece6a}.hljs-code,.hljs-formula,.hljs-section{color:#7aa2f7}.hljs-attr,.hljs-char.escape_,.hljs-keyword,.hljs-name,.hljs-operator{color:#bb9af7}.hljs-punctuation{color:#c0caf5}.hljs{background:#1a1b26;color:#9aa5ce}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/tokyo-night-light.scss b/node_modules/highlight.js/scss/tokyo-night-light.scss
index 2c7ca12..0096d4d 100644
--- a/node_modules/highlight.js/scss/tokyo-night-light.scss
+++ b/node_modules/highlight.js/scss/tokyo-night-light.scss
@@ -1,114 +1,8 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: Tokyo-night-light
origin: https://github.com/enkia/tokyo-night-vscode-theme
Description: Original highlight.js style
Author: (c) Henri Vandersleyen
License: see project LICENSE
Touched: 2022
-*/
-/* Comment */
-.hljs-meta,
-.hljs-comment {
- color: #9699a3
-}
-/* Red */
-/*INFO: This keyword, HTML elements, Regex group symbol, CSS units, Terminal Red */
-.hljs-tag,
-.hljs-doctag,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-template-tag,
-.hljs-selector-pseudo,
-.hljs-selector-attr,
-.hljs-variable.language_,
-.hljs-deletion {
- color: #8c4351
-}
-/*Orange */
-/*INFO: Number and Boolean constants, Language support constants */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-number,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-link {
- color: #965027
-}
-/* Yellow */
-/* INFO: Function parameters, Regex character sets, Terminal Yellow */
-.hljs-built_in,
-.hljs-attribute {
- color: #8f5e15
-}
-/* cyan */
-/* INFO: Language support functions, CSS HTML elements */
-.hljs-selector-tag {
- color: #166775
-}
-/* light blue */
-/* INFO: Object properties, Regex quantifiers and flags, Markdown headings, Terminal Cyan, Markdown code, Import/export keywords */
-.hljs-keyword,
-.hljs-title.function_,
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-subst,
-.hljs-property {
- color: #0f4b6e
-}
-/*Green*/
-/* INFO: Object literal keys, Markdown links, Terminal Green */
-.hljs-selector-tag {
- color: #33635c
-}
-/*Green(er) */
-/* INFO: Strings, CSS class names */
-.hljs-quote,
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #485e30
-}
-/* Blue */
-/* INFO: Function names, CSS property names, Terminal Blue */
-.hljs-code,
-.hljs-formula,
-.hljs-section {
- color: #34548a
-}
-/* Magenta */
-/*INFO: Control Keywords, Storage Types, Regex symbols and operators, HTML Attributes, Terminal Magenta */
-.hljs-name,
-.hljs-keyword,
-.hljs-operator,
-.hljs-keyword,
-.hljs-char.escape_,
-.hljs-attr {
- color: #5a4a78
-}
-/* white*/
-/* INFO: Variables, Class names, Terminal White */
-.hljs-punctuation {
- color: #343b58
-}
-.hljs {
- background: #d5d6db;
- color: #565a6e
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+*/.hljs-comment,.hljs-meta{color:#9699a3}.hljs-deletion,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-tag,.hljs-template-tag,.hljs-variable.language_{color:#8c4351}.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-template-variable,.hljs-type,.hljs-variable{color:#965027}.hljs-attribute,.hljs-built_in{color:#8f5e15}.hljs-keyword,.hljs-property,.hljs-subst,.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#0f4b6e}.hljs-selector-tag{color:#33635c}.hljs-addition,.hljs-bullet,.hljs-quote,.hljs-string,.hljs-symbol{color:#485e30}.hljs-code,.hljs-formula,.hljs-section{color:#34548a}.hljs-attr,.hljs-char.escape_,.hljs-keyword,.hljs-name,.hljs-operator{color:#5a4a78}.hljs-punctuation{color:#343b58}.hljs{background:#d5d6db;color:#565a6e}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/tomorrow-night-blue.scss b/node_modules/highlight.js/scss/tomorrow-night-blue.scss
index ae57a71..2f71b26 100644
--- a/node_modules/highlight.js/scss/tomorrow-night-blue.scss
+++ b/node_modules/highlight.js/scss/tomorrow-night-blue.scss
@@ -1,69 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/* Tomorrow Night Blue Theme */
-/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
-/* Original theme - https://github.com/chriskempson/tomorrow-theme */
-/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
-/* Tomorrow Comment */
-.hljs-comment,
-.hljs-quote {
- color: #7285b7
-}
-/* Tomorrow Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-deletion {
- color: #ff9da4
-}
-/* Tomorrow Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-meta,
-.hljs-link {
- color: #ffc58f
-}
-/* Tomorrow Yellow */
-.hljs-attribute {
- color: #ffeead
-}
-/* Tomorrow Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #d1f1a9
-}
-/* Tomorrow Blue */
-.hljs-title,
-.hljs-section {
- color: #bbdaff
-}
-/* Tomorrow Purple */
-.hljs-keyword,
-.hljs-selector-tag {
- color: #ebbbff
-}
-.hljs {
- background: #002451;
- color: white
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs-comment,.hljs-quote{color:#7285b7}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ff9da4}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#ffc58f}.hljs-attribute{color:#ffeead}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#d1f1a9}.hljs-section,.hljs-title{color:#bbdaff}.hljs-keyword,.hljs-selector-tag{color:#ebbbff}.hljs{background:#002451;color:#fff}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/tomorrow-night-bright.scss b/node_modules/highlight.js/scss/tomorrow-night-bright.scss
index b3b532d..d335629 100644
--- a/node_modules/highlight.js/scss/tomorrow-night-bright.scss
+++ b/node_modules/highlight.js/scss/tomorrow-night-bright.scss
@@ -1,68 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/* Tomorrow Night Bright Theme */
-/* Original theme - https://github.com/chriskempson/tomorrow-theme */
-/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
-/* Tomorrow Comment */
-.hljs-comment,
-.hljs-quote {
- color: #969896
-}
-/* Tomorrow Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-deletion {
- color: #d54e53
-}
-/* Tomorrow Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-meta,
-.hljs-link {
- color: #e78c45
-}
-/* Tomorrow Yellow */
-.hljs-attribute {
- color: #e7c547
-}
-/* Tomorrow Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #b9ca4a
-}
-/* Tomorrow Blue */
-.hljs-title,
-.hljs-section {
- color: #7aa6da
-}
-/* Tomorrow Purple */
-.hljs-keyword,
-.hljs-selector-tag {
- color: #c397d8
-}
-.hljs {
- background: black;
- color: #eaeaea
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs-comment,.hljs-quote{color:#969896}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#d54e53}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#e78c45}.hljs-attribute{color:#e7c547}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#b9ca4a}.hljs-section,.hljs-title{color:#7aa6da}.hljs-keyword,.hljs-selector-tag{color:#c397d8}.hljs{background:#000;color:#eaeaea}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/vs.scss b/node_modules/highlight.js/scss/vs.scss
index dc35c88..fb695c1 100644
--- a/node_modules/highlight.js/scss/vs.scss
+++ b/node_modules/highlight.js/scss/vs.scss
@@ -1,63 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Visual Studio-like style based on original C# coloring by Jason Diamond
-
-*/
-.hljs {
- background: white;
- color: black
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-variable {
- color: #008000
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-built_in,
-.hljs-name,
-.hljs-tag {
- color: #00f
-}
-.hljs-string,
-.hljs-title,
-.hljs-section,
-.hljs-attribute,
-.hljs-literal,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-type,
-.hljs-addition {
- color: #a31515
-}
-.hljs-deletion,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-meta {
- color: #2b91af
-}
-.hljs-doctag {
- color: #808080
-}
-.hljs-attr {
- color: #f00
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link {
- color: #00b0e8
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-comment,.hljs-quote,.hljs-variable{color:green}.hljs-built_in,.hljs-keyword,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#00f}.hljs-addition,.hljs-attribute,.hljs-literal,.hljs-section,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type{color:#a31515}.hljs-deletion,.hljs-meta,.hljs-selector-attr,.hljs-selector-pseudo{color:#2b91af}.hljs-doctag{color:grey}.hljs-attr{color:red}.hljs-bullet,.hljs-link,.hljs-symbol{color:#00b0e8}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/vs2015.scss b/node_modules/highlight.js/scss/vs2015.scss
index 2c2cf04..7f6fe11 100644
--- a/node_modules/highlight.js/scss/vs2015.scss
+++ b/node_modules/highlight.js/scss/vs2015.scss
@@ -1,100 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- * Visual Studio 2015 dark style
- * Author: Nicolas LLOBERA
- */
-.hljs {
- background: #1E1E1E;
- color: #DCDCDC
-}
-.hljs-keyword,
-.hljs-literal,
-.hljs-symbol,
-.hljs-name {
- color: #569CD6
-}
-.hljs-link {
- color: #569CD6;
- text-decoration: underline
-}
-.hljs-built_in,
-.hljs-type {
- color: #4EC9B0
-}
-.hljs-number,
-.hljs-class {
- color: #B8D7A3
-}
-.hljs-string,
-.hljs-meta .hljs-string {
- color: #D69D85
-}
-.hljs-regexp,
-.hljs-template-tag {
- color: #9A5334
-}
-.hljs-subst,
-.hljs-function,
-.hljs-title,
-.hljs-params,
-.hljs-formula {
- color: #DCDCDC
-}
-.hljs-comment,
-.hljs-quote {
- color: #57A64A;
- font-style: italic
-}
-.hljs-doctag {
- color: #608B4E
-}
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-tag {
- color: #9B9B9B
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #BD63C5
-}
-.hljs-attr,
-.hljs-attribute {
- color: #9CDCFE
-}
-.hljs-section {
- color: gold
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-/*.hljs-code {
- font-family:'Monospace';
-}*/
-.hljs-bullet,
-.hljs-selector-tag,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #D7BA7D
-}
-.hljs-addition {
- background-color: #144212;
- display: inline-block;
- width: 100%
-}
-.hljs-deletion {
- background-color: #600;
- display: inline-block;
- width: 100%
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#1e1e1e;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta .hljs-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/xcode.scss b/node_modules/highlight.js/scss/xcode.scss
index 6ed07fb..cda4adc 100644
--- a/node_modules/highlight.js/scss/xcode.scss
+++ b/node_modules/highlight.js/scss/xcode.scss
@@ -1,90 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-XCode style (c) Angel Garcia
-
-*/
-.hljs {
- background: #fff;
- color: black
-}
-/* Gray DOCTYPE selectors like WebKit */
-.xml .hljs-meta {
- color: #c0c0c0
-}
-.hljs-comment,
-.hljs-quote {
- color: #007400
-}
-.hljs-tag,
-.hljs-attribute,
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-name {
- color: #aa0d91
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #3F6E74
-}
-.hljs-code,
-.hljs-string,
-.hljs-meta .hljs-string {
- color: #c41a16
-}
-.hljs-regexp,
-.hljs-link {
- color: #0E0EFF
-}
-.hljs-title,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-number {
- color: #1c00cf
-}
-.hljs-section,
-.hljs-meta {
- color: #643820
-}
-.hljs-title.class_,
-.hljs-class .hljs-title,
-.hljs-type,
-.hljs-built_in,
-.hljs-params {
- color: #5c2699
-}
-.hljs-attr {
- color: #836C28
-}
-.hljs-subst {
- color: #000
-}
-.hljs-formula {
- background-color: #eee;
- font-style: italic
-}
-.hljs-addition {
- background-color: #baeeba
-}
-.hljs-deletion {
- background-color: #ffc8bd
-}
-.hljs-selector-id,
-.hljs-selector-class {
- color: #9b703f
-}
-.hljs-doctag,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.xml .hljs-meta{color:silver}.hljs-comment,.hljs-quote{color:#007400}.hljs-attribute,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#aa0d91}.hljs-template-variable,.hljs-variable{color:#3f6e74}.hljs-code,.hljs-meta .hljs-string,.hljs-string{color:#c41a16}.hljs-link,.hljs-regexp{color:#0e0eff}.hljs-bullet,.hljs-number,.hljs-symbol,.hljs-title{color:#1c00cf}.hljs-meta,.hljs-section{color:#643820}.hljs-built_in,.hljs-class .hljs-title,.hljs-params,.hljs-title.class_,.hljs-type{color:#5c2699}.hljs-attr{color:#836c28}.hljs-subst{color:#000}.hljs-formula{background-color:#eee;font-style:italic}.hljs-addition{background-color:#baeeba}.hljs-deletion{background-color:#ffc8bd}.hljs-selector-class,.hljs-selector-id{color:#9b703f}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/scss/xt256.scss b/node_modules/highlight.js/scss/xt256.scss
index 85950c4..ef34f0c 100644
--- a/node_modules/highlight.js/scss/xt256.scss
+++ b/node_modules/highlight.js/scss/xt256.scss
@@ -1,79 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- xt256.css
-
- Contact: initbar [at] protonmail [dot] ch
- : github.com/initbar
-*/
-.hljs {
- color: #eaeaea;
- background: #000
-}
-.hljs-subst {
- color: #eaeaea
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-type {
- color: #eaeaea
-}
-.hljs-params {
- color: #da0000
-}
-.hljs-literal,
-.hljs-number,
-.hljs-name {
- color: #ff0000;
- font-weight: bolder
-}
-.hljs-comment {
- color: #969896
-}
-.hljs-selector-id,
-.hljs-quote {
- color: #00ffff
-}
-.hljs-template-variable,
-.hljs-variable,
-.hljs-title {
- color: #00ffff;
- font-weight: bold
-}
-.hljs-selector-class,
-.hljs-keyword,
-.hljs-symbol {
- color: #fff000
-}
-.hljs-string,
-.hljs-bullet {
- color: #00ff00
-}
-.hljs-tag,
-.hljs-section {
- color: #000fff
-}
-.hljs-selector-tag {
- color: #000fff;
- font-weight: bold
-}
-.hljs-attribute,
-.hljs-built_in,
-.hljs-regexp,
-.hljs-link {
- color: #ff00ff
-}
-.hljs-meta {
- color: #fff;
- font-weight: bolder
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#eaeaea;background:#000}.hljs-subst{color:#eaeaea}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-type{color:#eaeaea}.hljs-params{color:#da0000}.hljs-literal,.hljs-name,.hljs-number{color:red;font-weight:bolder}.hljs-comment{color:#969896}.hljs-quote,.hljs-selector-id{color:#0ff}.hljs-template-variable,.hljs-title,.hljs-variable{color:#0ff;font-weight:700}.hljs-keyword,.hljs-selector-class,.hljs-symbol{color:#fff000}.hljs-bullet,.hljs-string{color:#0f0}.hljs-section,.hljs-tag{color:#000fff}.hljs-selector-tag{color:#000fff;font-weight:700}.hljs-attribute,.hljs-built_in,.hljs-link,.hljs-regexp{color:#f0f}.hljs-meta{color:#fff;font-weight:bolder}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/1c-light.css b/node_modules/highlight.js/styles/1c-light.css
deleted file mode 100644
index e35ff89..0000000
--- a/node_modules/highlight.js/styles/1c-light.css
+++ /dev/null
@@ -1,107 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
- Theme: 1c-light
- Description: Style IDE 1C:Enterprise 8
- Author: (c) Barilko Vitaliy
- Maintainer: @Diversus23
- Website: https://softonit.ru/
- License: see project LICENSE
- Touched: 2023
-*/
-/* end baseline CSS */
-.hljs {
- color: #0000ff;
- background: #ffffff
-}
-/* Base color: saturation 0; */
-.hljs-subst {
- /* default */
-
-}
-/* purposely ignored */
-.hljs-formula,
-.hljs-attr,
-.hljs-property {
-
-}
-.hljs-comment {
- color: #008000
-}
-.hljs-tag {
- color: #444a
-}
-.hljs-tag .hljs-name,
-.hljs-tag .hljs-attr {
- color: #444
-}
-.hljs-punctuation,
-.hljs-function,
-.hljs-keyword,
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-doctag,
-.hljs-name {
- color: #ff0000
-}
-.hljs-type,
-.hljs-params {
- color: #0000ff
-}
-/* User color: hue: 0 */
-.hljs-string,
-.hljs-number,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-symbol,
-.hljs-deletion {
- color: #000000
-}
-.hljs-title,
-.hljs-section {
- color: #0000ff
-}
-.hljs-regexp,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-operator,
-.hljs-selector-pseudo {
- color: #ab5656
-}
-/* Language color: hue: 90; */
-.hljs-literal {
- color: #ff0000
-}
-.hljs-built_in,
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #0000ff
-}
-/* Meta color: hue: 200 */
-.hljs-meta {
- color: #963200
-}
-.hljs-meta .hljs-string {
- color: #963200
-}
-.hljs-meta .hljs-keyword {
- color: #963200
-}
-/* Misc effects */
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/1c-light.min.css b/node_modules/highlight.js/styles/1c-light.min.css
deleted file mode 100644
index a9d9bf9..0000000
--- a/node_modules/highlight.js/styles/1c-light.min.css
+++ /dev/null
@@ -1,9 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: 1c-light
- Description: Style IDE 1C:Enterprise 8
- Author: (c) Barilko Vitaliy
- Maintainer: @Diversus23
- Website: https://softonit.ru/
- License: see project LICENSE
- Touched: 2023
-*/.hljs{color:#00f;background:#fff}.hljs-comment{color:green}.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#444}.hljs-attribute,.hljs-doctag,.hljs-function,.hljs-keyword,.hljs-name,.hljs-punctuation,.hljs-selector-tag{color:red}.hljs-params,.hljs-type{color:#00f}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-symbol,.hljs-template-tag{color:#000}.hljs-section,.hljs-title{color:#00f}.hljs-link,.hljs-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-template-variable,.hljs-variable{color:#ab5656}.hljs-literal{color:red}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#00f}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#963200}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/a11y-dark.css b/node_modules/highlight.js/styles/a11y-dark.css
index 0d11216..7820d7d 100644
--- a/node_modules/highlight.js/styles/a11y-dark.css
+++ b/node_modules/highlight.js/styles/a11y-dark.css
@@ -1,94 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: a11y-dark
Author: @ericwbailey
Maintainer: @ericwbailey
Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
-*/
-.hljs {
- background: #2b2b2b;
- color: #f8f8f2
-}
-/* Comment */
-.hljs-comment,
-.hljs-quote {
- color: #d4d0ab
-}
-/* Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-deletion {
- color: #ffa07a
-}
-/* Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-meta,
-.hljs-link {
- color: #f5ab35
-}
-/* Yellow */
-.hljs-attribute {
- color: #ffd700
-}
-/* Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #abe338
-}
-/* Blue */
-.hljs-title,
-.hljs-section {
- color: #00e0e0
-}
-/* Purple */
-.hljs-keyword,
-.hljs-selector-tag {
- color: #dcc6e0
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-@media screen and (-ms-high-contrast: active) {
- .hljs-addition,
- .hljs-attribute,
- .hljs-built_in,
- .hljs-bullet,
- .hljs-comment,
- .hljs-link,
- .hljs-literal,
- .hljs-meta,
- .hljs-number,
- .hljs-params,
- .hljs-string,
- .hljs-symbol,
- .hljs-type,
- .hljs-quote {
- color: highlight
- }
- .hljs-keyword,
- .hljs-selector-tag {
- font-weight: bold
- }
-}
\ No newline at end of file
+*/.hljs{background:#2b2b2b;color:#f8f8f2}.hljs-comment,.hljs-quote{color:#d4d0ab}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ffa07a}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#f5ab35}.hljs-attribute{color:gold}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#abe338}.hljs-section,.hljs-title{color:#00e0e0}.hljs-keyword,.hljs-selector-tag{color:#dcc6e0}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (-ms-high-contrast:active){.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-comment,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-quote,.hljs-string,.hljs-symbol,.hljs-type{color:highlight}.hljs-keyword,.hljs-selector-tag{font-weight:700}}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/a11y-dark.min.css b/node_modules/highlight.js/styles/a11y-dark.min.css
deleted file mode 100644
index 7820d7d..0000000
--- a/node_modules/highlight.js/styles/a11y-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: a11y-dark
- Author: @ericwbailey
- Maintainer: @ericwbailey
-
- Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
-*/.hljs{background:#2b2b2b;color:#f8f8f2}.hljs-comment,.hljs-quote{color:#d4d0ab}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ffa07a}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#f5ab35}.hljs-attribute{color:gold}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#abe338}.hljs-section,.hljs-title{color:#00e0e0}.hljs-keyword,.hljs-selector-tag{color:#dcc6e0}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (-ms-high-contrast:active){.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-comment,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-quote,.hljs-string,.hljs-symbol,.hljs-type{color:highlight}.hljs-keyword,.hljs-selector-tag{font-weight:700}}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/a11y-light.css b/node_modules/highlight.js/styles/a11y-light.css
index a8af1d1..8b5ab90 100644
--- a/node_modules/highlight.js/styles/a11y-light.css
+++ b/node_modules/highlight.js/styles/a11y-light.css
@@ -1,94 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: a11y-light
Author: @ericwbailey
Maintainer: @ericwbailey
Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
-*/
-.hljs {
- background: #fefefe;
- color: #545454
-}
-/* Comment */
-.hljs-comment,
-.hljs-quote {
- color: #696969
-}
-/* Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-deletion {
- color: #d91e18
-}
-/* Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-meta,
-.hljs-link {
- color: #aa5d00
-}
-/* Yellow */
-.hljs-attribute {
- color: #aa5d00
-}
-/* Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #008000
-}
-/* Blue */
-.hljs-title,
-.hljs-section {
- color: #007faa
-}
-/* Purple */
-.hljs-keyword,
-.hljs-selector-tag {
- color: #7928a1
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-@media screen and (-ms-high-contrast: active) {
- .hljs-addition,
- .hljs-attribute,
- .hljs-built_in,
- .hljs-bullet,
- .hljs-comment,
- .hljs-link,
- .hljs-literal,
- .hljs-meta,
- .hljs-number,
- .hljs-params,
- .hljs-string,
- .hljs-symbol,
- .hljs-type,
- .hljs-quote {
- color: highlight
- }
- .hljs-keyword,
- .hljs-selector-tag {
- font-weight: bold
- }
-}
\ No newline at end of file
+*/.hljs{background:#fefefe;color:#545454}.hljs-comment,.hljs-quote{color:#696969}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#d91e18}.hljs-attribute,.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#aa5d00}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:green}.hljs-section,.hljs-title{color:#007faa}.hljs-keyword,.hljs-selector-tag{color:#7928a1}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (-ms-high-contrast:active){.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-comment,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-quote,.hljs-string,.hljs-symbol,.hljs-type{color:highlight}.hljs-keyword,.hljs-selector-tag{font-weight:700}}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/a11y-light.min.css b/node_modules/highlight.js/styles/a11y-light.min.css
deleted file mode 100644
index 8b5ab90..0000000
--- a/node_modules/highlight.js/styles/a11y-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: a11y-light
- Author: @ericwbailey
- Maintainer: @ericwbailey
-
- Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
-*/.hljs{background:#fefefe;color:#545454}.hljs-comment,.hljs-quote{color:#696969}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#d91e18}.hljs-attribute,.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#aa5d00}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:green}.hljs-section,.hljs-title{color:#007faa}.hljs-keyword,.hljs-selector-tag{color:#7928a1}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (-ms-high-contrast:active){.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-comment,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-quote,.hljs-string,.hljs-symbol,.hljs-type{color:highlight}.hljs-keyword,.hljs-selector-tag{font-weight:700}}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/agate.css b/node_modules/highlight.js/styles/agate.css
index 8da5740..bdbeed4 100644
--- a/node_modules/highlight.js/styles/agate.css
+++ b/node_modules/highlight.js/styles/agate.css
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: Agate
Author: (c) Taufik Nurrohman
Maintainer: @taufik-nurrohman
@@ -25,103 +17,4 @@ code.hljs {
#fcc28c
#ffa
#fff
-*/
-.hljs {
- background: #333;
- color: #fff
-}
-.hljs-doctag,
-.hljs-meta-keyword,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-code,
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-section,
-.hljs-tag {
- color: #62c8f3
-}
-.hljs-selector-class,
-.hljs-selector-id,
-.hljs-template-variable,
-.hljs-variable {
- color: #ade5fc
-}
-.hljs-meta-string,
-.hljs-string {
- color: #a2fca2
-}
-.hljs-attr,
-.hljs-quote,
-.hljs-selector-attr {
- color: #7bd694
-}
-.hljs-tag .hljs-attr {
- color: inherit
-}
-.hljs-attribute,
-.hljs-title,
-.hljs-type {
- color: #ffa
-}
-.hljs-number,
-.hljs-symbol {
- color: #d36363
-}
-.hljs-bullet,
-.hljs-template-tag {
- color: #b8d8a2
-}
-.hljs-built_in,
-.hljs-keyword,
-.hljs-literal,
-.hljs-selector-tag {
- color: #fcc28c
-}
-.hljs-code,
-.hljs-comment,
-.hljs-formula {
- color: #888
-}
-.hljs-link,
-.hljs-selector-pseudo,
-.hljs-regexp {
- color: #c6b4f0
-}
-.hljs-meta {
- color: #fc9b9b
-}
-.hljs-deletion {
- background: #fc9b9b;
- color: #333
-}
-.hljs-addition {
- background: #a2fca2;
- color: #333
-}
-/* Purposely ignored */
-.hljs-operator,
-.hljs-params,
-.hljs-property,
-.hljs-punctuation {
-
-}
-.hljs-subst {
- color: #fff
-}
-/* This applies only if HTML auto-merging plugin is enabled by user (#2889) */
-.hljs a {
- color: inherit
-}
-.hljs a:focus,
-.hljs a:hover {
- color: inherit;
- text-decoration: underline
-}
-.hljs mark {
- background: #555;
- color: inherit
-}
\ No newline at end of file
+*/.hljs{background:#333;color:#fff}.hljs-doctag,.hljs-meta-keyword,.hljs-name,.hljs-strong{font-weight:700}.hljs-code,.hljs-emphasis{font-style:italic}.hljs-section,.hljs-tag{color:#62c8f3}.hljs-selector-class,.hljs-selector-id,.hljs-template-variable,.hljs-variable{color:#ade5fc}.hljs-meta-string,.hljs-string{color:#a2fca2}.hljs-attr,.hljs-quote,.hljs-selector-attr{color:#7bd694}.hljs-tag .hljs-attr{color:inherit}.hljs-attribute,.hljs-title,.hljs-type{color:#ffa}.hljs-number,.hljs-symbol{color:#d36363}.hljs-bullet,.hljs-template-tag{color:#b8d8a2}.hljs-built_in,.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#fcc28c}.hljs-code,.hljs-comment,.hljs-formula{color:#888}.hljs-link,.hljs-regexp,.hljs-selector-pseudo{color:#c6b4f0}.hljs-meta{color:#fc9b9b}.hljs-deletion{background:#fc9b9b;color:#333}.hljs-addition{background:#a2fca2;color:#333}.hljs-subst{color:#fff}.hljs a{color:inherit}.hljs a:focus,.hljs a:hover{color:inherit;text-decoration:underline}.hljs mark{background:#555;color:inherit}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/agate.min.css b/node_modules/highlight.js/styles/agate.min.css
deleted file mode 100644
index bdbeed4..0000000
--- a/node_modules/highlight.js/styles/agate.min.css
+++ /dev/null
@@ -1,20 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: Agate
- Author: (c) Taufik Nurrohman
- Maintainer: @taufik-nurrohman
- Updated: 2021-04-24
-
- #333
- #62c8f3
- #7bd694
- #888
- #a2fca2
- #ade5fc
- #b8d8a2
- #c6b4f0
- #d36363
- #fc9b9b
- #fcc28c
- #ffa
- #fff
-*/.hljs{background:#333;color:#fff}.hljs-doctag,.hljs-meta-keyword,.hljs-name,.hljs-strong{font-weight:700}.hljs-code,.hljs-emphasis{font-style:italic}.hljs-section,.hljs-tag{color:#62c8f3}.hljs-selector-class,.hljs-selector-id,.hljs-template-variable,.hljs-variable{color:#ade5fc}.hljs-meta-string,.hljs-string{color:#a2fca2}.hljs-attr,.hljs-quote,.hljs-selector-attr{color:#7bd694}.hljs-tag .hljs-attr{color:inherit}.hljs-attribute,.hljs-title,.hljs-type{color:#ffa}.hljs-number,.hljs-symbol{color:#d36363}.hljs-bullet,.hljs-template-tag{color:#b8d8a2}.hljs-built_in,.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#fcc28c}.hljs-code,.hljs-comment,.hljs-formula{color:#888}.hljs-link,.hljs-regexp,.hljs-selector-pseudo{color:#c6b4f0}.hljs-meta{color:#fc9b9b}.hljs-deletion{background:#fc9b9b;color:#333}.hljs-addition{background:#a2fca2;color:#333}.hljs-subst{color:#fff}.hljs a{color:inherit}.hljs a:focus,.hljs a:hover{color:inherit;text-decoration:underline}.hljs mark{background:#555;color:inherit}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/an-old-hope.css b/node_modules/highlight.js/styles/an-old-hope.css
index 6ecfe53..ffc7f8c 100644
--- a/node_modules/highlight.js/styles/an-old-hope.css
+++ b/node_modules/highlight.js/styles/an-old-hope.css
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: An Old Hope – Star Wars Syntax
Author: (c) Gustavo Costa
Maintainer: @gusbemacbe
@@ -14,62 +6,4 @@ code.hljs {
Original theme - Ocean Dark Theme – by https://github.com/gavsiu
Based on Jesse Leite's Atom syntax theme 'An Old Hope'
https://github.com/JesseLeite/an-old-hope-syntax-atom
-*/
-/* Millenium Falcon */
-.hljs {
- background: #1C1D21;
- color: #c0c5ce
-}
-/* Death Star Comment */
-.hljs-comment,
-.hljs-quote {
- color: #B6B18B
-}
-/* Darth Vader */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-deletion {
- color: #EB3C54
-}
-/* Threepio */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-meta,
-.hljs-link {
- color: #E7CE56
-}
-/* Luke Skywalker */
-.hljs-attribute {
- color: #EE7C2B
-}
-/* Obi Wan Kenobi */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #4FB4D7
-}
-/* Yoda */
-.hljs-title,
-.hljs-section {
- color: #78BB65
-}
-/* Mace Windu */
-.hljs-keyword,
-.hljs-selector-tag {
- color: #B45EA4
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+*/.hljs{background:#1c1d21;color:#c0c5ce}.hljs-comment,.hljs-quote{color:#b6b18b}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#eb3c54}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#e7ce56}.hljs-attribute{color:#ee7c2b}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#4fb4d7}.hljs-section,.hljs-title{color:#78bb65}.hljs-keyword,.hljs-selector-tag{color:#b45ea4}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/an-old-hope.min.css b/node_modules/highlight.js/styles/an-old-hope.min.css
deleted file mode 100644
index ffc7f8c..0000000
--- a/node_modules/highlight.js/styles/an-old-hope.min.css
+++ /dev/null
@@ -1,9 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: An Old Hope – Star Wars Syntax
- Author: (c) Gustavo Costa
- Maintainer: @gusbemacbe
-
- Original theme - Ocean Dark Theme – by https://github.com/gavsiu
- Based on Jesse Leite's Atom syntax theme 'An Old Hope'
- https://github.com/JesseLeite/an-old-hope-syntax-atom
-*/.hljs{background:#1c1d21;color:#c0c5ce}.hljs-comment,.hljs-quote{color:#b6b18b}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#eb3c54}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#e7ce56}.hljs-attribute{color:#ee7c2b}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#4fb4d7}.hljs-section,.hljs-title{color:#78bb65}.hljs-keyword,.hljs-selector-tag{color:#b45ea4}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/androidstudio.css b/node_modules/highlight.js/styles/androidstudio.css
index 979dad2..7fbe783 100644
--- a/node_modules/highlight.js/styles/androidstudio.css
+++ b/node_modules/highlight.js/styles/androidstudio.css
@@ -1,60 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Date: 24 Fev 2015
-Author: Pedro Oliveira
-*/
-.hljs {
- color: #a9b7c6;
- background: #282b2e
-}
-.hljs-number,
-.hljs-literal,
-.hljs-symbol,
-.hljs-bullet {
- color: #6897BB
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-deletion {
- color: #cc7832
-}
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link {
- color: #629755
-}
-.hljs-comment,
-.hljs-quote {
- color: #808080
-}
-.hljs-meta {
- color: #bbb529
-}
-.hljs-string,
-.hljs-attribute,
-.hljs-addition {
- color: #6A8759
-}
-.hljs-section,
-.hljs-title,
-.hljs-type {
- color: #ffc66d
-}
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class {
- color: #e8bf6a
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a9b7c6;background:#282b2e}.hljs-bullet,.hljs-literal,.hljs-number,.hljs-symbol{color:#6897bb}.hljs-deletion,.hljs-keyword,.hljs-selector-tag{color:#cc7832}.hljs-link,.hljs-template-variable,.hljs-variable{color:#629755}.hljs-comment,.hljs-quote{color:grey}.hljs-meta{color:#bbb529}.hljs-addition,.hljs-attribute,.hljs-string{color:#6a8759}.hljs-section,.hljs-title,.hljs-type{color:#ffc66d}.hljs-name,.hljs-selector-class,.hljs-selector-id{color:#e8bf6a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/androidstudio.min.css b/node_modules/highlight.js/styles/androidstudio.min.css
deleted file mode 100644
index 7fbe783..0000000
--- a/node_modules/highlight.js/styles/androidstudio.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a9b7c6;background:#282b2e}.hljs-bullet,.hljs-literal,.hljs-number,.hljs-symbol{color:#6897bb}.hljs-deletion,.hljs-keyword,.hljs-selector-tag{color:#cc7832}.hljs-link,.hljs-template-variable,.hljs-variable{color:#629755}.hljs-comment,.hljs-quote{color:grey}.hljs-meta{color:#bbb529}.hljs-addition,.hljs-attribute,.hljs-string{color:#6a8759}.hljs-section,.hljs-title,.hljs-type{color:#ffc66d}.hljs-name,.hljs-selector-class,.hljs-selector-id{color:#e8bf6a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/arduino-light.css b/node_modules/highlight.js/styles/arduino-light.css
index 743ce34..cadb130 100644
--- a/node_modules/highlight.js/styles/arduino-light.css
+++ b/node_modules/highlight.js/styles/arduino-light.css
@@ -1,78 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Arduino® Light Theme - Stefania Mellai
-
-*/
-.hljs {
- background: white;
- color: #434f54
-}
-.hljs-subst {
- color: #434f54
-}
-.hljs-keyword,
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-doctag,
-.hljs-name {
- color: #00979D
-}
-.hljs-built_in,
-.hljs-literal,
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #D35400
-}
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #00979D
-}
-.hljs-type,
-.hljs-string,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion {
- color: #005C5F
-}
-.hljs-comment {
- color: rgba(149,165,166,.8)
-}
-.hljs-meta .hljs-keyword {
- color: #728E00
-}
-.hljs-meta {
- color: #434f54
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-function {
- color: #728E00
-}
-.hljs-title,
-.hljs-section {
- color: #880000;
- font-weight: bold
-}
-.hljs-number {
- color: #8A7B52
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#434f54}.hljs-subst{color:#434f54}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-selector-tag{color:#00979d}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-literal{color:#d35400}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#00979d}.hljs-deletion,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#005c5f}.hljs-comment{color:rgba(149,165,166,.8)}.hljs-meta .hljs-keyword{color:#728e00}.hljs-meta{color:#434f54}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-function{color:#728e00}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-number{color:#8a7b52}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/arduino-light.min.css b/node_modules/highlight.js/styles/arduino-light.min.css
deleted file mode 100644
index cadb130..0000000
--- a/node_modules/highlight.js/styles/arduino-light.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#434f54}.hljs-subst{color:#434f54}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-selector-tag{color:#00979d}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-literal{color:#d35400}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#00979d}.hljs-deletion,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#005c5f}.hljs-comment{color:rgba(149,165,166,.8)}.hljs-meta .hljs-keyword{color:#728e00}.hljs-meta{color:#434f54}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-function{color:#728e00}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-number{color:#8a7b52}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/arta.css b/node_modules/highlight.js/styles/arta.css
index 98a5b2b..8dcdc74 100644
--- a/node_modules/highlight.js/styles/arta.css
+++ b/node_modules/highlight.js/styles/arta.css
@@ -1,66 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Date: 17.V.2011
-Author: pumbur
-*/
-.hljs {
- background: #222;
- color: #aaa
-}
-.hljs-subst {
- color: #aaa
-}
-.hljs-section {
- color: #fff
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-meta {
- color: #444
-}
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-regexp {
- color: #ffcc33
-}
-.hljs-number,
-.hljs-addition {
- color: #00cc66
-}
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-template-variable,
-.hljs-attribute,
-.hljs-link {
- color: #32aaee
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class {
- color: #6644aa
-}
-.hljs-title,
-.hljs-variable,
-.hljs-deletion,
-.hljs-template-tag {
- color: #bb1166
-}
-.hljs-section,
-.hljs-doctag,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#222;color:#aaa}.hljs-subst{color:#aaa}.hljs-section{color:#fff}.hljs-comment,.hljs-meta,.hljs-quote{color:#444}.hljs-bullet,.hljs-regexp,.hljs-string,.hljs-symbol{color:#fc3}.hljs-addition,.hljs-number{color:#0c6}.hljs-attribute,.hljs-built_in,.hljs-link,.hljs-literal,.hljs-template-variable,.hljs-type{color:#32aaee}.hljs-keyword,.hljs-name,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag{color:#64a}.hljs-deletion,.hljs-template-tag,.hljs-title,.hljs-variable{color:#b16}.hljs-doctag,.hljs-section,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/arta.min.css b/node_modules/highlight.js/styles/arta.min.css
deleted file mode 100644
index 8dcdc74..0000000
--- a/node_modules/highlight.js/styles/arta.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#222;color:#aaa}.hljs-subst{color:#aaa}.hljs-section{color:#fff}.hljs-comment,.hljs-meta,.hljs-quote{color:#444}.hljs-bullet,.hljs-regexp,.hljs-string,.hljs-symbol{color:#fc3}.hljs-addition,.hljs-number{color:#0c6}.hljs-attribute,.hljs-built_in,.hljs-link,.hljs-literal,.hljs-template-variable,.hljs-type{color:#32aaee}.hljs-keyword,.hljs-name,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag{color:#64a}.hljs-deletion,.hljs-template-tag,.hljs-title,.hljs-variable{color:#b16}.hljs-doctag,.hljs-section,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/ascetic.css b/node_modules/highlight.js/styles/ascetic.css
index 27a4dbe..3c9fe03 100644
--- a/node_modules/highlight.js/styles/ascetic.css
+++ b/node_modules/highlight.js/styles/ascetic.css
@@ -1,45 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Original style from softwaremaniacs.org (c) Ivan Sagalaev
-
-*/
-.hljs {
- background: white;
- color: black
-}
-.hljs-string,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-section,
-.hljs-addition,
-.hljs-attribute,
-.hljs-link {
- color: #888
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-meta,
-.hljs-deletion {
- color: #ccc
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-section,
-.hljs-name,
-.hljs-type,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-link,.hljs-section,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#888}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#ccc}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/ascetic.min.css b/node_modules/highlight.js/styles/ascetic.min.css
deleted file mode 100644
index 3c9fe03..0000000
--- a/node_modules/highlight.js/styles/ascetic.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-link,.hljs-section,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#888}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#ccc}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/atom-one-dark-reasonable.css b/node_modules/highlight.js/styles/atom-one-dark-reasonable.css
index ccfab91..9296216 100644
--- a/node_modules/highlight.js/styles/atom-one-dark-reasonable.css
+++ b/node_modules/highlight.js/styles/atom-one-dark-reasonable.css
@@ -1,105 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Atom One Dark With support for ReasonML by Gidi Morris, based off work by Daniel Gamage
-
-Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
-
-*/
-.hljs {
- color: #abb2bf;
- background: #282c34
-}
-.hljs-keyword,
-.hljs-operator {
- color: #F92672
-}
-.hljs-pattern-match {
- color: #F92672
-}
-.hljs-pattern-match .hljs-constructor {
- color: #61aeee
-}
-.hljs-function {
- color: #61aeee
-}
-.hljs-function .hljs-params {
- color: #A6E22E
-}
-.hljs-function .hljs-params .hljs-typing {
- color: #FD971F
-}
-.hljs-module-access .hljs-module {
- color: #7e57c2
-}
-.hljs-constructor {
- color: #e2b93d
-}
-.hljs-constructor .hljs-string {
- color: #9CCC65
-}
-.hljs-comment,
-.hljs-quote {
- color: #b18eb1;
- font-style: italic
-}
-.hljs-doctag,
-.hljs-formula {
- color: #c678dd
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: #e06c75
-}
-.hljs-literal {
- color: #56b6c2
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: #98c379
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #e6c07b
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number {
- color: #d19a66
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title {
- color: #61aeee
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-keyword,.hljs-operator,.hljs-pattern-match{color:#f92672}.hljs-function,.hljs-pattern-match .hljs-constructor{color:#61aeee}.hljs-function .hljs-params{color:#a6e22e}.hljs-function .hljs-params .hljs-typing{color:#fd971f}.hljs-module-access .hljs-module{color:#7e57c2}.hljs-constructor{color:#e2b93d}.hljs-constructor .hljs-string{color:#9ccc65}.hljs-comment,.hljs-quote{color:#b18eb1;font-style:italic}.hljs-doctag,.hljs-formula{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/atom-one-dark-reasonable.min.css b/node_modules/highlight.js/styles/atom-one-dark-reasonable.min.css
deleted file mode 100644
index 9296216..0000000
--- a/node_modules/highlight.js/styles/atom-one-dark-reasonable.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-keyword,.hljs-operator,.hljs-pattern-match{color:#f92672}.hljs-function,.hljs-pattern-match .hljs-constructor{color:#61aeee}.hljs-function .hljs-params{color:#a6e22e}.hljs-function .hljs-params .hljs-typing{color:#fd971f}.hljs-module-access .hljs-module{color:#7e57c2}.hljs-constructor{color:#e2b93d}.hljs-constructor .hljs-string{color:#9ccc65}.hljs-comment,.hljs-quote{color:#b18eb1;font-style:italic}.hljs-doctag,.hljs-formula{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/atom-one-dark.css b/node_modules/highlight.js/styles/atom-one-dark.css
index 3c51ce6..5344ee3 100644
--- a/node_modules/highlight.js/styles/atom-one-dark.css
+++ b/node_modules/highlight.js/styles/atom-one-dark.css
@@ -1,90 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Atom One Dark by Daniel Gamage
-Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
-
-base: #282c34
-mono-1: #abb2bf
-mono-2: #818896
-mono-3: #5c6370
-hue-1: #56b6c2
-hue-2: #61aeee
-hue-3: #c678dd
-hue-4: #98c379
-hue-5: #e06c75
-hue-5-2: #be5046
-hue-6: #d19a66
-hue-6-2: #e6c07b
-
-*/
-.hljs {
- color: #abb2bf;
- background: #282c34
-}
-.hljs-comment,
-.hljs-quote {
- color: #5c6370;
- font-style: italic
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-formula {
- color: #c678dd
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: #e06c75
-}
-.hljs-literal {
- color: #56b6c2
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: #98c379
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number {
- color: #d19a66
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title {
- color: #61aeee
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #e6c07b
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/atom-one-dark.min.css b/node_modules/highlight.js/styles/atom-one-dark.min.css
deleted file mode 100644
index 5344ee3..0000000
--- a/node_modules/highlight.js/styles/atom-one-dark.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/atom-one-light.css b/node_modules/highlight.js/styles/atom-one-light.css
index 26dd7ec..df0268a 100644
--- a/node_modules/highlight.js/styles/atom-one-light.css
+++ b/node_modules/highlight.js/styles/atom-one-light.css
@@ -1,90 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Atom One Light by Daniel Gamage
-Original One Light Syntax theme from https://github.com/atom/one-light-syntax
-
-base: #fafafa
-mono-1: #383a42
-mono-2: #686b77
-mono-3: #a0a1a7
-hue-1: #0184bb
-hue-2: #4078f2
-hue-3: #a626a4
-hue-4: #50a14f
-hue-5: #e45649
-hue-5-2: #c91243
-hue-6: #986801
-hue-6-2: #c18401
-
-*/
-.hljs {
- color: #383a42;
- background: #fafafa
-}
-.hljs-comment,
-.hljs-quote {
- color: #a0a1a7;
- font-style: italic
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-formula {
- color: #a626a4
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: #e45649
-}
-.hljs-literal {
- color: #0184bb
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: #50a14f
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number {
- color: #986801
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title {
- color: #4078f2
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #c18401
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e45649}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#50a14f}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#986801}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#4078f2}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#c18401}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/atom-one-light.min.css b/node_modules/highlight.js/styles/atom-one-light.min.css
deleted file mode 100644
index df0268a..0000000
--- a/node_modules/highlight.js/styles/atom-one-light.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e45649}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#50a14f}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#986801}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#4078f2}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#c18401}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/3024.css b/node_modules/highlight.js/styles/base16/3024.css
index b7f4ea3..55cff40 100644
--- a/node_modules/highlight.js/styles/base16/3024.css
+++ b/node_modules/highlight.js/styles/base16/3024.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: 3024
Author: Jan T. Sott (http://github.com/idleberg)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme 3024
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #090300 Default Background
-base01 #3a3432 Lighter Background (Used for status bars, line number and folding marks)
-base02 #4a4543 Selection Background
-base03 #5c5855 Comments, Invisibles, Line Highlighting
-base04 #807d7c Dark Foreground (Used for status bars)
-base05 #a5a2a2 Default Foreground, Caret, Delimiters, Operators
-base06 #d6d5d4 Light Foreground (Not often used)
-base07 #f7f7f7 Light Background (Not often used)
-base08 #db2d20 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #e8bbd0 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fded02 Classes, Markup Bold, Search Text Background
-base0B #01a252 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #b5e4f4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #01a0e4 Functions, Methods, Attribute IDs, Headings
-base0E #a16a94 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #cdab53 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a5a2a2;
- background: #090300
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4a4543;
- color: #a5a2a2
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5c5855 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5c5855
-}
-/* base04 - #807d7c - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #807d7c
-}
-/* base05 - #a5a2a2 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a5a2a2
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #db2d20
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #e8bbd0
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fded02
-}
-.hljs-strong {
- font-weight: bold;
- color: #fded02
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #01a252
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #b5e4f4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #01a0e4
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a16a94
-}
-.hljs-emphasis {
- color: #a16a94;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #cdab53
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a5a2a2;background:#090300}.hljs ::selection,.hljs::selection{background-color:#4a4543;color:#a5a2a2}.hljs-comment{color:#5c5855}.hljs-tag{color:#807d7c}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a5a2a2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#db2d20}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e8bbd0}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fded02}.hljs-strong{font-weight:700;color:#fded02}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#01a252}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#b5e4f4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#01a0e4}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a16a94}.hljs-emphasis{color:#a16a94;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#cdab53}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/3024.min.css b/node_modules/highlight.js/styles/base16/3024.min.css
deleted file mode 100644
index 55cff40..0000000
--- a/node_modules/highlight.js/styles/base16/3024.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: 3024
- Author: Jan T. Sott (http://github.com/idleberg)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a5a2a2;background:#090300}.hljs ::selection,.hljs::selection{background-color:#4a4543;color:#a5a2a2}.hljs-comment{color:#5c5855}.hljs-tag{color:#807d7c}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a5a2a2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#db2d20}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e8bbd0}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fded02}.hljs-strong{font-weight:700;color:#fded02}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#01a252}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#b5e4f4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#01a0e4}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a16a94}.hljs-emphasis{color:#a16a94;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#cdab53}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/apathy.css b/node_modules/highlight.js/styles/base16/apathy.css
index 7aa2b7b..44368e6 100644
--- a/node_modules/highlight.js/styles/base16/apathy.css
+++ b/node_modules/highlight.js/styles/base16/apathy.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Apathy
Author: Jannik Siebert (https://github.com/janniks)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme apathy
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #031A16 Default Background
-base01 #0B342D Lighter Background (Used for status bars, line number and folding marks)
-base02 #184E45 Selection Background
-base03 #2B685E Comments, Invisibles, Line Highlighting
-base04 #5F9C92 Dark Foreground (Used for status bars)
-base05 #81B5AC Default Foreground, Caret, Delimiters, Operators
-base06 #A7CEC8 Light Foreground (Not often used)
-base07 #D2E7E4 Light Background (Not often used)
-base08 #3E9688 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #3E7996 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #3E4C96 Classes, Markup Bold, Search Text Background
-base0B #883E96 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #963E4C Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #96883E Functions, Methods, Attribute IDs, Headings
-base0E #4C963E Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #3E965B Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #81B5AC;
- background: #031A16
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #184E45;
- color: #81B5AC
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #2B685E - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #2B685E
-}
-/* base04 - #5F9C92 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5F9C92
-}
-/* base05 - #81B5AC - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #81B5AC
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #3E9688
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #3E7996
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #3E4C96
-}
-.hljs-strong {
- font-weight: bold;
- color: #3E4C96
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #883E96
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #963E4C
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #96883E
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #4C963E
-}
-.hljs-emphasis {
- color: #4C963E;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #3E965B
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#81b5ac;background:#031a16}.hljs ::selection,.hljs::selection{background-color:#184e45;color:#81b5ac}.hljs-comment{color:#2b685e}.hljs-tag{color:#5f9c92}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#81b5ac}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#3e9688}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#3e7996}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#3e4c96}.hljs-strong{font-weight:700;color:#3e4c96}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#883e96}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#963e4c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#96883e}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4c963e}.hljs-emphasis{color:#4c963e;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#3e965b}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/apathy.min.css b/node_modules/highlight.js/styles/base16/apathy.min.css
deleted file mode 100644
index 44368e6..0000000
--- a/node_modules/highlight.js/styles/base16/apathy.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Apathy
- Author: Jannik Siebert (https://github.com/janniks)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#81b5ac;background:#031a16}.hljs ::selection,.hljs::selection{background-color:#184e45;color:#81b5ac}.hljs-comment{color:#2b685e}.hljs-tag{color:#5f9c92}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#81b5ac}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#3e9688}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#3e7996}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#3e4c96}.hljs-strong{font-weight:700;color:#3e4c96}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#883e96}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#963e4c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#96883e}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4c963e}.hljs-emphasis{color:#4c963e;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#3e965b}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/apprentice.css b/node_modules/highlight.js/styles/base16/apprentice.css
index 6f92cfd..00dc982 100644
--- a/node_modules/highlight.js/styles/base16/apprentice.css
+++ b/node_modules/highlight.js/styles/base16/apprentice.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Apprentice
Author: romainl
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme apprentice
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #262626 Default Background
-base01 #303030 Lighter Background (Used for status bars, line number and folding marks)
-base02 #333333 Selection Background
-base03 #6C6C6C Comments, Invisibles, Line Highlighting
-base04 #787878 Dark Foreground (Used for status bars)
-base05 #BCBCBC Default Foreground, Caret, Delimiters, Operators
-base06 #C9C9C9 Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #5F8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #FF8700 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #5F8787 Classes, Markup Bold, Search Text Background
-base0B #87AF87 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5F875F Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #FFFFAF Functions, Methods, Attribute IDs, Headings
-base0E #87AFD7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #5F87AF Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #BCBCBC;
- background: #262626
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #333333;
- color: #BCBCBC
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6C6C6C - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6C6C6C
-}
-/* base04 - #787878 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #787878
-}
-/* base05 - #BCBCBC - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #BCBCBC
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5F8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #FF8700
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #5F8787
-}
-.hljs-strong {
- font-weight: bold;
- color: #5F8787
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #87AF87
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5F875F
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #FFFFAF
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #87AFD7
-}
-.hljs-emphasis {
- color: #87AFD7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #5F87AF
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#bcbcbc;background:#262626}.hljs ::selection,.hljs::selection{background-color:#333;color:#bcbcbc}.hljs-comment{color:#6c6c6c}.hljs-tag{color:#787878}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#bcbcbc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff8700}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#5f8787}.hljs-strong{font-weight:700;color:#5f8787}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#87af87}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5f875f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#ffffaf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#87afd7}.hljs-emphasis{color:#87afd7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5f87af}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/apprentice.min.css b/node_modules/highlight.js/styles/base16/apprentice.min.css
deleted file mode 100644
index 00dc982..0000000
--- a/node_modules/highlight.js/styles/base16/apprentice.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Apprentice
- Author: romainl
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#bcbcbc;background:#262626}.hljs ::selection,.hljs::selection{background-color:#333;color:#bcbcbc}.hljs-comment{color:#6c6c6c}.hljs-tag{color:#787878}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#bcbcbc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff8700}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#5f8787}.hljs-strong{font-weight:700;color:#5f8787}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#87af87}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5f875f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#ffffaf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#87afd7}.hljs-emphasis{color:#87afd7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5f87af}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ashes.css b/node_modules/highlight.js/styles/base16/ashes.css
index 84a6ab4..4403f21 100644
--- a/node_modules/highlight.js/styles/base16/ashes.css
+++ b/node_modules/highlight.js/styles/base16/ashes.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Ashes
Author: Jannik Siebert (https://github.com/janniks)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ashes
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1C2023 Default Background
-base01 #393F45 Lighter Background (Used for status bars, line number and folding marks)
-base02 #565E65 Selection Background
-base03 #747C84 Comments, Invisibles, Line Highlighting
-base04 #ADB3BA Dark Foreground (Used for status bars)
-base05 #C7CCD1 Default Foreground, Caret, Delimiters, Operators
-base06 #DFE2E5 Light Foreground (Not often used)
-base07 #F3F4F5 Light Background (Not often used)
-base08 #C7AE95 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #C7C795 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #AEC795 Classes, Markup Bold, Search Text Background
-base0B #95C7AE Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #95AEC7 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #AE95C7 Functions, Methods, Attribute IDs, Headings
-base0E #C795AE Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #C79595 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #C7CCD1;
- background: #1C2023
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #565E65;
- color: #C7CCD1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #747C84 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #747C84
-}
-/* base04 - #ADB3BA - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #ADB3BA
-}
-/* base05 - #C7CCD1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #C7CCD1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #C7AE95
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #C7C795
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #AEC795
-}
-.hljs-strong {
- font-weight: bold;
- color: #AEC795
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #95C7AE
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #95AEC7
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #AE95C7
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #C795AE
-}
-.hljs-emphasis {
- color: #C795AE;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #C79595
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c7ccd1;background:#1c2023}.hljs ::selection,.hljs::selection{background-color:#565e65;color:#c7ccd1}.hljs-comment{color:#747c84}.hljs-tag{color:#adb3ba}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c7ccd1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c7ae95}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c7c795}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aec795}.hljs-strong{font-weight:700;color:#aec795}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#95c7ae}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#95aec7}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#ae95c7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c795ae}.hljs-emphasis{color:#c795ae;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c79595}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ashes.min.css b/node_modules/highlight.js/styles/base16/ashes.min.css
deleted file mode 100644
index 4403f21..0000000
--- a/node_modules/highlight.js/styles/base16/ashes.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Ashes
- Author: Jannik Siebert (https://github.com/janniks)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c7ccd1;background:#1c2023}.hljs ::selection,.hljs::selection{background-color:#565e65;color:#c7ccd1}.hljs-comment{color:#747c84}.hljs-tag{color:#adb3ba}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c7ccd1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c7ae95}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c7c795}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aec795}.hljs-strong{font-weight:700;color:#aec795}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#95c7ae}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#95aec7}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#ae95c7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c795ae}.hljs-emphasis{color:#c795ae;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c79595}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-cave-light.css b/node_modules/highlight.js/styles/base16/atelier-cave-light.css
index d38a679..25fcdf4 100644
--- a/node_modules/highlight.js/styles/base16/atelier-cave-light.css
+++ b/node_modules/highlight.js/styles/base16/atelier-cave-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Cave Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-cave-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #efecf4 Default Background
-base01 #e2dfe7 Lighter Background (Used for status bars, line number and folding marks)
-base02 #8b8792 Selection Background
-base03 #7e7887 Comments, Invisibles, Line Highlighting
-base04 #655f6d Dark Foreground (Used for status bars)
-base05 #585260 Default Foreground, Caret, Delimiters, Operators
-base06 #26232a Light Foreground (Not often used)
-base07 #19171c Light Background (Not often used)
-base08 #be4678 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aa573c Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a06e3b Classes, Markup Bold, Search Text Background
-base0B #2a9292 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #398bc6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #576ddb Functions, Methods, Attribute IDs, Headings
-base0E #955ae7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bf40bf Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #585260;
- background: #efecf4
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #8b8792;
- color: #585260
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7e7887 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7e7887
-}
-/* base04 - #655f6d - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #655f6d
-}
-/* base05 - #585260 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #585260
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #be4678
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aa573c
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a06e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a06e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #2a9292
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #398bc6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #576ddb
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #955ae7
-}
-.hljs-emphasis {
- color: #955ae7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bf40bf
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#585260;background:#efecf4}.hljs ::selection,.hljs::selection{background-color:#8b8792;color:#585260}.hljs-comment{color:#7e7887}.hljs-tag{color:#655f6d}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#585260}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#be4678}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aa573c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:700;color:#a06e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#2a9292}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#398bc6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#576ddb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#955ae7}.hljs-emphasis{color:#955ae7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bf40bf}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-cave-light.min.css b/node_modules/highlight.js/styles/base16/atelier-cave-light.min.css
deleted file mode 100644
index 25fcdf4..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-cave-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Cave Light
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#585260;background:#efecf4}.hljs ::selection,.hljs::selection{background-color:#8b8792;color:#585260}.hljs-comment{color:#7e7887}.hljs-tag{color:#655f6d}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#585260}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#be4678}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aa573c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:700;color:#a06e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#2a9292}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#398bc6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#576ddb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#955ae7}.hljs-emphasis{color:#955ae7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bf40bf}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-cave.css b/node_modules/highlight.js/styles/base16/atelier-cave.css
index 74374e3..e51fe0a 100644
--- a/node_modules/highlight.js/styles/base16/atelier-cave.css
+++ b/node_modules/highlight.js/styles/base16/atelier-cave.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Cave
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-cave
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #19171c Default Background
-base01 #26232a Lighter Background (Used for status bars, line number and folding marks)
-base02 #585260 Selection Background
-base03 #655f6d Comments, Invisibles, Line Highlighting
-base04 #7e7887 Dark Foreground (Used for status bars)
-base05 #8b8792 Default Foreground, Caret, Delimiters, Operators
-base06 #e2dfe7 Light Foreground (Not often used)
-base07 #efecf4 Light Background (Not often used)
-base08 #be4678 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aa573c Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a06e3b Classes, Markup Bold, Search Text Background
-base0B #2a9292 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #398bc6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #576ddb Functions, Methods, Attribute IDs, Headings
-base0E #955ae7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bf40bf Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #8b8792;
- background: #19171c
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #585260;
- color: #8b8792
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #655f6d - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #655f6d
-}
-/* base04 - #7e7887 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e7887
-}
-/* base05 - #8b8792 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #8b8792
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #be4678
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aa573c
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a06e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a06e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #2a9292
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #398bc6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #576ddb
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #955ae7
-}
-.hljs-emphasis {
- color: #955ae7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bf40bf
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8b8792;background:#19171c}.hljs ::selection,.hljs::selection{background-color:#585260;color:#8b8792}.hljs-comment{color:#655f6d}.hljs-tag{color:#7e7887}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8b8792}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#be4678}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aa573c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:700;color:#a06e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#2a9292}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#398bc6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#576ddb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#955ae7}.hljs-emphasis{color:#955ae7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bf40bf}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-cave.min.css b/node_modules/highlight.js/styles/base16/atelier-cave.min.css
deleted file mode 100644
index e51fe0a..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-cave.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Cave
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8b8792;background:#19171c}.hljs ::selection,.hljs::selection{background-color:#585260;color:#8b8792}.hljs-comment{color:#655f6d}.hljs-tag{color:#7e7887}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8b8792}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#be4678}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aa573c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:700;color:#a06e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#2a9292}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#398bc6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#576ddb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#955ae7}.hljs-emphasis{color:#955ae7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bf40bf}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-dune-light.css b/node_modules/highlight.js/styles/base16/atelier-dune-light.css
index 7a1123e..f310ce1 100644
--- a/node_modules/highlight.js/styles/base16/atelier-dune-light.css
+++ b/node_modules/highlight.js/styles/base16/atelier-dune-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Dune Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-dune-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fefbec Default Background
-base01 #e8e4cf Lighter Background (Used for status bars, line number and folding marks)
-base02 #a6a28c Selection Background
-base03 #999580 Comments, Invisibles, Line Highlighting
-base04 #7d7a68 Dark Foreground (Used for status bars)
-base05 #6e6b5e Default Foreground, Caret, Delimiters, Operators
-base06 #292824 Light Foreground (Not often used)
-base07 #20201d Light Background (Not often used)
-base08 #d73737 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b65611 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ae9513 Classes, Markup Bold, Search Text Background
-base0B #60ac39 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1fad83 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6684e1 Functions, Methods, Attribute IDs, Headings
-base0E #b854d4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d43552 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #6e6b5e;
- background: #fefbec
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #a6a28c;
- color: #6e6b5e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #999580 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #999580
-}
-/* base04 - #7d7a68 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7d7a68
-}
-/* base05 - #6e6b5e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #6e6b5e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d73737
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b65611
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ae9513
-}
-.hljs-strong {
- font-weight: bold;
- color: #ae9513
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #60ac39
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1fad83
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6684e1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b854d4
-}
-.hljs-emphasis {
- color: #b854d4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d43552
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#6e6b5e;background:#fefbec}.hljs ::selection,.hljs::selection{background-color:#a6a28c;color:#6e6b5e}.hljs-comment{color:#999580}.hljs-tag{color:#7d7a68}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#6e6b5e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d73737}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b65611}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ae9513}.hljs-strong{font-weight:700;color:#ae9513}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#60ac39}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1fad83}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6684e1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b854d4}.hljs-emphasis{color:#b854d4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d43552}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-dune-light.min.css b/node_modules/highlight.js/styles/base16/atelier-dune-light.min.css
deleted file mode 100644
index f310ce1..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-dune-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Dune Light
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#6e6b5e;background:#fefbec}.hljs ::selection,.hljs::selection{background-color:#a6a28c;color:#6e6b5e}.hljs-comment{color:#999580}.hljs-tag{color:#7d7a68}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#6e6b5e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d73737}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b65611}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ae9513}.hljs-strong{font-weight:700;color:#ae9513}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#60ac39}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1fad83}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6684e1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b854d4}.hljs-emphasis{color:#b854d4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d43552}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-dune.css b/node_modules/highlight.js/styles/base16/atelier-dune.css
index d3b3388..05b260c 100644
--- a/node_modules/highlight.js/styles/base16/atelier-dune.css
+++ b/node_modules/highlight.js/styles/base16/atelier-dune.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Dune
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-dune
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #20201d Default Background
-base01 #292824 Lighter Background (Used for status bars, line number and folding marks)
-base02 #6e6b5e Selection Background
-base03 #7d7a68 Comments, Invisibles, Line Highlighting
-base04 #999580 Dark Foreground (Used for status bars)
-base05 #a6a28c Default Foreground, Caret, Delimiters, Operators
-base06 #e8e4cf Light Foreground (Not often used)
-base07 #fefbec Light Background (Not often used)
-base08 #d73737 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b65611 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ae9513 Classes, Markup Bold, Search Text Background
-base0B #60ac39 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1fad83 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6684e1 Functions, Methods, Attribute IDs, Headings
-base0E #b854d4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d43552 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a6a28c;
- background: #20201d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #6e6b5e;
- color: #a6a28c
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7d7a68 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7d7a68
-}
-/* base04 - #999580 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999580
-}
-/* base05 - #a6a28c - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a6a28c
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d73737
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b65611
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ae9513
-}
-.hljs-strong {
- font-weight: bold;
- color: #ae9513
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #60ac39
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1fad83
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6684e1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b854d4
-}
-.hljs-emphasis {
- color: #b854d4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d43552
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a6a28c;background:#20201d}.hljs ::selection,.hljs::selection{background-color:#6e6b5e;color:#a6a28c}.hljs-comment{color:#7d7a68}.hljs-tag{color:#999580}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a6a28c}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d73737}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b65611}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ae9513}.hljs-strong{font-weight:700;color:#ae9513}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#60ac39}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1fad83}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6684e1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b854d4}.hljs-emphasis{color:#b854d4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d43552}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-dune.min.css b/node_modules/highlight.js/styles/base16/atelier-dune.min.css
deleted file mode 100644
index 05b260c..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-dune.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Dune
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a6a28c;background:#20201d}.hljs ::selection,.hljs::selection{background-color:#6e6b5e;color:#a6a28c}.hljs-comment{color:#7d7a68}.hljs-tag{color:#999580}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a6a28c}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d73737}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b65611}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ae9513}.hljs-strong{font-weight:700;color:#ae9513}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#60ac39}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1fad83}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6684e1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b854d4}.hljs-emphasis{color:#b854d4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d43552}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-estuary-light.css b/node_modules/highlight.js/styles/base16/atelier-estuary-light.css
index 02128ac..90f8be4 100644
--- a/node_modules/highlight.js/styles/base16/atelier-estuary-light.css
+++ b/node_modules/highlight.js/styles/base16/atelier-estuary-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Estuary Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-estuary-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f4f3ec Default Background
-base01 #e7e6df Lighter Background (Used for status bars, line number and folding marks)
-base02 #929181 Selection Background
-base03 #878573 Comments, Invisibles, Line Highlighting
-base04 #6c6b5a Dark Foreground (Used for status bars)
-base05 #5f5e4e Default Foreground, Caret, Delimiters, Operators
-base06 #302f27 Light Foreground (Not often used)
-base07 #22221b Light Background (Not often used)
-base08 #ba6236 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ae7313 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a5980d Classes, Markup Bold, Search Text Background
-base0B #7d9726 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5b9d48 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #36a166 Functions, Methods, Attribute IDs, Headings
-base0E #5f9182 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #9d6c7c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5f5e4e;
- background: #f4f3ec
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #929181;
- color: #5f5e4e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #878573 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #878573
-}
-/* base04 - #6c6b5a - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #6c6b5a
-}
-/* base05 - #5f5e4e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5f5e4e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ba6236
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ae7313
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a5980d
-}
-.hljs-strong {
- font-weight: bold;
- color: #a5980d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7d9726
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5b9d48
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #36a166
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #5f9182
-}
-.hljs-emphasis {
- color: #5f9182;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #9d6c7c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5f5e4e;background:#f4f3ec}.hljs ::selection,.hljs::selection{background-color:#929181;color:#5f5e4e}.hljs-comment{color:#878573}.hljs-tag{color:#6c6b5a}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5f5e4e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ba6236}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ae7313}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a5980d}.hljs-strong{font-weight:700;color:#a5980d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7d9726}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5b9d48}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#36a166}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#5f9182}.hljs-emphasis{color:#5f9182;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9d6c7c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-estuary-light.min.css b/node_modules/highlight.js/styles/base16/atelier-estuary-light.min.css
deleted file mode 100644
index 90f8be4..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-estuary-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Estuary Light
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5f5e4e;background:#f4f3ec}.hljs ::selection,.hljs::selection{background-color:#929181;color:#5f5e4e}.hljs-comment{color:#878573}.hljs-tag{color:#6c6b5a}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5f5e4e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ba6236}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ae7313}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a5980d}.hljs-strong{font-weight:700;color:#a5980d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7d9726}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5b9d48}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#36a166}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#5f9182}.hljs-emphasis{color:#5f9182;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9d6c7c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-estuary.css b/node_modules/highlight.js/styles/base16/atelier-estuary.css
index 07e1506..b088f77 100644
--- a/node_modules/highlight.js/styles/base16/atelier-estuary.css
+++ b/node_modules/highlight.js/styles/base16/atelier-estuary.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Estuary
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-estuary
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #22221b Default Background
-base01 #302f27 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5f5e4e Selection Background
-base03 #6c6b5a Comments, Invisibles, Line Highlighting
-base04 #878573 Dark Foreground (Used for status bars)
-base05 #929181 Default Foreground, Caret, Delimiters, Operators
-base06 #e7e6df Light Foreground (Not often used)
-base07 #f4f3ec Light Background (Not often used)
-base08 #ba6236 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ae7313 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a5980d Classes, Markup Bold, Search Text Background
-base0B #7d9726 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5b9d48 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #36a166 Functions, Methods, Attribute IDs, Headings
-base0E #5f9182 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #9d6c7c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #929181;
- background: #22221b
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5f5e4e;
- color: #929181
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6c6b5a - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6c6b5a
-}
-/* base04 - #878573 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #878573
-}
-/* base05 - #929181 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #929181
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ba6236
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ae7313
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a5980d
-}
-.hljs-strong {
- font-weight: bold;
- color: #a5980d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7d9726
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5b9d48
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #36a166
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #5f9182
-}
-.hljs-emphasis {
- color: #5f9182;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #9d6c7c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#929181;background:#22221b}.hljs ::selection,.hljs::selection{background-color:#5f5e4e;color:#929181}.hljs-comment{color:#6c6b5a}.hljs-tag{color:#878573}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#929181}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ba6236}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ae7313}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a5980d}.hljs-strong{font-weight:700;color:#a5980d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7d9726}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5b9d48}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#36a166}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#5f9182}.hljs-emphasis{color:#5f9182;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9d6c7c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-estuary.min.css b/node_modules/highlight.js/styles/base16/atelier-estuary.min.css
deleted file mode 100644
index b088f77..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-estuary.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Estuary
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#929181;background:#22221b}.hljs ::selection,.hljs::selection{background-color:#5f5e4e;color:#929181}.hljs-comment{color:#6c6b5a}.hljs-tag{color:#878573}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#929181}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ba6236}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ae7313}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a5980d}.hljs-strong{font-weight:700;color:#a5980d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7d9726}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5b9d48}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#36a166}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#5f9182}.hljs-emphasis{color:#5f9182;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9d6c7c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-forest-light.css b/node_modules/highlight.js/styles/base16/atelier-forest-light.css
index ecff451..a54242d 100644
--- a/node_modules/highlight.js/styles/base16/atelier-forest-light.css
+++ b/node_modules/highlight.js/styles/base16/atelier-forest-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Forest Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-forest-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f1efee Default Background
-base01 #e6e2e0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #a8a19f Selection Background
-base03 #9c9491 Comments, Invisibles, Line Highlighting
-base04 #766e6b Dark Foreground (Used for status bars)
-base05 #68615e Default Foreground, Caret, Delimiters, Operators
-base06 #2c2421 Light Foreground (Not often used)
-base07 #1b1918 Light Background (Not often used)
-base08 #f22c40 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #df5320 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c38418 Classes, Markup Bold, Search Text Background
-base0B #7b9726 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3d97b8 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #407ee7 Functions, Methods, Attribute IDs, Headings
-base0E #6666ea Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c33ff3 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #68615e;
- background: #f1efee
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #a8a19f;
- color: #68615e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #9c9491 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #9c9491
-}
-/* base04 - #766e6b - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #766e6b
-}
-/* base05 - #68615e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #68615e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f22c40
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #df5320
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c38418
-}
-.hljs-strong {
- font-weight: bold;
- color: #c38418
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7b9726
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3d97b8
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #407ee7
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6666ea
-}
-.hljs-emphasis {
- color: #6666ea;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c33ff3
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#68615e;background:#f1efee}.hljs ::selection,.hljs::selection{background-color:#a8a19f;color:#68615e}.hljs-comment{color:#9c9491}.hljs-tag{color:#766e6b}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#68615e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f22c40}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#df5320}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c38418}.hljs-strong{font-weight:700;color:#c38418}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7b9726}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3d97b8}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#407ee7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6666ea}.hljs-emphasis{color:#6666ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c33ff3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-forest-light.min.css b/node_modules/highlight.js/styles/base16/atelier-forest-light.min.css
deleted file mode 100644
index a54242d..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-forest-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Forest Light
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#68615e;background:#f1efee}.hljs ::selection,.hljs::selection{background-color:#a8a19f;color:#68615e}.hljs-comment{color:#9c9491}.hljs-tag{color:#766e6b}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#68615e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f22c40}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#df5320}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c38418}.hljs-strong{font-weight:700;color:#c38418}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7b9726}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3d97b8}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#407ee7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6666ea}.hljs-emphasis{color:#6666ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c33ff3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-forest.css b/node_modules/highlight.js/styles/base16/atelier-forest.css
index 3ab07be..e6ca2d5 100644
--- a/node_modules/highlight.js/styles/base16/atelier-forest.css
+++ b/node_modules/highlight.js/styles/base16/atelier-forest.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Forest
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-forest
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1b1918 Default Background
-base01 #2c2421 Lighter Background (Used for status bars, line number and folding marks)
-base02 #68615e Selection Background
-base03 #766e6b Comments, Invisibles, Line Highlighting
-base04 #9c9491 Dark Foreground (Used for status bars)
-base05 #a8a19f Default Foreground, Caret, Delimiters, Operators
-base06 #e6e2e0 Light Foreground (Not often used)
-base07 #f1efee Light Background (Not often used)
-base08 #f22c40 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #df5320 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c38418 Classes, Markup Bold, Search Text Background
-base0B #7b9726 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3d97b8 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #407ee7 Functions, Methods, Attribute IDs, Headings
-base0E #6666ea Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c33ff3 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a8a19f;
- background: #1b1918
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #68615e;
- color: #a8a19f
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #766e6b - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #766e6b
-}
-/* base04 - #9c9491 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9c9491
-}
-/* base05 - #a8a19f - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a8a19f
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f22c40
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #df5320
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c38418
-}
-.hljs-strong {
- font-weight: bold;
- color: #c38418
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7b9726
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3d97b8
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #407ee7
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6666ea
-}
-.hljs-emphasis {
- color: #6666ea;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c33ff3
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a8a19f;background:#1b1918}.hljs ::selection,.hljs::selection{background-color:#68615e;color:#a8a19f}.hljs-comment{color:#766e6b}.hljs-tag{color:#9c9491}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a8a19f}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f22c40}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#df5320}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c38418}.hljs-strong{font-weight:700;color:#c38418}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7b9726}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3d97b8}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#407ee7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6666ea}.hljs-emphasis{color:#6666ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c33ff3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-forest.min.css b/node_modules/highlight.js/styles/base16/atelier-forest.min.css
deleted file mode 100644
index e6ca2d5..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-forest.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Forest
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a8a19f;background:#1b1918}.hljs ::selection,.hljs::selection{background-color:#68615e;color:#a8a19f}.hljs-comment{color:#766e6b}.hljs-tag{color:#9c9491}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a8a19f}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f22c40}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#df5320}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c38418}.hljs-strong{font-weight:700;color:#c38418}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7b9726}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3d97b8}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#407ee7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6666ea}.hljs-emphasis{color:#6666ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c33ff3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-heath-light.css b/node_modules/highlight.js/styles/base16/atelier-heath-light.css
index 4add108..dc38ca0 100644
--- a/node_modules/highlight.js/styles/base16/atelier-heath-light.css
+++ b/node_modules/highlight.js/styles/base16/atelier-heath-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Heath Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-heath-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f7f3f7 Default Background
-base01 #d8cad8 Lighter Background (Used for status bars, line number and folding marks)
-base02 #ab9bab Selection Background
-base03 #9e8f9e Comments, Invisibles, Line Highlighting
-base04 #776977 Dark Foreground (Used for status bars)
-base05 #695d69 Default Foreground, Caret, Delimiters, Operators
-base06 #292329 Light Foreground (Not often used)
-base07 #1b181b Light Background (Not often used)
-base08 #ca402b Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #a65926 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #bb8a35 Classes, Markup Bold, Search Text Background
-base0B #918b3b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #159393 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #516aec Functions, Methods, Attribute IDs, Headings
-base0E #7b59c0 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #cc33cc Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #695d69;
- background: #f7f3f7
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #ab9bab;
- color: #695d69
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #9e8f9e - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #9e8f9e
-}
-/* base04 - #776977 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #776977
-}
-/* base05 - #695d69 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #695d69
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ca402b
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #a65926
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #bb8a35
-}
-.hljs-strong {
- font-weight: bold;
- color: #bb8a35
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #918b3b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #159393
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #516aec
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #7b59c0
-}
-.hljs-emphasis {
- color: #7b59c0;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #cc33cc
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#695d69;background:#f7f3f7}.hljs ::selection,.hljs::selection{background-color:#ab9bab;color:#695d69}.hljs-comment{color:#9e8f9e}.hljs-tag{color:#776977}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#695d69}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca402b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a65926}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8a35}.hljs-strong{font-weight:700;color:#bb8a35}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#918b3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#159393}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#516aec}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7b59c0}.hljs-emphasis{color:#7b59c0;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c3c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-heath-light.min.css b/node_modules/highlight.js/styles/base16/atelier-heath-light.min.css
deleted file mode 100644
index dc38ca0..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-heath-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Heath Light
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#695d69;background:#f7f3f7}.hljs ::selection,.hljs::selection{background-color:#ab9bab;color:#695d69}.hljs-comment{color:#9e8f9e}.hljs-tag{color:#776977}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#695d69}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca402b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a65926}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8a35}.hljs-strong{font-weight:700;color:#bb8a35}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#918b3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#159393}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#516aec}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7b59c0}.hljs-emphasis{color:#7b59c0;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c3c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-heath.css b/node_modules/highlight.js/styles/base16/atelier-heath.css
index a95e42a..4656ef6 100644
--- a/node_modules/highlight.js/styles/base16/atelier-heath.css
+++ b/node_modules/highlight.js/styles/base16/atelier-heath.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Heath
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-heath
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1b181b Default Background
-base01 #292329 Lighter Background (Used for status bars, line number and folding marks)
-base02 #695d69 Selection Background
-base03 #776977 Comments, Invisibles, Line Highlighting
-base04 #9e8f9e Dark Foreground (Used for status bars)
-base05 #ab9bab Default Foreground, Caret, Delimiters, Operators
-base06 #d8cad8 Light Foreground (Not often used)
-base07 #f7f3f7 Light Background (Not often used)
-base08 #ca402b Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #a65926 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #bb8a35 Classes, Markup Bold, Search Text Background
-base0B #918b3b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #159393 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #516aec Functions, Methods, Attribute IDs, Headings
-base0E #7b59c0 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #cc33cc Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #ab9bab;
- background: #1b181b
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #695d69;
- color: #ab9bab
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #776977 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #776977
-}
-/* base04 - #9e8f9e - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9e8f9e
-}
-/* base05 - #ab9bab - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #ab9bab
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ca402b
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #a65926
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #bb8a35
-}
-.hljs-strong {
- font-weight: bold;
- color: #bb8a35
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #918b3b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #159393
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #516aec
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #7b59c0
-}
-.hljs-emphasis {
- color: #7b59c0;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #cc33cc
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ab9bab;background:#1b181b}.hljs ::selection,.hljs::selection{background-color:#695d69;color:#ab9bab}.hljs-comment{color:#776977}.hljs-tag{color:#9e8f9e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ab9bab}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca402b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a65926}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8a35}.hljs-strong{font-weight:700;color:#bb8a35}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#918b3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#159393}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#516aec}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7b59c0}.hljs-emphasis{color:#7b59c0;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c3c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-heath.min.css b/node_modules/highlight.js/styles/base16/atelier-heath.min.css
deleted file mode 100644
index 4656ef6..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-heath.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Heath
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ab9bab;background:#1b181b}.hljs ::selection,.hljs::selection{background-color:#695d69;color:#ab9bab}.hljs-comment{color:#776977}.hljs-tag{color:#9e8f9e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ab9bab}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca402b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a65926}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8a35}.hljs-strong{font-weight:700;color:#bb8a35}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#918b3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#159393}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#516aec}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7b59c0}.hljs-emphasis{color:#7b59c0;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c3c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-lakeside-light.css b/node_modules/highlight.js/styles/base16/atelier-lakeside-light.css
index 8355cbe..c1252e3 100644
--- a/node_modules/highlight.js/styles/base16/atelier-lakeside-light.css
+++ b/node_modules/highlight.js/styles/base16/atelier-lakeside-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Lakeside Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-lakeside-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ebf8ff Default Background
-base01 #c1e4f6 Lighter Background (Used for status bars, line number and folding marks)
-base02 #7ea2b4 Selection Background
-base03 #7195a8 Comments, Invisibles, Line Highlighting
-base04 #5a7b8c Dark Foreground (Used for status bars)
-base05 #516d7b Default Foreground, Caret, Delimiters, Operators
-base06 #1f292e Light Foreground (Not often used)
-base07 #161b1d Light Background (Not often used)
-base08 #d22d72 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #935c25 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #8a8a0f Classes, Markup Bold, Search Text Background
-base0B #568c3b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #2d8f6f Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #257fad Functions, Methods, Attribute IDs, Headings
-base0E #6b6bb8 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b72dd2 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #516d7b;
- background: #ebf8ff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #7ea2b4;
- color: #516d7b
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7195a8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7195a8
-}
-/* base04 - #5a7b8c - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5a7b8c
-}
-/* base05 - #516d7b - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #516d7b
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d22d72
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #935c25
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #8a8a0f
-}
-.hljs-strong {
- font-weight: bold;
- color: #8a8a0f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #568c3b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #2d8f6f
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #257fad
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6b6bb8
-}
-.hljs-emphasis {
- color: #6b6bb8;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b72dd2
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#516d7b;background:#ebf8ff}.hljs ::selection,.hljs::selection{background-color:#7ea2b4;color:#516d7b}.hljs-comment{color:#7195a8}.hljs-tag{color:#5a7b8c}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#516d7b}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d22d72}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#935c25}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8a8a0f}.hljs-strong{font-weight:700;color:#8a8a0f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#568c3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2d8f6f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#257fad}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6b6bb8}.hljs-emphasis{color:#6b6bb8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b72dd2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-lakeside-light.min.css b/node_modules/highlight.js/styles/base16/atelier-lakeside-light.min.css
deleted file mode 100644
index c1252e3..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-lakeside-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Lakeside Light
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#516d7b;background:#ebf8ff}.hljs ::selection,.hljs::selection{background-color:#7ea2b4;color:#516d7b}.hljs-comment{color:#7195a8}.hljs-tag{color:#5a7b8c}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#516d7b}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d22d72}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#935c25}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8a8a0f}.hljs-strong{font-weight:700;color:#8a8a0f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#568c3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2d8f6f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#257fad}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6b6bb8}.hljs-emphasis{color:#6b6bb8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b72dd2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-lakeside.css b/node_modules/highlight.js/styles/base16/atelier-lakeside.css
index b25999c..efcb981 100644
--- a/node_modules/highlight.js/styles/base16/atelier-lakeside.css
+++ b/node_modules/highlight.js/styles/base16/atelier-lakeside.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Lakeside
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-lakeside
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #161b1d Default Background
-base01 #1f292e Lighter Background (Used for status bars, line number and folding marks)
-base02 #516d7b Selection Background
-base03 #5a7b8c Comments, Invisibles, Line Highlighting
-base04 #7195a8 Dark Foreground (Used for status bars)
-base05 #7ea2b4 Default Foreground, Caret, Delimiters, Operators
-base06 #c1e4f6 Light Foreground (Not often used)
-base07 #ebf8ff Light Background (Not often used)
-base08 #d22d72 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #935c25 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #8a8a0f Classes, Markup Bold, Search Text Background
-base0B #568c3b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #2d8f6f Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #257fad Functions, Methods, Attribute IDs, Headings
-base0E #6b6bb8 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b72dd2 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #7ea2b4;
- background: #161b1d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #516d7b;
- color: #7ea2b4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5a7b8c - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5a7b8c
-}
-/* base04 - #7195a8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7195a8
-}
-/* base05 - #7ea2b4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #7ea2b4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d22d72
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #935c25
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #8a8a0f
-}
-.hljs-strong {
- font-weight: bold;
- color: #8a8a0f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #568c3b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #2d8f6f
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #257fad
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6b6bb8
-}
-.hljs-emphasis {
- color: #6b6bb8;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b72dd2
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#7ea2b4;background:#161b1d}.hljs ::selection,.hljs::selection{background-color:#516d7b;color:#7ea2b4}.hljs-comment{color:#5a7b8c}.hljs-tag{color:#7195a8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#7ea2b4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d22d72}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#935c25}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8a8a0f}.hljs-strong{font-weight:700;color:#8a8a0f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#568c3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2d8f6f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#257fad}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6b6bb8}.hljs-emphasis{color:#6b6bb8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b72dd2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-lakeside.min.css b/node_modules/highlight.js/styles/base16/atelier-lakeside.min.css
deleted file mode 100644
index efcb981..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-lakeside.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Lakeside
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#7ea2b4;background:#161b1d}.hljs ::selection,.hljs::selection{background-color:#516d7b;color:#7ea2b4}.hljs-comment{color:#5a7b8c}.hljs-tag{color:#7195a8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#7ea2b4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d22d72}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#935c25}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8a8a0f}.hljs-strong{font-weight:700;color:#8a8a0f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#568c3b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2d8f6f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#257fad}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6b6bb8}.hljs-emphasis{color:#6b6bb8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b72dd2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-plateau-light.css b/node_modules/highlight.js/styles/base16/atelier-plateau-light.css
index 307bfa7..44362de 100644
--- a/node_modules/highlight.js/styles/base16/atelier-plateau-light.css
+++ b/node_modules/highlight.js/styles/base16/atelier-plateau-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Plateau Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-plateau-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f4ecec Default Background
-base01 #e7dfdf Lighter Background (Used for status bars, line number and folding marks)
-base02 #8a8585 Selection Background
-base03 #7e7777 Comments, Invisibles, Line Highlighting
-base04 #655d5d Dark Foreground (Used for status bars)
-base05 #585050 Default Foreground, Caret, Delimiters, Operators
-base06 #292424 Light Foreground (Not often used)
-base07 #1b1818 Light Background (Not often used)
-base08 #ca4949 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b45a3c Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a06e3b Classes, Markup Bold, Search Text Background
-base0B #4b8b8b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5485b6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7272ca Functions, Methods, Attribute IDs, Headings
-base0E #8464c4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bd5187 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #585050;
- background: #f4ecec
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #8a8585;
- color: #585050
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7e7777 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7e7777
-}
-/* base04 - #655d5d - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #655d5d
-}
-/* base05 - #585050 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #585050
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ca4949
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b45a3c
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a06e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a06e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #4b8b8b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5485b6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7272ca
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8464c4
-}
-.hljs-emphasis {
- color: #8464c4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bd5187
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#585050;background:#f4ecec}.hljs ::selection,.hljs::selection{background-color:#8a8585;color:#585050}.hljs-comment{color:#7e7777}.hljs-tag{color:#655d5d}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#585050}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca4949}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b45a3c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:700;color:#a06e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4b8b8b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5485b6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7272ca}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8464c4}.hljs-emphasis{color:#8464c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bd5187}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-plateau-light.min.css b/node_modules/highlight.js/styles/base16/atelier-plateau-light.min.css
deleted file mode 100644
index 44362de..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-plateau-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Plateau Light
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#585050;background:#f4ecec}.hljs ::selection,.hljs::selection{background-color:#8a8585;color:#585050}.hljs-comment{color:#7e7777}.hljs-tag{color:#655d5d}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#585050}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca4949}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b45a3c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:700;color:#a06e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4b8b8b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5485b6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7272ca}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8464c4}.hljs-emphasis{color:#8464c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bd5187}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-plateau.css b/node_modules/highlight.js/styles/base16/atelier-plateau.css
index 53aeebd..7051d01 100644
--- a/node_modules/highlight.js/styles/base16/atelier-plateau.css
+++ b/node_modules/highlight.js/styles/base16/atelier-plateau.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Plateau
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-plateau
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1b1818 Default Background
-base01 #292424 Lighter Background (Used for status bars, line number and folding marks)
-base02 #585050 Selection Background
-base03 #655d5d Comments, Invisibles, Line Highlighting
-base04 #7e7777 Dark Foreground (Used for status bars)
-base05 #8a8585 Default Foreground, Caret, Delimiters, Operators
-base06 #e7dfdf Light Foreground (Not often used)
-base07 #f4ecec Light Background (Not often used)
-base08 #ca4949 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b45a3c Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a06e3b Classes, Markup Bold, Search Text Background
-base0B #4b8b8b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5485b6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7272ca Functions, Methods, Attribute IDs, Headings
-base0E #8464c4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bd5187 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #8a8585;
- background: #1b1818
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #585050;
- color: #8a8585
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #655d5d - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #655d5d
-}
-/* base04 - #7e7777 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e7777
-}
-/* base05 - #8a8585 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #8a8585
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ca4949
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b45a3c
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a06e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a06e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #4b8b8b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5485b6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7272ca
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8464c4
-}
-.hljs-emphasis {
- color: #8464c4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bd5187
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8a8585;background:#1b1818}.hljs ::selection,.hljs::selection{background-color:#585050;color:#8a8585}.hljs-comment{color:#655d5d}.hljs-tag{color:#7e7777}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8a8585}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca4949}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b45a3c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:700;color:#a06e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4b8b8b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5485b6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7272ca}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8464c4}.hljs-emphasis{color:#8464c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bd5187}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-plateau.min.css b/node_modules/highlight.js/styles/base16/atelier-plateau.min.css
deleted file mode 100644
index 7051d01..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-plateau.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Plateau
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8a8585;background:#1b1818}.hljs ::selection,.hljs::selection{background-color:#585050;color:#8a8585}.hljs-comment{color:#655d5d}.hljs-tag{color:#7e7777}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8a8585}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca4949}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b45a3c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:700;color:#a06e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4b8b8b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5485b6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7272ca}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8464c4}.hljs-emphasis{color:#8464c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bd5187}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-savanna-light.css b/node_modules/highlight.js/styles/base16/atelier-savanna-light.css
index b26d6f7..4d63650 100644
--- a/node_modules/highlight.js/styles/base16/atelier-savanna-light.css
+++ b/node_modules/highlight.js/styles/base16/atelier-savanna-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Savanna Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-savanna-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ecf4ee Default Background
-base01 #dfe7e2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #87928a Selection Background
-base03 #78877d Comments, Invisibles, Line Highlighting
-base04 #5f6d64 Dark Foreground (Used for status bars)
-base05 #526057 Default Foreground, Caret, Delimiters, Operators
-base06 #232a25 Light Foreground (Not often used)
-base07 #171c19 Light Background (Not often used)
-base08 #b16139 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #9f713c Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a07e3b Classes, Markup Bold, Search Text Background
-base0B #489963 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1c9aa0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #478c90 Functions, Methods, Attribute IDs, Headings
-base0E #55859b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #867469 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #526057;
- background: #ecf4ee
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #87928a;
- color: #526057
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #78877d - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #78877d
-}
-/* base04 - #5f6d64 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5f6d64
-}
-/* base05 - #526057 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #526057
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b16139
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #9f713c
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a07e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a07e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #489963
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1c9aa0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #478c90
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #55859b
-}
-.hljs-emphasis {
- color: #55859b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #867469
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#526057;background:#ecf4ee}.hljs ::selection,.hljs::selection{background-color:#87928a;color:#526057}.hljs-comment{color:#78877d}.hljs-tag{color:#5f6d64}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#526057}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b16139}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#9f713c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a07e3b}.hljs-strong{font-weight:700;color:#a07e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#489963}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1c9aa0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#478c90}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#55859b}.hljs-emphasis{color:#55859b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#867469}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-savanna-light.min.css b/node_modules/highlight.js/styles/base16/atelier-savanna-light.min.css
deleted file mode 100644
index 4d63650..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-savanna-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Savanna Light
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#526057;background:#ecf4ee}.hljs ::selection,.hljs::selection{background-color:#87928a;color:#526057}.hljs-comment{color:#78877d}.hljs-tag{color:#5f6d64}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#526057}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b16139}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#9f713c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a07e3b}.hljs-strong{font-weight:700;color:#a07e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#489963}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1c9aa0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#478c90}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#55859b}.hljs-emphasis{color:#55859b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#867469}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-savanna.css b/node_modules/highlight.js/styles/base16/atelier-savanna.css
index 47998da..286c1d9 100644
--- a/node_modules/highlight.js/styles/base16/atelier-savanna.css
+++ b/node_modules/highlight.js/styles/base16/atelier-savanna.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Savanna
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-savanna
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #171c19 Default Background
-base01 #232a25 Lighter Background (Used for status bars, line number and folding marks)
-base02 #526057 Selection Background
-base03 #5f6d64 Comments, Invisibles, Line Highlighting
-base04 #78877d Dark Foreground (Used for status bars)
-base05 #87928a Default Foreground, Caret, Delimiters, Operators
-base06 #dfe7e2 Light Foreground (Not often used)
-base07 #ecf4ee Light Background (Not often used)
-base08 #b16139 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #9f713c Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a07e3b Classes, Markup Bold, Search Text Background
-base0B #489963 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1c9aa0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #478c90 Functions, Methods, Attribute IDs, Headings
-base0E #55859b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #867469 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #87928a;
- background: #171c19
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #526057;
- color: #87928a
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5f6d64 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5f6d64
-}
-/* base04 - #78877d - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #78877d
-}
-/* base05 - #87928a - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #87928a
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b16139
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #9f713c
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a07e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a07e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #489963
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1c9aa0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #478c90
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #55859b
-}
-.hljs-emphasis {
- color: #55859b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #867469
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#87928a;background:#171c19}.hljs ::selection,.hljs::selection{background-color:#526057;color:#87928a}.hljs-comment{color:#5f6d64}.hljs-tag{color:#78877d}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#87928a}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b16139}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#9f713c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a07e3b}.hljs-strong{font-weight:700;color:#a07e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#489963}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1c9aa0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#478c90}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#55859b}.hljs-emphasis{color:#55859b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#867469}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-savanna.min.css b/node_modules/highlight.js/styles/base16/atelier-savanna.min.css
deleted file mode 100644
index 286c1d9..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-savanna.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Savanna
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#87928a;background:#171c19}.hljs ::selection,.hljs::selection{background-color:#526057;color:#87928a}.hljs-comment{color:#5f6d64}.hljs-tag{color:#78877d}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#87928a}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b16139}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#9f713c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a07e3b}.hljs-strong{font-weight:700;color:#a07e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#489963}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1c9aa0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#478c90}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#55859b}.hljs-emphasis{color:#55859b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#867469}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-seaside-light.css b/node_modules/highlight.js/styles/base16/atelier-seaside-light.css
index c95fffb..524a951 100644
--- a/node_modules/highlight.js/styles/base16/atelier-seaside-light.css
+++ b/node_modules/highlight.js/styles/base16/atelier-seaside-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Seaside Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-seaside-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f4fbf4 Default Background
-base01 #cfe8cf Lighter Background (Used for status bars, line number and folding marks)
-base02 #8ca68c Selection Background
-base03 #809980 Comments, Invisibles, Line Highlighting
-base04 #687d68 Dark Foreground (Used for status bars)
-base05 #5e6e5e Default Foreground, Caret, Delimiters, Operators
-base06 #242924 Light Foreground (Not often used)
-base07 #131513 Light Background (Not often used)
-base08 #e6193c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #87711d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #98981b Classes, Markup Bold, Search Text Background
-base0B #29a329 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1999b3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3d62f5 Functions, Methods, Attribute IDs, Headings
-base0E #ad2bee Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e619c3 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5e6e5e;
- background: #f4fbf4
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #8ca68c;
- color: #5e6e5e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #809980 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #809980
-}
-/* base04 - #687d68 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #687d68
-}
-/* base05 - #5e6e5e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5e6e5e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e6193c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #87711d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #98981b
-}
-.hljs-strong {
- font-weight: bold;
- color: #98981b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #29a329
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1999b3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3d62f5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ad2bee
-}
-.hljs-emphasis {
- color: #ad2bee;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e619c3
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5e6e5e;background:#f4fbf4}.hljs ::selection,.hljs::selection{background-color:#8ca68c;color:#5e6e5e}.hljs-comment{color:#809980}.hljs-tag{color:#687d68}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5e6e5e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e6193c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#87711d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#98981b}.hljs-strong{font-weight:700;color:#98981b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#29a329}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1999b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3d62f5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ad2bee}.hljs-emphasis{color:#ad2bee;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e619c3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-seaside-light.min.css b/node_modules/highlight.js/styles/base16/atelier-seaside-light.min.css
deleted file mode 100644
index 524a951..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-seaside-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Seaside Light
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5e6e5e;background:#f4fbf4}.hljs ::selection,.hljs::selection{background-color:#8ca68c;color:#5e6e5e}.hljs-comment{color:#809980}.hljs-tag{color:#687d68}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5e6e5e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e6193c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#87711d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#98981b}.hljs-strong{font-weight:700;color:#98981b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#29a329}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1999b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3d62f5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ad2bee}.hljs-emphasis{color:#ad2bee;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e619c3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-seaside.css b/node_modules/highlight.js/styles/base16/atelier-seaside.css
index 7144e8b..f1b2fe0 100644
--- a/node_modules/highlight.js/styles/base16/atelier-seaside.css
+++ b/node_modules/highlight.js/styles/base16/atelier-seaside.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Seaside
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-seaside
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #131513 Default Background
-base01 #242924 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5e6e5e Selection Background
-base03 #687d68 Comments, Invisibles, Line Highlighting
-base04 #809980 Dark Foreground (Used for status bars)
-base05 #8ca68c Default Foreground, Caret, Delimiters, Operators
-base06 #cfe8cf Light Foreground (Not often used)
-base07 #f4fbf4 Light Background (Not often used)
-base08 #e6193c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #87711d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #98981b Classes, Markup Bold, Search Text Background
-base0B #29a329 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1999b3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3d62f5 Functions, Methods, Attribute IDs, Headings
-base0E #ad2bee Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e619c3 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #8ca68c;
- background: #131513
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5e6e5e;
- color: #8ca68c
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #687d68 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #687d68
-}
-/* base04 - #809980 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #809980
-}
-/* base05 - #8ca68c - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #8ca68c
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e6193c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #87711d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #98981b
-}
-.hljs-strong {
- font-weight: bold;
- color: #98981b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #29a329
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1999b3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3d62f5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ad2bee
-}
-.hljs-emphasis {
- color: #ad2bee;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e619c3
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8ca68c;background:#131513}.hljs ::selection,.hljs::selection{background-color:#5e6e5e;color:#8ca68c}.hljs-comment{color:#687d68}.hljs-tag{color:#809980}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8ca68c}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e6193c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#87711d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#98981b}.hljs-strong{font-weight:700;color:#98981b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#29a329}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1999b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3d62f5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ad2bee}.hljs-emphasis{color:#ad2bee;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e619c3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-seaside.min.css b/node_modules/highlight.js/styles/base16/atelier-seaside.min.css
deleted file mode 100644
index f1b2fe0..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-seaside.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Seaside
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8ca68c;background:#131513}.hljs ::selection,.hljs::selection{background-color:#5e6e5e;color:#8ca68c}.hljs-comment{color:#687d68}.hljs-tag{color:#809980}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8ca68c}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e6193c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#87711d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#98981b}.hljs-strong{font-weight:700;color:#98981b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#29a329}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1999b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3d62f5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ad2bee}.hljs-emphasis{color:#ad2bee;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e619c3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-sulphurpool-light.css b/node_modules/highlight.js/styles/base16/atelier-sulphurpool-light.css
index 77e7847..8e038f5 100644
--- a/node_modules/highlight.js/styles/base16/atelier-sulphurpool-light.css
+++ b/node_modules/highlight.js/styles/base16/atelier-sulphurpool-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Sulphurpool Light
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-sulphurpool-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f5f7ff Default Background
-base01 #dfe2f1 Lighter Background (Used for status bars, line number and folding marks)
-base02 #979db4 Selection Background
-base03 #898ea4 Comments, Invisibles, Line Highlighting
-base04 #6b7394 Dark Foreground (Used for status bars)
-base05 #5e6687 Default Foreground, Caret, Delimiters, Operators
-base06 #293256 Light Foreground (Not often used)
-base07 #202746 Light Background (Not often used)
-base08 #c94922 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #c76b29 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c08b30 Classes, Markup Bold, Search Text Background
-base0B #ac9739 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #22a2c9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3d8fd1 Functions, Methods, Attribute IDs, Headings
-base0E #6679cc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #9c637a Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5e6687;
- background: #f5f7ff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #979db4;
- color: #5e6687
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #898ea4 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #898ea4
-}
-/* base04 - #6b7394 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #6b7394
-}
-/* base05 - #5e6687 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5e6687
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c94922
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #c76b29
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c08b30
-}
-.hljs-strong {
- font-weight: bold;
- color: #c08b30
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #ac9739
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #22a2c9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3d8fd1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6679cc
-}
-.hljs-emphasis {
- color: #6679cc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #9c637a
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5e6687;background:#f5f7ff}.hljs ::selection,.hljs::selection{background-color:#979db4;color:#5e6687}.hljs-comment{color:#898ea4}.hljs-tag{color:#6b7394}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5e6687}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c94922}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c76b29}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c08b30}.hljs-strong{font-weight:700;color:#c08b30}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ac9739}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#22a2c9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3d8fd1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6679cc}.hljs-emphasis{color:#6679cc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9c637a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-sulphurpool-light.min.css b/node_modules/highlight.js/styles/base16/atelier-sulphurpool-light.min.css
deleted file mode 100644
index 8e038f5..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-sulphurpool-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Sulphurpool Light
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5e6687;background:#f5f7ff}.hljs ::selection,.hljs::selection{background-color:#979db4;color:#5e6687}.hljs-comment{color:#898ea4}.hljs-tag{color:#6b7394}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5e6687}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c94922}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c76b29}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c08b30}.hljs-strong{font-weight:700;color:#c08b30}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ac9739}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#22a2c9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3d8fd1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6679cc}.hljs-emphasis{color:#6679cc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9c637a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-sulphurpool.css b/node_modules/highlight.js/styles/base16/atelier-sulphurpool.css
index fb95c32..519aa38 100644
--- a/node_modules/highlight.js/styles/base16/atelier-sulphurpool.css
+++ b/node_modules/highlight.js/styles/base16/atelier-sulphurpool.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atelier Sulphurpool
Author: Bram de Haan (http://atelierbramdehaan.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atelier-sulphurpool
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #202746 Default Background
-base01 #293256 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5e6687 Selection Background
-base03 #6b7394 Comments, Invisibles, Line Highlighting
-base04 #898ea4 Dark Foreground (Used for status bars)
-base05 #979db4 Default Foreground, Caret, Delimiters, Operators
-base06 #dfe2f1 Light Foreground (Not often used)
-base07 #f5f7ff Light Background (Not often used)
-base08 #c94922 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #c76b29 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c08b30 Classes, Markup Bold, Search Text Background
-base0B #ac9739 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #22a2c9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3d8fd1 Functions, Methods, Attribute IDs, Headings
-base0E #6679cc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #9c637a Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #979db4;
- background: #202746
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5e6687;
- color: #979db4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6b7394 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6b7394
-}
-/* base04 - #898ea4 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #898ea4
-}
-/* base05 - #979db4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #979db4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c94922
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #c76b29
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c08b30
-}
-.hljs-strong {
- font-weight: bold;
- color: #c08b30
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #ac9739
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #22a2c9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3d8fd1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6679cc
-}
-.hljs-emphasis {
- color: #6679cc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #9c637a
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#979db4;background:#202746}.hljs ::selection,.hljs::selection{background-color:#5e6687;color:#979db4}.hljs-comment{color:#6b7394}.hljs-tag{color:#898ea4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#979db4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c94922}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c76b29}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c08b30}.hljs-strong{font-weight:700;color:#c08b30}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ac9739}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#22a2c9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3d8fd1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6679cc}.hljs-emphasis{color:#6679cc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9c637a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atelier-sulphurpool.min.css b/node_modules/highlight.js/styles/base16/atelier-sulphurpool.min.css
deleted file mode 100644
index 519aa38..0000000
--- a/node_modules/highlight.js/styles/base16/atelier-sulphurpool.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atelier Sulphurpool
- Author: Bram de Haan (http://atelierbramdehaan.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#979db4;background:#202746}.hljs ::selection,.hljs::selection{background-color:#5e6687;color:#979db4}.hljs-comment{color:#6b7394}.hljs-tag{color:#898ea4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#979db4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c94922}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c76b29}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c08b30}.hljs-strong{font-weight:700;color:#c08b30}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ac9739}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#22a2c9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3d8fd1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6679cc}.hljs-emphasis{color:#6679cc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9c637a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atlas.css b/node_modules/highlight.js/styles/base16/atlas.css
index e0c83aa..62a8848 100644
--- a/node_modules/highlight.js/styles/base16/atlas.css
+++ b/node_modules/highlight.js/styles/base16/atlas.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Atlas
Author: Alex Lende (https://ajlende.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme atlas
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #002635 Default Background
-base01 #00384d Lighter Background (Used for status bars, line number and folding marks)
-base02 #517F8D Selection Background
-base03 #6C8B91 Comments, Invisibles, Line Highlighting
-base04 #869696 Dark Foreground (Used for status bars)
-base05 #a1a19a Default Foreground, Caret, Delimiters, Operators
-base06 #e6e6dc Light Foreground (Not often used)
-base07 #fafaf8 Light Background (Not often used)
-base08 #ff5a67 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f08e48 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffcc1b Classes, Markup Bold, Search Text Background
-base0B #7fc06e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #14747e Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #5dd7b9 Functions, Methods, Attribute IDs, Headings
-base0E #9a70a4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c43060 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a1a19a;
- background: #002635
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #517F8D;
- color: #a1a19a
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6C8B91 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6C8B91
-}
-/* base04 - #869696 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #869696
-}
-/* base05 - #a1a19a - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a1a19a
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff5a67
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f08e48
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffcc1b
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffcc1b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7fc06e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #14747e
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #5dd7b9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9a70a4
-}
-.hljs-emphasis {
- color: #9a70a4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c43060
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a1a19a;background:#002635}.hljs ::selection,.hljs::selection{background-color:#517f8d;color:#a1a19a}.hljs-comment{color:#6c8b91}.hljs-tag{color:#869696}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a1a19a}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff5a67}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f08e48}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffcc1b}.hljs-strong{font-weight:700;color:#ffcc1b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7fc06e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#14747e}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5dd7b9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9a70a4}.hljs-emphasis{color:#9a70a4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c43060}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/atlas.min.css b/node_modules/highlight.js/styles/base16/atlas.min.css
deleted file mode 100644
index 62a8848..0000000
--- a/node_modules/highlight.js/styles/base16/atlas.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Atlas
- Author: Alex Lende (https://ajlende.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a1a19a;background:#002635}.hljs ::selection,.hljs::selection{background-color:#517f8d;color:#a1a19a}.hljs-comment{color:#6c8b91}.hljs-tag{color:#869696}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a1a19a}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff5a67}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f08e48}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffcc1b}.hljs-strong{font-weight:700;color:#ffcc1b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7fc06e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#14747e}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5dd7b9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9a70a4}.hljs-emphasis{color:#9a70a4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c43060}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/bespin.css b/node_modules/highlight.js/styles/base16/bespin.css
index 02c08cc..234cb64 100644
--- a/node_modules/highlight.js/styles/base16/bespin.css
+++ b/node_modules/highlight.js/styles/base16/bespin.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Bespin
Author: Jan T. Sott
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme bespin
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #28211c Default Background
-base01 #36312e Lighter Background (Used for status bars, line number and folding marks)
-base02 #5e5d5c Selection Background
-base03 #666666 Comments, Invisibles, Line Highlighting
-base04 #797977 Dark Foreground (Used for status bars)
-base05 #8a8986 Default Foreground, Caret, Delimiters, Operators
-base06 #9d9b97 Light Foreground (Not often used)
-base07 #baae9e Light Background (Not often used)
-base08 #cf6a4c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #cf7d34 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f9ee98 Classes, Markup Bold, Search Text Background
-base0B #54be0d Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #afc4db Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #5ea6ea Functions, Methods, Attribute IDs, Headings
-base0E #9b859d Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #937121 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #8a8986;
- background: #28211c
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5e5d5c;
- color: #8a8986
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #666666 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #666666
-}
-/* base04 - #797977 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #797977
-}
-/* base05 - #8a8986 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #8a8986
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #cf6a4c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #cf7d34
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f9ee98
-}
-.hljs-strong {
- font-weight: bold;
- color: #f9ee98
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #54be0d
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #afc4db
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #5ea6ea
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9b859d
-}
-.hljs-emphasis {
- color: #9b859d;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #937121
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8a8986;background:#28211c}.hljs ::selection,.hljs::selection{background-color:#5e5d5c;color:#8a8986}.hljs-comment{color:#666}.hljs-tag{color:#797977}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8a8986}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cf6a4c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cf7d34}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f9ee98}.hljs-strong{font-weight:700;color:#f9ee98}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#54be0d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#afc4db}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5ea6ea}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9b859d}.hljs-emphasis{color:#9b859d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#937121}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/bespin.min.css b/node_modules/highlight.js/styles/base16/bespin.min.css
deleted file mode 100644
index 234cb64..0000000
--- a/node_modules/highlight.js/styles/base16/bespin.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Bespin
- Author: Jan T. Sott
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8a8986;background:#28211c}.hljs ::selection,.hljs::selection{background-color:#5e5d5c;color:#8a8986}.hljs-comment{color:#666}.hljs-tag{color:#797977}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8a8986}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cf6a4c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cf7d34}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f9ee98}.hljs-strong{font-weight:700;color:#f9ee98}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#54be0d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#afc4db}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5ea6ea}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9b859d}.hljs-emphasis{color:#9b859d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#937121}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-bathory.css b/node_modules/highlight.js/styles/base16/black-metal-bathory.css
index 05265a6..b315d96 100644
--- a/node_modules/highlight.js/styles/base16/black-metal-bathory.css
+++ b/node_modules/highlight.js/styles/base16/black-metal-bathory.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Bathory)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-bathory
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #e78a53 Classes, Markup Bold, Search Text Background
-base0B #fbcb97 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #e78a53
-}
-.hljs-strong {
- font-weight: bold;
- color: #e78a53
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #fbcb97
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e78a53}.hljs-strong{font-weight:700;color:#e78a53}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#fbcb97}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-bathory.min.css b/node_modules/highlight.js/styles/base16/black-metal-bathory.min.css
deleted file mode 100644
index b315d96..0000000
--- a/node_modules/highlight.js/styles/base16/black-metal-bathory.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Black Metal (Bathory)
- Author: metalelf0 (https://github.com/metalelf0)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e78a53}.hljs-strong{font-weight:700;color:#e78a53}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#fbcb97}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-burzum.css b/node_modules/highlight.js/styles/base16/black-metal-burzum.css
index 1ec27ec..7729779 100644
--- a/node_modules/highlight.js/styles/base16/black-metal-burzum.css
+++ b/node_modules/highlight.js/styles/base16/black-metal-burzum.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Burzum)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-burzum
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #99bbaa Classes, Markup Bold, Search Text Background
-base0B #ddeecc Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #99bbaa
-}
-.hljs-strong {
- font-weight: bold;
- color: #99bbaa
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #ddeecc
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#9ba}.hljs-strong{font-weight:700;color:#9ba}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#dec}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-burzum.min.css b/node_modules/highlight.js/styles/base16/black-metal-burzum.min.css
deleted file mode 100644
index 7729779..0000000
--- a/node_modules/highlight.js/styles/base16/black-metal-burzum.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Black Metal (Burzum)
- Author: metalelf0 (https://github.com/metalelf0)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#9ba}.hljs-strong{font-weight:700;color:#9ba}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#dec}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-dark-funeral.css b/node_modules/highlight.js/styles/base16/black-metal-dark-funeral.css
index 97d59f3..7bffc28 100644
--- a/node_modules/highlight.js/styles/base16/black-metal-dark-funeral.css
+++ b/node_modules/highlight.js/styles/base16/black-metal-dark-funeral.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Dark Funeral)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-dark-funeral
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #5f81a5 Classes, Markup Bold, Search Text Background
-base0B #d0dfee Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #5f81a5
-}
-.hljs-strong {
- font-weight: bold;
- color: #5f81a5
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #d0dfee
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#5f81a5}.hljs-strong{font-weight:700;color:#5f81a5}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#d0dfee}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-dark-funeral.min.css b/node_modules/highlight.js/styles/base16/black-metal-dark-funeral.min.css
deleted file mode 100644
index 7bffc28..0000000
--- a/node_modules/highlight.js/styles/base16/black-metal-dark-funeral.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Black Metal (Dark Funeral)
- Author: metalelf0 (https://github.com/metalelf0)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#5f81a5}.hljs-strong{font-weight:700;color:#5f81a5}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#d0dfee}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-gorgoroth.css b/node_modules/highlight.js/styles/base16/black-metal-gorgoroth.css
index a819c58..0fbfafe 100644
--- a/node_modules/highlight.js/styles/base16/black-metal-gorgoroth.css
+++ b/node_modules/highlight.js/styles/base16/black-metal-gorgoroth.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Gorgoroth)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-gorgoroth
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #8c7f70 Classes, Markup Bold, Search Text Background
-base0B #9b8d7f Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #8c7f70
-}
-.hljs-strong {
- font-weight: bold;
- color: #8c7f70
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #9b8d7f
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8c7f70}.hljs-strong{font-weight:700;color:#8c7f70}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9b8d7f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-gorgoroth.min.css b/node_modules/highlight.js/styles/base16/black-metal-gorgoroth.min.css
deleted file mode 100644
index 0fbfafe..0000000
--- a/node_modules/highlight.js/styles/base16/black-metal-gorgoroth.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Black Metal (Gorgoroth)
- Author: metalelf0 (https://github.com/metalelf0)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8c7f70}.hljs-strong{font-weight:700;color:#8c7f70}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9b8d7f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-immortal.css b/node_modules/highlight.js/styles/base16/black-metal-immortal.css
index b6ed971..1cbd00a 100644
--- a/node_modules/highlight.js/styles/base16/black-metal-immortal.css
+++ b/node_modules/highlight.js/styles/base16/black-metal-immortal.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Immortal)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-immortal
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #556677 Classes, Markup Bold, Search Text Background
-base0B #7799bb Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #556677
-}
-.hljs-strong {
- font-weight: bold;
- color: #556677
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7799bb
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#567}.hljs-strong{font-weight:700;color:#567}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#79b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-immortal.min.css b/node_modules/highlight.js/styles/base16/black-metal-immortal.min.css
deleted file mode 100644
index 1cbd00a..0000000
--- a/node_modules/highlight.js/styles/base16/black-metal-immortal.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Black Metal (Immortal)
- Author: metalelf0 (https://github.com/metalelf0)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#567}.hljs-strong{font-weight:700;color:#567}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#79b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-khold.css b/node_modules/highlight.js/styles/base16/black-metal-khold.css
index 645949a..1ca9ceb 100644
--- a/node_modules/highlight.js/styles/base16/black-metal-khold.css
+++ b/node_modules/highlight.js/styles/base16/black-metal-khold.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Khold)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-khold
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #974b46 Classes, Markup Bold, Search Text Background
-base0B #eceee3 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #974b46
-}
-.hljs-strong {
- font-weight: bold;
- color: #974b46
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #eceee3
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#974b46}.hljs-strong{font-weight:700;color:#974b46}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#eceee3}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-khold.min.css b/node_modules/highlight.js/styles/base16/black-metal-khold.min.css
deleted file mode 100644
index 1ca9ceb..0000000
--- a/node_modules/highlight.js/styles/base16/black-metal-khold.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Black Metal (Khold)
- Author: metalelf0 (https://github.com/metalelf0)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#974b46}.hljs-strong{font-weight:700;color:#974b46}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#eceee3}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-marduk.css b/node_modules/highlight.js/styles/base16/black-metal-marduk.css
index 23bd563..1ecf596 100644
--- a/node_modules/highlight.js/styles/base16/black-metal-marduk.css
+++ b/node_modules/highlight.js/styles/base16/black-metal-marduk.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Marduk)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-marduk
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #626b67 Classes, Markup Bold, Search Text Background
-base0B #a5aaa7 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #626b67
-}
-.hljs-strong {
- font-weight: bold;
- color: #626b67
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a5aaa7
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#626b67}.hljs-strong{font-weight:700;color:#626b67}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a5aaa7}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-marduk.min.css b/node_modules/highlight.js/styles/base16/black-metal-marduk.min.css
deleted file mode 100644
index 1ecf596..0000000
--- a/node_modules/highlight.js/styles/base16/black-metal-marduk.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Black Metal (Marduk)
- Author: metalelf0 (https://github.com/metalelf0)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#626b67}.hljs-strong{font-weight:700;color:#626b67}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a5aaa7}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-mayhem.css b/node_modules/highlight.js/styles/base16/black-metal-mayhem.css
index 29537c9..d031b52 100644
--- a/node_modules/highlight.js/styles/base16/black-metal-mayhem.css
+++ b/node_modules/highlight.js/styles/base16/black-metal-mayhem.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Mayhem)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-mayhem
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #eecc6c Classes, Markup Bold, Search Text Background
-base0B #f3ecd4 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #eecc6c
-}
-.hljs-strong {
- font-weight: bold;
- color: #eecc6c
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #f3ecd4
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#eecc6c}.hljs-strong{font-weight:700;color:#eecc6c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f3ecd4}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-mayhem.min.css b/node_modules/highlight.js/styles/base16/black-metal-mayhem.min.css
deleted file mode 100644
index d031b52..0000000
--- a/node_modules/highlight.js/styles/base16/black-metal-mayhem.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Black Metal (Mayhem)
- Author: metalelf0 (https://github.com/metalelf0)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#eecc6c}.hljs-strong{font-weight:700;color:#eecc6c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f3ecd4}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-nile.css b/node_modules/highlight.js/styles/base16/black-metal-nile.css
index 25cd2a7..9b991b6 100644
--- a/node_modules/highlight.js/styles/base16/black-metal-nile.css
+++ b/node_modules/highlight.js/styles/base16/black-metal-nile.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Nile)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-nile
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #777755 Classes, Markup Bold, Search Text Background
-base0B #aa9988 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #777755
-}
-.hljs-strong {
- font-weight: bold;
- color: #777755
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #aa9988
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#775}.hljs-strong{font-weight:700;color:#775}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a98}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-nile.min.css b/node_modules/highlight.js/styles/base16/black-metal-nile.min.css
deleted file mode 100644
index 9b991b6..0000000
--- a/node_modules/highlight.js/styles/base16/black-metal-nile.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Black Metal (Nile)
- Author: metalelf0 (https://github.com/metalelf0)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#775}.hljs-strong{font-weight:700;color:#775}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a98}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-venom.css b/node_modules/highlight.js/styles/base16/black-metal-venom.css
index 9148f3e..17e9ccb 100644
--- a/node_modules/highlight.js/styles/base16/black-metal-venom.css
+++ b/node_modules/highlight.js/styles/base16/black-metal-venom.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal (Venom)
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal-venom
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #79241f Classes, Markup Bold, Search Text Background
-base0B #f8f7f2 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #79241f
-}
-.hljs-strong {
- font-weight: bold;
- color: #79241f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #f8f7f2
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#79241f}.hljs-strong{font-weight:700;color:#79241f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f8f7f2}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal-venom.min.css b/node_modules/highlight.js/styles/base16/black-metal-venom.min.css
deleted file mode 100644
index 17e9ccb..0000000
--- a/node_modules/highlight.js/styles/base16/black-metal-venom.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Black Metal (Venom)
- Author: metalelf0 (https://github.com/metalelf0)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#79241f}.hljs-strong{font-weight:700;color:#79241f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f8f7f2}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal.css b/node_modules/highlight.js/styles/base16/black-metal.css
index cf86944..b44199d 100644
--- a/node_modules/highlight.js/styles/base16/black-metal.css
+++ b/node_modules/highlight.js/styles/base16/black-metal.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Black Metal
Author: metalelf0 (https://github.com/metalelf0)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme black-metal
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #121212 Lighter Background (Used for status bars, line number and folding marks)
-base02 #222222 Selection Background
-base03 #333333 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #c1c1c1 Default Foreground, Caret, Delimiters, Operators
-base06 #999999 Light Foreground (Not often used)
-base07 #c1c1c1 Light Background (Not often used)
-base08 #5f8787 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aaaaaa Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a06666 Classes, Markup Bold, Search Text Background
-base0B #dd9999 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #aaaaaa Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #888888 Functions, Methods, Attribute IDs, Headings
-base0E #999999 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #444444 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c1c1;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #222222;
- color: #c1c1c1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #333333 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #333333
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #c1c1c1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c1c1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #5f8787
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aaaaaa
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a06666
-}
-.hljs-strong {
- font-weight: bold;
- color: #a06666
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #dd9999
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #aaaaaa
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #888888
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #999999
-}
-.hljs-emphasis {
- color: #999999;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #444444
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06666}.hljs-strong{font-weight:700;color:#a06666}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#d99}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/black-metal.min.css b/node_modules/highlight.js/styles/base16/black-metal.min.css
deleted file mode 100644
index b44199d..0000000
--- a/node_modules/highlight.js/styles/base16/black-metal.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Black Metal
- Author: metalelf0 (https://github.com/metalelf0)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c1c1;background:#000}.hljs ::selection,.hljs::selection{background-color:#222;color:#c1c1c1}.hljs-comment{color:#333}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c1c1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#5f8787}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aaa}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a06666}.hljs-strong{font-weight:700;color:#a06666}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#d99}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#aaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#888}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#999}.hljs-emphasis{color:#999;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#444}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/brewer.css b/node_modules/highlight.js/styles/base16/brewer.css
index 900e867..cf2257d 100644
--- a/node_modules/highlight.js/styles/base16/brewer.css
+++ b/node_modules/highlight.js/styles/base16/brewer.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Brewer
Author: Timothée Poisot (http://github.com/tpoisot)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme brewer
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #0c0d0e Default Background
-base01 #2e2f30 Lighter Background (Used for status bars, line number and folding marks)
-base02 #515253 Selection Background
-base03 #737475 Comments, Invisibles, Line Highlighting
-base04 #959697 Dark Foreground (Used for status bars)
-base05 #b7b8b9 Default Foreground, Caret, Delimiters, Operators
-base06 #dadbdc Light Foreground (Not often used)
-base07 #fcfdfe Light Background (Not often used)
-base08 #e31a1c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #e6550d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #dca060 Classes, Markup Bold, Search Text Background
-base0B #31a354 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #80b1d3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3182bd Functions, Methods, Attribute IDs, Headings
-base0E #756bb1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b15928 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b7b8b9;
- background: #0c0d0e
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #515253;
- color: #b7b8b9
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #737475 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #737475
-}
-/* base04 - #959697 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #959697
-}
-/* base05 - #b7b8b9 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b7b8b9
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e31a1c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #e6550d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #dca060
-}
-.hljs-strong {
- font-weight: bold;
- color: #dca060
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #31a354
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #80b1d3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3182bd
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #756bb1
-}
-.hljs-emphasis {
- color: #756bb1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b15928
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b7b8b9;background:#0c0d0e}.hljs ::selection,.hljs::selection{background-color:#515253;color:#b7b8b9}.hljs-comment{color:#737475}.hljs-tag{color:#959697}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b7b8b9}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e31a1c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e6550d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dca060}.hljs-strong{font-weight:700;color:#dca060}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#31a354}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#80b1d3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3182bd}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#756bb1}.hljs-emphasis{color:#756bb1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b15928}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/brewer.min.css b/node_modules/highlight.js/styles/base16/brewer.min.css
deleted file mode 100644
index cf2257d..0000000
--- a/node_modules/highlight.js/styles/base16/brewer.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Brewer
- Author: Timothée Poisot (http://github.com/tpoisot)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b7b8b9;background:#0c0d0e}.hljs ::selection,.hljs::selection{background-color:#515253;color:#b7b8b9}.hljs-comment{color:#737475}.hljs-tag{color:#959697}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b7b8b9}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e31a1c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e6550d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dca060}.hljs-strong{font-weight:700;color:#dca060}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#31a354}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#80b1d3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3182bd}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#756bb1}.hljs-emphasis{color:#756bb1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b15928}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/bright.css b/node_modules/highlight.js/styles/base16/bright.css
index a320ce8..0e104ef 100644
--- a/node_modules/highlight.js/styles/base16/bright.css
+++ b/node_modules/highlight.js/styles/base16/bright.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Bright
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme bright
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #303030 Lighter Background (Used for status bars, line number and folding marks)
-base02 #505050 Selection Background
-base03 #b0b0b0 Comments, Invisibles, Line Highlighting
-base04 #d0d0d0 Dark Foreground (Used for status bars)
-base05 #e0e0e0 Default Foreground, Caret, Delimiters, Operators
-base06 #f5f5f5 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #fb0120 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fc6d24 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fda331 Classes, Markup Bold, Search Text Background
-base0B #a1c659 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #76c7b7 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6fb3d2 Functions, Methods, Attribute IDs, Headings
-base0E #d381c3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #be643c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e0e0e0;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #505050;
- color: #e0e0e0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #b0b0b0 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #b0b0b0
-}
-/* base04 - #d0d0d0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #d0d0d0
-}
-/* base05 - #e0e0e0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e0e0e0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fb0120
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fc6d24
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fda331
-}
-.hljs-strong {
- font-weight: bold;
- color: #fda331
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a1c659
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #76c7b7
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6fb3d2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d381c3
-}
-.hljs-emphasis {
- color: #d381c3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #be643c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0e0e0;background:#000}.hljs ::selection,.hljs::selection{background-color:#505050;color:#e0e0e0}.hljs-comment{color:#b0b0b0}.hljs-tag{color:#d0d0d0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0e0e0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb0120}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fc6d24}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fda331}.hljs-strong{font-weight:700;color:#fda331}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a1c659}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#76c7b7}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6fb3d2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d381c3}.hljs-emphasis{color:#d381c3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#be643c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/bright.min.css b/node_modules/highlight.js/styles/base16/bright.min.css
deleted file mode 100644
index 0e104ef..0000000
--- a/node_modules/highlight.js/styles/base16/bright.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Bright
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0e0e0;background:#000}.hljs ::selection,.hljs::selection{background-color:#505050;color:#e0e0e0}.hljs-comment{color:#b0b0b0}.hljs-tag{color:#d0d0d0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0e0e0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb0120}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fc6d24}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fda331}.hljs-strong{font-weight:700;color:#fda331}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a1c659}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#76c7b7}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6fb3d2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d381c3}.hljs-emphasis{color:#d381c3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#be643c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/brogrammer.css b/node_modules/highlight.js/styles/base16/brogrammer.css
index ee6cc74..2a1a8e8 100644
--- a/node_modules/highlight.js/styles/base16/brogrammer.css
+++ b/node_modules/highlight.js/styles/base16/brogrammer.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Brogrammer
Author: Vik Ramanujam (http://github.com/piggyslasher)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme brogrammer
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1f1f1f Default Background
-base01 #f81118 Lighter Background (Used for status bars, line number and folding marks)
-base02 #2dc55e Selection Background
-base03 #ecba0f Comments, Invisibles, Line Highlighting
-base04 #2a84d2 Dark Foreground (Used for status bars)
-base05 #4e5ab7 Default Foreground, Caret, Delimiters, Operators
-base06 #1081d6 Light Foreground (Not often used)
-base07 #d6dbe5 Light Background (Not often used)
-base08 #d6dbe5 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #de352e Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #1dd361 Classes, Markup Bold, Search Text Background
-base0B #f3bd09 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1081d6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #5350b9 Functions, Methods, Attribute IDs, Headings
-base0E #0f7ddb Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #ffffff Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #4e5ab7;
- background: #1f1f1f
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #2dc55e;
- color: #4e5ab7
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #ecba0f - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #ecba0f
-}
-/* base04 - #2a84d2 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #2a84d2
-}
-/* base05 - #4e5ab7 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #4e5ab7
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d6dbe5
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #de352e
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #1dd361
-}
-.hljs-strong {
- font-weight: bold;
- color: #1dd361
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #f3bd09
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1081d6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #5350b9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #0f7ddb
-}
-.hljs-emphasis {
- color: #0f7ddb;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #ffffff
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#4e5ab7;background:#1f1f1f}.hljs ::selection,.hljs::selection{background-color:#2dc55e;color:#4e5ab7}.hljs-comment{color:#ecba0f}.hljs-tag{color:#2a84d2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#4e5ab7}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d6dbe5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#de352e}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#1dd361}.hljs-strong{font-weight:700;color:#1dd361}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f3bd09}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1081d6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5350b9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#0f7ddb}.hljs-emphasis{color:#0f7ddb;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#fff}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/brogrammer.min.css b/node_modules/highlight.js/styles/base16/brogrammer.min.css
deleted file mode 100644
index 2a1a8e8..0000000
--- a/node_modules/highlight.js/styles/base16/brogrammer.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Brogrammer
- Author: Vik Ramanujam (http://github.com/piggyslasher)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#4e5ab7;background:#1f1f1f}.hljs ::selection,.hljs::selection{background-color:#2dc55e;color:#4e5ab7}.hljs-comment{color:#ecba0f}.hljs-tag{color:#2a84d2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#4e5ab7}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d6dbe5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#de352e}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#1dd361}.hljs-strong{font-weight:700;color:#1dd361}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f3bd09}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1081d6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5350b9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#0f7ddb}.hljs-emphasis{color:#0f7ddb;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#fff}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/brush-trees-dark.css b/node_modules/highlight.js/styles/base16/brush-trees-dark.css
index d3e310e..18e798d 100644
--- a/node_modules/highlight.js/styles/base16/brush-trees-dark.css
+++ b/node_modules/highlight.js/styles/base16/brush-trees-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Brush Trees Dark
Author: Abraham White
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme brush-trees-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #485867 Default Background
-base01 #5A6D7A Lighter Background (Used for status bars, line number and folding marks)
-base02 #6D828E Selection Background
-base03 #8299A1 Comments, Invisibles, Line Highlighting
-base04 #98AFB5 Dark Foreground (Used for status bars)
-base05 #B0C5C8 Default Foreground, Caret, Delimiters, Operators
-base06 #C9DBDC Light Foreground (Not often used)
-base07 #E3EFEF Light Background (Not often used)
-base08 #b38686 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d8bba2 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #aab386 Classes, Markup Bold, Search Text Background
-base0B #87b386 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #86b3b3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #868cb3 Functions, Methods, Attribute IDs, Headings
-base0E #b386b2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b39f9f Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #B0C5C8;
- background: #485867
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #6D828E;
- color: #B0C5C8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #8299A1 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #8299A1
-}
-/* base04 - #98AFB5 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #98AFB5
-}
-/* base05 - #B0C5C8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #B0C5C8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b38686
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d8bba2
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #aab386
-}
-.hljs-strong {
- font-weight: bold;
- color: #aab386
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #87b386
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #86b3b3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #868cb3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b386b2
-}
-.hljs-emphasis {
- color: #b386b2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b39f9f
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b0c5c8;background:#485867}.hljs ::selection,.hljs::selection{background-color:#6d828e;color:#b0c5c8}.hljs-comment{color:#8299a1}.hljs-tag{color:#98afb5}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b0c5c8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b38686}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d8bba2}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aab386}.hljs-strong{font-weight:700;color:#aab386}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#87b386}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#86b3b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#868cb3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b386b2}.hljs-emphasis{color:#b386b2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b39f9f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/brush-trees-dark.min.css b/node_modules/highlight.js/styles/base16/brush-trees-dark.min.css
deleted file mode 100644
index 18e798d..0000000
--- a/node_modules/highlight.js/styles/base16/brush-trees-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Brush Trees Dark
- Author: Abraham White
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b0c5c8;background:#485867}.hljs ::selection,.hljs::selection{background-color:#6d828e;color:#b0c5c8}.hljs-comment{color:#8299a1}.hljs-tag{color:#98afb5}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b0c5c8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b38686}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d8bba2}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aab386}.hljs-strong{font-weight:700;color:#aab386}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#87b386}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#86b3b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#868cb3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b386b2}.hljs-emphasis{color:#b386b2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b39f9f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/brush-trees.css b/node_modules/highlight.js/styles/base16/brush-trees.css
index 15ecfc5..ebc2b58 100644
--- a/node_modules/highlight.js/styles/base16/brush-trees.css
+++ b/node_modules/highlight.js/styles/base16/brush-trees.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Brush Trees
Author: Abraham White
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme brush-trees
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #E3EFEF Default Background
-base01 #C9DBDC Lighter Background (Used for status bars, line number and folding marks)
-base02 #B0C5C8 Selection Background
-base03 #98AFB5 Comments, Invisibles, Line Highlighting
-base04 #8299A1 Dark Foreground (Used for status bars)
-base05 #6D828E Default Foreground, Caret, Delimiters, Operators
-base06 #5A6D7A Light Foreground (Not often used)
-base07 #485867 Light Background (Not often used)
-base08 #b38686 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d8bba2 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #aab386 Classes, Markup Bold, Search Text Background
-base0B #87b386 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #86b3b3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #868cb3 Functions, Methods, Attribute IDs, Headings
-base0E #b386b2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b39f9f Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #6D828E;
- background: #E3EFEF
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #B0C5C8;
- color: #6D828E
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #98AFB5 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #98AFB5
-}
-/* base04 - #8299A1 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #8299A1
-}
-/* base05 - #6D828E - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #6D828E
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b38686
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d8bba2
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #aab386
-}
-.hljs-strong {
- font-weight: bold;
- color: #aab386
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #87b386
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #86b3b3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #868cb3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b386b2
-}
-.hljs-emphasis {
- color: #b386b2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b39f9f
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#6d828e;background:#e3efef}.hljs ::selection,.hljs::selection{background-color:#b0c5c8;color:#6d828e}.hljs-comment{color:#98afb5}.hljs-tag{color:#8299a1}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#6d828e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b38686}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d8bba2}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aab386}.hljs-strong{font-weight:700;color:#aab386}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#87b386}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#86b3b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#868cb3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b386b2}.hljs-emphasis{color:#b386b2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b39f9f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/brush-trees.min.css b/node_modules/highlight.js/styles/base16/brush-trees.min.css
deleted file mode 100644
index ebc2b58..0000000
--- a/node_modules/highlight.js/styles/base16/brush-trees.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Brush Trees
- Author: Abraham White
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#6d828e;background:#e3efef}.hljs ::selection,.hljs::selection{background-color:#b0c5c8;color:#6d828e}.hljs-comment{color:#98afb5}.hljs-tag{color:#8299a1}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#6d828e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b38686}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d8bba2}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aab386}.hljs-strong{font-weight:700;color:#aab386}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#87b386}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#86b3b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#868cb3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b386b2}.hljs-emphasis{color:#b386b2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b39f9f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/chalk.css b/node_modules/highlight.js/styles/base16/chalk.css
index c0dfadd..a7bbe07 100644
--- a/node_modules/highlight.js/styles/base16/chalk.css
+++ b/node_modules/highlight.js/styles/base16/chalk.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Chalk
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme chalk
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #151515 Default Background
-base01 #202020 Lighter Background (Used for status bars, line number and folding marks)
-base02 #303030 Selection Background
-base03 #505050 Comments, Invisibles, Line Highlighting
-base04 #b0b0b0 Dark Foreground (Used for status bars)
-base05 #d0d0d0 Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #f5f5f5 Light Background (Not often used)
-base08 #fb9fb1 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #eda987 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ddb26f Classes, Markup Bold, Search Text Background
-base0B #acc267 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #12cfc0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6fc2ef Functions, Methods, Attribute IDs, Headings
-base0E #e1a3ee Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #deaf8f Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d0d0d0;
- background: #151515
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #303030;
- color: #d0d0d0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #505050 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #505050
-}
-/* base04 - #b0b0b0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b0b0b0
-}
-/* base05 - #d0d0d0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d0d0d0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fb9fb1
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #eda987
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ddb26f
-}
-.hljs-strong {
- font-weight: bold;
- color: #ddb26f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #acc267
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #12cfc0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6fc2ef
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #e1a3ee
-}
-.hljs-emphasis {
- color: #e1a3ee;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #deaf8f
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#151515}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb9fb1}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eda987}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ddb26f}.hljs-strong{font-weight:700;color:#ddb26f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#acc267}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#12cfc0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6fc2ef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#e1a3ee}.hljs-emphasis{color:#e1a3ee;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#deaf8f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/chalk.min.css b/node_modules/highlight.js/styles/base16/chalk.min.css
deleted file mode 100644
index a7bbe07..0000000
--- a/node_modules/highlight.js/styles/base16/chalk.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Chalk
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#151515}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb9fb1}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eda987}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ddb26f}.hljs-strong{font-weight:700;color:#ddb26f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#acc267}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#12cfc0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6fc2ef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#e1a3ee}.hljs-emphasis{color:#e1a3ee;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#deaf8f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/circus.css b/node_modules/highlight.js/styles/base16/circus.css
index 25efd46..e34e78b 100644
--- a/node_modules/highlight.js/styles/base16/circus.css
+++ b/node_modules/highlight.js/styles/base16/circus.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Circus
Author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme circus
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #191919 Default Background
-base01 #202020 Lighter Background (Used for status bars, line number and folding marks)
-base02 #303030 Selection Background
-base03 #5f5a60 Comments, Invisibles, Line Highlighting
-base04 #505050 Dark Foreground (Used for status bars)
-base05 #a7a7a7 Default Foreground, Caret, Delimiters, Operators
-base06 #808080 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #dc657d Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #4bb1a7 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c3ba63 Classes, Markup Bold, Search Text Background
-base0B #84b97c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #4bb1a7 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #639ee4 Functions, Methods, Attribute IDs, Headings
-base0E #b888e2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b888e2 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a7a7a7;
- background: #191919
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #303030;
- color: #a7a7a7
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5f5a60 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5f5a60
-}
-/* base04 - #505050 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #505050
-}
-/* base05 - #a7a7a7 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a7a7a7
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #dc657d
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #4bb1a7
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c3ba63
-}
-.hljs-strong {
- font-weight: bold;
- color: #c3ba63
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #84b97c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #4bb1a7
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #639ee4
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b888e2
-}
-.hljs-emphasis {
- color: #b888e2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b888e2
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a7a7a7;background:#191919}.hljs ::selection,.hljs::selection{background-color:#303030;color:#a7a7a7}.hljs-comment{color:#5f5a60}.hljs-tag{color:#505050}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a7a7a7}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc657d}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#4bb1a7}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c3ba63}.hljs-strong{font-weight:700;color:#c3ba63}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#84b97c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#4bb1a7}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#639ee4}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b888e2}.hljs-emphasis{color:#b888e2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b888e2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/circus.min.css b/node_modules/highlight.js/styles/base16/circus.min.css
deleted file mode 100644
index e34e78b..0000000
--- a/node_modules/highlight.js/styles/base16/circus.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Circus
- Author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a7a7a7;background:#191919}.hljs ::selection,.hljs::selection{background-color:#303030;color:#a7a7a7}.hljs-comment{color:#5f5a60}.hljs-tag{color:#505050}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a7a7a7}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc657d}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#4bb1a7}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c3ba63}.hljs-strong{font-weight:700;color:#c3ba63}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#84b97c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#4bb1a7}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#639ee4}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b888e2}.hljs-emphasis{color:#b888e2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b888e2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/classic-dark.css b/node_modules/highlight.js/styles/base16/classic-dark.css
index ca1ea2d..c9b4c40 100644
--- a/node_modules/highlight.js/styles/base16/classic-dark.css
+++ b/node_modules/highlight.js/styles/base16/classic-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Classic Dark
Author: Jason Heeris (http://heeris.id.au)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme classic-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #151515 Default Background
-base01 #202020 Lighter Background (Used for status bars, line number and folding marks)
-base02 #303030 Selection Background
-base03 #505050 Comments, Invisibles, Line Highlighting
-base04 #B0B0B0 Dark Foreground (Used for status bars)
-base05 #D0D0D0 Default Foreground, Caret, Delimiters, Operators
-base06 #E0E0E0 Light Foreground (Not often used)
-base07 #F5F5F5 Light Background (Not often used)
-base08 #AC4142 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #D28445 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #F4BF75 Classes, Markup Bold, Search Text Background
-base0B #90A959 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #75B5AA Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6A9FB5 Functions, Methods, Attribute IDs, Headings
-base0E #AA759F Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8F5536 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #D0D0D0;
- background: #151515
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #303030;
- color: #D0D0D0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #505050 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #505050
-}
-/* base04 - #B0B0B0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #B0B0B0
-}
-/* base05 - #D0D0D0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #D0D0D0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #AC4142
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #D28445
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #F4BF75
-}
-.hljs-strong {
- font-weight: bold;
- color: #F4BF75
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #90A959
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #75B5AA
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6A9FB5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #AA759F
-}
-.hljs-emphasis {
- color: #AA759F;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8F5536
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#151515}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ac4142}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28445}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bf75}.hljs-strong{font-weight:700;color:#f4bf75}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#90a959}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#75b5aa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6a9fb5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#aa759f}.hljs-emphasis{color:#aa759f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8f5536}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/classic-dark.min.css b/node_modules/highlight.js/styles/base16/classic-dark.min.css
deleted file mode 100644
index c9b4c40..0000000
--- a/node_modules/highlight.js/styles/base16/classic-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Classic Dark
- Author: Jason Heeris (http://heeris.id.au)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#151515}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ac4142}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28445}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bf75}.hljs-strong{font-weight:700;color:#f4bf75}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#90a959}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#75b5aa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6a9fb5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#aa759f}.hljs-emphasis{color:#aa759f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8f5536}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/classic-light.css b/node_modules/highlight.js/styles/base16/classic-light.css
index 3e9a627..67f392f 100644
--- a/node_modules/highlight.js/styles/base16/classic-light.css
+++ b/node_modules/highlight.js/styles/base16/classic-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Classic Light
Author: Jason Heeris (http://heeris.id.au)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme classic-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #F5F5F5 Default Background
-base01 #E0E0E0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #D0D0D0 Selection Background
-base03 #B0B0B0 Comments, Invisibles, Line Highlighting
-base04 #505050 Dark Foreground (Used for status bars)
-base05 #303030 Default Foreground, Caret, Delimiters, Operators
-base06 #202020 Light Foreground (Not often used)
-base07 #151515 Light Background (Not often used)
-base08 #AC4142 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #D28445 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #F4BF75 Classes, Markup Bold, Search Text Background
-base0B #90A959 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #75B5AA Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6A9FB5 Functions, Methods, Attribute IDs, Headings
-base0E #AA759F Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8F5536 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #303030;
- background: #F5F5F5
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #D0D0D0;
- color: #303030
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #B0B0B0 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #B0B0B0
-}
-/* base04 - #505050 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #505050
-}
-/* base05 - #303030 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #303030
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #AC4142
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #D28445
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #F4BF75
-}
-.hljs-strong {
- font-weight: bold;
- color: #F4BF75
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #90A959
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #75B5AA
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6A9FB5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #AA759F
-}
-.hljs-emphasis {
- color: #AA759F;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8F5536
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#303030;background:#f5f5f5}.hljs ::selection,.hljs::selection{background-color:#d0d0d0;color:#303030}.hljs-comment{color:#b0b0b0}.hljs-tag{color:#505050}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#303030}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ac4142}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28445}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bf75}.hljs-strong{font-weight:700;color:#f4bf75}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#90a959}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#75b5aa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6a9fb5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#aa759f}.hljs-emphasis{color:#aa759f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8f5536}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/classic-light.min.css b/node_modules/highlight.js/styles/base16/classic-light.min.css
deleted file mode 100644
index 67f392f..0000000
--- a/node_modules/highlight.js/styles/base16/classic-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Classic Light
- Author: Jason Heeris (http://heeris.id.au)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#303030;background:#f5f5f5}.hljs ::selection,.hljs::selection{background-color:#d0d0d0;color:#303030}.hljs-comment{color:#b0b0b0}.hljs-tag{color:#505050}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#303030}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ac4142}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28445}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bf75}.hljs-strong{font-weight:700;color:#f4bf75}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#90a959}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#75b5aa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6a9fb5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#aa759f}.hljs-emphasis{color:#aa759f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8f5536}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/codeschool.css b/node_modules/highlight.js/styles/base16/codeschool.css
index 1ae0db7..db20ed4 100644
--- a/node_modules/highlight.js/styles/base16/codeschool.css
+++ b/node_modules/highlight.js/styles/base16/codeschool.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Codeschool
Author: blockloop
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme codeschool
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #232c31 Default Background
-base01 #1c3657 Lighter Background (Used for status bars, line number and folding marks)
-base02 #2a343a Selection Background
-base03 #3f4944 Comments, Invisibles, Line Highlighting
-base04 #84898c Dark Foreground (Used for status bars)
-base05 #9ea7a6 Default Foreground, Caret, Delimiters, Operators
-base06 #a7cfa3 Light Foreground (Not often used)
-base07 #b5d8f6 Light Background (Not often used)
-base08 #2a5491 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #43820d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a03b1e Classes, Markup Bold, Search Text Background
-base0B #237986 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #b02f30 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #484d79 Functions, Methods, Attribute IDs, Headings
-base0E #c59820 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c98344 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #9ea7a6;
- background: #232c31
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #2a343a;
- color: #9ea7a6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #3f4944 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #3f4944
-}
-/* base04 - #84898c - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #84898c
-}
-/* base05 - #9ea7a6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #9ea7a6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #2a5491
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #43820d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a03b1e
-}
-.hljs-strong {
- font-weight: bold;
- color: #a03b1e
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #237986
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #b02f30
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #484d79
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #c59820
-}
-.hljs-emphasis {
- color: #c59820;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c98344
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#9ea7a6;background:#232c31}.hljs ::selection,.hljs::selection{background-color:#2a343a;color:#9ea7a6}.hljs-comment{color:#3f4944}.hljs-tag{color:#84898c}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#9ea7a6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#2a5491}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#43820d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a03b1e}.hljs-strong{font-weight:700;color:#a03b1e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#237986}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#b02f30}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#484d79}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c59820}.hljs-emphasis{color:#c59820;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c98344}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/codeschool.min.css b/node_modules/highlight.js/styles/base16/codeschool.min.css
deleted file mode 100644
index db20ed4..0000000
--- a/node_modules/highlight.js/styles/base16/codeschool.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Codeschool
- Author: blockloop
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#9ea7a6;background:#232c31}.hljs ::selection,.hljs::selection{background-color:#2a343a;color:#9ea7a6}.hljs-comment{color:#3f4944}.hljs-tag{color:#84898c}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#9ea7a6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#2a5491}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#43820d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a03b1e}.hljs-strong{font-weight:700;color:#a03b1e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#237986}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#b02f30}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#484d79}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c59820}.hljs-emphasis{color:#c59820;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c98344}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/colors.css b/node_modules/highlight.js/styles/base16/colors.css
index 12bf433..742aeeb 100644
--- a/node_modules/highlight.js/styles/base16/colors.css
+++ b/node_modules/highlight.js/styles/base16/colors.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Colors
Author: mrmrs (http://clrs.cc)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme colors
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #111111 Default Background
-base01 #333333 Lighter Background (Used for status bars, line number and folding marks)
-base02 #555555 Selection Background
-base03 #777777 Comments, Invisibles, Line Highlighting
-base04 #999999 Dark Foreground (Used for status bars)
-base05 #bbbbbb Default Foreground, Caret, Delimiters, Operators
-base06 #dddddd Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #ff4136 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff851b Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffdc00 Classes, Markup Bold, Search Text Background
-base0B #2ecc40 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #7fdbff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0074d9 Functions, Methods, Attribute IDs, Headings
-base0E #b10dc9 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #85144b Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #bbbbbb;
- background: #111111
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #555555;
- color: #bbbbbb
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #777777 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #777777
-}
-/* base04 - #999999 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #999999
-}
-/* base05 - #bbbbbb - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #bbbbbb
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff4136
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff851b
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffdc00
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffdc00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #2ecc40
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #7fdbff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0074d9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b10dc9
-}
-.hljs-emphasis {
- color: #b10dc9;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #85144b
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#bbb;background:#111}.hljs ::selection,.hljs::selection{background-color:#555;color:#bbb}.hljs-comment{color:#777}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#bbb}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff4136}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff851b}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffdc00}.hljs-strong{font-weight:700;color:#ffdc00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#2ecc40}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#7fdbff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0074d9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b10dc9}.hljs-emphasis{color:#b10dc9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#85144b}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/colors.min.css b/node_modules/highlight.js/styles/base16/colors.min.css
deleted file mode 100644
index 742aeeb..0000000
--- a/node_modules/highlight.js/styles/base16/colors.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Colors
- Author: mrmrs (http://clrs.cc)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#bbb;background:#111}.hljs ::selection,.hljs::selection{background-color:#555;color:#bbb}.hljs-comment{color:#777}.hljs-tag{color:#999}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#bbb}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff4136}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff851b}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffdc00}.hljs-strong{font-weight:700;color:#ffdc00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#2ecc40}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#7fdbff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0074d9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b10dc9}.hljs-emphasis{color:#b10dc9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#85144b}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/cupcake.css b/node_modules/highlight.js/styles/base16/cupcake.css
index a292e27..b3bffc3 100644
--- a/node_modules/highlight.js/styles/base16/cupcake.css
+++ b/node_modules/highlight.js/styles/base16/cupcake.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Cupcake
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme cupcake
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fbf1f2 Default Background
-base01 #f2f1f4 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d8d5dd Selection Background
-base03 #bfb9c6 Comments, Invisibles, Line Highlighting
-base04 #a59daf Dark Foreground (Used for status bars)
-base05 #8b8198 Default Foreground, Caret, Delimiters, Operators
-base06 #72677E Light Foreground (Not often used)
-base07 #585062 Light Background (Not often used)
-base08 #D57E85 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #EBB790 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #DCB16C Classes, Markup Bold, Search Text Background
-base0B #A3B367 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #69A9A7 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7297B9 Functions, Methods, Attribute IDs, Headings
-base0E #BB99B4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #BAA58C Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #8b8198;
- background: #fbf1f2
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d8d5dd;
- color: #8b8198
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #bfb9c6 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #bfb9c6
-}
-/* base04 - #a59daf - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a59daf
-}
-/* base05 - #8b8198 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #8b8198
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #D57E85
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #EBB790
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #DCB16C
-}
-.hljs-strong {
- font-weight: bold;
- color: #DCB16C
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #A3B367
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #69A9A7
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7297B9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #BB99B4
-}
-.hljs-emphasis {
- color: #BB99B4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #BAA58C
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8b8198;background:#fbf1f2}.hljs ::selection,.hljs::selection{background-color:#d8d5dd;color:#8b8198}.hljs-comment{color:#bfb9c6}.hljs-tag{color:#a59daf}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8b8198}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d57e85}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ebb790}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dcb16c}.hljs-strong{font-weight:700;color:#dcb16c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a3b367}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#69a9a7}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7297b9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bb99b4}.hljs-emphasis{color:#bb99b4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#baa58c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/cupcake.min.css b/node_modules/highlight.js/styles/base16/cupcake.min.css
deleted file mode 100644
index b3bffc3..0000000
--- a/node_modules/highlight.js/styles/base16/cupcake.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Cupcake
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#8b8198;background:#fbf1f2}.hljs ::selection,.hljs::selection{background-color:#d8d5dd;color:#8b8198}.hljs-comment{color:#bfb9c6}.hljs-tag{color:#a59daf}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#8b8198}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d57e85}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ebb790}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dcb16c}.hljs-strong{font-weight:700;color:#dcb16c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a3b367}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#69a9a7}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7297b9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bb99b4}.hljs-emphasis{color:#bb99b4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#baa58c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/cupertino.css b/node_modules/highlight.js/styles/base16/cupertino.css
index 53e947c..abec520 100644
--- a/node_modules/highlight.js/styles/base16/cupertino.css
+++ b/node_modules/highlight.js/styles/base16/cupertino.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Cupertino
Author: Defman21
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme cupertino
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ffffff Default Background
-base01 #c0c0c0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #c0c0c0 Selection Background
-base03 #808080 Comments, Invisibles, Line Highlighting
-base04 #808080 Dark Foreground (Used for status bars)
-base05 #404040 Default Foreground, Caret, Delimiters, Operators
-base06 #404040 Light Foreground (Not often used)
-base07 #5e5e5e Light Background (Not often used)
-base08 #c41a15 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #eb8500 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #826b28 Classes, Markup Bold, Search Text Background
-base0B #007400 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #318495 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0000ff Functions, Methods, Attribute IDs, Headings
-base0E #a90d91 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #826b28 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #404040;
- background: #ffffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #c0c0c0;
- color: #404040
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #808080 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #808080
-}
-/* base04 - #808080 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #808080
-}
-/* base05 - #404040 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #404040
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c41a15
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #eb8500
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #826b28
-}
-.hljs-strong {
- font-weight: bold;
- color: #826b28
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #007400
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #318495
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0000ff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a90d91
-}
-.hljs-emphasis {
- color: #a90d91;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #826b28
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#404040;background:#fff}.hljs ::selection,.hljs::selection{background-color:silver;color:#404040}.hljs-comment,.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#404040}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c41a15}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eb8500}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#826b28}.hljs-strong{font-weight:700;color:#826b28}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#007400}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#318495}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#00f}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a90d91}.hljs-emphasis{color:#a90d91;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#826b28}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/cupertino.min.css b/node_modules/highlight.js/styles/base16/cupertino.min.css
deleted file mode 100644
index abec520..0000000
--- a/node_modules/highlight.js/styles/base16/cupertino.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Cupertino
- Author: Defman21
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#404040;background:#fff}.hljs ::selection,.hljs::selection{background-color:silver;color:#404040}.hljs-comment,.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#404040}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c41a15}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eb8500}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#826b28}.hljs-strong{font-weight:700;color:#826b28}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#007400}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#318495}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#00f}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a90d91}.hljs-emphasis{color:#a90d91;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#826b28}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/danqing.css b/node_modules/highlight.js/styles/base16/danqing.css
index aa8cd17..d9bf65d 100644
--- a/node_modules/highlight.js/styles/base16/danqing.css
+++ b/node_modules/highlight.js/styles/base16/danqing.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: DanQing
Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme danqing
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2d302f Default Background
-base01 #434846 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5a605d Selection Background
-base03 #9da8a3 Comments, Invisibles, Line Highlighting
-base04 #cad8d2 Dark Foreground (Used for status bars)
-base05 #e0f0eF Default Foreground, Caret, Delimiters, Operators
-base06 #ecf6f2 Light Foreground (Not often used)
-base07 #fcfefd Light Background (Not often used)
-base08 #F9906F Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #B38A61 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #F0C239 Classes, Markup Bold, Search Text Background
-base0B #8AB361 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #30DFF3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #B0A4E3 Functions, Methods, Attribute IDs, Headings
-base0E #CCA4E3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #CA6924 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e0f0eF;
- background: #2d302f
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5a605d;
- color: #e0f0eF
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #9da8a3 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #9da8a3
-}
-/* base04 - #cad8d2 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #cad8d2
-}
-/* base05 - #e0f0eF - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e0f0eF
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #F9906F
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #B38A61
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #F0C239
-}
-.hljs-strong {
- font-weight: bold;
- color: #F0C239
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8AB361
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #30DFF3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #B0A4E3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #CCA4E3
-}
-.hljs-emphasis {
- color: #CCA4E3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #CA6924
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0f0ef;background:#2d302f}.hljs ::selection,.hljs::selection{background-color:#5a605d;color:#e0f0ef}.hljs-comment{color:#9da8a3}.hljs-tag{color:#cad8d2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0f0ef}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f9906f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b38a61}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f0c239}.hljs-strong{font-weight:700;color:#f0c239}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8ab361}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#30dff3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#b0a4e3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#cca4e3}.hljs-emphasis{color:#cca4e3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ca6924}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/danqing.min.css b/node_modules/highlight.js/styles/base16/danqing.min.css
deleted file mode 100644
index d9bf65d..0000000
--- a/node_modules/highlight.js/styles/base16/danqing.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: DanQing
- Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0f0ef;background:#2d302f}.hljs ::selection,.hljs::selection{background-color:#5a605d;color:#e0f0ef}.hljs-comment{color:#9da8a3}.hljs-tag{color:#cad8d2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0f0ef}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f9906f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b38a61}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f0c239}.hljs-strong{font-weight:700;color:#f0c239}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8ab361}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#30dff3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#b0a4e3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#cca4e3}.hljs-emphasis{color:#cca4e3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ca6924}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/darcula.css b/node_modules/highlight.js/styles/base16/darcula.css
index e9fa32d..7824e83 100644
--- a/node_modules/highlight.js/styles/base16/darcula.css
+++ b/node_modules/highlight.js/styles/base16/darcula.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Darcula
Author: jetbrains
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme darcula
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2b2b2b Default Background
-base01 #323232 Lighter Background (Used for status bars, line number and folding marks)
-base02 #323232 Selection Background
-base03 #606366 Comments, Invisibles, Line Highlighting
-base04 #a4a3a3 Dark Foreground (Used for status bars)
-base05 #a9b7c6 Default Foreground, Caret, Delimiters, Operators
-base06 #ffc66d Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #4eade5 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #689757 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #bbb529 Classes, Markup Bold, Search Text Background
-base0B #6a8759 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #629755 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #9876aa Functions, Methods, Attribute IDs, Headings
-base0E #cc7832 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #808080 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a9b7c6;
- background: #2b2b2b
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #323232;
- color: #a9b7c6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #606366 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #606366
-}
-/* base04 - #a4a3a3 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a4a3a3
-}
-/* base05 - #a9b7c6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a9b7c6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #4eade5
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #689757
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #bbb529
-}
-.hljs-strong {
- font-weight: bold;
- color: #bbb529
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #6a8759
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #629755
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #9876aa
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #cc7832
-}
-.hljs-emphasis {
- color: #cc7832;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #808080
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a9b7c6;background:#2b2b2b}.hljs ::selection,.hljs::selection{background-color:#323232;color:#a9b7c6}.hljs-comment{color:#606366}.hljs-tag{color:#a4a3a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a9b7c6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#4eade5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#689757}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bbb529}.hljs-strong{font-weight:700;color:#bbb529}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6a8759}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#629755}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#9876aa}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#cc7832}.hljs-emphasis{color:#cc7832;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:grey}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/darcula.min.css b/node_modules/highlight.js/styles/base16/darcula.min.css
deleted file mode 100644
index 7824e83..0000000
--- a/node_modules/highlight.js/styles/base16/darcula.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Darcula
- Author: jetbrains
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a9b7c6;background:#2b2b2b}.hljs ::selection,.hljs::selection{background-color:#323232;color:#a9b7c6}.hljs-comment{color:#606366}.hljs-tag{color:#a4a3a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a9b7c6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#4eade5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#689757}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bbb529}.hljs-strong{font-weight:700;color:#bbb529}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6a8759}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#629755}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#9876aa}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#cc7832}.hljs-emphasis{color:#cc7832;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:grey}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/dark-violet.css b/node_modules/highlight.js/styles/base16/dark-violet.css
index 8f6e6cf..de19c81 100644
--- a/node_modules/highlight.js/styles/base16/dark-violet.css
+++ b/node_modules/highlight.js/styles/base16/dark-violet.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Dark Violet
Author: ruler501 (https://github.com/ruler501/base16-darkviolet)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme dark-violet
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #231a40 Lighter Background (Used for status bars, line number and folding marks)
-base02 #432d59 Selection Background
-base03 #593380 Comments, Invisibles, Line Highlighting
-base04 #00ff00 Dark Foreground (Used for status bars)
-base05 #b08ae6 Default Foreground, Caret, Delimiters, Operators
-base06 #9045e6 Light Foreground (Not often used)
-base07 #a366ff Light Background (Not often used)
-base08 #a82ee6 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #bb66cc Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f29df2 Classes, Markup Bold, Search Text Background
-base0B #4595e6 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #40dfff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #4136d9 Functions, Methods, Attribute IDs, Headings
-base0E #7e5ce6 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a886bf Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b08ae6;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #432d59;
- color: #b08ae6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #593380 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #593380
-}
-/* base04 - #00ff00 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #00ff00
-}
-/* base05 - #b08ae6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b08ae6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #a82ee6
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #bb66cc
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f29df2
-}
-.hljs-strong {
- font-weight: bold;
- color: #f29df2
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #4595e6
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #40dfff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #4136d9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #7e5ce6
-}
-.hljs-emphasis {
- color: #7e5ce6;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a886bf
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b08ae6;background:#000}.hljs ::selection,.hljs::selection{background-color:#432d59;color:#b08ae6}.hljs-comment{color:#593380}.hljs-tag{color:#0f0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b08ae6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#a82ee6}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b6c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f29df2}.hljs-strong{font-weight:700;color:#f29df2}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4595e6}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#40dfff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4136d9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7e5ce6}.hljs-emphasis{color:#7e5ce6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a886bf}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/dark-violet.min.css b/node_modules/highlight.js/styles/base16/dark-violet.min.css
deleted file mode 100644
index de19c81..0000000
--- a/node_modules/highlight.js/styles/base16/dark-violet.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Dark Violet
- Author: ruler501 (https://github.com/ruler501/base16-darkviolet)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b08ae6;background:#000}.hljs ::selection,.hljs::selection{background-color:#432d59;color:#b08ae6}.hljs-comment{color:#593380}.hljs-tag{color:#0f0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b08ae6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#a82ee6}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b6c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f29df2}.hljs-strong{font-weight:700;color:#f29df2}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4595e6}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#40dfff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4136d9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7e5ce6}.hljs-emphasis{color:#7e5ce6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a886bf}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/darkmoss.css b/node_modules/highlight.js/styles/base16/darkmoss.css
index 5a619df..86c7f42 100644
--- a/node_modules/highlight.js/styles/base16/darkmoss.css
+++ b/node_modules/highlight.js/styles/base16/darkmoss.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: darkmoss
Author: Gabriel Avanzi (https://github.com/avanzzzi)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme darkmoss
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #171e1f Default Background
-base01 #252c2d Lighter Background (Used for status bars, line number and folding marks)
-base02 #373c3d Selection Background
-base03 #555e5f Comments, Invisibles, Line Highlighting
-base04 #818f80 Dark Foreground (Used for status bars)
-base05 #c7c7a5 Default Foreground, Caret, Delimiters, Operators
-base06 #e3e3c8 Light Foreground (Not often used)
-base07 #e1eaef Light Background (Not often used)
-base08 #ff4658 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #e6db74 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fdb11f Classes, Markup Bold, Search Text Background
-base0B #499180 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #66d9ef Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #498091 Functions, Methods, Attribute IDs, Headings
-base0E #9bc0c8 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d27b53 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c7c7a5;
- background: #171e1f
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #373c3d;
- color: #c7c7a5
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #555e5f - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #555e5f
-}
-/* base04 - #818f80 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #818f80
-}
-/* base05 - #c7c7a5 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c7c7a5
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff4658
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #e6db74
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fdb11f
-}
-.hljs-strong {
- font-weight: bold;
- color: #fdb11f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #499180
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #66d9ef
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #498091
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9bc0c8
-}
-.hljs-emphasis {
- color: #9bc0c8;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d27b53
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c7c7a5;background:#171e1f}.hljs ::selection,.hljs::selection{background-color:#373c3d;color:#c7c7a5}.hljs-comment{color:#555e5f}.hljs-tag{color:#818f80}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c7c7a5}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff4658}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e6db74}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fdb11f}.hljs-strong{font-weight:700;color:#fdb11f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#499180}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#66d9ef}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#498091}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9bc0c8}.hljs-emphasis{color:#9bc0c8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d27b53}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/darkmoss.min.css b/node_modules/highlight.js/styles/base16/darkmoss.min.css
deleted file mode 100644
index 86c7f42..0000000
--- a/node_modules/highlight.js/styles/base16/darkmoss.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: darkmoss
- Author: Gabriel Avanzi (https://github.com/avanzzzi)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c7c7a5;background:#171e1f}.hljs ::selection,.hljs::selection{background-color:#373c3d;color:#c7c7a5}.hljs-comment{color:#555e5f}.hljs-tag{color:#818f80}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c7c7a5}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff4658}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e6db74}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fdb11f}.hljs-strong{font-weight:700;color:#fdb11f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#499180}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#66d9ef}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#498091}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9bc0c8}.hljs-emphasis{color:#9bc0c8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d27b53}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/darktooth.css b/node_modules/highlight.js/styles/base16/darktooth.css
index bffff9c..b95a507 100644
--- a/node_modules/highlight.js/styles/base16/darktooth.css
+++ b/node_modules/highlight.js/styles/base16/darktooth.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Darktooth
Author: Jason Milkins (https://github.com/jasonm23)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme darktooth
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1D2021 Default Background
-base01 #32302F Lighter Background (Used for status bars, line number and folding marks)
-base02 #504945 Selection Background
-base03 #665C54 Comments, Invisibles, Line Highlighting
-base04 #928374 Dark Foreground (Used for status bars)
-base05 #A89984 Default Foreground, Caret, Delimiters, Operators
-base06 #D5C4A1 Light Foreground (Not often used)
-base07 #FDF4C1 Light Background (Not often used)
-base08 #FB543F Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #FE8625 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FAC03B Classes, Markup Bold, Search Text Background
-base0B #95C085 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #8BA59B Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0D6678 Functions, Methods, Attribute IDs, Headings
-base0E #8F4673 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #A87322 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #A89984;
- background: #1D2021
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #504945;
- color: #A89984
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #665C54 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #665C54
-}
-/* base04 - #928374 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #928374
-}
-/* base05 - #A89984 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #A89984
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #FB543F
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #FE8625
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FAC03B
-}
-.hljs-strong {
- font-weight: bold;
- color: #FAC03B
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #95C085
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #8BA59B
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0D6678
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8F4673
-}
-.hljs-emphasis {
- color: #8F4673;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #A87322
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a89984;background:#1d2021}.hljs ::selection,.hljs::selection{background-color:#504945;color:#a89984}.hljs-comment{color:#665c54}.hljs-tag{color:#928374}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a89984}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb543f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe8625}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fac03b}.hljs-strong{font-weight:700;color:#fac03b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#95c085}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8ba59b}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0d6678}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8f4673}.hljs-emphasis{color:#8f4673;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a87322}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/darktooth.min.css b/node_modules/highlight.js/styles/base16/darktooth.min.css
deleted file mode 100644
index b95a507..0000000
--- a/node_modules/highlight.js/styles/base16/darktooth.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Darktooth
- Author: Jason Milkins (https://github.com/jasonm23)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a89984;background:#1d2021}.hljs ::selection,.hljs::selection{background-color:#504945;color:#a89984}.hljs-comment{color:#665c54}.hljs-tag{color:#928374}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a89984}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb543f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe8625}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fac03b}.hljs-strong{font-weight:700;color:#fac03b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#95c085}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8ba59b}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0d6678}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8f4673}.hljs-emphasis{color:#8f4673;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a87322}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/decaf.css b/node_modules/highlight.js/styles/base16/decaf.css
index bccfa1c..82057b6 100644
--- a/node_modules/highlight.js/styles/base16/decaf.css
+++ b/node_modules/highlight.js/styles/base16/decaf.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Decaf
Author: Alex Mirrington (https://github.com/alexmirrington)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme decaf
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2d2d2d Default Background
-base01 #393939 Lighter Background (Used for status bars, line number and folding marks)
-base02 #515151 Selection Background
-base03 #777777 Comments, Invisibles, Line Highlighting
-base04 #b4b7b4 Dark Foreground (Used for status bars)
-base05 #cccccc Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #ff7f7b Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ffbf70 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffd67c Classes, Markup Bold, Search Text Background
-base0B #beda78 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #bed6ff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #90bee1 Functions, Methods, Attribute IDs, Headings
-base0E #efb3f7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #ff93b3 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cccccc;
- background: #2d2d2d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #515151;
- color: #cccccc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #777777 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #777777
-}
-/* base04 - #b4b7b4 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b4b7b4
-}
-/* base05 - #cccccc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cccccc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff7f7b
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ffbf70
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffd67c
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffd67c
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #beda78
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #bed6ff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #90bee1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #efb3f7
-}
-.hljs-emphasis {
- color: #efb3f7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #ff93b3
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#ccc}.hljs-comment{color:#777}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff7f7b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ffbf70}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffd67c}.hljs-strong{font-weight:700;color:#ffd67c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#beda78}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#bed6ff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#90bee1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#efb3f7}.hljs-emphasis{color:#efb3f7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff93b3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/decaf.min.css b/node_modules/highlight.js/styles/base16/decaf.min.css
deleted file mode 100644
index 82057b6..0000000
--- a/node_modules/highlight.js/styles/base16/decaf.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Decaf
- Author: Alex Mirrington (https://github.com/alexmirrington)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#ccc}.hljs-comment{color:#777}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff7f7b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ffbf70}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffd67c}.hljs-strong{font-weight:700;color:#ffd67c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#beda78}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#bed6ff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#90bee1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#efb3f7}.hljs-emphasis{color:#efb3f7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff93b3}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/default-dark.css b/node_modules/highlight.js/styles/base16/default-dark.css
index 0b7cb99..eee7cd6 100644
--- a/node_modules/highlight.js/styles/base16/default-dark.css
+++ b/node_modules/highlight.js/styles/base16/default-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Default Dark
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme default-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #181818 Default Background
-base01 #282828 Lighter Background (Used for status bars, line number and folding marks)
-base02 #383838 Selection Background
-base03 #585858 Comments, Invisibles, Line Highlighting
-base04 #b8b8b8 Dark Foreground (Used for status bars)
-base05 #d8d8d8 Default Foreground, Caret, Delimiters, Operators
-base06 #e8e8e8 Light Foreground (Not often used)
-base07 #f8f8f8 Light Background (Not often used)
-base08 #ab4642 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #dc9656 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f7ca88 Classes, Markup Bold, Search Text Background
-base0B #a1b56c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #86c1b9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7cafc2 Functions, Methods, Attribute IDs, Headings
-base0E #ba8baf Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a16946 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d8d8d8;
- background: #181818
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #383838;
- color: #d8d8d8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #585858 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #585858
-}
-/* base04 - #b8b8b8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b8b8b8
-}
-/* base05 - #d8d8d8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d8d8d8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ab4642
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #dc9656
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f7ca88
-}
-.hljs-strong {
- font-weight: bold;
- color: #f7ca88
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a1b56c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #86c1b9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7cafc2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ba8baf
-}
-.hljs-emphasis {
- color: #ba8baf;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a16946
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d8d8d8;background:#181818}.hljs ::selection,.hljs::selection{background-color:#383838;color:#d8d8d8}.hljs-comment{color:#585858}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d8d8d8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ab4642}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dc9656}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f7ca88}.hljs-strong{font-weight:700;color:#f7ca88}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a1b56c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#86c1b9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cafc2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ba8baf}.hljs-emphasis{color:#ba8baf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a16946}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/default-dark.min.css b/node_modules/highlight.js/styles/base16/default-dark.min.css
deleted file mode 100644
index eee7cd6..0000000
--- a/node_modules/highlight.js/styles/base16/default-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Default Dark
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d8d8d8;background:#181818}.hljs ::selection,.hljs::selection{background-color:#383838;color:#d8d8d8}.hljs-comment{color:#585858}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d8d8d8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ab4642}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dc9656}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f7ca88}.hljs-strong{font-weight:700;color:#f7ca88}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a1b56c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#86c1b9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cafc2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ba8baf}.hljs-emphasis{color:#ba8baf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a16946}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/default-light.css b/node_modules/highlight.js/styles/base16/default-light.css
index 16d5e9e..2b85d9c 100644
--- a/node_modules/highlight.js/styles/base16/default-light.css
+++ b/node_modules/highlight.js/styles/base16/default-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Default Light
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme default-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f8f8f8 Default Background
-base01 #e8e8e8 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d8d8d8 Selection Background
-base03 #b8b8b8 Comments, Invisibles, Line Highlighting
-base04 #585858 Dark Foreground (Used for status bars)
-base05 #383838 Default Foreground, Caret, Delimiters, Operators
-base06 #282828 Light Foreground (Not often used)
-base07 #181818 Light Background (Not often used)
-base08 #ab4642 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #dc9656 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f7ca88 Classes, Markup Bold, Search Text Background
-base0B #a1b56c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #86c1b9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7cafc2 Functions, Methods, Attribute IDs, Headings
-base0E #ba8baf Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a16946 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #383838;
- background: #f8f8f8
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d8d8d8;
- color: #383838
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #b8b8b8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #b8b8b8
-}
-/* base04 - #585858 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #585858
-}
-/* base05 - #383838 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #383838
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ab4642
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #dc9656
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f7ca88
-}
-.hljs-strong {
- font-weight: bold;
- color: #f7ca88
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a1b56c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #86c1b9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7cafc2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ba8baf
-}
-.hljs-emphasis {
- color: #ba8baf;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a16946
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383838;background:#f8f8f8}.hljs ::selection,.hljs::selection{background-color:#d8d8d8;color:#383838}.hljs-comment{color:#b8b8b8}.hljs-tag{color:#585858}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#383838}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ab4642}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dc9656}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f7ca88}.hljs-strong{font-weight:700;color:#f7ca88}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a1b56c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#86c1b9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cafc2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ba8baf}.hljs-emphasis{color:#ba8baf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a16946}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/default-light.min.css b/node_modules/highlight.js/styles/base16/default-light.min.css
deleted file mode 100644
index 2b85d9c..0000000
--- a/node_modules/highlight.js/styles/base16/default-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Default Light
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383838;background:#f8f8f8}.hljs ::selection,.hljs::selection{background-color:#d8d8d8;color:#383838}.hljs-comment{color:#b8b8b8}.hljs-tag{color:#585858}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#383838}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ab4642}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dc9656}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f7ca88}.hljs-strong{font-weight:700;color:#f7ca88}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a1b56c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#86c1b9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cafc2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ba8baf}.hljs-emphasis{color:#ba8baf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a16946}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/dirtysea.css b/node_modules/highlight.js/styles/base16/dirtysea.css
index 6011c9e..801a545 100644
--- a/node_modules/highlight.js/styles/base16/dirtysea.css
+++ b/node_modules/highlight.js/styles/base16/dirtysea.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: dirtysea
Author: Kahlil (Kal) Hodgson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme dirtysea
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #e0e0e0 Default Background
-base01 #d0dad0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d0d0d0 Selection Background
-base03 #707070 Comments, Invisibles, Line Highlighting
-base04 #202020 Dark Foreground (Used for status bars)
-base05 #000000 Default Foreground, Caret, Delimiters, Operators
-base06 #f8f8f8 Light Foreground (Not often used)
-base07 #c4d9c4 Light Background (Not often used)
-base08 #840000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #006565 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #755B00 Classes, Markup Bold, Search Text Background
-base0B #730073 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #755B00 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #007300 Functions, Methods, Attribute IDs, Headings
-base0E #000090 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #755B00 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #000000;
- background: #e0e0e0
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d0d0d0;
- color: #000000
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #707070 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #707070
-}
-/* base04 - #202020 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #202020
-}
-/* base05 - #000000 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #000000
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #840000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #006565
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #755B00
-}
-.hljs-strong {
- font-weight: bold;
- color: #755B00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #730073
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #755B00
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #007300
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #000090
-}
-.hljs-emphasis {
- color: #000090;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #755B00
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#e0e0e0}.hljs ::selection,.hljs::selection{background-color:#d0d0d0;color:#000}.hljs-comment{color:#707070}.hljs-tag{color:#202020}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#000}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#840000}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#006565}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#755b00}.hljs-strong{font-weight:700;color:#755b00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#730073}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#755b00}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#007300}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#000090}.hljs-emphasis{color:#000090;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#755b00}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/dirtysea.min.css b/node_modules/highlight.js/styles/base16/dirtysea.min.css
deleted file mode 100644
index 801a545..0000000
--- a/node_modules/highlight.js/styles/base16/dirtysea.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: dirtysea
- Author: Kahlil (Kal) Hodgson
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#e0e0e0}.hljs ::selection,.hljs::selection{background-color:#d0d0d0;color:#000}.hljs-comment{color:#707070}.hljs-tag{color:#202020}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#000}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#840000}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#006565}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#755b00}.hljs-strong{font-weight:700;color:#755b00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#730073}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#755b00}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#007300}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#000090}.hljs-emphasis{color:#000090;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#755b00}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/dracula.css b/node_modules/highlight.js/styles/base16/dracula.css
index d29e4b3..729bbbf 100644
--- a/node_modules/highlight.js/styles/base16/dracula.css
+++ b/node_modules/highlight.js/styles/base16/dracula.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Dracula
Author: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme dracula
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282936 Default Background
-base01 #3a3c4e Lighter Background (Used for status bars, line number and folding marks)
-base02 #4d4f68 Selection Background
-base03 #626483 Comments, Invisibles, Line Highlighting
-base04 #62d6e8 Dark Foreground (Used for status bars)
-base05 #e9e9f4 Default Foreground, Caret, Delimiters, Operators
-base06 #f1f2f8 Light Foreground (Not often used)
-base07 #f7f7fb Light Background (Not often used)
-base08 #ea51b2 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b45bcf Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #00f769 Classes, Markup Bold, Search Text Background
-base0B #ebff87 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #a1efe4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #62d6e8 Functions, Methods, Attribute IDs, Headings
-base0E #b45bcf Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #00f769 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e9e9f4;
- background: #282936
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4d4f68;
- color: #e9e9f4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #626483 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #626483
-}
-/* base04 - #62d6e8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #62d6e8
-}
-/* base05 - #e9e9f4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e9e9f4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ea51b2
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b45bcf
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #00f769
-}
-.hljs-strong {
- font-weight: bold;
- color: #00f769
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #ebff87
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #a1efe4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #62d6e8
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b45bcf
-}
-.hljs-emphasis {
- color: #b45bcf;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #00f769
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e9e9f4;background:#282936}.hljs ::selection,.hljs::selection{background-color:#4d4f68;color:#e9e9f4}.hljs-comment{color:#626483}.hljs-tag{color:#62d6e8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e9e9f4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ea51b2}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b45bcf}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#00f769}.hljs-strong{font-weight:700;color:#00f769}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ebff87}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#a1efe4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#62d6e8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b45bcf}.hljs-emphasis{color:#b45bcf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#00f769}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/dracula.min.css b/node_modules/highlight.js/styles/base16/dracula.min.css
deleted file mode 100644
index 729bbbf..0000000
--- a/node_modules/highlight.js/styles/base16/dracula.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Dracula
- Author: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e9e9f4;background:#282936}.hljs ::selection,.hljs::selection{background-color:#4d4f68;color:#e9e9f4}.hljs-comment{color:#626483}.hljs-tag{color:#62d6e8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e9e9f4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ea51b2}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b45bcf}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#00f769}.hljs-strong{font-weight:700;color:#00f769}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ebff87}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#a1efe4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#62d6e8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b45bcf}.hljs-emphasis{color:#b45bcf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#00f769}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/edge-dark.css b/node_modules/highlight.js/styles/base16/edge-dark.css
index 76b650b..9e2ddb2 100644
--- a/node_modules/highlight.js/styles/base16/edge-dark.css
+++ b/node_modules/highlight.js/styles/base16/edge-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Edge Dark
Author: cjayross (https://github.com/cjayross)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme edge-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #262729 Default Background
-base01 #88909f Lighter Background (Used for status bars, line number and folding marks)
-base02 #b7bec9 Selection Background
-base03 #3e4249 Comments, Invisibles, Line Highlighting
-base04 #73b3e7 Dark Foreground (Used for status bars)
-base05 #b7bec9 Default Foreground, Caret, Delimiters, Operators
-base06 #d390e7 Light Foreground (Not often used)
-base07 #3e4249 Light Background (Not often used)
-base08 #e77171 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #e77171 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #dbb774 Classes, Markup Bold, Search Text Background
-base0B #a1bf78 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5ebaa5 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #73b3e7 Functions, Methods, Attribute IDs, Headings
-base0E #d390e7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #5ebaa5 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b7bec9;
- background: #262729
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #b7bec9;
- color: #b7bec9
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #3e4249 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #3e4249
-}
-/* base04 - #73b3e7 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #73b3e7
-}
-/* base05 - #b7bec9 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b7bec9
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e77171
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #e77171
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #dbb774
-}
-.hljs-strong {
- font-weight: bold;
- color: #dbb774
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a1bf78
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5ebaa5
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #73b3e7
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d390e7
-}
-.hljs-emphasis {
- color: #d390e7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #5ebaa5
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b7bec9;background:#262729}.hljs ::selection,.hljs::selection{background-color:#b7bec9;color:#b7bec9}.hljs-comment{color:#3e4249}.hljs-tag{color:#73b3e7}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b7bec9}.hljs-operator{opacity:.7}.hljs-attr,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-name,.hljs-number,.hljs-selector-tag,.hljs-symbol,.hljs-template-variable,.hljs-variable,.hljs-variable.constant_{color:#e77171}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dbb774}.hljs-strong{font-weight:700;color:#dbb774}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a1bf78}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5ebaa5}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#73b3e7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d390e7}.hljs-emphasis{color:#d390e7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5ebaa5}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/edge-dark.min.css b/node_modules/highlight.js/styles/base16/edge-dark.min.css
deleted file mode 100644
index 9e2ddb2..0000000
--- a/node_modules/highlight.js/styles/base16/edge-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Edge Dark
- Author: cjayross (https://github.com/cjayross)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b7bec9;background:#262729}.hljs ::selection,.hljs::selection{background-color:#b7bec9;color:#b7bec9}.hljs-comment{color:#3e4249}.hljs-tag{color:#73b3e7}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b7bec9}.hljs-operator{opacity:.7}.hljs-attr,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-name,.hljs-number,.hljs-selector-tag,.hljs-symbol,.hljs-template-variable,.hljs-variable,.hljs-variable.constant_{color:#e77171}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dbb774}.hljs-strong{font-weight:700;color:#dbb774}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a1bf78}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5ebaa5}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#73b3e7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d390e7}.hljs-emphasis{color:#d390e7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5ebaa5}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/edge-light.css b/node_modules/highlight.js/styles/base16/edge-light.css
index 1f85ab2..940401f 100644
--- a/node_modules/highlight.js/styles/base16/edge-light.css
+++ b/node_modules/highlight.js/styles/base16/edge-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Edge Light
Author: cjayross (https://github.com/cjayross)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme edge-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fafafa Default Background
-base01 #7c9f4b Lighter Background (Used for status bars, line number and folding marks)
-base02 #d69822 Selection Background
-base03 #5e646f Comments, Invisibles, Line Highlighting
-base04 #6587bf Dark Foreground (Used for status bars)
-base05 #5e646f Default Foreground, Caret, Delimiters, Operators
-base06 #b870ce Light Foreground (Not often used)
-base07 #5e646f Light Background (Not often used)
-base08 #db7070 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #db7070 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #d69822 Classes, Markup Bold, Search Text Background
-base0B #7c9f4b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #509c93 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6587bf Functions, Methods, Attribute IDs, Headings
-base0E #b870ce Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #509c93 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5e646f;
- background: #fafafa
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d69822;
- color: #5e646f
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5e646f - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5e646f
-}
-/* base04 - #6587bf - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #6587bf
-}
-/* base05 - #5e646f - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5e646f
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #db7070
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #db7070
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #d69822
-}
-.hljs-strong {
- font-weight: bold;
- color: #d69822
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7c9f4b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #509c93
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6587bf
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b870ce
-}
-.hljs-emphasis {
- color: #b870ce;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #509c93
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5e646f;background:#fafafa}.hljs ::selection,.hljs::selection{background-color:#d69822;color:#5e646f}.hljs-comment{color:#5e646f}.hljs-tag{color:#6587bf}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5e646f}.hljs-operator{opacity:.7}.hljs-attr,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-name,.hljs-number,.hljs-selector-tag,.hljs-symbol,.hljs-template-variable,.hljs-variable,.hljs-variable.constant_{color:#db7070}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#d69822}.hljs-strong{font-weight:700;color:#d69822}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7c9f4b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#509c93}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6587bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b870ce}.hljs-emphasis{color:#b870ce;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#509c93}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/edge-light.min.css b/node_modules/highlight.js/styles/base16/edge-light.min.css
deleted file mode 100644
index 940401f..0000000
--- a/node_modules/highlight.js/styles/base16/edge-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Edge Light
- Author: cjayross (https://github.com/cjayross)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5e646f;background:#fafafa}.hljs ::selection,.hljs::selection{background-color:#d69822;color:#5e646f}.hljs-comment{color:#5e646f}.hljs-tag{color:#6587bf}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5e646f}.hljs-operator{opacity:.7}.hljs-attr,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-name,.hljs-number,.hljs-selector-tag,.hljs-symbol,.hljs-template-variable,.hljs-variable,.hljs-variable.constant_{color:#db7070}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#d69822}.hljs-strong{font-weight:700;color:#d69822}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7c9f4b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#509c93}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6587bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b870ce}.hljs-emphasis{color:#b870ce;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#509c93}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/eighties.css b/node_modules/highlight.js/styles/base16/eighties.css
index 149acef..0ef9e1e 100644
--- a/node_modules/highlight.js/styles/base16/eighties.css
+++ b/node_modules/highlight.js/styles/base16/eighties.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Eighties
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme eighties
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2d2d2d Default Background
-base01 #393939 Lighter Background (Used for status bars, line number and folding marks)
-base02 #515151 Selection Background
-base03 #747369 Comments, Invisibles, Line Highlighting
-base04 #a09f93 Dark Foreground (Used for status bars)
-base05 #d3d0c8 Default Foreground, Caret, Delimiters, Operators
-base06 #e8e6df Light Foreground (Not often used)
-base07 #f2f0ec Light Background (Not often used)
-base08 #f2777a Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f99157 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffcc66 Classes, Markup Bold, Search Text Background
-base0B #99cc99 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #66cccc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6699cc Functions, Methods, Attribute IDs, Headings
-base0E #cc99cc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d27b53 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d3d0c8;
- background: #2d2d2d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #515151;
- color: #d3d0c8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #747369 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #747369
-}
-/* base04 - #a09f93 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a09f93
-}
-/* base05 - #d3d0c8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d3d0c8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f2777a
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f99157
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffcc66
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffcc66
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #99cc99
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #66cccc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6699cc
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #cc99cc
-}
-.hljs-emphasis {
- color: #cc99cc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d27b53
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d3d0c8;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#d3d0c8}.hljs-comment{color:#747369}.hljs-tag{color:#a09f93}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d3d0c8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f2777a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99157}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fc6}.hljs-strong{font-weight:700;color:#fc6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9c9}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#6cc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#69c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c9c}.hljs-emphasis{color:#c9c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d27b53}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/eighties.min.css b/node_modules/highlight.js/styles/base16/eighties.min.css
deleted file mode 100644
index 0ef9e1e..0000000
--- a/node_modules/highlight.js/styles/base16/eighties.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Eighties
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d3d0c8;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#d3d0c8}.hljs-comment{color:#747369}.hljs-tag{color:#a09f93}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d3d0c8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f2777a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99157}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fc6}.hljs-strong{font-weight:700;color:#fc6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9c9}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#6cc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#69c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c9c}.hljs-emphasis{color:#c9c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d27b53}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/embers.css b/node_modules/highlight.js/styles/base16/embers.css
index 4172ef6..eb5426c 100644
--- a/node_modules/highlight.js/styles/base16/embers.css
+++ b/node_modules/highlight.js/styles/base16/embers.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Embers
Author: Jannik Siebert (https://github.com/janniks)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme embers
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #16130F Default Background
-base01 #2C2620 Lighter Background (Used for status bars, line number and folding marks)
-base02 #433B32 Selection Background
-base03 #5A5047 Comments, Invisibles, Line Highlighting
-base04 #8A8075 Dark Foreground (Used for status bars)
-base05 #A39A90 Default Foreground, Caret, Delimiters, Operators
-base06 #BEB6AE Light Foreground (Not often used)
-base07 #DBD6D1 Light Background (Not often used)
-base08 #826D57 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #828257 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #6D8257 Classes, Markup Bold, Search Text Background
-base0B #57826D Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #576D82 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6D5782 Functions, Methods, Attribute IDs, Headings
-base0E #82576D Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #825757 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #A39A90;
- background: #16130F
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #433B32;
- color: #A39A90
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5A5047 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5A5047
-}
-/* base04 - #8A8075 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #8A8075
-}
-/* base05 - #A39A90 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #A39A90
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #826D57
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #828257
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #6D8257
-}
-.hljs-strong {
- font-weight: bold;
- color: #6D8257
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #57826D
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #576D82
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6D5782
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #82576D
-}
-.hljs-emphasis {
- color: #82576D;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #825757
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a39a90;background:#16130f}.hljs ::selection,.hljs::selection{background-color:#433b32;color:#a39a90}.hljs-comment{color:#5a5047}.hljs-tag{color:#8a8075}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a39a90}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#826d57}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#828257}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#6d8257}.hljs-strong{font-weight:700;color:#6d8257}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#57826d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#576d82}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6d5782}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#82576d}.hljs-emphasis{color:#82576d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#825757}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/embers.min.css b/node_modules/highlight.js/styles/base16/embers.min.css
deleted file mode 100644
index eb5426c..0000000
--- a/node_modules/highlight.js/styles/base16/embers.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Embers
- Author: Jannik Siebert (https://github.com/janniks)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a39a90;background:#16130f}.hljs ::selection,.hljs::selection{background-color:#433b32;color:#a39a90}.hljs-comment{color:#5a5047}.hljs-tag{color:#8a8075}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a39a90}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#826d57}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#828257}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#6d8257}.hljs-strong{font-weight:700;color:#6d8257}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#57826d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#576d82}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6d5782}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#82576d}.hljs-emphasis{color:#82576d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#825757}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/equilibrium-dark.css b/node_modules/highlight.js/styles/base16/equilibrium-dark.css
index 608a02e..e3fe3ae 100644
--- a/node_modules/highlight.js/styles/base16/equilibrium-dark.css
+++ b/node_modules/highlight.js/styles/base16/equilibrium-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Equilibrium Dark
Author: Carlo Abelli
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme equilibrium-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #0c1118 Default Background
-base01 #181c22 Lighter Background (Used for status bars, line number and folding marks)
-base02 #22262d Selection Background
-base03 #7b776e Comments, Invisibles, Line Highlighting
-base04 #949088 Dark Foreground (Used for status bars)
-base05 #afaba2 Default Foreground, Caret, Delimiters, Operators
-base06 #cac6bd Light Foreground (Not often used)
-base07 #e7e2d9 Light Background (Not often used)
-base08 #f04339 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #df5923 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #bb8801 Classes, Markup Bold, Search Text Background
-base0B #7f8b00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00948b Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #008dd1 Functions, Methods, Attribute IDs, Headings
-base0E #6a7fd2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e3488e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #afaba2;
- background: #0c1118
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #22262d;
- color: #afaba2
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7b776e - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7b776e
-}
-/* base04 - #949088 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #949088
-}
-/* base05 - #afaba2 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #afaba2
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f04339
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #df5923
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #bb8801
-}
-.hljs-strong {
- font-weight: bold;
- color: #bb8801
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7f8b00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00948b
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #008dd1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6a7fd2
-}
-.hljs-emphasis {
- color: #6a7fd2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e3488e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#afaba2;background:#0c1118}.hljs ::selection,.hljs::selection{background-color:#22262d;color:#afaba2}.hljs-comment{color:#7b776e}.hljs-tag{color:#949088}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#afaba2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f04339}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#df5923}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8801}.hljs-strong{font-weight:700;color:#bb8801}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7f8b00}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00948b}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#008dd1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6a7fd2}.hljs-emphasis{color:#6a7fd2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e3488e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/equilibrium-dark.min.css b/node_modules/highlight.js/styles/base16/equilibrium-dark.min.css
deleted file mode 100644
index e3fe3ae..0000000
--- a/node_modules/highlight.js/styles/base16/equilibrium-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Equilibrium Dark
- Author: Carlo Abelli
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#afaba2;background:#0c1118}.hljs ::selection,.hljs::selection{background-color:#22262d;color:#afaba2}.hljs-comment{color:#7b776e}.hljs-tag{color:#949088}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#afaba2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f04339}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#df5923}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8801}.hljs-strong{font-weight:700;color:#bb8801}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7f8b00}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00948b}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#008dd1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6a7fd2}.hljs-emphasis{color:#6a7fd2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e3488e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/equilibrium-gray-dark.css b/node_modules/highlight.js/styles/base16/equilibrium-gray-dark.css
index 5e4b619..d3c2ff1 100644
--- a/node_modules/highlight.js/styles/base16/equilibrium-gray-dark.css
+++ b/node_modules/highlight.js/styles/base16/equilibrium-gray-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Equilibrium Gray Dark
Author: Carlo Abelli
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme equilibrium-gray-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #111111 Default Background
-base01 #1b1b1b Lighter Background (Used for status bars, line number and folding marks)
-base02 #262626 Selection Background
-base03 #777777 Comments, Invisibles, Line Highlighting
-base04 #919191 Dark Foreground (Used for status bars)
-base05 #ababab Default Foreground, Caret, Delimiters, Operators
-base06 #c6c6c6 Light Foreground (Not often used)
-base07 #e2e2e2 Light Background (Not often used)
-base08 #f04339 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #df5923 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #bb8801 Classes, Markup Bold, Search Text Background
-base0B #7f8b00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00948b Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #008dd1 Functions, Methods, Attribute IDs, Headings
-base0E #6a7fd2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e3488e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #ababab;
- background: #111111
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #262626;
- color: #ababab
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #777777 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #777777
-}
-/* base04 - #919191 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #919191
-}
-/* base05 - #ababab - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #ababab
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f04339
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #df5923
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #bb8801
-}
-.hljs-strong {
- font-weight: bold;
- color: #bb8801
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7f8b00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00948b
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #008dd1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6a7fd2
-}
-.hljs-emphasis {
- color: #6a7fd2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e3488e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ababab;background:#111}.hljs ::selection,.hljs::selection{background-color:#262626;color:#ababab}.hljs-comment{color:#777}.hljs-tag{color:#919191}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ababab}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f04339}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#df5923}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8801}.hljs-strong{font-weight:700;color:#bb8801}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7f8b00}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00948b}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#008dd1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6a7fd2}.hljs-emphasis{color:#6a7fd2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e3488e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/equilibrium-gray-dark.min.css b/node_modules/highlight.js/styles/base16/equilibrium-gray-dark.min.css
deleted file mode 100644
index d3c2ff1..0000000
--- a/node_modules/highlight.js/styles/base16/equilibrium-gray-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Equilibrium Gray Dark
- Author: Carlo Abelli
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ababab;background:#111}.hljs ::selection,.hljs::selection{background-color:#262626;color:#ababab}.hljs-comment{color:#777}.hljs-tag{color:#919191}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ababab}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f04339}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#df5923}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#bb8801}.hljs-strong{font-weight:700;color:#bb8801}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7f8b00}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00948b}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#008dd1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6a7fd2}.hljs-emphasis{color:#6a7fd2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e3488e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/equilibrium-gray-light.css b/node_modules/highlight.js/styles/base16/equilibrium-gray-light.css
index 6f50e3d..817269f 100644
--- a/node_modules/highlight.js/styles/base16/equilibrium-gray-light.css
+++ b/node_modules/highlight.js/styles/base16/equilibrium-gray-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Equilibrium Gray Light
Author: Carlo Abelli
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme equilibrium-gray-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f1f1f1 Default Background
-base01 #e2e2e2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d4d4d4 Selection Background
-base03 #777777 Comments, Invisibles, Line Highlighting
-base04 #5e5e5e Dark Foreground (Used for status bars)
-base05 #474747 Default Foreground, Caret, Delimiters, Operators
-base06 #303030 Light Foreground (Not often used)
-base07 #1b1b1b Light Background (Not often used)
-base08 #d02023 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #bf3e05 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #9d6f00 Classes, Markup Bold, Search Text Background
-base0B #637200 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #007a72 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0073b5 Functions, Methods, Attribute IDs, Headings
-base0E #4e66b6 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c42775 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #474747;
- background: #f1f1f1
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d4d4d4;
- color: #474747
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #777777 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #777777
-}
-/* base04 - #5e5e5e - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5e5e5e
-}
-/* base05 - #474747 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #474747
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d02023
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #bf3e05
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #9d6f00
-}
-.hljs-strong {
- font-weight: bold;
- color: #9d6f00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #637200
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #007a72
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0073b5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #4e66b6
-}
-.hljs-emphasis {
- color: #4e66b6;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c42775
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#474747;background:#f1f1f1}.hljs ::selection,.hljs::selection{background-color:#d4d4d4;color:#474747}.hljs-comment{color:#777}.hljs-tag{color:#5e5e5e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#474747}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d02023}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bf3e05}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#9d6f00}.hljs-strong{font-weight:700;color:#9d6f00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#637200}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#007a72}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0073b5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4e66b6}.hljs-emphasis{color:#4e66b6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c42775}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/equilibrium-gray-light.min.css b/node_modules/highlight.js/styles/base16/equilibrium-gray-light.min.css
deleted file mode 100644
index 817269f..0000000
--- a/node_modules/highlight.js/styles/base16/equilibrium-gray-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Equilibrium Gray Light
- Author: Carlo Abelli
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#474747;background:#f1f1f1}.hljs ::selection,.hljs::selection{background-color:#d4d4d4;color:#474747}.hljs-comment{color:#777}.hljs-tag{color:#5e5e5e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#474747}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d02023}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bf3e05}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#9d6f00}.hljs-strong{font-weight:700;color:#9d6f00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#637200}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#007a72}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0073b5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4e66b6}.hljs-emphasis{color:#4e66b6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c42775}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/equilibrium-light.css b/node_modules/highlight.js/styles/base16/equilibrium-light.css
index 23341cb..38564e9 100644
--- a/node_modules/highlight.js/styles/base16/equilibrium-light.css
+++ b/node_modules/highlight.js/styles/base16/equilibrium-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Equilibrium Light
Author: Carlo Abelli
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme equilibrium-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f5f0e7 Default Background
-base01 #e7e2d9 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d8d4cb Selection Background
-base03 #73777f Comments, Invisibles, Line Highlighting
-base04 #5a5f66 Dark Foreground (Used for status bars)
-base05 #43474e Default Foreground, Caret, Delimiters, Operators
-base06 #2c3138 Light Foreground (Not often used)
-base07 #181c22 Light Background (Not often used)
-base08 #d02023 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #bf3e05 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #9d6f00 Classes, Markup Bold, Search Text Background
-base0B #637200 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #007a72 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0073b5 Functions, Methods, Attribute IDs, Headings
-base0E #4e66b6 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c42775 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #43474e;
- background: #f5f0e7
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d8d4cb;
- color: #43474e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #73777f - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #73777f
-}
-/* base04 - #5a5f66 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5a5f66
-}
-/* base05 - #43474e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #43474e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d02023
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #bf3e05
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #9d6f00
-}
-.hljs-strong {
- font-weight: bold;
- color: #9d6f00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #637200
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #007a72
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0073b5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #4e66b6
-}
-.hljs-emphasis {
- color: #4e66b6;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c42775
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#43474e;background:#f5f0e7}.hljs ::selection,.hljs::selection{background-color:#d8d4cb;color:#43474e}.hljs-comment{color:#73777f}.hljs-tag{color:#5a5f66}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#43474e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d02023}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bf3e05}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#9d6f00}.hljs-strong{font-weight:700;color:#9d6f00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#637200}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#007a72}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0073b5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4e66b6}.hljs-emphasis{color:#4e66b6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c42775}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/equilibrium-light.min.css b/node_modules/highlight.js/styles/base16/equilibrium-light.min.css
deleted file mode 100644
index 38564e9..0000000
--- a/node_modules/highlight.js/styles/base16/equilibrium-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Equilibrium Light
- Author: Carlo Abelli
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#43474e;background:#f5f0e7}.hljs ::selection,.hljs::selection{background-color:#d8d4cb;color:#43474e}.hljs-comment{color:#73777f}.hljs-tag{color:#5a5f66}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#43474e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d02023}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bf3e05}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#9d6f00}.hljs-strong{font-weight:700;color:#9d6f00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#637200}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#007a72}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0073b5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4e66b6}.hljs-emphasis{color:#4e66b6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c42775}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/espresso.css b/node_modules/highlight.js/styles/base16/espresso.css
index ca25f04..9d9a0ae 100644
--- a/node_modules/highlight.js/styles/base16/espresso.css
+++ b/node_modules/highlight.js/styles/base16/espresso.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Espresso
Author: Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme espresso
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2d2d2d Default Background
-base01 #393939 Lighter Background (Used for status bars, line number and folding marks)
-base02 #515151 Selection Background
-base03 #777777 Comments, Invisibles, Line Highlighting
-base04 #b4b7b4 Dark Foreground (Used for status bars)
-base05 #cccccc Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #d25252 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f9a959 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffc66d Classes, Markup Bold, Search Text Background
-base0B #a5c261 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #bed6ff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6c99bb Functions, Methods, Attribute IDs, Headings
-base0E #d197d9 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #f97394 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cccccc;
- background: #2d2d2d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #515151;
- color: #cccccc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #777777 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #777777
-}
-/* base04 - #b4b7b4 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b4b7b4
-}
-/* base05 - #cccccc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cccccc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d25252
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f9a959
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffc66d
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffc66d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a5c261
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #bed6ff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6c99bb
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d197d9
-}
-.hljs-emphasis {
- color: #d197d9;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #f97394
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#ccc}.hljs-comment{color:#777}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d25252}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f9a959}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffc66d}.hljs-strong{font-weight:700;color:#ffc66d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a5c261}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#bed6ff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6c99bb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d197d9}.hljs-emphasis{color:#d197d9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f97394}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/espresso.min.css b/node_modules/highlight.js/styles/base16/espresso.min.css
deleted file mode 100644
index 9d9a0ae..0000000
--- a/node_modules/highlight.js/styles/base16/espresso.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Espresso
- Author: Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#ccc}.hljs-comment{color:#777}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d25252}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f9a959}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffc66d}.hljs-strong{font-weight:700;color:#ffc66d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a5c261}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#bed6ff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6c99bb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d197d9}.hljs-emphasis{color:#d197d9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f97394}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/eva-dim.css b/node_modules/highlight.js/styles/base16/eva-dim.css
index fca06f4..ab37158 100644
--- a/node_modules/highlight.js/styles/base16/eva-dim.css
+++ b/node_modules/highlight.js/styles/base16/eva-dim.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Eva Dim
Author: kjakapat (https://github.com/kjakapat)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme eva-dim
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2a3b4d Default Background
-base01 #3d566f Lighter Background (Used for status bars, line number and folding marks)
-base02 #4b6988 Selection Background
-base03 #55799c Comments, Invisibles, Line Highlighting
-base04 #7e90a3 Dark Foreground (Used for status bars)
-base05 #9fa2a6 Default Foreground, Caret, Delimiters, Operators
-base06 #d6d7d9 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #c4676c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff9966 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #cfd05d Classes, Markup Bold, Search Text Background
-base0B #5de561 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #4b8f77 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #1ae1dc Functions, Methods, Attribute IDs, Headings
-base0E #9c6cd3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bb64a9 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #9fa2a6;
- background: #2a3b4d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4b6988;
- color: #9fa2a6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #55799c - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #55799c
-}
-/* base04 - #7e90a3 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e90a3
-}
-/* base05 - #9fa2a6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #9fa2a6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c4676c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff9966
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #cfd05d
-}
-.hljs-strong {
- font-weight: bold;
- color: #cfd05d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #5de561
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #4b8f77
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #1ae1dc
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9c6cd3
-}
-.hljs-emphasis {
- color: #9c6cd3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bb64a9
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#9fa2a6;background:#2a3b4d}.hljs ::selection,.hljs::selection{background-color:#4b6988;color:#9fa2a6}.hljs-comment{color:#55799c}.hljs-tag{color:#7e90a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#9fa2a6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c4676c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f96}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#cfd05d}.hljs-strong{font-weight:700;color:#cfd05d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5de561}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#4b8f77}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#1ae1dc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9c6cd3}.hljs-emphasis{color:#9c6cd3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bb64a9}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/eva-dim.min.css b/node_modules/highlight.js/styles/base16/eva-dim.min.css
deleted file mode 100644
index ab37158..0000000
--- a/node_modules/highlight.js/styles/base16/eva-dim.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Eva Dim
- Author: kjakapat (https://github.com/kjakapat)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#9fa2a6;background:#2a3b4d}.hljs ::selection,.hljs::selection{background-color:#4b6988;color:#9fa2a6}.hljs-comment{color:#55799c}.hljs-tag{color:#7e90a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#9fa2a6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c4676c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f96}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#cfd05d}.hljs-strong{font-weight:700;color:#cfd05d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5de561}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#4b8f77}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#1ae1dc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9c6cd3}.hljs-emphasis{color:#9c6cd3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bb64a9}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/eva.css b/node_modules/highlight.js/styles/base16/eva.css
index 46f1955..c4fb9cc 100644
--- a/node_modules/highlight.js/styles/base16/eva.css
+++ b/node_modules/highlight.js/styles/base16/eva.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Eva
Author: kjakapat (https://github.com/kjakapat)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme eva
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2a3b4d Default Background
-base01 #3d566f Lighter Background (Used for status bars, line number and folding marks)
-base02 #4b6988 Selection Background
-base03 #55799c Comments, Invisibles, Line Highlighting
-base04 #7e90a3 Dark Foreground (Used for status bars)
-base05 #9fa2a6 Default Foreground, Caret, Delimiters, Operators
-base06 #d6d7d9 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #c4676c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff9966 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffff66 Classes, Markup Bold, Search Text Background
-base0B #66ff66 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #4b8f77 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #15f4ee Functions, Methods, Attribute IDs, Headings
-base0E #9c6cd3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bb64a9 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #9fa2a6;
- background: #2a3b4d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4b6988;
- color: #9fa2a6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #55799c - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #55799c
-}
-/* base04 - #7e90a3 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e90a3
-}
-/* base05 - #9fa2a6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #9fa2a6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c4676c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff9966
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffff66
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffff66
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #66ff66
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #4b8f77
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #15f4ee
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9c6cd3
-}
-.hljs-emphasis {
- color: #9c6cd3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bb64a9
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#9fa2a6;background:#2a3b4d}.hljs ::selection,.hljs::selection{background-color:#4b6988;color:#9fa2a6}.hljs-comment{color:#55799c}.hljs-tag{color:#7e90a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#9fa2a6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c4676c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f96}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ff6}.hljs-strong{font-weight:700;color:#ff6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6f6}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#4b8f77}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#15f4ee}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9c6cd3}.hljs-emphasis{color:#9c6cd3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bb64a9}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/eva.min.css b/node_modules/highlight.js/styles/base16/eva.min.css
deleted file mode 100644
index c4fb9cc..0000000
--- a/node_modules/highlight.js/styles/base16/eva.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Eva
- Author: kjakapat (https://github.com/kjakapat)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#9fa2a6;background:#2a3b4d}.hljs ::selection,.hljs::selection{background-color:#4b6988;color:#9fa2a6}.hljs-comment{color:#55799c}.hljs-tag{color:#7e90a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#9fa2a6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c4676c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f96}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ff6}.hljs-strong{font-weight:700;color:#ff6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6f6}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#4b8f77}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#15f4ee}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9c6cd3}.hljs-emphasis{color:#9c6cd3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bb64a9}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/flat.css b/node_modules/highlight.js/styles/base16/flat.css
index 0859bad..7e6ece5 100644
--- a/node_modules/highlight.js/styles/base16/flat.css
+++ b/node_modules/highlight.js/styles/base16/flat.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Flat
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme flat
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2C3E50 Default Background
-base01 #34495E Lighter Background (Used for status bars, line number and folding marks)
-base02 #7F8C8D Selection Background
-base03 #95A5A6 Comments, Invisibles, Line Highlighting
-base04 #BDC3C7 Dark Foreground (Used for status bars)
-base05 #e0e0e0 Default Foreground, Caret, Delimiters, Operators
-base06 #f5f5f5 Light Foreground (Not often used)
-base07 #ECF0F1 Light Background (Not often used)
-base08 #E74C3C Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #E67E22 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #F1C40F Classes, Markup Bold, Search Text Background
-base0B #2ECC71 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1ABC9C Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3498DB Functions, Methods, Attribute IDs, Headings
-base0E #9B59B6 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #be643c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e0e0e0;
- background: #2C3E50
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #7F8C8D;
- color: #e0e0e0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #95A5A6 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #95A5A6
-}
-/* base04 - #BDC3C7 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #BDC3C7
-}
-/* base05 - #e0e0e0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e0e0e0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #E74C3C
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #E67E22
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #F1C40F
-}
-.hljs-strong {
- font-weight: bold;
- color: #F1C40F
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #2ECC71
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1ABC9C
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3498DB
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9B59B6
-}
-.hljs-emphasis {
- color: #9B59B6;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #be643c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0e0e0;background:#2c3e50}.hljs ::selection,.hljs::selection{background-color:#7f8c8d;color:#e0e0e0}.hljs-comment{color:#95a5a6}.hljs-tag{color:#bdc3c7}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0e0e0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e74c3c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e67e22}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f1c40f}.hljs-strong{font-weight:700;color:#f1c40f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#2ecc71}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1abc9c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3498db}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9b59b6}.hljs-emphasis{color:#9b59b6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#be643c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/flat.min.css b/node_modules/highlight.js/styles/base16/flat.min.css
deleted file mode 100644
index 7e6ece5..0000000
--- a/node_modules/highlight.js/styles/base16/flat.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Flat
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0e0e0;background:#2c3e50}.hljs ::selection,.hljs::selection{background-color:#7f8c8d;color:#e0e0e0}.hljs-comment{color:#95a5a6}.hljs-tag{color:#bdc3c7}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0e0e0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e74c3c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e67e22}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f1c40f}.hljs-strong{font-weight:700;color:#f1c40f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#2ecc71}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1abc9c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3498db}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9b59b6}.hljs-emphasis{color:#9b59b6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#be643c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/framer.css b/node_modules/highlight.js/styles/base16/framer.css
index 3c90bf9..3024b54 100644
--- a/node_modules/highlight.js/styles/base16/framer.css
+++ b/node_modules/highlight.js/styles/base16/framer.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Framer
Author: Framer (Maintained by Jesse Hoyos)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme framer
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #181818 Default Background
-base01 #151515 Lighter Background (Used for status bars, line number and folding marks)
-base02 #464646 Selection Background
-base03 #747474 Comments, Invisibles, Line Highlighting
-base04 #B9B9B9 Dark Foreground (Used for status bars)
-base05 #D0D0D0 Default Foreground, Caret, Delimiters, Operators
-base06 #E8E8E8 Light Foreground (Not often used)
-base07 #EEEEEE Light Background (Not often used)
-base08 #FD886B Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #FC4769 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FECB6E Classes, Markup Bold, Search Text Background
-base0B #32CCDC Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #ACDDFD Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #20BCFC Functions, Methods, Attribute IDs, Headings
-base0E #BA8CFC Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #B15F4A Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #D0D0D0;
- background: #181818
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #464646;
- color: #D0D0D0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #747474 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #747474
-}
-/* base04 - #B9B9B9 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #B9B9B9
-}
-/* base05 - #D0D0D0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #D0D0D0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #FD886B
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #FC4769
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FECB6E
-}
-.hljs-strong {
- font-weight: bold;
- color: #FECB6E
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #32CCDC
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #ACDDFD
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #20BCFC
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #BA8CFC
-}
-.hljs-emphasis {
- color: #BA8CFC;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #B15F4A
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#181818}.hljs ::selection,.hljs::selection{background-color:#464646;color:#d0d0d0}.hljs-comment{color:#747474}.hljs-tag{color:#b9b9b9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fd886b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fc4769}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fecb6e}.hljs-strong{font-weight:700;color:#fecb6e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#32ccdc}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#acddfd}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#20bcfc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ba8cfc}.hljs-emphasis{color:#ba8cfc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b15f4a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/framer.min.css b/node_modules/highlight.js/styles/base16/framer.min.css
deleted file mode 100644
index 3024b54..0000000
--- a/node_modules/highlight.js/styles/base16/framer.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Framer
- Author: Framer (Maintained by Jesse Hoyos)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#181818}.hljs ::selection,.hljs::selection{background-color:#464646;color:#d0d0d0}.hljs-comment{color:#747474}.hljs-tag{color:#b9b9b9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fd886b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fc4769}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fecb6e}.hljs-strong{font-weight:700;color:#fecb6e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#32ccdc}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#acddfd}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#20bcfc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ba8cfc}.hljs-emphasis{color:#ba8cfc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b15f4a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/fruit-soda.css b/node_modules/highlight.js/styles/base16/fruit-soda.css
index 396faaa..6e84fd7 100644
--- a/node_modules/highlight.js/styles/base16/fruit-soda.css
+++ b/node_modules/highlight.js/styles/base16/fruit-soda.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Fruit Soda
Author: jozip
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme fruit-soda
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f1ecf1 Default Background
-base01 #e0dee0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d8d5d5 Selection Background
-base03 #b5b4b6 Comments, Invisibles, Line Highlighting
-base04 #979598 Dark Foreground (Used for status bars)
-base05 #515151 Default Foreground, Caret, Delimiters, Operators
-base06 #474545 Light Foreground (Not often used)
-base07 #2d2c2c Light Background (Not often used)
-base08 #fe3e31 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fe6d08 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f7e203 Classes, Markup Bold, Search Text Background
-base0B #47f74c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #0f9cfd Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #2931df Functions, Methods, Attribute IDs, Headings
-base0E #611fce Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b16f40 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #515151;
- background: #f1ecf1
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d8d5d5;
- color: #515151
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #b5b4b6 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #b5b4b6
-}
-/* base04 - #979598 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #979598
-}
-/* base05 - #515151 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #515151
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fe3e31
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fe6d08
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f7e203
-}
-.hljs-strong {
- font-weight: bold;
- color: #f7e203
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #47f74c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #0f9cfd
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #2931df
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #611fce
-}
-.hljs-emphasis {
- color: #611fce;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b16f40
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#515151;background:#f1ecf1}.hljs ::selection,.hljs::selection{background-color:#d8d5d5;color:#515151}.hljs-comment{color:#b5b4b6}.hljs-tag{color:#979598}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#515151}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fe3e31}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe6d08}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f7e203}.hljs-strong{font-weight:700;color:#f7e203}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#47f74c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0f9cfd}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#2931df}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#611fce}.hljs-emphasis{color:#611fce;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b16f40}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/fruit-soda.min.css b/node_modules/highlight.js/styles/base16/fruit-soda.min.css
deleted file mode 100644
index 6e84fd7..0000000
--- a/node_modules/highlight.js/styles/base16/fruit-soda.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Fruit Soda
- Author: jozip
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#515151;background:#f1ecf1}.hljs ::selection,.hljs::selection{background-color:#d8d5d5;color:#515151}.hljs-comment{color:#b5b4b6}.hljs-tag{color:#979598}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#515151}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fe3e31}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe6d08}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f7e203}.hljs-strong{font-weight:700;color:#f7e203}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#47f74c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0f9cfd}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#2931df}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#611fce}.hljs-emphasis{color:#611fce;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b16f40}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gigavolt.css b/node_modules/highlight.js/styles/base16/gigavolt.css
index 89de247..9115b0c 100644
--- a/node_modules/highlight.js/styles/base16/gigavolt.css
+++ b/node_modules/highlight.js/styles/base16/gigavolt.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gigavolt
Author: Aidan Swope (http://github.com/Whillikers)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gigavolt
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #202126 Default Background
-base01 #2d303d Lighter Background (Used for status bars, line number and folding marks)
-base02 #5a576e Selection Background
-base03 #a1d2e6 Comments, Invisibles, Line Highlighting
-base04 #cad3ff Dark Foreground (Used for status bars)
-base05 #e9e7e1 Default Foreground, Caret, Delimiters, Operators
-base06 #eff0f9 Light Foreground (Not often used)
-base07 #f2fbff Light Background (Not often used)
-base08 #ff661a Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #19f988 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffdc2d Classes, Markup Bold, Search Text Background
-base0B #f2e6a9 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #fb6acb Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #40bfff Functions, Methods, Attribute IDs, Headings
-base0E #ae94f9 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #6187ff Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e9e7e1;
- background: #202126
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5a576e;
- color: #e9e7e1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #a1d2e6 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #a1d2e6
-}
-/* base04 - #cad3ff - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #cad3ff
-}
-/* base05 - #e9e7e1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e9e7e1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff661a
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #19f988
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffdc2d
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffdc2d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #f2e6a9
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #fb6acb
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #40bfff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ae94f9
-}
-.hljs-emphasis {
- color: #ae94f9;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #6187ff
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e9e7e1;background:#202126}.hljs ::selection,.hljs::selection{background-color:#5a576e;color:#e9e7e1}.hljs-comment{color:#a1d2e6}.hljs-tag{color:#cad3ff}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e9e7e1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff661a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#19f988}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffdc2d}.hljs-strong{font-weight:700;color:#ffdc2d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f2e6a9}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#fb6acb}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#40bfff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ae94f9}.hljs-emphasis{color:#ae94f9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#6187ff}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gigavolt.min.css b/node_modules/highlight.js/styles/base16/gigavolt.min.css
deleted file mode 100644
index 9115b0c..0000000
--- a/node_modules/highlight.js/styles/base16/gigavolt.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Gigavolt
- Author: Aidan Swope (http://github.com/Whillikers)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e9e7e1;background:#202126}.hljs ::selection,.hljs::selection{background-color:#5a576e;color:#e9e7e1}.hljs-comment{color:#a1d2e6}.hljs-tag{color:#cad3ff}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e9e7e1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff661a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#19f988}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffdc2d}.hljs-strong{font-weight:700;color:#ffdc2d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f2e6a9}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#fb6acb}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#40bfff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ae94f9}.hljs-emphasis{color:#ae94f9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#6187ff}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/github.css b/node_modules/highlight.js/styles/base16/github.css
index b3aa5d0..188aaaa 100644
--- a/node_modules/highlight.js/styles/base16/github.css
+++ b/node_modules/highlight.js/styles/base16/github.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Github
Author: Defman21
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme github
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ffffff Default Background
-base01 #f5f5f5 Lighter Background (Used for status bars, line number and folding marks)
-base02 #c8c8fa Selection Background
-base03 #969896 Comments, Invisibles, Line Highlighting
-base04 #e8e8e8 Dark Foreground (Used for status bars)
-base05 #333333 Default Foreground, Caret, Delimiters, Operators
-base06 #ffffff Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #ed6a43 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #0086b3 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #795da3 Classes, Markup Bold, Search Text Background
-base0B #183691 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #183691 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #795da3 Functions, Methods, Attribute IDs, Headings
-base0E #a71d5d Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #333333 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #333333;
- background: #ffffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #c8c8fa;
- color: #333333
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #969896 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #969896
-}
-/* base04 - #e8e8e8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #e8e8e8
-}
-/* base05 - #333333 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #333333
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ed6a43
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #0086b3
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #795da3
-}
-.hljs-strong {
- font-weight: bold;
- color: #795da3
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #183691
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #183691
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #795da3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a71d5d
-}
-.hljs-emphasis {
- color: #a71d5d;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #333333
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#333;background:#fff}.hljs ::selection,.hljs::selection{background-color:#c8c8fa;color:#333}.hljs-comment{color:#969896}.hljs-tag{color:#e8e8e8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#333}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ed6a43}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#0086b3}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#795da3}.hljs-strong{font-weight:700;color:#795da3}.hljs-addition,.hljs-built_in,.hljs-code,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-string,.hljs-title.class_.inherited__{color:#183691}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#795da3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a71d5d}.hljs-emphasis{color:#a71d5d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#333}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/github.min.css b/node_modules/highlight.js/styles/base16/github.min.css
deleted file mode 100644
index 188aaaa..0000000
--- a/node_modules/highlight.js/styles/base16/github.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Github
- Author: Defman21
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#333;background:#fff}.hljs ::selection,.hljs::selection{background-color:#c8c8fa;color:#333}.hljs-comment{color:#969896}.hljs-tag{color:#e8e8e8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#333}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ed6a43}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#0086b3}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#795da3}.hljs-strong{font-weight:700;color:#795da3}.hljs-addition,.hljs-built_in,.hljs-code,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-string,.hljs-title.class_.inherited__{color:#183691}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#795da3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a71d5d}.hljs-emphasis{color:#a71d5d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#333}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/google-dark.css b/node_modules/highlight.js/styles/base16/google-dark.css
index e43136f..bd2a2dc 100644
--- a/node_modules/highlight.js/styles/base16/google-dark.css
+++ b/node_modules/highlight.js/styles/base16/google-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Google Dark
Author: Seth Wright (http://sethawright.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme google-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1d1f21 Default Background
-base01 #282a2e Lighter Background (Used for status bars, line number and folding marks)
-base02 #373b41 Selection Background
-base03 #969896 Comments, Invisibles, Line Highlighting
-base04 #b4b7b4 Dark Foreground (Used for status bars)
-base05 #c5c8c6 Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #CC342B Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F96A38 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FBA922 Classes, Markup Bold, Search Text Background
-base0B #198844 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3971ED Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3971ED Functions, Methods, Attribute IDs, Headings
-base0E #A36AC7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #3971ED Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c5c8c6;
- background: #1d1f21
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #373b41;
- color: #c5c8c6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #969896 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #969896
-}
-/* base04 - #b4b7b4 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b4b7b4
-}
-/* base05 - #c5c8c6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c5c8c6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #CC342B
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F96A38
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FBA922
-}
-.hljs-strong {
- font-weight: bold;
- color: #FBA922
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #198844
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3971ED
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3971ED
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #A36AC7
-}
-.hljs-emphasis {
- color: #A36AC7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #3971ED
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c5c8c6;background:#1d1f21}.hljs ::selection,.hljs::selection{background-color:#373b41;color:#c5c8c6}.hljs-comment{color:#969896}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c5c8c6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cc342b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f96a38}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fba922}.hljs-strong{font-weight:700;color:#fba922}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#198844}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3971ed}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a36ac7}.hljs-emphasis{color:#a36ac7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#3971ed}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/google-dark.min.css b/node_modules/highlight.js/styles/base16/google-dark.min.css
deleted file mode 100644
index bd2a2dc..0000000
--- a/node_modules/highlight.js/styles/base16/google-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Google Dark
- Author: Seth Wright (http://sethawright.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c5c8c6;background:#1d1f21}.hljs ::selection,.hljs::selection{background-color:#373b41;color:#c5c8c6}.hljs-comment{color:#969896}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c5c8c6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cc342b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f96a38}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fba922}.hljs-strong{font-weight:700;color:#fba922}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#198844}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3971ed}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a36ac7}.hljs-emphasis{color:#a36ac7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#3971ed}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/google-light.css b/node_modules/highlight.js/styles/base16/google-light.css
index ff94198..26e6ffb 100644
--- a/node_modules/highlight.js/styles/base16/google-light.css
+++ b/node_modules/highlight.js/styles/base16/google-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Google Light
Author: Seth Wright (http://sethawright.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme google-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ffffff Default Background
-base01 #e0e0e0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #c5c8c6 Selection Background
-base03 #b4b7b4 Comments, Invisibles, Line Highlighting
-base04 #969896 Dark Foreground (Used for status bars)
-base05 #373b41 Default Foreground, Caret, Delimiters, Operators
-base06 #282a2e Light Foreground (Not often used)
-base07 #1d1f21 Light Background (Not often used)
-base08 #CC342B Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F96A38 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FBA922 Classes, Markup Bold, Search Text Background
-base0B #198844 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3971ED Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3971ED Functions, Methods, Attribute IDs, Headings
-base0E #A36AC7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #3971ED Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #373b41;
- background: #ffffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #c5c8c6;
- color: #373b41
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #b4b7b4 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #b4b7b4
-}
-/* base04 - #969896 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #969896
-}
-/* base05 - #373b41 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #373b41
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #CC342B
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F96A38
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FBA922
-}
-.hljs-strong {
- font-weight: bold;
- color: #FBA922
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #198844
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3971ED
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3971ED
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #A36AC7
-}
-.hljs-emphasis {
- color: #A36AC7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #3971ED
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#373b41;background:#fff}.hljs ::selection,.hljs::selection{background-color:#c5c8c6;color:#373b41}.hljs-comment{color:#b4b7b4}.hljs-tag{color:#969896}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#373b41}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cc342b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f96a38}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fba922}.hljs-strong{font-weight:700;color:#fba922}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#198844}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3971ed}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a36ac7}.hljs-emphasis{color:#a36ac7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#3971ed}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/google-light.min.css b/node_modules/highlight.js/styles/base16/google-light.min.css
deleted file mode 100644
index 26e6ffb..0000000
--- a/node_modules/highlight.js/styles/base16/google-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Google Light
- Author: Seth Wright (http://sethawright.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#373b41;background:#fff}.hljs ::selection,.hljs::selection{background-color:#c5c8c6;color:#373b41}.hljs-comment{color:#b4b7b4}.hljs-tag{color:#969896}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#373b41}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cc342b}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f96a38}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fba922}.hljs-strong{font-weight:700;color:#fba922}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#198844}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3971ed}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a36ac7}.hljs-emphasis{color:#a36ac7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#3971ed}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/grayscale-dark.css b/node_modules/highlight.js/styles/base16/grayscale-dark.css
index c97e81e..54c9a4c 100644
--- a/node_modules/highlight.js/styles/base16/grayscale-dark.css
+++ b/node_modules/highlight.js/styles/base16/grayscale-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Grayscale Dark
Author: Alexandre Gavioli (https://github.com/Alexx2/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme grayscale-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #101010 Default Background
-base01 #252525 Lighter Background (Used for status bars, line number and folding marks)
-base02 #464646 Selection Background
-base03 #525252 Comments, Invisibles, Line Highlighting
-base04 #ababab Dark Foreground (Used for status bars)
-base05 #b9b9b9 Default Foreground, Caret, Delimiters, Operators
-base06 #e3e3e3 Light Foreground (Not often used)
-base07 #f7f7f7 Light Background (Not often used)
-base08 #7c7c7c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #999999 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a0a0a0 Classes, Markup Bold, Search Text Background
-base0B #8e8e8e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #868686 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #686868 Functions, Methods, Attribute IDs, Headings
-base0E #747474 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #5e5e5e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b9b9b9;
- background: #101010
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #464646;
- color: #b9b9b9
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #525252 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #525252
-}
-/* base04 - #ababab - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #ababab
-}
-/* base05 - #b9b9b9 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b9b9b9
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #7c7c7c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #999999
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a0a0a0
-}
-.hljs-strong {
- font-weight: bold;
- color: #a0a0a0
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8e8e8e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #868686
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #686868
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #747474
-}
-.hljs-emphasis {
- color: #747474;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #5e5e5e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b9b9b9;background:#101010}.hljs ::selection,.hljs::selection{background-color:#464646;color:#b9b9b9}.hljs-comment{color:#525252}.hljs-tag{color:#ababab}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b9b9b9}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#7c7c7c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#999}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a0a0a0}.hljs-strong{font-weight:700;color:#a0a0a0}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8e8e8e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#868686}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#686868}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#747474}.hljs-emphasis{color:#747474;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5e5e5e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/grayscale-dark.min.css b/node_modules/highlight.js/styles/base16/grayscale-dark.min.css
deleted file mode 100644
index 54c9a4c..0000000
--- a/node_modules/highlight.js/styles/base16/grayscale-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Grayscale Dark
- Author: Alexandre Gavioli (https://github.com/Alexx2/)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b9b9b9;background:#101010}.hljs ::selection,.hljs::selection{background-color:#464646;color:#b9b9b9}.hljs-comment{color:#525252}.hljs-tag{color:#ababab}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b9b9b9}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#7c7c7c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#999}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a0a0a0}.hljs-strong{font-weight:700;color:#a0a0a0}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8e8e8e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#868686}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#686868}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#747474}.hljs-emphasis{color:#747474;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5e5e5e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/grayscale-light.css b/node_modules/highlight.js/styles/base16/grayscale-light.css
index af0c2f5..3d85f2c 100644
--- a/node_modules/highlight.js/styles/base16/grayscale-light.css
+++ b/node_modules/highlight.js/styles/base16/grayscale-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Grayscale Light
Author: Alexandre Gavioli (https://github.com/Alexx2/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme grayscale-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f7f7f7 Default Background
-base01 #e3e3e3 Lighter Background (Used for status bars, line number and folding marks)
-base02 #b9b9b9 Selection Background
-base03 #ababab Comments, Invisibles, Line Highlighting
-base04 #525252 Dark Foreground (Used for status bars)
-base05 #464646 Default Foreground, Caret, Delimiters, Operators
-base06 #252525 Light Foreground (Not often used)
-base07 #101010 Light Background (Not often used)
-base08 #7c7c7c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #999999 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a0a0a0 Classes, Markup Bold, Search Text Background
-base0B #8e8e8e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #868686 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #686868 Functions, Methods, Attribute IDs, Headings
-base0E #747474 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #5e5e5e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #464646;
- background: #f7f7f7
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #b9b9b9;
- color: #464646
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #ababab - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #ababab
-}
-/* base04 - #525252 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #525252
-}
-/* base05 - #464646 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #464646
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #7c7c7c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #999999
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a0a0a0
-}
-.hljs-strong {
- font-weight: bold;
- color: #a0a0a0
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8e8e8e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #868686
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #686868
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #747474
-}
-.hljs-emphasis {
- color: #747474;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #5e5e5e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#464646;background:#f7f7f7}.hljs ::selection,.hljs::selection{background-color:#b9b9b9;color:#464646}.hljs-comment{color:#ababab}.hljs-tag{color:#525252}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#464646}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#7c7c7c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#999}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a0a0a0}.hljs-strong{font-weight:700;color:#a0a0a0}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8e8e8e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#868686}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#686868}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#747474}.hljs-emphasis{color:#747474;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5e5e5e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/grayscale-light.min.css b/node_modules/highlight.js/styles/base16/grayscale-light.min.css
deleted file mode 100644
index 3d85f2c..0000000
--- a/node_modules/highlight.js/styles/base16/grayscale-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Grayscale Light
- Author: Alexandre Gavioli (https://github.com/Alexx2/)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#464646;background:#f7f7f7}.hljs ::selection,.hljs::selection{background-color:#b9b9b9;color:#464646}.hljs-comment{color:#ababab}.hljs-tag{color:#525252}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#464646}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#7c7c7c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#999}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a0a0a0}.hljs-strong{font-weight:700;color:#a0a0a0}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8e8e8e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#868686}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#686868}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#747474}.hljs-emphasis{color:#747474;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5e5e5e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/green-screen.css b/node_modules/highlight.js/styles/base16/green-screen.css
index 884ee20..8f66630 100644
--- a/node_modules/highlight.js/styles/base16/green-screen.css
+++ b/node_modules/highlight.js/styles/base16/green-screen.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Green Screen
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme green-screen
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #001100 Default Background
-base01 #003300 Lighter Background (Used for status bars, line number and folding marks)
-base02 #005500 Selection Background
-base03 #007700 Comments, Invisibles, Line Highlighting
-base04 #009900 Dark Foreground (Used for status bars)
-base05 #00bb00 Default Foreground, Caret, Delimiters, Operators
-base06 #00dd00 Light Foreground (Not often used)
-base07 #00ff00 Light Background (Not often used)
-base08 #007700 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #009900 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #007700 Classes, Markup Bold, Search Text Background
-base0B #00bb00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #005500 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #009900 Functions, Methods, Attribute IDs, Headings
-base0E #00bb00 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #005500 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #00bb00;
- background: #001100
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #005500;
- color: #00bb00
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #007700 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #007700
-}
-/* base04 - #009900 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #009900
-}
-/* base05 - #00bb00 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #00bb00
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #007700
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #009900
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #007700
-}
-.hljs-strong {
- font-weight: bold;
- color: #007700
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00bb00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #005500
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #009900
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #00bb00
-}
-.hljs-emphasis {
- color: #00bb00;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #005500
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#0b0;background:#010}.hljs ::selection,.hljs::selection{background-color:#050;color:#0b0}.hljs-comment{color:#070}.hljs-tag{color:#090}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#0b0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#070}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#090}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#070}.hljs-strong{font-weight:700;color:#070}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#0b0}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#050}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#090}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#0b0}.hljs-emphasis{color:#0b0;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#050}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/green-screen.min.css b/node_modules/highlight.js/styles/base16/green-screen.min.css
deleted file mode 100644
index 8f66630..0000000
--- a/node_modules/highlight.js/styles/base16/green-screen.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Green Screen
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#0b0;background:#010}.hljs ::selection,.hljs::selection{background-color:#050;color:#0b0}.hljs-comment{color:#070}.hljs-tag{color:#090}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#0b0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#070}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#090}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#070}.hljs-strong{font-weight:700;color:#070}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#0b0}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#050}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#090}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#0b0}.hljs-emphasis{color:#0b0;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#050}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-dark-hard.css b/node_modules/highlight.js/styles/base16/gruvbox-dark-hard.css
index 0c3e7e6..d82083e 100644
--- a/node_modules/highlight.js/styles/base16/gruvbox-dark-hard.css
+++ b/node_modules/highlight.js/styles/base16/gruvbox-dark-hard.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox dark, hard
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-dark-hard
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1d2021 Default Background
-base01 #3c3836 Lighter Background (Used for status bars, line number and folding marks)
-base02 #504945 Selection Background
-base03 #665c54 Comments, Invisibles, Line Highlighting
-base04 #bdae93 Dark Foreground (Used for status bars)
-base05 #d5c4a1 Default Foreground, Caret, Delimiters, Operators
-base06 #ebdbb2 Light Foreground (Not often used)
-base07 #fbf1c7 Light Background (Not often used)
-base08 #fb4934 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fe8019 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fabd2f Classes, Markup Bold, Search Text Background
-base0B #b8bb26 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #8ec07c Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83a598 Functions, Methods, Attribute IDs, Headings
-base0E #d3869b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d5c4a1;
- background: #1d2021
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #504945;
- color: #d5c4a1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #665c54 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #665c54
-}
-/* base04 - #bdae93 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #bdae93
-}
-/* base05 - #d5c4a1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d5c4a1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fb4934
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fe8019
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fabd2f
-}
-.hljs-strong {
- font-weight: bold;
- color: #fabd2f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #b8bb26
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #8ec07c
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83a598
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d3869b
-}
-.hljs-emphasis {
- color: #d3869b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5c4a1;background:#1d2021}.hljs ::selection,.hljs::selection{background-color:#504945;color:#d5c4a1}.hljs-comment{color:#665c54}.hljs-tag{color:#bdae93}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d5c4a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb4934}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe8019}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fabd2f}.hljs-strong{font-weight:700;color:#fabd2f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#b8bb26}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8ec07c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83a598}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d3869b}.hljs-emphasis{color:#d3869b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-dark-hard.min.css b/node_modules/highlight.js/styles/base16/gruvbox-dark-hard.min.css
deleted file mode 100644
index d82083e..0000000
--- a/node_modules/highlight.js/styles/base16/gruvbox-dark-hard.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Gruvbox dark, hard
- Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5c4a1;background:#1d2021}.hljs ::selection,.hljs::selection{background-color:#504945;color:#d5c4a1}.hljs-comment{color:#665c54}.hljs-tag{color:#bdae93}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d5c4a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb4934}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe8019}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fabd2f}.hljs-strong{font-weight:700;color:#fabd2f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#b8bb26}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8ec07c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83a598}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d3869b}.hljs-emphasis{color:#d3869b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-dark-medium.css b/node_modules/highlight.js/styles/base16/gruvbox-dark-medium.css
index 9e76d5a..1fc5e3a 100644
--- a/node_modules/highlight.js/styles/base16/gruvbox-dark-medium.css
+++ b/node_modules/highlight.js/styles/base16/gruvbox-dark-medium.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox dark, medium
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-dark-medium
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282828 Default Background
-base01 #3c3836 Lighter Background (Used for status bars, line number and folding marks)
-base02 #504945 Selection Background
-base03 #665c54 Comments, Invisibles, Line Highlighting
-base04 #bdae93 Dark Foreground (Used for status bars)
-base05 #d5c4a1 Default Foreground, Caret, Delimiters, Operators
-base06 #ebdbb2 Light Foreground (Not often used)
-base07 #fbf1c7 Light Background (Not often used)
-base08 #fb4934 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fe8019 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fabd2f Classes, Markup Bold, Search Text Background
-base0B #b8bb26 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #8ec07c Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83a598 Functions, Methods, Attribute IDs, Headings
-base0E #d3869b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d5c4a1;
- background: #282828
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #504945;
- color: #d5c4a1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #665c54 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #665c54
-}
-/* base04 - #bdae93 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #bdae93
-}
-/* base05 - #d5c4a1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d5c4a1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fb4934
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fe8019
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fabd2f
-}
-.hljs-strong {
- font-weight: bold;
- color: #fabd2f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #b8bb26
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #8ec07c
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83a598
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d3869b
-}
-.hljs-emphasis {
- color: #d3869b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5c4a1;background:#282828}.hljs ::selection,.hljs::selection{background-color:#504945;color:#d5c4a1}.hljs-comment{color:#665c54}.hljs-tag{color:#bdae93}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d5c4a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb4934}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe8019}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fabd2f}.hljs-strong{font-weight:700;color:#fabd2f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#b8bb26}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8ec07c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83a598}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d3869b}.hljs-emphasis{color:#d3869b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-dark-medium.min.css b/node_modules/highlight.js/styles/base16/gruvbox-dark-medium.min.css
deleted file mode 100644
index 1fc5e3a..0000000
--- a/node_modules/highlight.js/styles/base16/gruvbox-dark-medium.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Gruvbox dark, medium
- Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5c4a1;background:#282828}.hljs ::selection,.hljs::selection{background-color:#504945;color:#d5c4a1}.hljs-comment{color:#665c54}.hljs-tag{color:#bdae93}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d5c4a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb4934}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe8019}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fabd2f}.hljs-strong{font-weight:700;color:#fabd2f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#b8bb26}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8ec07c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83a598}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d3869b}.hljs-emphasis{color:#d3869b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-dark-pale.css b/node_modules/highlight.js/styles/base16/gruvbox-dark-pale.css
index 4377322..293b4bc 100644
--- a/node_modules/highlight.js/styles/base16/gruvbox-dark-pale.css
+++ b/node_modules/highlight.js/styles/base16/gruvbox-dark-pale.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox dark, pale
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-dark-pale
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #262626 Default Background
-base01 #3a3a3a Lighter Background (Used for status bars, line number and folding marks)
-base02 #4e4e4e Selection Background
-base03 #8a8a8a Comments, Invisibles, Line Highlighting
-base04 #949494 Dark Foreground (Used for status bars)
-base05 #dab997 Default Foreground, Caret, Delimiters, Operators
-base06 #d5c4a1 Light Foreground (Not often used)
-base07 #ebdbb2 Light Background (Not often used)
-base08 #d75f5f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff8700 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffaf00 Classes, Markup Bold, Search Text Background
-base0B #afaf00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #85ad85 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83adad Functions, Methods, Attribute IDs, Headings
-base0E #d485ad Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #dab997;
- background: #262626
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4e4e4e;
- color: #dab997
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #8a8a8a - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #8a8a8a
-}
-/* base04 - #949494 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #949494
-}
-/* base05 - #dab997 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #dab997
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d75f5f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff8700
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffaf00
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffaf00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #afaf00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #85ad85
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83adad
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d485ad
-}
-.hljs-emphasis {
- color: #d485ad;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dab997;background:#262626}.hljs ::selection,.hljs::selection{background-color:#4e4e4e;color:#dab997}.hljs-comment{color:#8a8a8a}.hljs-tag{color:#949494}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dab997}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d75f5f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff8700}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffaf00}.hljs-strong{font-weight:700;color:#ffaf00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#afaf00}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#85ad85}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83adad}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d485ad}.hljs-emphasis{color:#d485ad;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-dark-pale.min.css b/node_modules/highlight.js/styles/base16/gruvbox-dark-pale.min.css
deleted file mode 100644
index 293b4bc..0000000
--- a/node_modules/highlight.js/styles/base16/gruvbox-dark-pale.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Gruvbox dark, pale
- Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dab997;background:#262626}.hljs ::selection,.hljs::selection{background-color:#4e4e4e;color:#dab997}.hljs-comment{color:#8a8a8a}.hljs-tag{color:#949494}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dab997}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d75f5f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff8700}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffaf00}.hljs-strong{font-weight:700;color:#ffaf00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#afaf00}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#85ad85}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83adad}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d485ad}.hljs-emphasis{color:#d485ad;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-dark-soft.css b/node_modules/highlight.js/styles/base16/gruvbox-dark-soft.css
index d56d820..c327bbc 100644
--- a/node_modules/highlight.js/styles/base16/gruvbox-dark-soft.css
+++ b/node_modules/highlight.js/styles/base16/gruvbox-dark-soft.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox dark, soft
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-dark-soft
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #32302f Default Background
-base01 #3c3836 Lighter Background (Used for status bars, line number and folding marks)
-base02 #504945 Selection Background
-base03 #665c54 Comments, Invisibles, Line Highlighting
-base04 #bdae93 Dark Foreground (Used for status bars)
-base05 #d5c4a1 Default Foreground, Caret, Delimiters, Operators
-base06 #ebdbb2 Light Foreground (Not often used)
-base07 #fbf1c7 Light Background (Not often used)
-base08 #fb4934 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fe8019 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fabd2f Classes, Markup Bold, Search Text Background
-base0B #b8bb26 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #8ec07c Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83a598 Functions, Methods, Attribute IDs, Headings
-base0E #d3869b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d5c4a1;
- background: #32302f
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #504945;
- color: #d5c4a1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #665c54 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #665c54
-}
-/* base04 - #bdae93 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #bdae93
-}
-/* base05 - #d5c4a1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d5c4a1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fb4934
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fe8019
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fabd2f
-}
-.hljs-strong {
- font-weight: bold;
- color: #fabd2f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #b8bb26
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #8ec07c
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83a598
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d3869b
-}
-.hljs-emphasis {
- color: #d3869b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5c4a1;background:#32302f}.hljs ::selection,.hljs::selection{background-color:#504945;color:#d5c4a1}.hljs-comment{color:#665c54}.hljs-tag{color:#bdae93}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d5c4a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb4934}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe8019}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fabd2f}.hljs-strong{font-weight:700;color:#fabd2f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#b8bb26}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8ec07c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83a598}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d3869b}.hljs-emphasis{color:#d3869b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-dark-soft.min.css b/node_modules/highlight.js/styles/base16/gruvbox-dark-soft.min.css
deleted file mode 100644
index c327bbc..0000000
--- a/node_modules/highlight.js/styles/base16/gruvbox-dark-soft.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Gruvbox dark, soft
- Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5c4a1;background:#32302f}.hljs ::selection,.hljs::selection{background-color:#504945;color:#d5c4a1}.hljs-comment{color:#665c54}.hljs-tag{color:#bdae93}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d5c4a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb4934}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fe8019}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fabd2f}.hljs-strong{font-weight:700;color:#fabd2f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#b8bb26}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8ec07c}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83a598}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d3869b}.hljs-emphasis{color:#d3869b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-light-hard.css b/node_modules/highlight.js/styles/base16/gruvbox-light-hard.css
index 4bcf047..34d5cb7 100644
--- a/node_modules/highlight.js/styles/base16/gruvbox-light-hard.css
+++ b/node_modules/highlight.js/styles/base16/gruvbox-light-hard.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox light, hard
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-light-hard
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f9f5d7 Default Background
-base01 #ebdbb2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d5c4a1 Selection Background
-base03 #bdae93 Comments, Invisibles, Line Highlighting
-base04 #665c54 Dark Foreground (Used for status bars)
-base05 #504945 Default Foreground, Caret, Delimiters, Operators
-base06 #3c3836 Light Foreground (Not often used)
-base07 #282828 Light Background (Not often used)
-base08 #9d0006 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #af3a03 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b57614 Classes, Markup Bold, Search Text Background
-base0B #79740e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #427b58 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #076678 Functions, Methods, Attribute IDs, Headings
-base0E #8f3f71 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #504945;
- background: #f9f5d7
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d5c4a1;
- color: #504945
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #bdae93 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #bdae93
-}
-/* base04 - #665c54 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #665c54
-}
-/* base05 - #504945 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #504945
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #9d0006
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #af3a03
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b57614
-}
-.hljs-strong {
- font-weight: bold;
- color: #b57614
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #79740e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #427b58
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #076678
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8f3f71
-}
-.hljs-emphasis {
- color: #8f3f71;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#504945;background:#f9f5d7}.hljs ::selection,.hljs::selection{background-color:#d5c4a1;color:#504945}.hljs-comment{color:#bdae93}.hljs-tag{color:#665c54}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#504945}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#9d0006}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#af3a03}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b57614}.hljs-strong{font-weight:700;color:#b57614}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#79740e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#427b58}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#076678}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8f3f71}.hljs-emphasis{color:#8f3f71;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-light-hard.min.css b/node_modules/highlight.js/styles/base16/gruvbox-light-hard.min.css
deleted file mode 100644
index 34d5cb7..0000000
--- a/node_modules/highlight.js/styles/base16/gruvbox-light-hard.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Gruvbox light, hard
- Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#504945;background:#f9f5d7}.hljs ::selection,.hljs::selection{background-color:#d5c4a1;color:#504945}.hljs-comment{color:#bdae93}.hljs-tag{color:#665c54}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#504945}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#9d0006}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#af3a03}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b57614}.hljs-strong{font-weight:700;color:#b57614}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#79740e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#427b58}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#076678}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8f3f71}.hljs-emphasis{color:#8f3f71;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-light-medium.css b/node_modules/highlight.js/styles/base16/gruvbox-light-medium.css
index f9ef0b5..e866687 100644
--- a/node_modules/highlight.js/styles/base16/gruvbox-light-medium.css
+++ b/node_modules/highlight.js/styles/base16/gruvbox-light-medium.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox light, medium
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-light-medium
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fbf1c7 Default Background
-base01 #ebdbb2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d5c4a1 Selection Background
-base03 #bdae93 Comments, Invisibles, Line Highlighting
-base04 #665c54 Dark Foreground (Used for status bars)
-base05 #504945 Default Foreground, Caret, Delimiters, Operators
-base06 #3c3836 Light Foreground (Not often used)
-base07 #282828 Light Background (Not often used)
-base08 #9d0006 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #af3a03 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b57614 Classes, Markup Bold, Search Text Background
-base0B #79740e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #427b58 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #076678 Functions, Methods, Attribute IDs, Headings
-base0E #8f3f71 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #504945;
- background: #fbf1c7
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d5c4a1;
- color: #504945
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #bdae93 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #bdae93
-}
-/* base04 - #665c54 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #665c54
-}
-/* base05 - #504945 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #504945
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #9d0006
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #af3a03
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b57614
-}
-.hljs-strong {
- font-weight: bold;
- color: #b57614
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #79740e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #427b58
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #076678
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8f3f71
-}
-.hljs-emphasis {
- color: #8f3f71;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#504945;background:#fbf1c7}.hljs ::selection,.hljs::selection{background-color:#d5c4a1;color:#504945}.hljs-comment{color:#bdae93}.hljs-tag{color:#665c54}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#504945}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#9d0006}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#af3a03}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b57614}.hljs-strong{font-weight:700;color:#b57614}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#79740e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#427b58}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#076678}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8f3f71}.hljs-emphasis{color:#8f3f71;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-light-medium.min.css b/node_modules/highlight.js/styles/base16/gruvbox-light-medium.min.css
deleted file mode 100644
index e866687..0000000
--- a/node_modules/highlight.js/styles/base16/gruvbox-light-medium.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Gruvbox light, medium
- Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#504945;background:#fbf1c7}.hljs ::selection,.hljs::selection{background-color:#d5c4a1;color:#504945}.hljs-comment{color:#bdae93}.hljs-tag{color:#665c54}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#504945}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#9d0006}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#af3a03}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b57614}.hljs-strong{font-weight:700;color:#b57614}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#79740e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#427b58}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#076678}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8f3f71}.hljs-emphasis{color:#8f3f71;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-light-soft.css b/node_modules/highlight.js/styles/base16/gruvbox-light-soft.css
index 35a6aed..32ad2bd 100644
--- a/node_modules/highlight.js/styles/base16/gruvbox-light-soft.css
+++ b/node_modules/highlight.js/styles/base16/gruvbox-light-soft.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Gruvbox light, soft
Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme gruvbox-light-soft
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f2e5bc Default Background
-base01 #ebdbb2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d5c4a1 Selection Background
-base03 #bdae93 Comments, Invisibles, Line Highlighting
-base04 #665c54 Dark Foreground (Used for status bars)
-base05 #504945 Default Foreground, Caret, Delimiters, Operators
-base06 #3c3836 Light Foreground (Not often used)
-base07 #282828 Light Background (Not often used)
-base08 #9d0006 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #af3a03 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b57614 Classes, Markup Bold, Search Text Background
-base0B #79740e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #427b58 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #076678 Functions, Methods, Attribute IDs, Headings
-base0E #8f3f71 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d65d0e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #504945;
- background: #f2e5bc
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d5c4a1;
- color: #504945
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #bdae93 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #bdae93
-}
-/* base04 - #665c54 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #665c54
-}
-/* base05 - #504945 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #504945
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #9d0006
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #af3a03
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b57614
-}
-.hljs-strong {
- font-weight: bold;
- color: #b57614
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #79740e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #427b58
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #076678
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8f3f71
-}
-.hljs-emphasis {
- color: #8f3f71;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d65d0e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#504945;background:#f2e5bc}.hljs ::selection,.hljs::selection{background-color:#d5c4a1;color:#504945}.hljs-comment{color:#bdae93}.hljs-tag{color:#665c54}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#504945}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#9d0006}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#af3a03}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b57614}.hljs-strong{font-weight:700;color:#b57614}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#79740e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#427b58}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#076678}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8f3f71}.hljs-emphasis{color:#8f3f71;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/gruvbox-light-soft.min.css b/node_modules/highlight.js/styles/base16/gruvbox-light-soft.min.css
deleted file mode 100644
index 32ad2bd..0000000
--- a/node_modules/highlight.js/styles/base16/gruvbox-light-soft.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Gruvbox light, soft
- Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#504945;background:#f2e5bc}.hljs ::selection,.hljs::selection{background-color:#d5c4a1;color:#504945}.hljs-comment{color:#bdae93}.hljs-tag{color:#665c54}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#504945}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#9d0006}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#af3a03}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b57614}.hljs-strong{font-weight:700;color:#b57614}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#79740e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#427b58}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#076678}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8f3f71}.hljs-emphasis{color:#8f3f71;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d65d0e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/hardcore.css b/node_modules/highlight.js/styles/base16/hardcore.css
index 666d145..ce0a615 100644
--- a/node_modules/highlight.js/styles/base16/hardcore.css
+++ b/node_modules/highlight.js/styles/base16/hardcore.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Hardcore
Author: Chris Caller
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme hardcore
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #212121 Default Background
-base01 #303030 Lighter Background (Used for status bars, line number and folding marks)
-base02 #353535 Selection Background
-base03 #4A4A4A Comments, Invisibles, Line Highlighting
-base04 #707070 Dark Foreground (Used for status bars)
-base05 #cdcdcd Default Foreground, Caret, Delimiters, Operators
-base06 #e5e5e5 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #f92672 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fd971f Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #e6db74 Classes, Markup Bold, Search Text Background
-base0B #a6e22e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #708387 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #66d9ef Functions, Methods, Attribute IDs, Headings
-base0E #9e6ffe Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e8b882 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cdcdcd;
- background: #212121
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #353535;
- color: #cdcdcd
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #4A4A4A - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #4A4A4A
-}
-/* base04 - #707070 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #707070
-}
-/* base05 - #cdcdcd - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cdcdcd
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f92672
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fd971f
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #e6db74
-}
-.hljs-strong {
- font-weight: bold;
- color: #e6db74
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a6e22e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #708387
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #66d9ef
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9e6ffe
-}
-.hljs-emphasis {
- color: #9e6ffe;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e8b882
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cdcdcd;background:#212121}.hljs ::selection,.hljs::selection{background-color:#353535;color:#cdcdcd}.hljs-comment{color:#4a4a4a}.hljs-tag{color:#707070}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cdcdcd}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f92672}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd971f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e6db74}.hljs-strong{font-weight:700;color:#e6db74}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a6e22e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#708387}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#66d9ef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9e6ffe}.hljs-emphasis{color:#9e6ffe;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e8b882}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/hardcore.min.css b/node_modules/highlight.js/styles/base16/hardcore.min.css
deleted file mode 100644
index ce0a615..0000000
--- a/node_modules/highlight.js/styles/base16/hardcore.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Hardcore
- Author: Chris Caller
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cdcdcd;background:#212121}.hljs ::selection,.hljs::selection{background-color:#353535;color:#cdcdcd}.hljs-comment{color:#4a4a4a}.hljs-tag{color:#707070}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cdcdcd}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f92672}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd971f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e6db74}.hljs-strong{font-weight:700;color:#e6db74}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a6e22e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#708387}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#66d9ef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9e6ffe}.hljs-emphasis{color:#9e6ffe;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e8b882}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/harmonic16-dark.css b/node_modules/highlight.js/styles/base16/harmonic16-dark.css
index 7f194a0..497ad03 100644
--- a/node_modules/highlight.js/styles/base16/harmonic16-dark.css
+++ b/node_modules/highlight.js/styles/base16/harmonic16-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Harmonic16 Dark
Author: Jannik Siebert (https://github.com/janniks)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme harmonic16-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #0b1c2c Default Background
-base01 #223b54 Lighter Background (Used for status bars, line number and folding marks)
-base02 #405c79 Selection Background
-base03 #627e99 Comments, Invisibles, Line Highlighting
-base04 #aabcce Dark Foreground (Used for status bars)
-base05 #cbd6e2 Default Foreground, Caret, Delimiters, Operators
-base06 #e5ebf1 Light Foreground (Not often used)
-base07 #f7f9fb Light Background (Not often used)
-base08 #bf8b56 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #bfbf56 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #8bbf56 Classes, Markup Bold, Search Text Background
-base0B #56bf8b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #568bbf Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8b56bf Functions, Methods, Attribute IDs, Headings
-base0E #bf568b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bf5656 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cbd6e2;
- background: #0b1c2c
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #405c79;
- color: #cbd6e2
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #627e99 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #627e99
-}
-/* base04 - #aabcce - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #aabcce
-}
-/* base05 - #cbd6e2 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cbd6e2
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #bf8b56
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #bfbf56
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #8bbf56
-}
-.hljs-strong {
- font-weight: bold;
- color: #8bbf56
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #56bf8b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #568bbf
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8b56bf
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #bf568b
-}
-.hljs-emphasis {
- color: #bf568b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bf5656
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cbd6e2;background:#0b1c2c}.hljs ::selection,.hljs::selection{background-color:#405c79;color:#cbd6e2}.hljs-comment{color:#627e99}.hljs-tag{color:#aabcce}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cbd6e2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bf8b56}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bfbf56}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8bbf56}.hljs-strong{font-weight:700;color:#8bbf56}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#56bf8b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#568bbf}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8b56bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bf568b}.hljs-emphasis{color:#bf568b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bf5656}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/harmonic16-dark.min.css b/node_modules/highlight.js/styles/base16/harmonic16-dark.min.css
deleted file mode 100644
index 497ad03..0000000
--- a/node_modules/highlight.js/styles/base16/harmonic16-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Harmonic16 Dark
- Author: Jannik Siebert (https://github.com/janniks)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cbd6e2;background:#0b1c2c}.hljs ::selection,.hljs::selection{background-color:#405c79;color:#cbd6e2}.hljs-comment{color:#627e99}.hljs-tag{color:#aabcce}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cbd6e2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bf8b56}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bfbf56}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8bbf56}.hljs-strong{font-weight:700;color:#8bbf56}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#56bf8b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#568bbf}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8b56bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bf568b}.hljs-emphasis{color:#bf568b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bf5656}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/harmonic16-light.css b/node_modules/highlight.js/styles/base16/harmonic16-light.css
index 71bd4b6..72ab06a 100644
--- a/node_modules/highlight.js/styles/base16/harmonic16-light.css
+++ b/node_modules/highlight.js/styles/base16/harmonic16-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Harmonic16 Light
Author: Jannik Siebert (https://github.com/janniks)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme harmonic16-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f7f9fb Default Background
-base01 #e5ebf1 Lighter Background (Used for status bars, line number and folding marks)
-base02 #cbd6e2 Selection Background
-base03 #aabcce Comments, Invisibles, Line Highlighting
-base04 #627e99 Dark Foreground (Used for status bars)
-base05 #405c79 Default Foreground, Caret, Delimiters, Operators
-base06 #223b54 Light Foreground (Not often used)
-base07 #0b1c2c Light Background (Not often used)
-base08 #bf8b56 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #bfbf56 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #8bbf56 Classes, Markup Bold, Search Text Background
-base0B #56bf8b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #568bbf Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8b56bf Functions, Methods, Attribute IDs, Headings
-base0E #bf568b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bf5656 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #405c79;
- background: #f7f9fb
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #cbd6e2;
- color: #405c79
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #aabcce - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #aabcce
-}
-/* base04 - #627e99 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #627e99
-}
-/* base05 - #405c79 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #405c79
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #bf8b56
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #bfbf56
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #8bbf56
-}
-.hljs-strong {
- font-weight: bold;
- color: #8bbf56
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #56bf8b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #568bbf
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8b56bf
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #bf568b
-}
-.hljs-emphasis {
- color: #bf568b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bf5656
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#405c79;background:#f7f9fb}.hljs ::selection,.hljs::selection{background-color:#cbd6e2;color:#405c79}.hljs-comment{color:#aabcce}.hljs-tag{color:#627e99}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#405c79}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bf8b56}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bfbf56}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8bbf56}.hljs-strong{font-weight:700;color:#8bbf56}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#56bf8b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#568bbf}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8b56bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bf568b}.hljs-emphasis{color:#bf568b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bf5656}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/harmonic16-light.min.css b/node_modules/highlight.js/styles/base16/harmonic16-light.min.css
deleted file mode 100644
index 72ab06a..0000000
--- a/node_modules/highlight.js/styles/base16/harmonic16-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Harmonic16 Light
- Author: Jannik Siebert (https://github.com/janniks)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#405c79;background:#f7f9fb}.hljs ::selection,.hljs::selection{background-color:#cbd6e2;color:#405c79}.hljs-comment{color:#aabcce}.hljs-tag{color:#627e99}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#405c79}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bf8b56}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bfbf56}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8bbf56}.hljs-strong{font-weight:700;color:#8bbf56}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#56bf8b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#568bbf}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8b56bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bf568b}.hljs-emphasis{color:#bf568b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bf5656}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/heetch-dark.css b/node_modules/highlight.js/styles/base16/heetch-dark.css
index 628c66f..66cb473 100644
--- a/node_modules/highlight.js/styles/base16/heetch-dark.css
+++ b/node_modules/highlight.js/styles/base16/heetch-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Heetch Dark
Author: Geoffrey Teale (tealeg@gmail.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme heetch-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #190134 Default Background
-base01 #392551 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5A496E Selection Background
-base03 #7B6D8B Comments, Invisibles, Line Highlighting
-base04 #9C92A8 Dark Foreground (Used for status bars)
-base05 #BDB6C5 Default Foreground, Caret, Delimiters, Operators
-base06 #DEDAE2 Light Foreground (Not often used)
-base07 #FEFFFF Light Background (Not often used)
-base08 #27D9D5 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #5BA2B6 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #8F6C97 Classes, Markup Bold, Search Text Background
-base0B #C33678 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #F80059 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #BD0152 Functions, Methods, Attribute IDs, Headings
-base0E #82034C Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #470546 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #BDB6C5;
- background: #190134
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5A496E;
- color: #BDB6C5
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7B6D8B - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7B6D8B
-}
-/* base04 - #9C92A8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9C92A8
-}
-/* base05 - #BDB6C5 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #BDB6C5
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #27D9D5
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #5BA2B6
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #8F6C97
-}
-.hljs-strong {
- font-weight: bold;
- color: #8F6C97
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #C33678
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #F80059
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #BD0152
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #82034C
-}
-.hljs-emphasis {
- color: #82034C;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #470546
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#bdb6c5;background:#190134}.hljs ::selection,.hljs::selection{background-color:#5a496e;color:#bdb6c5}.hljs-comment{color:#7b6d8b}.hljs-tag{color:#9c92a8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#bdb6c5}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#27d9d5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#5ba2b6}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8f6c97}.hljs-strong{font-weight:700;color:#8f6c97}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c33678}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#f80059}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#bd0152}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#82034c}.hljs-emphasis{color:#82034c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#470546}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/heetch-dark.min.css b/node_modules/highlight.js/styles/base16/heetch-dark.min.css
deleted file mode 100644
index 66cb473..0000000
--- a/node_modules/highlight.js/styles/base16/heetch-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Heetch Dark
- Author: Geoffrey Teale (tealeg@gmail.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#bdb6c5;background:#190134}.hljs ::selection,.hljs::selection{background-color:#5a496e;color:#bdb6c5}.hljs-comment{color:#7b6d8b}.hljs-tag{color:#9c92a8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#bdb6c5}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#27d9d5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#5ba2b6}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#8f6c97}.hljs-strong{font-weight:700;color:#8f6c97}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c33678}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#f80059}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#bd0152}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#82034c}.hljs-emphasis{color:#82034c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#470546}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/heetch-light.css b/node_modules/highlight.js/styles/base16/heetch-light.css
index b41d5e9..576538f 100644
--- a/node_modules/highlight.js/styles/base16/heetch-light.css
+++ b/node_modules/highlight.js/styles/base16/heetch-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Heetch Light
Author: Geoffrey Teale (tealeg@gmail.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme heetch-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #feffff Default Background
-base01 #392551 Lighter Background (Used for status bars, line number and folding marks)
-base02 #7b6d8b Selection Background
-base03 #9c92a8 Comments, Invisibles, Line Highlighting
-base04 #ddd6e5 Dark Foreground (Used for status bars)
-base05 #5a496e Default Foreground, Caret, Delimiters, Operators
-base06 #470546 Light Foreground (Not often used)
-base07 #190134 Light Background (Not often used)
-base08 #27d9d5 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #bdb6c5 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #5ba2b6 Classes, Markup Bold, Search Text Background
-base0B #f80059 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #c33678 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #47f9f5 Functions, Methods, Attribute IDs, Headings
-base0E #bd0152 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #dedae2 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5a496e;
- background: #feffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #7b6d8b;
- color: #5a496e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #9c92a8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #9c92a8
-}
-/* base04 - #ddd6e5 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #ddd6e5
-}
-/* base05 - #5a496e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5a496e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #27d9d5
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #bdb6c5
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #5ba2b6
-}
-.hljs-strong {
- font-weight: bold;
- color: #5ba2b6
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #f80059
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #c33678
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #47f9f5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #bd0152
-}
-.hljs-emphasis {
- color: #bd0152;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #dedae2
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5a496e;background:#feffff}.hljs ::selection,.hljs::selection{background-color:#7b6d8b;color:#5a496e}.hljs-comment{color:#9c92a8}.hljs-tag{color:#ddd6e5}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5a496e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#27d9d5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bdb6c5}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#5ba2b6}.hljs-strong{font-weight:700;color:#5ba2b6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f80059}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#c33678}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#47f9f5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bd0152}.hljs-emphasis{color:#bd0152;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#dedae2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/heetch-light.min.css b/node_modules/highlight.js/styles/base16/heetch-light.min.css
deleted file mode 100644
index 576538f..0000000
--- a/node_modules/highlight.js/styles/base16/heetch-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Heetch Light
- Author: Geoffrey Teale (tealeg@gmail.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5a496e;background:#feffff}.hljs ::selection,.hljs::selection{background-color:#7b6d8b;color:#5a496e}.hljs-comment{color:#9c92a8}.hljs-tag{color:#ddd6e5}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5a496e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#27d9d5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bdb6c5}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#5ba2b6}.hljs-strong{font-weight:700;color:#5ba2b6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#f80059}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#c33678}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#47f9f5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bd0152}.hljs-emphasis{color:#bd0152;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#dedae2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/helios.css b/node_modules/highlight.js/styles/base16/helios.css
index 572dc41..fe2574a 100644
--- a/node_modules/highlight.js/styles/base16/helios.css
+++ b/node_modules/highlight.js/styles/base16/helios.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Helios
Author: Alex Meyer (https://github.com/reyemxela)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme helios
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1d2021 Default Background
-base01 #383c3e Lighter Background (Used for status bars, line number and folding marks)
-base02 #53585b Selection Background
-base03 #6f7579 Comments, Invisibles, Line Highlighting
-base04 #cdcdcd Dark Foreground (Used for status bars)
-base05 #d5d5d5 Default Foreground, Caret, Delimiters, Operators
-base06 #dddddd Light Foreground (Not often used)
-base07 #e5e5e5 Light Background (Not often used)
-base08 #d72638 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #eb8413 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f19d1a Classes, Markup Bold, Search Text Background
-base0B #88b92d Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1ba595 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #1e8bac Functions, Methods, Attribute IDs, Headings
-base0E #be4264 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c85e0d Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d5d5d5;
- background: #1d2021
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #53585b;
- color: #d5d5d5
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6f7579 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6f7579
-}
-/* base04 - #cdcdcd - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #cdcdcd
-}
-/* base05 - #d5d5d5 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d5d5d5
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d72638
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #eb8413
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f19d1a
-}
-.hljs-strong {
- font-weight: bold;
- color: #f19d1a
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #88b92d
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1ba595
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #1e8bac
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #be4264
-}
-.hljs-emphasis {
- color: #be4264;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c85e0d
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5d5d5;background:#1d2021}.hljs ::selection,.hljs::selection{background-color:#53585b;color:#d5d5d5}.hljs-comment{color:#6f7579}.hljs-tag{color:#cdcdcd}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d5d5d5}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d72638}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eb8413}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f19d1a}.hljs-strong{font-weight:700;color:#f19d1a}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#88b92d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1ba595}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#1e8bac}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#be4264}.hljs-emphasis{color:#be4264;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c85e0d}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/helios.min.css b/node_modules/highlight.js/styles/base16/helios.min.css
deleted file mode 100644
index fe2574a..0000000
--- a/node_modules/highlight.js/styles/base16/helios.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Helios
- Author: Alex Meyer (https://github.com/reyemxela)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5d5d5;background:#1d2021}.hljs ::selection,.hljs::selection{background-color:#53585b;color:#d5d5d5}.hljs-comment{color:#6f7579}.hljs-tag{color:#cdcdcd}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d5d5d5}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d72638}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eb8413}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f19d1a}.hljs-strong{font-weight:700;color:#f19d1a}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#88b92d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1ba595}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#1e8bac}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#be4264}.hljs-emphasis{color:#be4264;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c85e0d}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/hopscotch.css b/node_modules/highlight.js/styles/base16/hopscotch.css
index 6742d89..908ae4c 100644
--- a/node_modules/highlight.js/styles/base16/hopscotch.css
+++ b/node_modules/highlight.js/styles/base16/hopscotch.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Hopscotch
Author: Jan T. Sott
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme hopscotch
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #322931 Default Background
-base01 #433b42 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5c545b Selection Background
-base03 #797379 Comments, Invisibles, Line Highlighting
-base04 #989498 Dark Foreground (Used for status bars)
-base05 #b9b5b8 Default Foreground, Caret, Delimiters, Operators
-base06 #d5d3d5 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #dd464c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fd8b19 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fdcc59 Classes, Markup Bold, Search Text Background
-base0B #8fc13e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #149b93 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #1290bf Functions, Methods, Attribute IDs, Headings
-base0E #c85e7c Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b33508 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b9b5b8;
- background: #322931
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5c545b;
- color: #b9b5b8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #797379 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #797379
-}
-/* base04 - #989498 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #989498
-}
-/* base05 - #b9b5b8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b9b5b8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #dd464c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fd8b19
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fdcc59
-}
-.hljs-strong {
- font-weight: bold;
- color: #fdcc59
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8fc13e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #149b93
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #1290bf
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #c85e7c
-}
-.hljs-emphasis {
- color: #c85e7c;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b33508
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b9b5b8;background:#322931}.hljs ::selection,.hljs::selection{background-color:#5c545b;color:#b9b5b8}.hljs-comment{color:#797379}.hljs-tag{color:#989498}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b9b5b8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dd464c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd8b19}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fdcc59}.hljs-strong{font-weight:700;color:#fdcc59}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8fc13e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#149b93}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#1290bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c85e7c}.hljs-emphasis{color:#c85e7c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b33508}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/hopscotch.min.css b/node_modules/highlight.js/styles/base16/hopscotch.min.css
deleted file mode 100644
index 908ae4c..0000000
--- a/node_modules/highlight.js/styles/base16/hopscotch.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Hopscotch
- Author: Jan T. Sott
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b9b5b8;background:#322931}.hljs ::selection,.hljs::selection{background-color:#5c545b;color:#b9b5b8}.hljs-comment{color:#797379}.hljs-tag{color:#989498}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b9b5b8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dd464c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd8b19}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fdcc59}.hljs-strong{font-weight:700;color:#fdcc59}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8fc13e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#149b93}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#1290bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c85e7c}.hljs-emphasis{color:#c85e7c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b33508}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/horizon-dark.css b/node_modules/highlight.js/styles/base16/horizon-dark.css
index c4c77f7..a6fad3e 100644
--- a/node_modules/highlight.js/styles/base16/horizon-dark.css
+++ b/node_modules/highlight.js/styles/base16/horizon-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Horizon Dark
Author: Michaël Ball (http://github.com/michael-ball/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme horizon-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1C1E26 Default Background
-base01 #232530 Lighter Background (Used for status bars, line number and folding marks)
-base02 #2E303E Selection Background
-base03 #6F6F70 Comments, Invisibles, Line Highlighting
-base04 #9DA0A2 Dark Foreground (Used for status bars)
-base05 #CBCED0 Default Foreground, Caret, Delimiters, Operators
-base06 #DCDFE4 Light Foreground (Not often used)
-base07 #E3E6EE Light Background (Not often used)
-base08 #E93C58 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #E58D7D Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #EFB993 Classes, Markup Bold, Search Text Background
-base0B #EFAF8E Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #24A8B4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #DF5273 Functions, Methods, Attribute IDs, Headings
-base0E #B072D1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #E4A382 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #CBCED0;
- background: #1C1E26
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #2E303E;
- color: #CBCED0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6F6F70 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6F6F70
-}
-/* base04 - #9DA0A2 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9DA0A2
-}
-/* base05 - #CBCED0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #CBCED0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #E93C58
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #E58D7D
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #EFB993
-}
-.hljs-strong {
- font-weight: bold;
- color: #EFB993
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #EFAF8E
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #24A8B4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #DF5273
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #B072D1
-}
-.hljs-emphasis {
- color: #B072D1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #E4A382
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cbced0;background:#1c1e26}.hljs ::selection,.hljs::selection{background-color:#2e303e;color:#cbced0}.hljs-comment{color:#6f6f70}.hljs-tag{color:#9da0a2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cbced0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e93c58}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e58d7d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#efb993}.hljs-strong{font-weight:700;color:#efb993}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#efaf8e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#24a8b4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#df5273}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b072d1}.hljs-emphasis{color:#b072d1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e4a382}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/horizon-dark.min.css b/node_modules/highlight.js/styles/base16/horizon-dark.min.css
deleted file mode 100644
index a6fad3e..0000000
--- a/node_modules/highlight.js/styles/base16/horizon-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Horizon Dark
- Author: Michaël Ball (http://github.com/michael-ball/)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cbced0;background:#1c1e26}.hljs ::selection,.hljs::selection{background-color:#2e303e;color:#cbced0}.hljs-comment{color:#6f6f70}.hljs-tag{color:#9da0a2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cbced0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e93c58}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e58d7d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#efb993}.hljs-strong{font-weight:700;color:#efb993}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#efaf8e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#24a8b4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#df5273}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b072d1}.hljs-emphasis{color:#b072d1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e4a382}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/horizon-light.css b/node_modules/highlight.js/styles/base16/horizon-light.css
index 91b6c4a..ae33a6e 100644
--- a/node_modules/highlight.js/styles/base16/horizon-light.css
+++ b/node_modules/highlight.js/styles/base16/horizon-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Horizon Light
Author: Michaël Ball (http://github.com/michael-ball/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme horizon-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #FDF0ED Default Background
-base01 #FADAD1 Lighter Background (Used for status bars, line number and folding marks)
-base02 #F9CBBE Selection Background
-base03 #BDB3B1 Comments, Invisibles, Line Highlighting
-base04 #948C8A Dark Foreground (Used for status bars)
-base05 #403C3D Default Foreground, Caret, Delimiters, Operators
-base06 #302C2D Light Foreground (Not often used)
-base07 #201C1D Light Background (Not often used)
-base08 #E95678 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F9CEC3 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FADAD1 Classes, Markup Bold, Search Text Background
-base0B #29D398 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #59E1E3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #26BBD9 Functions, Methods, Attribute IDs, Headings
-base0E #EE64AC Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #F9CBBE Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #403C3D;
- background: #FDF0ED
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #F9CBBE;
- color: #403C3D
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #BDB3B1 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #BDB3B1
-}
-/* base04 - #948C8A - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #948C8A
-}
-/* base05 - #403C3D - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #403C3D
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #E95678
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F9CEC3
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FADAD1
-}
-.hljs-strong {
- font-weight: bold;
- color: #FADAD1
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #29D398
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #59E1E3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #26BBD9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #EE64AC
-}
-.hljs-emphasis {
- color: #EE64AC;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #F9CBBE
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#403c3d;background:#fdf0ed}.hljs ::selection,.hljs::selection{background-color:#f9cbbe;color:#403c3d}.hljs-comment{color:#bdb3b1}.hljs-tag{color:#948c8a}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#403c3d}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e95678}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f9cec3}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fadad1}.hljs-strong{font-weight:700;color:#fadad1}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#29d398}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#59e1e3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#26bbd9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ee64ac}.hljs-emphasis{color:#ee64ac;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f9cbbe}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/horizon-light.min.css b/node_modules/highlight.js/styles/base16/horizon-light.min.css
deleted file mode 100644
index ae33a6e..0000000
--- a/node_modules/highlight.js/styles/base16/horizon-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Horizon Light
- Author: Michaël Ball (http://github.com/michael-ball/)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#403c3d;background:#fdf0ed}.hljs ::selection,.hljs::selection{background-color:#f9cbbe;color:#403c3d}.hljs-comment{color:#bdb3b1}.hljs-tag{color:#948c8a}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#403c3d}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e95678}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f9cec3}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fadad1}.hljs-strong{font-weight:700;color:#fadad1}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#29d398}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#59e1e3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#26bbd9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ee64ac}.hljs-emphasis{color:#ee64ac;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f9cbbe}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/humanoid-dark.css b/node_modules/highlight.js/styles/base16/humanoid-dark.css
index 6fc6bcf..a87c147 100644
--- a/node_modules/highlight.js/styles/base16/humanoid-dark.css
+++ b/node_modules/highlight.js/styles/base16/humanoid-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Humanoid dark
Author: Thomas (tasmo) Friese
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme humanoid-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #232629 Default Background
-base01 #333b3d Lighter Background (Used for status bars, line number and folding marks)
-base02 #484e54 Selection Background
-base03 #60615d Comments, Invisibles, Line Highlighting
-base04 #c0c0bd Dark Foreground (Used for status bars)
-base05 #f8f8f2 Default Foreground, Caret, Delimiters, Operators
-base06 #fcfcf6 Light Foreground (Not often used)
-base07 #fcfcfc Light Background (Not often used)
-base08 #f11235 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff9505 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffb627 Classes, Markup Bold, Search Text Background
-base0B #02d849 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #0dd9d6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #00a6fb Functions, Methods, Attribute IDs, Headings
-base0E #f15ee3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b27701 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #f8f8f2;
- background: #232629
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #484e54;
- color: #f8f8f2
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #60615d - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #60615d
-}
-/* base04 - #c0c0bd - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #c0c0bd
-}
-/* base05 - #f8f8f2 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #f8f8f2
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f11235
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff9505
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffb627
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffb627
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #02d849
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #0dd9d6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #00a6fb
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #f15ee3
-}
-.hljs-emphasis {
- color: #f15ee3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b27701
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#f8f8f2;background:#232629}.hljs ::selection,.hljs::selection{background-color:#484e54;color:#f8f8f2}.hljs-comment{color:#60615d}.hljs-tag{color:#c0c0bd}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#f8f8f2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f11235}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff9505}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffb627}.hljs-strong{font-weight:700;color:#ffb627}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#02d849}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0dd9d6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#00a6fb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#f15ee3}.hljs-emphasis{color:#f15ee3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b27701}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/humanoid-dark.min.css b/node_modules/highlight.js/styles/base16/humanoid-dark.min.css
deleted file mode 100644
index a87c147..0000000
--- a/node_modules/highlight.js/styles/base16/humanoid-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Humanoid dark
- Author: Thomas (tasmo) Friese
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#f8f8f2;background:#232629}.hljs ::selection,.hljs::selection{background-color:#484e54;color:#f8f8f2}.hljs-comment{color:#60615d}.hljs-tag{color:#c0c0bd}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#f8f8f2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f11235}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff9505}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffb627}.hljs-strong{font-weight:700;color:#ffb627}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#02d849}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0dd9d6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#00a6fb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#f15ee3}.hljs-emphasis{color:#f15ee3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b27701}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/humanoid-light.css b/node_modules/highlight.js/styles/base16/humanoid-light.css
index c702d22..4e3b7ca 100644
--- a/node_modules/highlight.js/styles/base16/humanoid-light.css
+++ b/node_modules/highlight.js/styles/base16/humanoid-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Humanoid light
Author: Thomas (tasmo) Friese
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme humanoid-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f8f8f2 Default Background
-base01 #efefe9 Lighter Background (Used for status bars, line number and folding marks)
-base02 #deded8 Selection Background
-base03 #c0c0bd Comments, Invisibles, Line Highlighting
-base04 #60615d Dark Foreground (Used for status bars)
-base05 #232629 Default Foreground, Caret, Delimiters, Operators
-base06 #2f3337 Light Foreground (Not often used)
-base07 #070708 Light Background (Not often used)
-base08 #b0151a Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff3d00 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffb627 Classes, Markup Bold, Search Text Background
-base0B #388e3c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #008e8e Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0082c9 Functions, Methods, Attribute IDs, Headings
-base0E #700f98 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b27701 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #232629;
- background: #f8f8f2
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #deded8;
- color: #232629
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #c0c0bd - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #c0c0bd
-}
-/* base04 - #60615d - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #60615d
-}
-/* base05 - #232629 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #232629
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b0151a
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff3d00
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffb627
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffb627
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #388e3c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #008e8e
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0082c9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #700f98
-}
-.hljs-emphasis {
- color: #700f98;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b27701
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#232629;background:#f8f8f2}.hljs ::selection,.hljs::selection{background-color:#deded8;color:#232629}.hljs-comment{color:#c0c0bd}.hljs-tag{color:#60615d}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#232629}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b0151a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff3d00}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffb627}.hljs-strong{font-weight:700;color:#ffb627}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#388e3c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#008e8e}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0082c9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#700f98}.hljs-emphasis{color:#700f98;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b27701}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/humanoid-light.min.css b/node_modules/highlight.js/styles/base16/humanoid-light.min.css
deleted file mode 100644
index 4e3b7ca..0000000
--- a/node_modules/highlight.js/styles/base16/humanoid-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Humanoid light
- Author: Thomas (tasmo) Friese
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#232629;background:#f8f8f2}.hljs ::selection,.hljs::selection{background-color:#deded8;color:#232629}.hljs-comment{color:#c0c0bd}.hljs-tag{color:#60615d}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#232629}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b0151a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff3d00}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffb627}.hljs-strong{font-weight:700;color:#ffb627}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#388e3c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#008e8e}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0082c9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#700f98}.hljs-emphasis{color:#700f98;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b27701}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ia-dark.css b/node_modules/highlight.js/styles/base16/ia-dark.css
index 77014c2..b80fad4 100644
--- a/node_modules/highlight.js/styles/base16/ia-dark.css
+++ b/node_modules/highlight.js/styles/base16/ia-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: iA Dark
Author: iA Inc. (modified by aramisgithub)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ia-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1a1a1a Default Background
-base01 #222222 Lighter Background (Used for status bars, line number and folding marks)
-base02 #1d414d Selection Background
-base03 #767676 Comments, Invisibles, Line Highlighting
-base04 #b8b8b8 Dark Foreground (Used for status bars)
-base05 #cccccc Default Foreground, Caret, Delimiters, Operators
-base06 #e8e8e8 Light Foreground (Not often used)
-base07 #f8f8f8 Light Background (Not often used)
-base08 #d88568 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d86868 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b99353 Classes, Markup Bold, Search Text Background
-base0B #83a471 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #7c9cae Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8eccdd Functions, Methods, Attribute IDs, Headings
-base0E #b98eb2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8b6c37 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cccccc;
- background: #1a1a1a
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #1d414d;
- color: #cccccc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #767676 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #767676
-}
-/* base04 - #b8b8b8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b8b8b8
-}
-/* base05 - #cccccc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cccccc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d88568
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d86868
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b99353
-}
-.hljs-strong {
- font-weight: bold;
- color: #b99353
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #83a471
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #7c9cae
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8eccdd
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b98eb2
-}
-.hljs-emphasis {
- color: #b98eb2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8b6c37
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#1a1a1a}.hljs ::selection,.hljs::selection{background-color:#1d414d;color:#ccc}.hljs-comment{color:#767676}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d88568}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d86868}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b99353}.hljs-strong{font-weight:700;color:#b99353}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#83a471}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#7c9cae}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8eccdd}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b98eb2}.hljs-emphasis{color:#b98eb2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8b6c37}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ia-dark.min.css b/node_modules/highlight.js/styles/base16/ia-dark.min.css
deleted file mode 100644
index b80fad4..0000000
--- a/node_modules/highlight.js/styles/base16/ia-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: iA Dark
- Author: iA Inc. (modified by aramisgithub)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#1a1a1a}.hljs ::selection,.hljs::selection{background-color:#1d414d;color:#ccc}.hljs-comment{color:#767676}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d88568}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d86868}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b99353}.hljs-strong{font-weight:700;color:#b99353}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#83a471}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#7c9cae}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8eccdd}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b98eb2}.hljs-emphasis{color:#b98eb2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8b6c37}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ia-light.css b/node_modules/highlight.js/styles/base16/ia-light.css
index d39fff4..8a33ab7 100644
--- a/node_modules/highlight.js/styles/base16/ia-light.css
+++ b/node_modules/highlight.js/styles/base16/ia-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: iA Light
Author: iA Inc. (modified by aramisgithub)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ia-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f6f6f6 Default Background
-base01 #dedede Lighter Background (Used for status bars, line number and folding marks)
-base02 #bde5f2 Selection Background
-base03 #898989 Comments, Invisibles, Line Highlighting
-base04 #767676 Dark Foreground (Used for status bars)
-base05 #181818 Default Foreground, Caret, Delimiters, Operators
-base06 #e8e8e8 Light Foreground (Not often used)
-base07 #f8f8f8 Light Background (Not often used)
-base08 #9c5a02 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #c43e18 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c48218 Classes, Markup Bold, Search Text Background
-base0B #38781c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #2d6bb1 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #48bac2 Functions, Methods, Attribute IDs, Headings
-base0E #a94598 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8b6c37 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #181818;
- background: #f6f6f6
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #bde5f2;
- color: #181818
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #898989 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #898989
-}
-/* base04 - #767676 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #767676
-}
-/* base05 - #181818 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #181818
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #9c5a02
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #c43e18
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c48218
-}
-.hljs-strong {
- font-weight: bold;
- color: #c48218
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #38781c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #2d6bb1
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #48bac2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a94598
-}
-.hljs-emphasis {
- color: #a94598;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8b6c37
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#181818;background:#f6f6f6}.hljs ::selection,.hljs::selection{background-color:#bde5f2;color:#181818}.hljs-comment{color:#898989}.hljs-tag{color:#767676}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#181818}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#9c5a02}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c43e18}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c48218}.hljs-strong{font-weight:700;color:#c48218}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#38781c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2d6bb1}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#48bac2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a94598}.hljs-emphasis{color:#a94598;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8b6c37}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ia-light.min.css b/node_modules/highlight.js/styles/base16/ia-light.min.css
deleted file mode 100644
index 8a33ab7..0000000
--- a/node_modules/highlight.js/styles/base16/ia-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: iA Light
- Author: iA Inc. (modified by aramisgithub)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#181818;background:#f6f6f6}.hljs ::selection,.hljs::selection{background-color:#bde5f2;color:#181818}.hljs-comment{color:#898989}.hljs-tag{color:#767676}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#181818}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#9c5a02}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c43e18}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c48218}.hljs-strong{font-weight:700;color:#c48218}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#38781c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2d6bb1}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#48bac2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a94598}.hljs-emphasis{color:#a94598;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8b6c37}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/icy-dark.css b/node_modules/highlight.js/styles/base16/icy-dark.css
index 491cfd4..25cf077 100644
--- a/node_modules/highlight.js/styles/base16/icy-dark.css
+++ b/node_modules/highlight.js/styles/base16/icy-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Icy Dark
Author: icyphox (https://icyphox.ga)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme icy-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #021012 Default Background
-base01 #031619 Lighter Background (Used for status bars, line number and folding marks)
-base02 #041f23 Selection Background
-base03 #052e34 Comments, Invisibles, Line Highlighting
-base04 #064048 Dark Foreground (Used for status bars)
-base05 #095b67 Default Foreground, Caret, Delimiters, Operators
-base06 #0c7c8c Light Foreground (Not often used)
-base07 #109cb0 Light Background (Not often used)
-base08 #16c1d9 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b3ebf2 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #80deea Classes, Markup Bold, Search Text Background
-base0B #4dd0e1 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #26c6da Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #00bcd4 Functions, Methods, Attribute IDs, Headings
-base0E #00acc1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #0097a7 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #095b67;
- background: #021012
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #041f23;
- color: #095b67
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #052e34 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #052e34
-}
-/* base04 - #064048 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #064048
-}
-/* base05 - #095b67 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #095b67
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #16c1d9
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b3ebf2
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #80deea
-}
-.hljs-strong {
- font-weight: bold;
- color: #80deea
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #4dd0e1
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #26c6da
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #00bcd4
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #00acc1
-}
-.hljs-emphasis {
- color: #00acc1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #0097a7
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#095b67;background:#021012}.hljs ::selection,.hljs::selection{background-color:#041f23;color:#095b67}.hljs-comment{color:#052e34}.hljs-tag{color:#064048}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#095b67}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#16c1d9}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b3ebf2}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#80deea}.hljs-strong{font-weight:700;color:#80deea}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4dd0e1}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#26c6da}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#00bcd4}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#00acc1}.hljs-emphasis{color:#00acc1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#0097a7}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/icy-dark.min.css b/node_modules/highlight.js/styles/base16/icy-dark.min.css
deleted file mode 100644
index 25cf077..0000000
--- a/node_modules/highlight.js/styles/base16/icy-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Icy Dark
- Author: icyphox (https://icyphox.ga)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#095b67;background:#021012}.hljs ::selection,.hljs::selection{background-color:#041f23;color:#095b67}.hljs-comment{color:#052e34}.hljs-tag{color:#064048}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#095b67}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#16c1d9}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b3ebf2}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#80deea}.hljs-strong{font-weight:700;color:#80deea}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4dd0e1}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#26c6da}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#00bcd4}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#00acc1}.hljs-emphasis{color:#00acc1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#0097a7}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ir-black.css b/node_modules/highlight.js/styles/base16/ir-black.css
index 65653e5..54afa45 100644
--- a/node_modules/highlight.js/styles/base16/ir-black.css
+++ b/node_modules/highlight.js/styles/base16/ir-black.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: IR Black
Author: Timothée Poisot (http://timotheepoisot.fr)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ir-black
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #242422 Lighter Background (Used for status bars, line number and folding marks)
-base02 #484844 Selection Background
-base03 #6c6c66 Comments, Invisibles, Line Highlighting
-base04 #918f88 Dark Foreground (Used for status bars)
-base05 #b5b3aa Default Foreground, Caret, Delimiters, Operators
-base06 #d9d7cc Light Foreground (Not often used)
-base07 #fdfbee Light Background (Not often used)
-base08 #ff6c60 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #e9c062 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffffb6 Classes, Markup Bold, Search Text Background
-base0B #a8ff60 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #c6c5fe Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #96cbfe Functions, Methods, Attribute IDs, Headings
-base0E #ff73fd Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b18a3d Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b5b3aa;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #484844;
- color: #b5b3aa
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6c6c66 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6c6c66
-}
-/* base04 - #918f88 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #918f88
-}
-/* base05 - #b5b3aa - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b5b3aa
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff6c60
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #e9c062
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffffb6
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffffb6
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a8ff60
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #c6c5fe
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #96cbfe
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ff73fd
-}
-.hljs-emphasis {
- color: #ff73fd;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b18a3d
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b5b3aa;background:#000}.hljs ::selection,.hljs::selection{background-color:#484844;color:#b5b3aa}.hljs-comment{color:#6c6c66}.hljs-tag{color:#918f88}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b5b3aa}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff6c60}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e9c062}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffffb6}.hljs-strong{font-weight:700;color:#ffffb6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a8ff60}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#c6c5fe}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#96cbfe}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ff73fd}.hljs-emphasis{color:#ff73fd;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b18a3d}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ir-black.min.css b/node_modules/highlight.js/styles/base16/ir-black.min.css
deleted file mode 100644
index 54afa45..0000000
--- a/node_modules/highlight.js/styles/base16/ir-black.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: IR Black
- Author: Timothée Poisot (http://timotheepoisot.fr)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b5b3aa;background:#000}.hljs ::selection,.hljs::selection{background-color:#484844;color:#b5b3aa}.hljs-comment{color:#6c6c66}.hljs-tag{color:#918f88}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b5b3aa}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff6c60}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e9c062}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffffb6}.hljs-strong{font-weight:700;color:#ffffb6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a8ff60}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#c6c5fe}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#96cbfe}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ff73fd}.hljs-emphasis{color:#ff73fd;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b18a3d}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/isotope.css b/node_modules/highlight.js/styles/base16/isotope.css
index 0bad052..ef27862 100644
--- a/node_modules/highlight.js/styles/base16/isotope.css
+++ b/node_modules/highlight.js/styles/base16/isotope.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Isotope
Author: Jan T. Sott
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme isotope
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #404040 Lighter Background (Used for status bars, line number and folding marks)
-base02 #606060 Selection Background
-base03 #808080 Comments, Invisibles, Line Highlighting
-base04 #c0c0c0 Dark Foreground (Used for status bars)
-base05 #d0d0d0 Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #ff0000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff9900 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ff0099 Classes, Markup Bold, Search Text Background
-base0B #33ff00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00ffff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0066ff Functions, Methods, Attribute IDs, Headings
-base0E #cc00ff Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #3300ff Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d0d0d0;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #606060;
- color: #d0d0d0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #808080 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #808080
-}
-/* base04 - #c0c0c0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #c0c0c0
-}
-/* base05 - #d0d0d0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d0d0d0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff0000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff9900
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ff0099
-}
-.hljs-strong {
- font-weight: bold;
- color: #ff0099
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #33ff00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00ffff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0066ff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #cc00ff
-}
-.hljs-emphasis {
- color: #cc00ff;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #3300ff
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#000}.hljs ::selection,.hljs::selection{background-color:#606060;color:#d0d0d0}.hljs-comment{color:grey}.hljs-tag{color:silver}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:red}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f90}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f09}.hljs-strong{font-weight:700;color:#f09}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#3f0}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0ff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#06f}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c0f}.hljs-emphasis{color:#c0f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#30f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/isotope.min.css b/node_modules/highlight.js/styles/base16/isotope.min.css
deleted file mode 100644
index ef27862..0000000
--- a/node_modules/highlight.js/styles/base16/isotope.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Isotope
- Author: Jan T. Sott
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#000}.hljs ::selection,.hljs::selection{background-color:#606060;color:#d0d0d0}.hljs-comment{color:grey}.hljs-tag{color:silver}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:red}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f90}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f09}.hljs-strong{font-weight:700;color:#f09}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#3f0}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0ff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#06f}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c0f}.hljs-emphasis{color:#c0f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#30f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/kimber.css b/node_modules/highlight.js/styles/base16/kimber.css
index 9a8d97d..f2c29f4 100644
--- a/node_modules/highlight.js/styles/base16/kimber.css
+++ b/node_modules/highlight.js/styles/base16/kimber.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Kimber
Author: Mishka Nguyen (https://github.com/akhsiM)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme kimber
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #222222 Default Background
-base01 #313131 Lighter Background (Used for status bars, line number and folding marks)
-base02 #555D55 Selection Background
-base03 #644646 Comments, Invisibles, Line Highlighting
-base04 #5A5A5A Dark Foreground (Used for status bars)
-base05 #DEDEE7 Default Foreground, Caret, Delimiters, Operators
-base06 #C3C3B4 Light Foreground (Not often used)
-base07 #FFFFE6 Light Background (Not often used)
-base08 #C88C8C Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #476C88 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #D8B56D Classes, Markup Bold, Search Text Background
-base0B #99C899 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #78B4B4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #537C9C Functions, Methods, Attribute IDs, Headings
-base0E #86CACD Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #704F4F Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #DEDEE7;
- background: #222222
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #555D55;
- color: #DEDEE7
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #644646 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #644646
-}
-/* base04 - #5A5A5A - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5A5A5A
-}
-/* base05 - #DEDEE7 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #DEDEE7
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #C88C8C
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #476C88
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #D8B56D
-}
-.hljs-strong {
- font-weight: bold;
- color: #D8B56D
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #99C899
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #78B4B4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #537C9C
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #86CACD
-}
-.hljs-emphasis {
- color: #86CACD;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #704F4F
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dedee7;background:#222}.hljs ::selection,.hljs::selection{background-color:#555d55;color:#dedee7}.hljs-comment{color:#644646}.hljs-tag{color:#5a5a5a}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dedee7}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c88c8c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#476c88}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#d8b56d}.hljs-strong{font-weight:700;color:#d8b56d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#99c899}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#78b4b4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#537c9c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#86cacd}.hljs-emphasis{color:#86cacd;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#704f4f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/kimber.min.css b/node_modules/highlight.js/styles/base16/kimber.min.css
deleted file mode 100644
index f2c29f4..0000000
--- a/node_modules/highlight.js/styles/base16/kimber.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Kimber
- Author: Mishka Nguyen (https://github.com/akhsiM)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dedee7;background:#222}.hljs ::selection,.hljs::selection{background-color:#555d55;color:#dedee7}.hljs-comment{color:#644646}.hljs-tag{color:#5a5a5a}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dedee7}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c88c8c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#476c88}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#d8b56d}.hljs-strong{font-weight:700;color:#d8b56d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#99c899}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#78b4b4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#537c9c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#86cacd}.hljs-emphasis{color:#86cacd;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#704f4f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/london-tube.css b/node_modules/highlight.js/styles/base16/london-tube.css
index 2b285b2..613ed64 100644
--- a/node_modules/highlight.js/styles/base16/london-tube.css
+++ b/node_modules/highlight.js/styles/base16/london-tube.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: London Tube
Author: Jan T. Sott
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme london-tube
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #231f20 Default Background
-base01 #1c3f95 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5a5758 Selection Background
-base03 #737171 Comments, Invisibles, Line Highlighting
-base04 #959ca1 Dark Foreground (Used for status bars)
-base05 #d9d8d8 Default Foreground, Caret, Delimiters, Operators
-base06 #e7e7e8 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #ee2e24 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f386a1 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffd204 Classes, Markup Bold, Search Text Background
-base0B #00853e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #85cebc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #009ddc Functions, Methods, Attribute IDs, Headings
-base0E #98005d Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b06110 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d9d8d8;
- background: #231f20
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5a5758;
- color: #d9d8d8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #737171 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #737171
-}
-/* base04 - #959ca1 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #959ca1
-}
-/* base05 - #d9d8d8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d9d8d8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ee2e24
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f386a1
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffd204
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffd204
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00853e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #85cebc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #009ddc
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #98005d
-}
-.hljs-emphasis {
- color: #98005d;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b06110
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d9d8d8;background:#231f20}.hljs ::selection,.hljs::selection{background-color:#5a5758;color:#d9d8d8}.hljs-comment{color:#737171}.hljs-tag{color:#959ca1}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d9d8d8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ee2e24}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f386a1}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffd204}.hljs-strong{font-weight:700;color:#ffd204}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00853e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#85cebc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#009ddc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#98005d}.hljs-emphasis{color:#98005d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b06110}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/london-tube.min.css b/node_modules/highlight.js/styles/base16/london-tube.min.css
deleted file mode 100644
index 613ed64..0000000
--- a/node_modules/highlight.js/styles/base16/london-tube.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: London Tube
- Author: Jan T. Sott
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d9d8d8;background:#231f20}.hljs ::selection,.hljs::selection{background-color:#5a5758;color:#d9d8d8}.hljs-comment{color:#737171}.hljs-tag{color:#959ca1}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d9d8d8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ee2e24}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f386a1}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffd204}.hljs-strong{font-weight:700;color:#ffd204}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00853e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#85cebc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#009ddc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#98005d}.hljs-emphasis{color:#98005d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b06110}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/macintosh.css b/node_modules/highlight.js/styles/base16/macintosh.css
index 9895b7b..a947f9c 100644
--- a/node_modules/highlight.js/styles/base16/macintosh.css
+++ b/node_modules/highlight.js/styles/base16/macintosh.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Macintosh
Author: Rebecca Bettencourt (http://www.kreativekorp.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme macintosh
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #404040 Lighter Background (Used for status bars, line number and folding marks)
-base02 #404040 Selection Background
-base03 #808080 Comments, Invisibles, Line Highlighting
-base04 #808080 Dark Foreground (Used for status bars)
-base05 #c0c0c0 Default Foreground, Caret, Delimiters, Operators
-base06 #c0c0c0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #dd0907 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff6403 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fbf305 Classes, Markup Bold, Search Text Background
-base0B #1fb714 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #02abea Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0000d3 Functions, Methods, Attribute IDs, Headings
-base0E #4700a5 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #90713a Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c0c0c0;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #404040;
- color: #c0c0c0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #808080 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #808080
-}
-/* base04 - #808080 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #808080
-}
-/* base05 - #c0c0c0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c0c0c0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #dd0907
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff6403
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fbf305
-}
-.hljs-strong {
- font-weight: bold;
- color: #fbf305
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #1fb714
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #02abea
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0000d3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #4700a5
-}
-.hljs-emphasis {
- color: #4700a5;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #90713a
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:silver;background:#000}.hljs ::selection,.hljs::selection{background-color:#404040;color:silver}.hljs-comment,.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:silver}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dd0907}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff6403}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fbf305}.hljs-strong{font-weight:700;color:#fbf305}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#1fb714}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#02abea}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0000d3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4700a5}.hljs-emphasis{color:#4700a5;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#90713a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/macintosh.min.css b/node_modules/highlight.js/styles/base16/macintosh.min.css
deleted file mode 100644
index a947f9c..0000000
--- a/node_modules/highlight.js/styles/base16/macintosh.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Macintosh
- Author: Rebecca Bettencourt (http://www.kreativekorp.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:silver;background:#000}.hljs ::selection,.hljs::selection{background-color:#404040;color:silver}.hljs-comment,.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:silver}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dd0907}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff6403}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fbf305}.hljs-strong{font-weight:700;color:#fbf305}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#1fb714}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#02abea}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0000d3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4700a5}.hljs-emphasis{color:#4700a5;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#90713a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/marrakesh.css b/node_modules/highlight.js/styles/base16/marrakesh.css
index 5f86b58..3940e22 100644
--- a/node_modules/highlight.js/styles/base16/marrakesh.css
+++ b/node_modules/highlight.js/styles/base16/marrakesh.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Marrakesh
Author: Alexandre Gavioli (http://github.com/Alexx2/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme marrakesh
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #201602 Default Background
-base01 #302e00 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5f5b17 Selection Background
-base03 #6c6823 Comments, Invisibles, Line Highlighting
-base04 #86813b Dark Foreground (Used for status bars)
-base05 #948e48 Default Foreground, Caret, Delimiters, Operators
-base06 #ccc37a Light Foreground (Not often used)
-base07 #faf0a5 Light Background (Not often used)
-base08 #c35359 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b36144 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a88339 Classes, Markup Bold, Search Text Background
-base0B #18974e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #75a738 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #477ca1 Functions, Methods, Attribute IDs, Headings
-base0E #8868b3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b3588e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #948e48;
- background: #201602
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5f5b17;
- color: #948e48
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6c6823 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6c6823
-}
-/* base04 - #86813b - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #86813b
-}
-/* base05 - #948e48 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #948e48
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c35359
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b36144
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a88339
-}
-.hljs-strong {
- font-weight: bold;
- color: #a88339
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #18974e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #75a738
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #477ca1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8868b3
-}
-.hljs-emphasis {
- color: #8868b3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b3588e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#948e48;background:#201602}.hljs ::selection,.hljs::selection{background-color:#5f5b17;color:#948e48}.hljs-comment{color:#6c6823}.hljs-tag{color:#86813b}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#948e48}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c35359}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b36144}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a88339}.hljs-strong{font-weight:700;color:#a88339}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#18974e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#75a738}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#477ca1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8868b3}.hljs-emphasis{color:#8868b3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b3588e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/marrakesh.min.css b/node_modules/highlight.js/styles/base16/marrakesh.min.css
deleted file mode 100644
index 3940e22..0000000
--- a/node_modules/highlight.js/styles/base16/marrakesh.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Marrakesh
- Author: Alexandre Gavioli (http://github.com/Alexx2/)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#948e48;background:#201602}.hljs ::selection,.hljs::selection{background-color:#5f5b17;color:#948e48}.hljs-comment{color:#6c6823}.hljs-tag{color:#86813b}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#948e48}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c35359}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b36144}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a88339}.hljs-strong{font-weight:700;color:#a88339}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#18974e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#75a738}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#477ca1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8868b3}.hljs-emphasis{color:#8868b3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b3588e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/materia.css b/node_modules/highlight.js/styles/base16/materia.css
index 1a24854..ceb7c0c 100644
--- a/node_modules/highlight.js/styles/base16/materia.css
+++ b/node_modules/highlight.js/styles/base16/materia.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Materia
Author: Defman21
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme materia
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #263238 Default Background
-base01 #2C393F Lighter Background (Used for status bars, line number and folding marks)
-base02 #37474F Selection Background
-base03 #707880 Comments, Invisibles, Line Highlighting
-base04 #C9CCD3 Dark Foreground (Used for status bars)
-base05 #CDD3DE Default Foreground, Caret, Delimiters, Operators
-base06 #D5DBE5 Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #EC5F67 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #EA9560 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FFCC00 Classes, Markup Bold, Search Text Background
-base0B #8BD649 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #80CBC4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #89DDFF Functions, Methods, Attribute IDs, Headings
-base0E #82AAFF Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #EC5F67 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #CDD3DE;
- background: #263238
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #37474F;
- color: #CDD3DE
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #707880 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #707880
-}
-/* base04 - #C9CCD3 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #C9CCD3
-}
-/* base05 - #CDD3DE - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #CDD3DE
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #EC5F67
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #EA9560
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FFCC00
-}
-.hljs-strong {
- font-weight: bold;
- color: #FFCC00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8BD649
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #80CBC4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #89DDFF
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #82AAFF
-}
-.hljs-emphasis {
- color: #82AAFF;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #EC5F67
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cdd3de;background:#263238}.hljs ::selection,.hljs::selection{background-color:#37474f;color:#cdd3de}.hljs-comment{color:#707880}.hljs-tag{color:#c9ccd3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cdd3de}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ec5f67}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ea9560}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fc0}.hljs-strong{font-weight:700;color:#fc0}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8bd649}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#80cbc4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#89ddff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#82aaff}.hljs-emphasis{color:#82aaff;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ec5f67}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/materia.min.css b/node_modules/highlight.js/styles/base16/materia.min.css
deleted file mode 100644
index ceb7c0c..0000000
--- a/node_modules/highlight.js/styles/base16/materia.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Materia
- Author: Defman21
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cdd3de;background:#263238}.hljs ::selection,.hljs::selection{background-color:#37474f;color:#cdd3de}.hljs-comment{color:#707880}.hljs-tag{color:#c9ccd3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cdd3de}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ec5f67}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ea9560}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fc0}.hljs-strong{font-weight:700;color:#fc0}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8bd649}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#80cbc4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#89ddff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#82aaff}.hljs-emphasis{color:#82aaff;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ec5f67}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/material-darker.css b/node_modules/highlight.js/styles/base16/material-darker.css
index 95c9063..8e32102 100644
--- a/node_modules/highlight.js/styles/base16/material-darker.css
+++ b/node_modules/highlight.js/styles/base16/material-darker.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Material Darker
Author: Nate Peterson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme material-darker
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #212121 Default Background
-base01 #303030 Lighter Background (Used for status bars, line number and folding marks)
-base02 #353535 Selection Background
-base03 #4A4A4A Comments, Invisibles, Line Highlighting
-base04 #B2CCD6 Dark Foreground (Used for status bars)
-base05 #EEFFFF Default Foreground, Caret, Delimiters, Operators
-base06 #EEFFFF Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #F07178 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F78C6C Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FFCB6B Classes, Markup Bold, Search Text Background
-base0B #C3E88D Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #89DDFF Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #82AAFF Functions, Methods, Attribute IDs, Headings
-base0E #C792EA Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #FF5370 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #EEFFFF;
- background: #212121
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #353535;
- color: #EEFFFF
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #4A4A4A - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #4A4A4A
-}
-/* base04 - #B2CCD6 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #B2CCD6
-}
-/* base05 - #EEFFFF - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #EEFFFF
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #F07178
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F78C6C
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FFCB6B
-}
-.hljs-strong {
- font-weight: bold;
- color: #FFCB6B
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #C3E88D
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #89DDFF
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #82AAFF
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #C792EA
-}
-.hljs-emphasis {
- color: #C792EA;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #FF5370
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#eff;background:#212121}.hljs ::selection,.hljs::selection{background-color:#353535;color:#eff}.hljs-comment{color:#4a4a4a}.hljs-tag{color:#b2ccd6}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#eff}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f07178}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f78c6c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffcb6b}.hljs-strong{font-weight:700;color:#ffcb6b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c3e88d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#89ddff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#82aaff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c792ea}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff5370}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/material-darker.min.css b/node_modules/highlight.js/styles/base16/material-darker.min.css
deleted file mode 100644
index 8e32102..0000000
--- a/node_modules/highlight.js/styles/base16/material-darker.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Material Darker
- Author: Nate Peterson
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#eff;background:#212121}.hljs ::selection,.hljs::selection{background-color:#353535;color:#eff}.hljs-comment{color:#4a4a4a}.hljs-tag{color:#b2ccd6}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#eff}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f07178}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f78c6c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffcb6b}.hljs-strong{font-weight:700;color:#ffcb6b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c3e88d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#89ddff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#82aaff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c792ea}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff5370}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/material-lighter.css b/node_modules/highlight.js/styles/base16/material-lighter.css
index 548688c..bf84b5e 100644
--- a/node_modules/highlight.js/styles/base16/material-lighter.css
+++ b/node_modules/highlight.js/styles/base16/material-lighter.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Material Lighter
Author: Nate Peterson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme material-lighter
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #FAFAFA Default Background
-base01 #E7EAEC Lighter Background (Used for status bars, line number and folding marks)
-base02 #CCEAE7 Selection Background
-base03 #CCD7DA Comments, Invisibles, Line Highlighting
-base04 #8796B0 Dark Foreground (Used for status bars)
-base05 #80CBC4 Default Foreground, Caret, Delimiters, Operators
-base06 #80CBC4 Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #FF5370 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F76D47 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FFB62C Classes, Markup Bold, Search Text Background
-base0B #91B859 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #39ADB5 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6182B8 Functions, Methods, Attribute IDs, Headings
-base0E #7C4DFF Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #E53935 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #80CBC4;
- background: #FAFAFA
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #CCEAE7;
- color: #80CBC4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #CCD7DA - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #CCD7DA
-}
-/* base04 - #8796B0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #8796B0
-}
-/* base05 - #80CBC4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #80CBC4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #FF5370
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F76D47
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FFB62C
-}
-.hljs-strong {
- font-weight: bold;
- color: #FFB62C
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #91B859
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #39ADB5
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6182B8
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #7C4DFF
-}
-.hljs-emphasis {
- color: #7C4DFF;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #E53935
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#80cbc4;background:#fafafa}.hljs ::selection,.hljs::selection{background-color:#cceae7;color:#80cbc4}.hljs-comment{color:#ccd7da}.hljs-tag{color:#8796b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#80cbc4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff5370}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f76d47}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffb62c}.hljs-strong{font-weight:700;color:#ffb62c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#91b859}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#39adb5}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6182b8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7c4dff}.hljs-emphasis{color:#7c4dff;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e53935}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/material-lighter.min.css b/node_modules/highlight.js/styles/base16/material-lighter.min.css
deleted file mode 100644
index bf84b5e..0000000
--- a/node_modules/highlight.js/styles/base16/material-lighter.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Material Lighter
- Author: Nate Peterson
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#80cbc4;background:#fafafa}.hljs ::selection,.hljs::selection{background-color:#cceae7;color:#80cbc4}.hljs-comment{color:#ccd7da}.hljs-tag{color:#8796b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#80cbc4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff5370}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f76d47}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffb62c}.hljs-strong{font-weight:700;color:#ffb62c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#91b859}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#39adb5}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6182b8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7c4dff}.hljs-emphasis{color:#7c4dff;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e53935}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/material-palenight.css b/node_modules/highlight.js/styles/base16/material-palenight.css
index 53177cb..901eb09 100644
--- a/node_modules/highlight.js/styles/base16/material-palenight.css
+++ b/node_modules/highlight.js/styles/base16/material-palenight.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Material Palenight
Author: Nate Peterson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme material-palenight
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #292D3E Default Background
-base01 #444267 Lighter Background (Used for status bars, line number and folding marks)
-base02 #32374D Selection Background
-base03 #676E95 Comments, Invisibles, Line Highlighting
-base04 #8796B0 Dark Foreground (Used for status bars)
-base05 #959DCB Default Foreground, Caret, Delimiters, Operators
-base06 #959DCB Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #F07178 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F78C6C Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FFCB6B Classes, Markup Bold, Search Text Background
-base0B #C3E88D Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #89DDFF Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #82AAFF Functions, Methods, Attribute IDs, Headings
-base0E #C792EA Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #FF5370 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #959DCB;
- background: #292D3E
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #32374D;
- color: #959DCB
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #676E95 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #676E95
-}
-/* base04 - #8796B0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #8796B0
-}
-/* base05 - #959DCB - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #959DCB
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #F07178
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F78C6C
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FFCB6B
-}
-.hljs-strong {
- font-weight: bold;
- color: #FFCB6B
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #C3E88D
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #89DDFF
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #82AAFF
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #C792EA
-}
-.hljs-emphasis {
- color: #C792EA;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #FF5370
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#959dcb;background:#292d3e}.hljs ::selection,.hljs::selection{background-color:#32374d;color:#959dcb}.hljs-comment{color:#676e95}.hljs-tag{color:#8796b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#959dcb}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f07178}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f78c6c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffcb6b}.hljs-strong{font-weight:700;color:#ffcb6b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c3e88d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#89ddff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#82aaff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c792ea}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff5370}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/material-palenight.min.css b/node_modules/highlight.js/styles/base16/material-palenight.min.css
deleted file mode 100644
index 901eb09..0000000
--- a/node_modules/highlight.js/styles/base16/material-palenight.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Material Palenight
- Author: Nate Peterson
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#959dcb;background:#292d3e}.hljs ::selection,.hljs::selection{background-color:#32374d;color:#959dcb}.hljs-comment{color:#676e95}.hljs-tag{color:#8796b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#959dcb}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f07178}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f78c6c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffcb6b}.hljs-strong{font-weight:700;color:#ffcb6b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c3e88d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#89ddff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#82aaff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c792ea}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff5370}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/material-vivid.css b/node_modules/highlight.js/styles/base16/material-vivid.css
index 002917e..cadaf26 100644
--- a/node_modules/highlight.js/styles/base16/material-vivid.css
+++ b/node_modules/highlight.js/styles/base16/material-vivid.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Material Vivid
Author: joshyrobot
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme material-vivid
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #202124 Default Background
-base01 #27292c Lighter Background (Used for status bars, line number and folding marks)
-base02 #323639 Selection Background
-base03 #44464d Comments, Invisibles, Line Highlighting
-base04 #676c71 Dark Foreground (Used for status bars)
-base05 #80868b Default Foreground, Caret, Delimiters, Operators
-base06 #9e9e9e Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #f44336 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff9800 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffeb3b Classes, Markup Bold, Search Text Background
-base0B #00e676 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00bcd4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #2196f3 Functions, Methods, Attribute IDs, Headings
-base0E #673ab7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8d6e63 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #80868b;
- background: #202124
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #323639;
- color: #80868b
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #44464d - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #44464d
-}
-/* base04 - #676c71 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #676c71
-}
-/* base05 - #80868b - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #80868b
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f44336
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff9800
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffeb3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffeb3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00e676
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00bcd4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #2196f3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #673ab7
-}
-.hljs-emphasis {
- color: #673ab7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8d6e63
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#80868b;background:#202124}.hljs ::selection,.hljs::selection{background-color:#323639;color:#80868b}.hljs-comment{color:#44464d}.hljs-tag{color:#676c71}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#80868b}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f44336}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff9800}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffeb3b}.hljs-strong{font-weight:700;color:#ffeb3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00e676}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00bcd4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#2196f3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#673ab7}.hljs-emphasis{color:#673ab7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8d6e63}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/material-vivid.min.css b/node_modules/highlight.js/styles/base16/material-vivid.min.css
deleted file mode 100644
index cadaf26..0000000
--- a/node_modules/highlight.js/styles/base16/material-vivid.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Material Vivid
- Author: joshyrobot
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#80868b;background:#202124}.hljs ::selection,.hljs::selection{background-color:#323639;color:#80868b}.hljs-comment{color:#44464d}.hljs-tag{color:#676c71}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#80868b}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f44336}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff9800}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffeb3b}.hljs-strong{font-weight:700;color:#ffeb3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00e676}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00bcd4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#2196f3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#673ab7}.hljs-emphasis{color:#673ab7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8d6e63}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/material.css b/node_modules/highlight.js/styles/base16/material.css
index ae72cfc..90c3de9 100644
--- a/node_modules/highlight.js/styles/base16/material.css
+++ b/node_modules/highlight.js/styles/base16/material.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Material
Author: Nate Peterson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme material
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #263238 Default Background
-base01 #2E3C43 Lighter Background (Used for status bars, line number and folding marks)
-base02 #314549 Selection Background
-base03 #546E7A Comments, Invisibles, Line Highlighting
-base04 #B2CCD6 Dark Foreground (Used for status bars)
-base05 #EEFFFF Default Foreground, Caret, Delimiters, Operators
-base06 #EEFFFF Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #F07178 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F78C6C Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FFCB6B Classes, Markup Bold, Search Text Background
-base0B #C3E88D Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #89DDFF Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #82AAFF Functions, Methods, Attribute IDs, Headings
-base0E #C792EA Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #FF5370 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #EEFFFF;
- background: #263238
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #314549;
- color: #EEFFFF
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #546E7A - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #546E7A
-}
-/* base04 - #B2CCD6 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #B2CCD6
-}
-/* base05 - #EEFFFF - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #EEFFFF
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #F07178
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F78C6C
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FFCB6B
-}
-.hljs-strong {
- font-weight: bold;
- color: #FFCB6B
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #C3E88D
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #89DDFF
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #82AAFF
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #C792EA
-}
-.hljs-emphasis {
- color: #C792EA;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #FF5370
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#eff;background:#263238}.hljs ::selection,.hljs::selection{background-color:#314549;color:#eff}.hljs-comment{color:#546e7a}.hljs-tag{color:#b2ccd6}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#eff}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f07178}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f78c6c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffcb6b}.hljs-strong{font-weight:700;color:#ffcb6b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c3e88d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#89ddff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#82aaff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c792ea}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff5370}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/material.min.css b/node_modules/highlight.js/styles/base16/material.min.css
deleted file mode 100644
index 90c3de9..0000000
--- a/node_modules/highlight.js/styles/base16/material.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Material
- Author: Nate Peterson
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#eff;background:#263238}.hljs ::selection,.hljs::selection{background-color:#314549;color:#eff}.hljs-comment{color:#546e7a}.hljs-tag{color:#b2ccd6}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#eff}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f07178}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f78c6c}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffcb6b}.hljs-strong{font-weight:700;color:#ffcb6b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c3e88d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#89ddff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#82aaff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c792ea}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff5370}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/mellow-purple.css b/node_modules/highlight.js/styles/base16/mellow-purple.css
index 41f3706..be9fd92 100644
--- a/node_modules/highlight.js/styles/base16/mellow-purple.css
+++ b/node_modules/highlight.js/styles/base16/mellow-purple.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Mellow Purple
Author: gidsi
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme mellow-purple
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1e0528 Default Background
-base01 #1A092D Lighter Background (Used for status bars, line number and folding marks)
-base02 #331354 Selection Background
-base03 #320f55 Comments, Invisibles, Line Highlighting
-base04 #873582 Dark Foreground (Used for status bars)
-base05 #ffeeff Default Foreground, Caret, Delimiters, Operators
-base06 #ffeeff Light Foreground (Not often used)
-base07 #f8c0ff Light Background (Not often used)
-base08 #00d9e9 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #aa00a3 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #955ae7 Classes, Markup Bold, Search Text Background
-base0B #05cb0d Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #b900b1 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #550068 Functions, Methods, Attribute IDs, Headings
-base0E #8991bb Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #4d6fff Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #ffeeff;
- background: #1e0528
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #331354;
- color: #ffeeff
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #320f55 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #320f55
-}
-/* base04 - #873582 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #873582
-}
-/* base05 - #ffeeff - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #ffeeff
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #00d9e9
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #aa00a3
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #955ae7
-}
-.hljs-strong {
- font-weight: bold;
- color: #955ae7
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #05cb0d
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #b900b1
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #550068
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8991bb
-}
-.hljs-emphasis {
- color: #8991bb;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #4d6fff
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#fef;background:#1e0528}.hljs ::selection,.hljs::selection{background-color:#331354;color:#fef}.hljs-comment{color:#320f55}.hljs-tag{color:#873582}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#fef}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#00d9e9}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aa00a3}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#955ae7}.hljs-strong{font-weight:700;color:#955ae7}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#05cb0d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#b900b1}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#550068}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8991bb}.hljs-emphasis{color:#8991bb;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#4d6fff}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/mellow-purple.min.css b/node_modules/highlight.js/styles/base16/mellow-purple.min.css
deleted file mode 100644
index be9fd92..0000000
--- a/node_modules/highlight.js/styles/base16/mellow-purple.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Mellow Purple
- Author: gidsi
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#fef;background:#1e0528}.hljs ::selection,.hljs::selection{background-color:#331354;color:#fef}.hljs-comment{color:#320f55}.hljs-tag{color:#873582}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#fef}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#00d9e9}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#aa00a3}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#955ae7}.hljs-strong{font-weight:700;color:#955ae7}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#05cb0d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#b900b1}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#550068}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8991bb}.hljs-emphasis{color:#8991bb;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#4d6fff}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/mexico-light.css b/node_modules/highlight.js/styles/base16/mexico-light.css
index 8560231..13747e5 100644
--- a/node_modules/highlight.js/styles/base16/mexico-light.css
+++ b/node_modules/highlight.js/styles/base16/mexico-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Mexico Light
Author: Sheldon Johnson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme mexico-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f8f8f8 Default Background
-base01 #e8e8e8 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d8d8d8 Selection Background
-base03 #b8b8b8 Comments, Invisibles, Line Highlighting
-base04 #585858 Dark Foreground (Used for status bars)
-base05 #383838 Default Foreground, Caret, Delimiters, Operators
-base06 #282828 Light Foreground (Not often used)
-base07 #181818 Light Background (Not often used)
-base08 #ab4642 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #dc9656 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f79a0e Classes, Markup Bold, Search Text Background
-base0B #538947 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #4b8093 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7cafc2 Functions, Methods, Attribute IDs, Headings
-base0E #96609e Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a16946 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #383838;
- background: #f8f8f8
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d8d8d8;
- color: #383838
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #b8b8b8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #b8b8b8
-}
-/* base04 - #585858 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #585858
-}
-/* base05 - #383838 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #383838
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ab4642
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #dc9656
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f79a0e
-}
-.hljs-strong {
- font-weight: bold;
- color: #f79a0e
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #538947
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #4b8093
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7cafc2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #96609e
-}
-.hljs-emphasis {
- color: #96609e;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a16946
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383838;background:#f8f8f8}.hljs ::selection,.hljs::selection{background-color:#d8d8d8;color:#383838}.hljs-comment{color:#b8b8b8}.hljs-tag{color:#585858}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#383838}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ab4642}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dc9656}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f79a0e}.hljs-strong{font-weight:700;color:#f79a0e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#538947}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#4b8093}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cafc2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#96609e}.hljs-emphasis{color:#96609e;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a16946}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/mexico-light.min.css b/node_modules/highlight.js/styles/base16/mexico-light.min.css
deleted file mode 100644
index 13747e5..0000000
--- a/node_modules/highlight.js/styles/base16/mexico-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Mexico Light
- Author: Sheldon Johnson
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383838;background:#f8f8f8}.hljs ::selection,.hljs::selection{background-color:#d8d8d8;color:#383838}.hljs-comment{color:#b8b8b8}.hljs-tag{color:#585858}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#383838}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ab4642}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dc9656}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f79a0e}.hljs-strong{font-weight:700;color:#f79a0e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#538947}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#4b8093}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cafc2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#96609e}.hljs-emphasis{color:#96609e;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a16946}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/mocha.css b/node_modules/highlight.js/styles/base16/mocha.css
index 908f3bb..bc1f3bf 100644
--- a/node_modules/highlight.js/styles/base16/mocha.css
+++ b/node_modules/highlight.js/styles/base16/mocha.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Mocha
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme mocha
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #3B3228 Default Background
-base01 #534636 Lighter Background (Used for status bars, line number and folding marks)
-base02 #645240 Selection Background
-base03 #7e705a Comments, Invisibles, Line Highlighting
-base04 #b8afad Dark Foreground (Used for status bars)
-base05 #d0c8c6 Default Foreground, Caret, Delimiters, Operators
-base06 #e9e1dd Light Foreground (Not often used)
-base07 #f5eeeb Light Background (Not often used)
-base08 #cb6077 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d28b71 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f4bc87 Classes, Markup Bold, Search Text Background
-base0B #beb55b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #7bbda4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8ab3b5 Functions, Methods, Attribute IDs, Headings
-base0E #a89bb9 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bb9584 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d0c8c6;
- background: #3B3228
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #645240;
- color: #d0c8c6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7e705a - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7e705a
-}
-/* base04 - #b8afad - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b8afad
-}
-/* base05 - #d0c8c6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d0c8c6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #cb6077
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d28b71
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f4bc87
-}
-.hljs-strong {
- font-weight: bold;
- color: #f4bc87
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #beb55b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #7bbda4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8ab3b5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a89bb9
-}
-.hljs-emphasis {
- color: #a89bb9;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bb9584
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0c8c6;background:#3b3228}.hljs ::selection,.hljs::selection{background-color:#645240;color:#d0c8c6}.hljs-comment{color:#7e705a}.hljs-tag{color:#b8afad}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0c8c6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cb6077}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28b71}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bc87}.hljs-strong{font-weight:700;color:#f4bc87}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#beb55b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#7bbda4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8ab3b5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a89bb9}.hljs-emphasis{color:#a89bb9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bb9584}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/mocha.min.css b/node_modules/highlight.js/styles/base16/mocha.min.css
deleted file mode 100644
index bc1f3bf..0000000
--- a/node_modules/highlight.js/styles/base16/mocha.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Mocha
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0c8c6;background:#3b3228}.hljs ::selection,.hljs::selection{background-color:#645240;color:#d0c8c6}.hljs-comment{color:#7e705a}.hljs-tag{color:#b8afad}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0c8c6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cb6077}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28b71}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bc87}.hljs-strong{font-weight:700;color:#f4bc87}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#beb55b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#7bbda4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8ab3b5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a89bb9}.hljs-emphasis{color:#a89bb9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bb9584}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/monokai.css b/node_modules/highlight.js/styles/base16/monokai.css
index 097ce34..8aacf00 100644
--- a/node_modules/highlight.js/styles/base16/monokai.css
+++ b/node_modules/highlight.js/styles/base16/monokai.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Monokai
Author: Wimer Hazenberg (http://www.monokai.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme monokai
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #272822 Default Background
-base01 #383830 Lighter Background (Used for status bars, line number and folding marks)
-base02 #49483e Selection Background
-base03 #75715e Comments, Invisibles, Line Highlighting
-base04 #a59f85 Dark Foreground (Used for status bars)
-base05 #f8f8f2 Default Foreground, Caret, Delimiters, Operators
-base06 #f5f4f1 Light Foreground (Not often used)
-base07 #f9f8f5 Light Background (Not often used)
-base08 #f92672 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fd971f Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f4bf75 Classes, Markup Bold, Search Text Background
-base0B #a6e22e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #a1efe4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #66d9ef Functions, Methods, Attribute IDs, Headings
-base0E #ae81ff Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #cc6633 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #f8f8f2;
- background: #272822
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #49483e;
- color: #f8f8f2
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #75715e - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #75715e
-}
-/* base04 - #a59f85 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a59f85
-}
-/* base05 - #f8f8f2 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #f8f8f2
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f92672
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fd971f
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f4bf75
-}
-.hljs-strong {
- font-weight: bold;
- color: #f4bf75
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a6e22e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #a1efe4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #66d9ef
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ae81ff
-}
-.hljs-emphasis {
- color: #ae81ff;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #cc6633
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#f8f8f2;background:#272822}.hljs ::selection,.hljs::selection{background-color:#49483e;color:#f8f8f2}.hljs-comment{color:#75715e}.hljs-tag{color:#a59f85}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#f8f8f2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f92672}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd971f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bf75}.hljs-strong{font-weight:700;color:#f4bf75}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a6e22e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#a1efe4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#66d9ef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ae81ff}.hljs-emphasis{color:#ae81ff;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c63}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/monokai.min.css b/node_modules/highlight.js/styles/base16/monokai.min.css
deleted file mode 100644
index 8aacf00..0000000
--- a/node_modules/highlight.js/styles/base16/monokai.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Monokai
- Author: Wimer Hazenberg (http://www.monokai.nl)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#f8f8f2;background:#272822}.hljs ::selection,.hljs::selection{background-color:#49483e;color:#f8f8f2}.hljs-comment{color:#75715e}.hljs-tag{color:#a59f85}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#f8f8f2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f92672}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd971f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bf75}.hljs-strong{font-weight:700;color:#f4bf75}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a6e22e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#a1efe4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#66d9ef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ae81ff}.hljs-emphasis{color:#ae81ff;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c63}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/nebula.css b/node_modules/highlight.js/styles/base16/nebula.css
index eb04d2b..17de036 100644
--- a/node_modules/highlight.js/styles/base16/nebula.css
+++ b/node_modules/highlight.js/styles/base16/nebula.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Nebula
Author: Gabriel Fontes (https://github.com/Misterio77)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme nebula
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #22273b Default Background
-base01 #414f60 Lighter Background (Used for status bars, line number and folding marks)
-base02 #5a8380 Selection Background
-base03 #6e6f72 Comments, Invisibles, Line Highlighting
-base04 #87888b Dark Foreground (Used for status bars)
-base05 #a4a6a9 Default Foreground, Caret, Delimiters, Operators
-base06 #c7c9cd Light Foreground (Not often used)
-base07 #8dbdaa Light Background (Not often used)
-base08 #777abc Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #94929e Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #4f9062 Classes, Markup Bold, Search Text Background
-base0B #6562a8 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #226f68 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #4d6bb6 Functions, Methods, Attribute IDs, Headings
-base0E #716cae Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8c70a7 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a4a6a9;
- background: #22273b
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5a8380;
- color: #a4a6a9
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6e6f72 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6e6f72
-}
-/* base04 - #87888b - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #87888b
-}
-/* base05 - #a4a6a9 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a4a6a9
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #777abc
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #94929e
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #4f9062
-}
-.hljs-strong {
- font-weight: bold;
- color: #4f9062
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #6562a8
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #226f68
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #4d6bb6
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #716cae
-}
-.hljs-emphasis {
- color: #716cae;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8c70a7
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a4a6a9;background:#22273b}.hljs ::selection,.hljs::selection{background-color:#5a8380;color:#a4a6a9}.hljs-comment{color:#6e6f72}.hljs-tag{color:#87888b}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a4a6a9}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#777abc}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#94929e}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#4f9062}.hljs-strong{font-weight:700;color:#4f9062}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6562a8}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#226f68}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4d6bb6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#716cae}.hljs-emphasis{color:#716cae;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8c70a7}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/nebula.min.css b/node_modules/highlight.js/styles/base16/nebula.min.css
deleted file mode 100644
index 17de036..0000000
--- a/node_modules/highlight.js/styles/base16/nebula.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Nebula
- Author: Gabriel Fontes (https://github.com/Misterio77)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a4a6a9;background:#22273b}.hljs ::selection,.hljs::selection{background-color:#5a8380;color:#a4a6a9}.hljs-comment{color:#6e6f72}.hljs-tag{color:#87888b}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a4a6a9}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#777abc}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#94929e}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#4f9062}.hljs-strong{font-weight:700;color:#4f9062}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6562a8}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#226f68}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4d6bb6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#716cae}.hljs-emphasis{color:#716cae;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8c70a7}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/nord.css b/node_modules/highlight.js/styles/base16/nord.css
index 6227706..508ae85 100644
--- a/node_modules/highlight.js/styles/base16/nord.css
+++ b/node_modules/highlight.js/styles/base16/nord.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Nord
Author: arcticicestudio
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme nord
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2E3440 Default Background
-base01 #3B4252 Lighter Background (Used for status bars, line number and folding marks)
-base02 #434C5E Selection Background
-base03 #4C566A Comments, Invisibles, Line Highlighting
-base04 #D8DEE9 Dark Foreground (Used for status bars)
-base05 #E5E9F0 Default Foreground, Caret, Delimiters, Operators
-base06 #ECEFF4 Light Foreground (Not often used)
-base07 #8FBCBB Light Background (Not often used)
-base08 #BF616A Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #D08770 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #EBCB8B Classes, Markup Bold, Search Text Background
-base0B #A3BE8C Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #88C0D0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #81A1C1 Functions, Methods, Attribute IDs, Headings
-base0E #B48EAD Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #5E81AC Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #E5E9F0;
- background: #2E3440
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #434C5E;
- color: #E5E9F0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #4C566A - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #4C566A
-}
-/* base04 - #D8DEE9 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #D8DEE9
-}
-/* base05 - #E5E9F0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #E5E9F0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #BF616A
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #D08770
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #EBCB8B
-}
-.hljs-strong {
- font-weight: bold;
- color: #EBCB8B
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #A3BE8C
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #88C0D0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #81A1C1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #B48EAD
-}
-.hljs-emphasis {
- color: #B48EAD;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #5E81AC
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e5e9f0;background:#2e3440}.hljs ::selection,.hljs::selection{background-color:#434c5e;color:#e5e9f0}.hljs-comment{color:#4c566a}.hljs-tag{color:#d8dee9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e5e9f0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bf616a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d08770}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ebcb8b}.hljs-strong{font-weight:700;color:#ebcb8b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a3be8c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#88c0d0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#81a1c1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b48ead}.hljs-emphasis{color:#b48ead;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5e81ac}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/nord.min.css b/node_modules/highlight.js/styles/base16/nord.min.css
deleted file mode 100644
index 508ae85..0000000
--- a/node_modules/highlight.js/styles/base16/nord.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Nord
- Author: arcticicestudio
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e5e9f0;background:#2e3440}.hljs ::selection,.hljs::selection{background-color:#434c5e;color:#e5e9f0}.hljs-comment{color:#4c566a}.hljs-tag{color:#d8dee9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e5e9f0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bf616a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d08770}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ebcb8b}.hljs-strong{font-weight:700;color:#ebcb8b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a3be8c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#88c0d0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#81a1c1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b48ead}.hljs-emphasis{color:#b48ead;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5e81ac}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/nova.css b/node_modules/highlight.js/styles/base16/nova.css
index 3343e9f..5b9a408 100644
--- a/node_modules/highlight.js/styles/base16/nova.css
+++ b/node_modules/highlight.js/styles/base16/nova.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Nova
Author: George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme nova
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #3C4C55 Default Background
-base01 #556873 Lighter Background (Used for status bars, line number and folding marks)
-base02 #6A7D89 Selection Background
-base03 #899BA6 Comments, Invisibles, Line Highlighting
-base04 #899BA6 Dark Foreground (Used for status bars)
-base05 #C5D4DD Default Foreground, Caret, Delimiters, Operators
-base06 #899BA6 Light Foreground (Not often used)
-base07 #556873 Light Background (Not often used)
-base08 #83AFE5 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #7FC1CA Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #A8CE93 Classes, Markup Bold, Search Text Background
-base0B #7FC1CA Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #F2C38F Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83AFE5 Functions, Methods, Attribute IDs, Headings
-base0E #9A93E1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #F2C38F Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #C5D4DD;
- background: #3C4C55
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #6A7D89;
- color: #C5D4DD
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #899BA6 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #899BA6
-}
-/* base04 - #899BA6 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #899BA6
-}
-/* base05 - #C5D4DD - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #C5D4DD
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #83AFE5
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #7FC1CA
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #A8CE93
-}
-.hljs-strong {
- font-weight: bold;
- color: #A8CE93
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7FC1CA
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #F2C38F
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83AFE5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9A93E1
-}
-.hljs-emphasis {
- color: #9A93E1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #F2C38F
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c5d4dd;background:#3c4c55}.hljs ::selection,.hljs::selection{background-color:#6a7d89;color:#c5d4dd}.hljs-comment,.hljs-tag{color:#899ba6}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c5d4dd}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#83afe5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#7fc1ca}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a8ce93}.hljs-strong{font-weight:700;color:#a8ce93}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7fc1ca}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#f2c38f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83afe5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9a93e1}.hljs-emphasis{color:#9a93e1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f2c38f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/nova.min.css b/node_modules/highlight.js/styles/base16/nova.min.css
deleted file mode 100644
index 5b9a408..0000000
--- a/node_modules/highlight.js/styles/base16/nova.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Nova
- Author: George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c5d4dd;background:#3c4c55}.hljs ::selection,.hljs::selection{background-color:#6a7d89;color:#c5d4dd}.hljs-comment,.hljs-tag{color:#899ba6}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c5d4dd}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#83afe5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#7fc1ca}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a8ce93}.hljs-strong{font-weight:700;color:#a8ce93}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7fc1ca}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#f2c38f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83afe5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9a93e1}.hljs-emphasis{color:#9a93e1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f2c38f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ocean.css b/node_modules/highlight.js/styles/base16/ocean.css
index 5ed9f6c..9127e53 100644
--- a/node_modules/highlight.js/styles/base16/ocean.css
+++ b/node_modules/highlight.js/styles/base16/ocean.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Ocean
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ocean
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2b303b Default Background
-base01 #343d46 Lighter Background (Used for status bars, line number and folding marks)
-base02 #4f5b66 Selection Background
-base03 #65737e Comments, Invisibles, Line Highlighting
-base04 #a7adba Dark Foreground (Used for status bars)
-base05 #c0c5ce Default Foreground, Caret, Delimiters, Operators
-base06 #dfe1e8 Light Foreground (Not often used)
-base07 #eff1f5 Light Background (Not often used)
-base08 #bf616a Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d08770 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ebcb8b Classes, Markup Bold, Search Text Background
-base0B #a3be8c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #96b5b4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8fa1b3 Functions, Methods, Attribute IDs, Headings
-base0E #b48ead Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #ab7967 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c0c5ce;
- background: #2b303b
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4f5b66;
- color: #c0c5ce
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #65737e - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #65737e
-}
-/* base04 - #a7adba - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a7adba
-}
-/* base05 - #c0c5ce - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c0c5ce
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #bf616a
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d08770
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ebcb8b
-}
-.hljs-strong {
- font-weight: bold;
- color: #ebcb8b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a3be8c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #96b5b4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8fa1b3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b48ead
-}
-.hljs-emphasis {
- color: #b48ead;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #ab7967
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c0c5ce;background:#2b303b}.hljs ::selection,.hljs::selection{background-color:#4f5b66;color:#c0c5ce}.hljs-comment{color:#65737e}.hljs-tag{color:#a7adba}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c0c5ce}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bf616a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d08770}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ebcb8b}.hljs-strong{font-weight:700;color:#ebcb8b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a3be8c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#96b5b4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8fa1b3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b48ead}.hljs-emphasis{color:#b48ead;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ab7967}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ocean.min.css b/node_modules/highlight.js/styles/base16/ocean.min.css
deleted file mode 100644
index 9127e53..0000000
--- a/node_modules/highlight.js/styles/base16/ocean.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Ocean
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c0c5ce;background:#2b303b}.hljs ::selection,.hljs::selection{background-color:#4f5b66;color:#c0c5ce}.hljs-comment{color:#65737e}.hljs-tag{color:#a7adba}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c0c5ce}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bf616a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d08770}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ebcb8b}.hljs-strong{font-weight:700;color:#ebcb8b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a3be8c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#96b5b4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8fa1b3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b48ead}.hljs-emphasis{color:#b48ead;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ab7967}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/oceanicnext.css b/node_modules/highlight.js/styles/base16/oceanicnext.css
index a2f8214..627c14b 100644
--- a/node_modules/highlight.js/styles/base16/oceanicnext.css
+++ b/node_modules/highlight.js/styles/base16/oceanicnext.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: OceanicNext
Author: https://github.com/voronianski/oceanic-next-color-scheme
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme oceanicnext
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1B2B34 Default Background
-base01 #343D46 Lighter Background (Used for status bars, line number and folding marks)
-base02 #4F5B66 Selection Background
-base03 #65737E Comments, Invisibles, Line Highlighting
-base04 #A7ADBA Dark Foreground (Used for status bars)
-base05 #C0C5CE Default Foreground, Caret, Delimiters, Operators
-base06 #CDD3DE Light Foreground (Not often used)
-base07 #D8DEE9 Light Background (Not often used)
-base08 #EC5f67 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #F99157 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #FAC863 Classes, Markup Bold, Search Text Background
-base0B #99C794 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5FB3B3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6699CC Functions, Methods, Attribute IDs, Headings
-base0E #C594C5 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #AB7967 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #C0C5CE;
- background: #1B2B34
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4F5B66;
- color: #C0C5CE
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #65737E - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #65737E
-}
-/* base04 - #A7ADBA - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #A7ADBA
-}
-/* base05 - #C0C5CE - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #C0C5CE
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #EC5f67
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #F99157
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #FAC863
-}
-.hljs-strong {
- font-weight: bold;
- color: #FAC863
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #99C794
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5FB3B3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6699CC
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #C594C5
-}
-.hljs-emphasis {
- color: #C594C5;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #AB7967
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c0c5ce;background:#1b2b34}.hljs ::selection,.hljs::selection{background-color:#4f5b66;color:#c0c5ce}.hljs-comment{color:#65737e}.hljs-tag{color:#a7adba}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c0c5ce}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ec5f67}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99157}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fac863}.hljs-strong{font-weight:700;color:#fac863}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#99c794}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5fb3b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#69c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c594c5}.hljs-emphasis{color:#c594c5;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ab7967}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/oceanicnext.min.css b/node_modules/highlight.js/styles/base16/oceanicnext.min.css
deleted file mode 100644
index 627c14b..0000000
--- a/node_modules/highlight.js/styles/base16/oceanicnext.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: OceanicNext
- Author: https://github.com/voronianski/oceanic-next-color-scheme
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c0c5ce;background:#1b2b34}.hljs ::selection,.hljs::selection{background-color:#4f5b66;color:#c0c5ce}.hljs-comment{color:#65737e}.hljs-tag{color:#a7adba}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c0c5ce}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ec5f67}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99157}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fac863}.hljs-strong{font-weight:700;color:#fac863}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#99c794}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5fb3b3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#69c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c594c5}.hljs-emphasis{color:#c594c5;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ab7967}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/one-light.css b/node_modules/highlight.js/styles/base16/one-light.css
index a7241d0..63f57cb 100644
--- a/node_modules/highlight.js/styles/base16/one-light.css
+++ b/node_modules/highlight.js/styles/base16/one-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: One Light
Author: Daniel Pfeifer (http://github.com/purpleKarrot)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme one-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fafafa Default Background
-base01 #f0f0f1 Lighter Background (Used for status bars, line number and folding marks)
-base02 #e5e5e6 Selection Background
-base03 #a0a1a7 Comments, Invisibles, Line Highlighting
-base04 #696c77 Dark Foreground (Used for status bars)
-base05 #383a42 Default Foreground, Caret, Delimiters, Operators
-base06 #202227 Light Foreground (Not often used)
-base07 #090a0b Light Background (Not often used)
-base08 #ca1243 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d75f00 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c18401 Classes, Markup Bold, Search Text Background
-base0B #50a14f Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #0184bc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #4078f2 Functions, Methods, Attribute IDs, Headings
-base0E #a626a4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #986801 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #383a42;
- background: #fafafa
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #e5e5e6;
- color: #383a42
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #a0a1a7 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #a0a1a7
-}
-/* base04 - #696c77 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #696c77
-}
-/* base05 - #383a42 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #383a42
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ca1243
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d75f00
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c18401
-}
-.hljs-strong {
- font-weight: bold;
- color: #c18401
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #50a14f
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #0184bc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #4078f2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a626a4
-}
-.hljs-emphasis {
- color: #a626a4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #986801
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs ::selection,.hljs::selection{background-color:#e5e5e6;color:#383a42}.hljs-comment{color:#a0a1a7}.hljs-tag{color:#696c77}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#383a42}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca1243}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d75f00}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c18401}.hljs-strong{font-weight:700;color:#c18401}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#50a14f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0184bc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4078f2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a626a4}.hljs-emphasis{color:#a626a4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#986801}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/one-light.min.css b/node_modules/highlight.js/styles/base16/one-light.min.css
deleted file mode 100644
index 63f57cb..0000000
--- a/node_modules/highlight.js/styles/base16/one-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: One Light
- Author: Daniel Pfeifer (http://github.com/purpleKarrot)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs ::selection,.hljs::selection{background-color:#e5e5e6;color:#383a42}.hljs-comment{color:#a0a1a7}.hljs-tag{color:#696c77}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#383a42}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ca1243}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d75f00}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c18401}.hljs-strong{font-weight:700;color:#c18401}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#50a14f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0184bc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4078f2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a626a4}.hljs-emphasis{color:#a626a4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#986801}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/onedark.css b/node_modules/highlight.js/styles/base16/onedark.css
index 58a8a16..1b8c6b7 100644
--- a/node_modules/highlight.js/styles/base16/onedark.css
+++ b/node_modules/highlight.js/styles/base16/onedark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: OneDark
Author: Lalit Magant (http://github.com/tilal6991)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme onedark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282c34 Default Background
-base01 #353b45 Lighter Background (Used for status bars, line number and folding marks)
-base02 #3e4451 Selection Background
-base03 #545862 Comments, Invisibles, Line Highlighting
-base04 #565c64 Dark Foreground (Used for status bars)
-base05 #abb2bf Default Foreground, Caret, Delimiters, Operators
-base06 #b6bdca Light Foreground (Not often used)
-base07 #c8ccd4 Light Background (Not often used)
-base08 #e06c75 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d19a66 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #e5c07b Classes, Markup Bold, Search Text Background
-base0B #98c379 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #56b6c2 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #61afef Functions, Methods, Attribute IDs, Headings
-base0E #c678dd Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #be5046 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #abb2bf;
- background: #282c34
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #3e4451;
- color: #abb2bf
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #545862 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #545862
-}
-/* base04 - #565c64 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #565c64
-}
-/* base05 - #abb2bf - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #abb2bf
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e06c75
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d19a66
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #e5c07b
-}
-.hljs-strong {
- font-weight: bold;
- color: #e5c07b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #98c379
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #56b6c2
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #61afef
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #c678dd
-}
-.hljs-emphasis {
- color: #c678dd;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #be5046
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs ::selection,.hljs::selection{background-color:#3e4451;color:#abb2bf}.hljs-comment{color:#545862}.hljs-tag{color:#565c64}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#abb2bf}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e06c75}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d19a66}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e5c07b}.hljs-strong{font-weight:700;color:#e5c07b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#98c379}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#56b6c2}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#61afef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c678dd}.hljs-emphasis{color:#c678dd;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#be5046}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/onedark.min.css b/node_modules/highlight.js/styles/base16/onedark.min.css
deleted file mode 100644
index 1b8c6b7..0000000
--- a/node_modules/highlight.js/styles/base16/onedark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: OneDark
- Author: Lalit Magant (http://github.com/tilal6991)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs ::selection,.hljs::selection{background-color:#3e4451;color:#abb2bf}.hljs-comment{color:#545862}.hljs-tag{color:#565c64}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#abb2bf}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e06c75}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d19a66}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e5c07b}.hljs-strong{font-weight:700;color:#e5c07b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#98c379}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#56b6c2}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#61afef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c678dd}.hljs-emphasis{color:#c678dd;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#be5046}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/outrun-dark.css b/node_modules/highlight.js/styles/base16/outrun-dark.css
index ab941ef..22995a1 100644
--- a/node_modules/highlight.js/styles/base16/outrun-dark.css
+++ b/node_modules/highlight.js/styles/base16/outrun-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Outrun Dark
Author: Hugo Delahousse (http://github.com/hugodelahousse/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme outrun-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #00002A Default Background
-base01 #20204A Lighter Background (Used for status bars, line number and folding marks)
-base02 #30305A Selection Background
-base03 #50507A Comments, Invisibles, Line Highlighting
-base04 #B0B0DA Dark Foreground (Used for status bars)
-base05 #D0D0FA Default Foreground, Caret, Delimiters, Operators
-base06 #E0E0FF Light Foreground (Not often used)
-base07 #F5F5FF Light Background (Not often used)
-base08 #FF4242 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #FC8D28 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #F3E877 Classes, Markup Bold, Search Text Background
-base0B #59F176 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #0EF0F0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #66B0FF Functions, Methods, Attribute IDs, Headings
-base0E #F10596 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #F003EF Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #D0D0FA;
- background: #00002A
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #30305A;
- color: #D0D0FA
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #50507A - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #50507A
-}
-/* base04 - #B0B0DA - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #B0B0DA
-}
-/* base05 - #D0D0FA - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #D0D0FA
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #FF4242
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #FC8D28
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #F3E877
-}
-.hljs-strong {
- font-weight: bold;
- color: #F3E877
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #59F176
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #0EF0F0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #66B0FF
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #F10596
-}
-.hljs-emphasis {
- color: #F10596;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #F003EF
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0fa;background:#00002a}.hljs ::selection,.hljs::selection{background-color:#30305a;color:#d0d0fa}.hljs-comment{color:#50507a}.hljs-tag{color:#b0b0da}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0fa}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff4242}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fc8d28}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f3e877}.hljs-strong{font-weight:700;color:#f3e877}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#59f176}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0ef0f0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#66b0ff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#f10596}.hljs-emphasis{color:#f10596;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f003ef}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/outrun-dark.min.css b/node_modules/highlight.js/styles/base16/outrun-dark.min.css
deleted file mode 100644
index 22995a1..0000000
--- a/node_modules/highlight.js/styles/base16/outrun-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Outrun Dark
- Author: Hugo Delahousse (http://github.com/hugodelahousse/)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0fa;background:#00002a}.hljs ::selection,.hljs::selection{background-color:#30305a;color:#d0d0fa}.hljs-comment{color:#50507a}.hljs-tag{color:#b0b0da}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0fa}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff4242}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fc8d28}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f3e877}.hljs-strong{font-weight:700;color:#f3e877}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#59f176}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0ef0f0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#66b0ff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#f10596}.hljs-emphasis{color:#f10596;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f003ef}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/papercolor-dark.css b/node_modules/highlight.js/styles/base16/papercolor-dark.css
index 3b84413..c35d7c7 100644
--- a/node_modules/highlight.js/styles/base16/papercolor-dark.css
+++ b/node_modules/highlight.js/styles/base16/papercolor-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: PaperColor Dark
Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme papercolor-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1c1c1c Default Background
-base01 #af005f Lighter Background (Used for status bars, line number and folding marks)
-base02 #5faf00 Selection Background
-base03 #d7af5f Comments, Invisibles, Line Highlighting
-base04 #5fafd7 Dark Foreground (Used for status bars)
-base05 #808080 Default Foreground, Caret, Delimiters, Operators
-base06 #d7875f Light Foreground (Not often used)
-base07 #d0d0d0 Light Background (Not often used)
-base08 #585858 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #5faf5f Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #afd700 Classes, Markup Bold, Search Text Background
-base0B #af87d7 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #ffaf00 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #ff5faf Functions, Methods, Attribute IDs, Headings
-base0E #00afaf Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #5f8787 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #808080;
- background: #1c1c1c
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #5faf00;
- color: #808080
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #d7af5f - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #d7af5f
-}
-/* base04 - #5fafd7 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5fafd7
-}
-/* base05 - #808080 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #808080
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #585858
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #5faf5f
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #afd700
-}
-.hljs-strong {
- font-weight: bold;
- color: #afd700
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #af87d7
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #ffaf00
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #ff5faf
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #00afaf
-}
-.hljs-emphasis {
- color: #00afaf;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #5f8787
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:grey;background:#1c1c1c}.hljs ::selection,.hljs::selection{background-color:#5faf00;color:grey}.hljs-comment{color:#d7af5f}.hljs-tag{color:#5fafd7}.hljs-operator,.hljs-punctuation,.hljs-subst{color:grey}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#585858}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#5faf5f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#afd700}.hljs-strong{font-weight:700;color:#afd700}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#af87d7}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#ffaf00}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#ff5faf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#00afaf}.hljs-emphasis{color:#00afaf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5f8787}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/papercolor-dark.min.css b/node_modules/highlight.js/styles/base16/papercolor-dark.min.css
deleted file mode 100644
index c35d7c7..0000000
--- a/node_modules/highlight.js/styles/base16/papercolor-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: PaperColor Dark
- Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:grey;background:#1c1c1c}.hljs ::selection,.hljs::selection{background-color:#5faf00;color:grey}.hljs-comment{color:#d7af5f}.hljs-tag{color:#5fafd7}.hljs-operator,.hljs-punctuation,.hljs-subst{color:grey}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#585858}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#5faf5f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#afd700}.hljs-strong{font-weight:700;color:#afd700}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#af87d7}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#ffaf00}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#ff5faf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#00afaf}.hljs-emphasis{color:#00afaf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#5f8787}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/papercolor-light.css b/node_modules/highlight.js/styles/base16/papercolor-light.css
index 6fe0125..e23b616 100644
--- a/node_modules/highlight.js/styles/base16/papercolor-light.css
+++ b/node_modules/highlight.js/styles/base16/papercolor-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: PaperColor Light
Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme papercolor-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #eeeeee Default Background
-base01 #af0000 Lighter Background (Used for status bars, line number and folding marks)
-base02 #008700 Selection Background
-base03 #5f8700 Comments, Invisibles, Line Highlighting
-base04 #0087af Dark Foreground (Used for status bars)
-base05 #444444 Default Foreground, Caret, Delimiters, Operators
-base06 #005f87 Light Foreground (Not often used)
-base07 #878787 Light Background (Not often used)
-base08 #bcbcbc Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d70000 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #d70087 Classes, Markup Bold, Search Text Background
-base0B #8700af Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #d75f00 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #d75f00 Functions, Methods, Attribute IDs, Headings
-base0E #005faf Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #005f87 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #444444;
- background: #eeeeee
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #008700;
- color: #444444
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5f8700 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5f8700
-}
-/* base04 - #0087af - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #0087af
-}
-/* base05 - #444444 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #444444
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #bcbcbc
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d70000
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #d70087
-}
-.hljs-strong {
- font-weight: bold;
- color: #d70087
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8700af
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #d75f00
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #d75f00
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #005faf
-}
-.hljs-emphasis {
- color: #005faf;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #005f87
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#444;background:#eee}.hljs ::selection,.hljs::selection{background-color:#008700;color:#444}.hljs-comment{color:#5f8700}.hljs-tag{color:#0087af}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#444}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bcbcbc}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d70000}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#d70087}.hljs-strong{font-weight:700;color:#d70087}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8700af}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#d75f00}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#005faf}.hljs-emphasis{color:#005faf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#005f87}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/papercolor-light.min.css b/node_modules/highlight.js/styles/base16/papercolor-light.min.css
deleted file mode 100644
index e23b616..0000000
--- a/node_modules/highlight.js/styles/base16/papercolor-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: PaperColor Light
- Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#444;background:#eee}.hljs ::selection,.hljs::selection{background-color:#008700;color:#444}.hljs-comment{color:#5f8700}.hljs-tag{color:#0087af}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#444}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#bcbcbc}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d70000}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#d70087}.hljs-strong{font-weight:700;color:#d70087}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8700af}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#d75f00}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#005faf}.hljs-emphasis{color:#005faf;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#005f87}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/paraiso.css b/node_modules/highlight.js/styles/base16/paraiso.css
index 962104e..135fcd2 100644
--- a/node_modules/highlight.js/styles/base16/paraiso.css
+++ b/node_modules/highlight.js/styles/base16/paraiso.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Paraiso
Author: Jan T. Sott
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme paraiso
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2f1e2e Default Background
-base01 #41323f Lighter Background (Used for status bars, line number and folding marks)
-base02 #4f424c Selection Background
-base03 #776e71 Comments, Invisibles, Line Highlighting
-base04 #8d8687 Dark Foreground (Used for status bars)
-base05 #a39e9b Default Foreground, Caret, Delimiters, Operators
-base06 #b9b6b0 Light Foreground (Not often used)
-base07 #e7e9db Light Background (Not often used)
-base08 #ef6155 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f99b15 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fec418 Classes, Markup Bold, Search Text Background
-base0B #48b685 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5bc4bf Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #06b6ef Functions, Methods, Attribute IDs, Headings
-base0E #815ba4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e96ba8 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a39e9b;
- background: #2f1e2e
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4f424c;
- color: #a39e9b
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #776e71 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #776e71
-}
-/* base04 - #8d8687 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #8d8687
-}
-/* base05 - #a39e9b - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a39e9b
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ef6155
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f99b15
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fec418
-}
-.hljs-strong {
- font-weight: bold;
- color: #fec418
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #48b685
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5bc4bf
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #06b6ef
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #815ba4
-}
-.hljs-emphasis {
- color: #815ba4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e96ba8
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a39e9b;background:#2f1e2e}.hljs ::selection,.hljs::selection{background-color:#4f424c;color:#a39e9b}.hljs-comment{color:#776e71}.hljs-tag{color:#8d8687}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a39e9b}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ef6155}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99b15}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fec418}.hljs-strong{font-weight:700;color:#fec418}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#48b685}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5bc4bf}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#06b6ef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#815ba4}.hljs-emphasis{color:#815ba4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e96ba8}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/paraiso.min.css b/node_modules/highlight.js/styles/base16/paraiso.min.css
deleted file mode 100644
index 135fcd2..0000000
--- a/node_modules/highlight.js/styles/base16/paraiso.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Paraiso
- Author: Jan T. Sott
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a39e9b;background:#2f1e2e}.hljs ::selection,.hljs::selection{background-color:#4f424c;color:#a39e9b}.hljs-comment{color:#776e71}.hljs-tag{color:#8d8687}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a39e9b}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ef6155}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99b15}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fec418}.hljs-strong{font-weight:700;color:#fec418}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#48b685}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5bc4bf}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#06b6ef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#815ba4}.hljs-emphasis{color:#815ba4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e96ba8}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/pasque.css b/node_modules/highlight.js/styles/base16/pasque.css
index 92f5c18..e4c2672 100644
--- a/node_modules/highlight.js/styles/base16/pasque.css
+++ b/node_modules/highlight.js/styles/base16/pasque.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Pasque
Author: Gabriel Fontes (https://github.com/Misterio77)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme pasque
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #271C3A Default Background
-base01 #100323 Lighter Background (Used for status bars, line number and folding marks)
-base02 #3E2D5C Selection Background
-base03 #5D5766 Comments, Invisibles, Line Highlighting
-base04 #BEBCBF Dark Foreground (Used for status bars)
-base05 #DEDCDF Default Foreground, Caret, Delimiters, Operators
-base06 #EDEAEF Light Foreground (Not often used)
-base07 #BBAADD Light Background (Not often used)
-base08 #A92258 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #918889 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #804ead Classes, Markup Bold, Search Text Background
-base0B #C6914B Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #7263AA Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8E7DC6 Functions, Methods, Attribute IDs, Headings
-base0E #953B9D Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #59325C Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #DEDCDF;
- background: #271C3A
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #3E2D5C;
- color: #DEDCDF
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5D5766 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5D5766
-}
-/* base04 - #BEBCBF - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #BEBCBF
-}
-/* base05 - #DEDCDF - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #DEDCDF
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #A92258
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #918889
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #804ead
-}
-.hljs-strong {
- font-weight: bold;
- color: #804ead
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #C6914B
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #7263AA
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8E7DC6
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #953B9D
-}
-.hljs-emphasis {
- color: #953B9D;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #59325C
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dedcdf;background:#271c3a}.hljs ::selection,.hljs::selection{background-color:#3e2d5c;color:#dedcdf}.hljs-comment{color:#5d5766}.hljs-tag{color:#bebcbf}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dedcdf}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#a92258}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#918889}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#804ead}.hljs-strong{font-weight:700;color:#804ead}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c6914b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#7263aa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8e7dc6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#953b9d}.hljs-emphasis{color:#953b9d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#59325c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/pasque.min.css b/node_modules/highlight.js/styles/base16/pasque.min.css
deleted file mode 100644
index e4c2672..0000000
--- a/node_modules/highlight.js/styles/base16/pasque.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Pasque
- Author: Gabriel Fontes (https://github.com/Misterio77)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dedcdf;background:#271c3a}.hljs ::selection,.hljs::selection{background-color:#3e2d5c;color:#dedcdf}.hljs-comment{color:#5d5766}.hljs-tag{color:#bebcbf}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dedcdf}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#a92258}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#918889}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#804ead}.hljs-strong{font-weight:700;color:#804ead}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c6914b}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#7263aa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8e7dc6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#953b9d}.hljs-emphasis{color:#953b9d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#59325c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/phd.css b/node_modules/highlight.js/styles/base16/phd.css
index 4bcdde9..b5f9fea 100644
--- a/node_modules/highlight.js/styles/base16/phd.css
+++ b/node_modules/highlight.js/styles/base16/phd.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: PhD
Author: Hennig Hasemann (http://leetless.de/vim.html)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme phd
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #061229 Default Background
-base01 #2a3448 Lighter Background (Used for status bars, line number and folding marks)
-base02 #4d5666 Selection Background
-base03 #717885 Comments, Invisibles, Line Highlighting
-base04 #9a99a3 Dark Foreground (Used for status bars)
-base05 #b8bbc2 Default Foreground, Caret, Delimiters, Operators
-base06 #dbdde0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #d07346 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f0a000 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fbd461 Classes, Markup Bold, Search Text Background
-base0B #99bf52 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #72b9bf Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #5299bf Functions, Methods, Attribute IDs, Headings
-base0E #9989cc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b08060 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #b8bbc2;
- background: #061229
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #4d5666;
- color: #b8bbc2
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #717885 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #717885
-}
-/* base04 - #9a99a3 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9a99a3
-}
-/* base05 - #b8bbc2 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #b8bbc2
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d07346
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f0a000
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fbd461
-}
-.hljs-strong {
- font-weight: bold;
- color: #fbd461
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #99bf52
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #72b9bf
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #5299bf
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9989cc
-}
-.hljs-emphasis {
- color: #9989cc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b08060
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b8bbc2;background:#061229}.hljs ::selection,.hljs::selection{background-color:#4d5666;color:#b8bbc2}.hljs-comment{color:#717885}.hljs-tag{color:#9a99a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b8bbc2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d07346}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f0a000}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fbd461}.hljs-strong{font-weight:700;color:#fbd461}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#99bf52}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#72b9bf}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5299bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9989cc}.hljs-emphasis{color:#9989cc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b08060}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/phd.min.css b/node_modules/highlight.js/styles/base16/phd.min.css
deleted file mode 100644
index b5f9fea..0000000
--- a/node_modules/highlight.js/styles/base16/phd.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: PhD
- Author: Hennig Hasemann (http://leetless.de/vim.html)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#b8bbc2;background:#061229}.hljs ::selection,.hljs::selection{background-color:#4d5666;color:#b8bbc2}.hljs-comment{color:#717885}.hljs-tag{color:#9a99a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#b8bbc2}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d07346}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f0a000}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fbd461}.hljs-strong{font-weight:700;color:#fbd461}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#99bf52}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#72b9bf}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5299bf}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9989cc}.hljs-emphasis{color:#9989cc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b08060}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/pico.css b/node_modules/highlight.js/styles/base16/pico.css
index 42aec9d..3765998 100644
--- a/node_modules/highlight.js/styles/base16/pico.css
+++ b/node_modules/highlight.js/styles/base16/pico.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Pico
Author: PICO-8 (http://www.lexaloffle.com/pico-8.php)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme pico
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #1d2b53 Lighter Background (Used for status bars, line number and folding marks)
-base02 #7e2553 Selection Background
-base03 #008751 Comments, Invisibles, Line Highlighting
-base04 #ab5236 Dark Foreground (Used for status bars)
-base05 #5f574f Default Foreground, Caret, Delimiters, Operators
-base06 #c2c3c7 Light Foreground (Not often used)
-base07 #fff1e8 Light Background (Not often used)
-base08 #ff004d Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ffa300 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fff024 Classes, Markup Bold, Search Text Background
-base0B #00e756 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #29adff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83769c Functions, Methods, Attribute IDs, Headings
-base0E #ff77a8 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #ffccaa Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5f574f;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #7e2553;
- color: #5f574f
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #008751 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #008751
-}
-/* base04 - #ab5236 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #ab5236
-}
-/* base05 - #5f574f - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5f574f
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff004d
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ffa300
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fff024
-}
-.hljs-strong {
- font-weight: bold;
- color: #fff024
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00e756
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #29adff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83769c
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ff77a8
-}
-.hljs-emphasis {
- color: #ff77a8;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #ffccaa
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5f574f;background:#000}.hljs ::selection,.hljs::selection{background-color:#7e2553;color:#5f574f}.hljs-comment{color:#008751}.hljs-tag{color:#ab5236}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5f574f}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff004d}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ffa300}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fff024}.hljs-strong{font-weight:700;color:#fff024}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00e756}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#29adff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83769c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ff77a8}.hljs-emphasis{color:#ff77a8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#fca}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/pico.min.css b/node_modules/highlight.js/styles/base16/pico.min.css
deleted file mode 100644
index 3765998..0000000
--- a/node_modules/highlight.js/styles/base16/pico.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Pico
- Author: PICO-8 (http://www.lexaloffle.com/pico-8.php)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5f574f;background:#000}.hljs ::selection,.hljs::selection{background-color:#7e2553;color:#5f574f}.hljs-comment{color:#008751}.hljs-tag{color:#ab5236}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5f574f}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff004d}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ffa300}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fff024}.hljs-strong{font-weight:700;color:#fff024}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00e756}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#29adff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83769c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ff77a8}.hljs-emphasis{color:#ff77a8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#fca}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/pop.css b/node_modules/highlight.js/styles/base16/pop.css
index d8b2cb7..22b488a 100644
--- a/node_modules/highlight.js/styles/base16/pop.css
+++ b/node_modules/highlight.js/styles/base16/pop.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Pop
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme pop
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #202020 Lighter Background (Used for status bars, line number and folding marks)
-base02 #303030 Selection Background
-base03 #505050 Comments, Invisibles, Line Highlighting
-base04 #b0b0b0 Dark Foreground (Used for status bars)
-base05 #d0d0d0 Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #eb008a Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f29333 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f8ca12 Classes, Markup Bold, Search Text Background
-base0B #37b349 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00aabb Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0e5a94 Functions, Methods, Attribute IDs, Headings
-base0E #b31e8d Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #7a2d00 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d0d0d0;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #303030;
- color: #d0d0d0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #505050 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #505050
-}
-/* base04 - #b0b0b0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b0b0b0
-}
-/* base05 - #d0d0d0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d0d0d0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #eb008a
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f29333
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f8ca12
-}
-.hljs-strong {
- font-weight: bold;
- color: #f8ca12
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #37b349
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00aabb
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0e5a94
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b31e8d
-}
-.hljs-emphasis {
- color: #b31e8d;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #7a2d00
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#000}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#eb008a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f29333}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f8ca12}.hljs-strong{font-weight:700;color:#f8ca12}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#37b349}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0ab}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0e5a94}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b31e8d}.hljs-emphasis{color:#b31e8d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#7a2d00}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/pop.min.css b/node_modules/highlight.js/styles/base16/pop.min.css
deleted file mode 100644
index 22b488a..0000000
--- a/node_modules/highlight.js/styles/base16/pop.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Pop
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#000}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#eb008a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f29333}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f8ca12}.hljs-strong{font-weight:700;color:#f8ca12}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#37b349}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0ab}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0e5a94}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b31e8d}.hljs-emphasis{color:#b31e8d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#7a2d00}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/porple.css b/node_modules/highlight.js/styles/base16/porple.css
index 59d319c..77aac4c 100644
--- a/node_modules/highlight.js/styles/base16/porple.css
+++ b/node_modules/highlight.js/styles/base16/porple.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Porple
Author: Niek den Breeje (https://github.com/AuditeMarlow)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme porple
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #292c36 Default Background
-base01 #333344 Lighter Background (Used for status bars, line number and folding marks)
-base02 #474160 Selection Background
-base03 #65568a Comments, Invisibles, Line Highlighting
-base04 #b8b8b8 Dark Foreground (Used for status bars)
-base05 #d8d8d8 Default Foreground, Caret, Delimiters, Operators
-base06 #e8e8e8 Light Foreground (Not often used)
-base07 #f8f8f8 Light Background (Not often used)
-base08 #f84547 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d28e5d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #efa16b Classes, Markup Bold, Search Text Background
-base0B #95c76f Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #64878f Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #8485ce Functions, Methods, Attribute IDs, Headings
-base0E #b74989 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #986841 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d8d8d8;
- background: #292c36
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #474160;
- color: #d8d8d8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #65568a - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #65568a
-}
-/* base04 - #b8b8b8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b8b8b8
-}
-/* base05 - #d8d8d8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d8d8d8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f84547
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d28e5d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #efa16b
-}
-.hljs-strong {
- font-weight: bold;
- color: #efa16b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #95c76f
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #64878f
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #8485ce
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b74989
-}
-.hljs-emphasis {
- color: #b74989;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #986841
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d8d8d8;background:#292c36}.hljs ::selection,.hljs::selection{background-color:#474160;color:#d8d8d8}.hljs-comment{color:#65568a}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d8d8d8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f84547}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28e5d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#efa16b}.hljs-strong{font-weight:700;color:#efa16b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#95c76f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#64878f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8485ce}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b74989}.hljs-emphasis{color:#b74989;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#986841}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/porple.min.css b/node_modules/highlight.js/styles/base16/porple.min.css
deleted file mode 100644
index 77aac4c..0000000
--- a/node_modules/highlight.js/styles/base16/porple.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Porple
- Author: Niek den Breeje (https://github.com/AuditeMarlow)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d8d8d8;background:#292c36}.hljs ::selection,.hljs::selection{background-color:#474160;color:#d8d8d8}.hljs-comment{color:#65568a}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d8d8d8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f84547}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28e5d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#efa16b}.hljs-strong{font-weight:700;color:#efa16b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#95c76f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#64878f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#8485ce}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b74989}.hljs-emphasis{color:#b74989;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#986841}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/qualia.css b/node_modules/highlight.js/styles/base16/qualia.css
index f518a3e..6b333ba 100644
--- a/node_modules/highlight.js/styles/base16/qualia.css
+++ b/node_modules/highlight.js/styles/base16/qualia.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Qualia
Author: isaacwhanson
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme qualia
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #101010 Default Background
-base01 #454545 Lighter Background (Used for status bars, line number and folding marks)
-base02 #454545 Selection Background
-base03 #454545 Comments, Invisibles, Line Highlighting
-base04 #808080 Dark Foreground (Used for status bars)
-base05 #C0C0C0 Default Foreground, Caret, Delimiters, Operators
-base06 #C0C0C0 Light Foreground (Not often used)
-base07 #454545 Light Background (Not often used)
-base08 #EFA6A2 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #A3B8EF Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #E6A3DC Classes, Markup Bold, Search Text Background
-base0B #80C990 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #C8C874 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #50CACD Functions, Methods, Attribute IDs, Headings
-base0E #E0AF85 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #808080 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #C0C0C0;
- background: #101010
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #454545;
- color: #C0C0C0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #454545 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #454545
-}
-/* base04 - #808080 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #808080
-}
-/* base05 - #C0C0C0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #C0C0C0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #EFA6A2
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #A3B8EF
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #E6A3DC
-}
-.hljs-strong {
- font-weight: bold;
- color: #E6A3DC
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #80C990
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #C8C874
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #50CACD
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #E0AF85
-}
-.hljs-emphasis {
- color: #E0AF85;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #808080
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:silver;background:#101010}.hljs ::selection,.hljs::selection{background-color:#454545;color:silver}.hljs-comment{color:#454545}.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:silver}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#efa6a2}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a3b8ef}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e6a3dc}.hljs-strong{font-weight:700;color:#e6a3dc}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#80c990}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#c8c874}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#50cacd}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#e0af85}.hljs-emphasis{color:#e0af85;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:grey}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/qualia.min.css b/node_modules/highlight.js/styles/base16/qualia.min.css
deleted file mode 100644
index 6b333ba..0000000
--- a/node_modules/highlight.js/styles/base16/qualia.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Qualia
- Author: isaacwhanson
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:silver;background:#101010}.hljs ::selection,.hljs::selection{background-color:#454545;color:silver}.hljs-comment{color:#454545}.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:silver}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#efa6a2}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a3b8ef}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e6a3dc}.hljs-strong{font-weight:700;color:#e6a3dc}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#80c990}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#c8c874}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#50cacd}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#e0af85}.hljs-emphasis{color:#e0af85;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:grey}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/railscasts.css b/node_modules/highlight.js/styles/base16/railscasts.css
index 00c7c61..835bace 100644
--- a/node_modules/highlight.js/styles/base16/railscasts.css
+++ b/node_modules/highlight.js/styles/base16/railscasts.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Railscasts
Author: Ryan Bates (http://railscasts.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme railscasts
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2b2b2b Default Background
-base01 #272935 Lighter Background (Used for status bars, line number and folding marks)
-base02 #3a4055 Selection Background
-base03 #5a647e Comments, Invisibles, Line Highlighting
-base04 #d4cfc9 Dark Foreground (Used for status bars)
-base05 #e6e1dc Default Foreground, Caret, Delimiters, Operators
-base06 #f4f1ed Light Foreground (Not often used)
-base07 #f9f7f3 Light Background (Not often used)
-base08 #da4939 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #cc7833 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffc66d Classes, Markup Bold, Search Text Background
-base0B #a5c261 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #519f50 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6d9cbe Functions, Methods, Attribute IDs, Headings
-base0E #b6b3eb Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #bc9458 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e6e1dc;
- background: #2b2b2b
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #3a4055;
- color: #e6e1dc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5a647e - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5a647e
-}
-/* base04 - #d4cfc9 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #d4cfc9
-}
-/* base05 - #e6e1dc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e6e1dc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #da4939
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #cc7833
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffc66d
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffc66d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a5c261
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #519f50
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6d9cbe
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b6b3eb
-}
-.hljs-emphasis {
- color: #b6b3eb;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #bc9458
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e6e1dc;background:#2b2b2b}.hljs ::selection,.hljs::selection{background-color:#3a4055;color:#e6e1dc}.hljs-comment{color:#5a647e}.hljs-tag{color:#d4cfc9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e6e1dc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#da4939}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cc7833}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffc66d}.hljs-strong{font-weight:700;color:#ffc66d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a5c261}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#519f50}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6d9cbe}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b6b3eb}.hljs-emphasis{color:#b6b3eb;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bc9458}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/railscasts.min.css b/node_modules/highlight.js/styles/base16/railscasts.min.css
deleted file mode 100644
index 835bace..0000000
--- a/node_modules/highlight.js/styles/base16/railscasts.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Railscasts
- Author: Ryan Bates (http://railscasts.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e6e1dc;background:#2b2b2b}.hljs ::selection,.hljs::selection{background-color:#3a4055;color:#e6e1dc}.hljs-comment{color:#5a647e}.hljs-tag{color:#d4cfc9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e6e1dc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#da4939}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cc7833}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffc66d}.hljs-strong{font-weight:700;color:#ffc66d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a5c261}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#519f50}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6d9cbe}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b6b3eb}.hljs-emphasis{color:#b6b3eb;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#bc9458}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/rebecca.css b/node_modules/highlight.js/styles/base16/rebecca.css
index c9ac8d3..c7c3d77 100644
--- a/node_modules/highlight.js/styles/base16/rebecca.css
+++ b/node_modules/highlight.js/styles/base16/rebecca.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Rebecca
Author: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme rebecca
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #292a44 Default Background
-base01 #663399 Lighter Background (Used for status bars, line number and folding marks)
-base02 #383a62 Selection Background
-base03 #666699 Comments, Invisibles, Line Highlighting
-base04 #a0a0c5 Dark Foreground (Used for status bars)
-base05 #f1eff8 Default Foreground, Caret, Delimiters, Operators
-base06 #ccccff Light Foreground (Not often used)
-base07 #53495d Light Background (Not often used)
-base08 #a0a0c5 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #efe4a1 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ae81ff Classes, Markup Bold, Search Text Background
-base0B #6dfedf Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #8eaee0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #2de0a7 Functions, Methods, Attribute IDs, Headings
-base0E #7aa5ff Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #ff79c6 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #f1eff8;
- background: #292a44
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #383a62;
- color: #f1eff8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #666699 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #666699
-}
-/* base04 - #a0a0c5 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a0a0c5
-}
-/* base05 - #f1eff8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #f1eff8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #a0a0c5
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #efe4a1
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ae81ff
-}
-.hljs-strong {
- font-weight: bold;
- color: #ae81ff
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #6dfedf
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #8eaee0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #2de0a7
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #7aa5ff
-}
-.hljs-emphasis {
- color: #7aa5ff;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #ff79c6
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#f1eff8;background:#292a44}.hljs ::selection,.hljs::selection{background-color:#383a62;color:#f1eff8}.hljs-comment{color:#669}.hljs-tag{color:#a0a0c5}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#f1eff8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#a0a0c5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#efe4a1}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ae81ff}.hljs-strong{font-weight:700;color:#ae81ff}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6dfedf}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8eaee0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#2de0a7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7aa5ff}.hljs-emphasis{color:#7aa5ff;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff79c6}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/rebecca.min.css b/node_modules/highlight.js/styles/base16/rebecca.min.css
deleted file mode 100644
index c7c3d77..0000000
--- a/node_modules/highlight.js/styles/base16/rebecca.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Rebecca
- Author: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#f1eff8;background:#292a44}.hljs ::selection,.hljs::selection{background-color:#383a62;color:#f1eff8}.hljs-comment{color:#669}.hljs-tag{color:#a0a0c5}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#f1eff8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#a0a0c5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#efe4a1}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ae81ff}.hljs-strong{font-weight:700;color:#ae81ff}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6dfedf}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#8eaee0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#2de0a7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#7aa5ff}.hljs-emphasis{color:#7aa5ff;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#ff79c6}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ros-pine-dawn.css b/node_modules/highlight.js/styles/base16/ros-pine-dawn.css
index 7509d0b..a877d23 100644
--- a/node_modules/highlight.js/styles/base16/ros-pine-dawn.css
+++ b/node_modules/highlight.js/styles/base16/ros-pine-dawn.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Rosé Pine Dawn
Author: Emilia Dunfelt
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ros-pine-dawn
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #faf4ed Default Background
-base01 #fffaf3 Lighter Background (Used for status bars, line number and folding marks)
-base02 #f2e9de Selection Background
-base03 #9893a5 Comments, Invisibles, Line Highlighting
-base04 #6e6a86 Dark Foreground (Used for status bars)
-base05 #575279 Default Foreground, Caret, Delimiters, Operators
-base06 #555169 Light Foreground (Not often used)
-base07 #26233a Light Background (Not often used)
-base08 #1f1d2e Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #b4637a Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ea9d34 Classes, Markup Bold, Search Text Background
-base0B #d7827e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #286983 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #56949f Functions, Methods, Attribute IDs, Headings
-base0E #907aa9 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c5c3ce Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #575279;
- background: #faf4ed
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #f2e9de;
- color: #575279
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #9893a5 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #9893a5
-}
-/* base04 - #6e6a86 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #6e6a86
-}
-/* base05 - #575279 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #575279
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #1f1d2e
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #b4637a
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ea9d34
-}
-.hljs-strong {
- font-weight: bold;
- color: #ea9d34
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #d7827e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #286983
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #56949f
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #907aa9
-}
-.hljs-emphasis {
- color: #907aa9;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c5c3ce
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#575279;background:#faf4ed}.hljs ::selection,.hljs::selection{background-color:#f2e9de;color:#575279}.hljs-comment{color:#9893a5}.hljs-tag{color:#6e6a86}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#575279}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#1f1d2e}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b4637a}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ea9d34}.hljs-strong{font-weight:700;color:#ea9d34}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#d7827e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#286983}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#56949f}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#907aa9}.hljs-emphasis{color:#907aa9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c5c3ce}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ros-pine-dawn.min.css b/node_modules/highlight.js/styles/base16/ros-pine-dawn.min.css
deleted file mode 100644
index a877d23..0000000
--- a/node_modules/highlight.js/styles/base16/ros-pine-dawn.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Rosé Pine Dawn
- Author: Emilia Dunfelt
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#575279;background:#faf4ed}.hljs ::selection,.hljs::selection{background-color:#f2e9de;color:#575279}.hljs-comment{color:#9893a5}.hljs-tag{color:#6e6a86}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#575279}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#1f1d2e}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#b4637a}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ea9d34}.hljs-strong{font-weight:700;color:#ea9d34}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#d7827e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#286983}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#56949f}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#907aa9}.hljs-emphasis{color:#907aa9;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c5c3ce}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ros-pine-moon.css b/node_modules/highlight.js/styles/base16/ros-pine-moon.css
index 57e81ac..eab4a50 100644
--- a/node_modules/highlight.js/styles/base16/ros-pine-moon.css
+++ b/node_modules/highlight.js/styles/base16/ros-pine-moon.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Rosé Pine Moon
Author: Emilia Dunfelt
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ros-pine-moon
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #232136 Default Background
-base01 #2a273f Lighter Background (Used for status bars, line number and folding marks)
-base02 #393552 Selection Background
-base03 #59546d Comments, Invisibles, Line Highlighting
-base04 #817c9c Dark Foreground (Used for status bars)
-base05 #e0def4 Default Foreground, Caret, Delimiters, Operators
-base06 #f5f5f7 Light Foreground (Not often used)
-base07 #d9d7e1 Light Background (Not often used)
-base08 #ecebf0 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #eb6f92 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f6c177 Classes, Markup Bold, Search Text Background
-base0B #ea9a97 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3e8fb0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #9ccfd8 Functions, Methods, Attribute IDs, Headings
-base0E #c4a7e7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b9b9bc Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e0def4;
- background: #232136
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #393552;
- color: #e0def4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #59546d - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #59546d
-}
-/* base04 - #817c9c - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #817c9c
-}
-/* base05 - #e0def4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e0def4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ecebf0
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #eb6f92
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f6c177
-}
-.hljs-strong {
- font-weight: bold;
- color: #f6c177
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #ea9a97
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3e8fb0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #9ccfd8
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #c4a7e7
-}
-.hljs-emphasis {
- color: #c4a7e7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b9b9bc
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0def4;background:#232136}.hljs ::selection,.hljs::selection{background-color:#393552;color:#e0def4}.hljs-comment{color:#59546d}.hljs-tag{color:#817c9c}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0def4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ecebf0}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eb6f92}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f6c177}.hljs-strong{font-weight:700;color:#f6c177}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ea9a97}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3e8fb0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#9ccfd8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c4a7e7}.hljs-emphasis{color:#c4a7e7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b9b9bc}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ros-pine-moon.min.css b/node_modules/highlight.js/styles/base16/ros-pine-moon.min.css
deleted file mode 100644
index eab4a50..0000000
--- a/node_modules/highlight.js/styles/base16/ros-pine-moon.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Rosé Pine Moon
- Author: Emilia Dunfelt
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0def4;background:#232136}.hljs ::selection,.hljs::selection{background-color:#393552;color:#e0def4}.hljs-comment{color:#59546d}.hljs-tag{color:#817c9c}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0def4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ecebf0}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eb6f92}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f6c177}.hljs-strong{font-weight:700;color:#f6c177}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ea9a97}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3e8fb0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#9ccfd8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c4a7e7}.hljs-emphasis{color:#c4a7e7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b9b9bc}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ros-pine.css b/node_modules/highlight.js/styles/base16/ros-pine.css
index da0e230..ddc4e69 100644
--- a/node_modules/highlight.js/styles/base16/ros-pine.css
+++ b/node_modules/highlight.js/styles/base16/ros-pine.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Rosé Pine
Author: Emilia Dunfelt
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme ros-pine
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #191724 Default Background
-base01 #1f1d2e Lighter Background (Used for status bars, line number and folding marks)
-base02 #26233a Selection Background
-base03 #555169 Comments, Invisibles, Line Highlighting
-base04 #6e6a86 Dark Foreground (Used for status bars)
-base05 #e0def4 Default Foreground, Caret, Delimiters, Operators
-base06 #f0f0f3 Light Foreground (Not often used)
-base07 #c5c3ce Light Background (Not often used)
-base08 #e2e1e7 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #eb6f92 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f6c177 Classes, Markup Bold, Search Text Background
-base0B #ebbcba Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #31748f Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #9ccfd8 Functions, Methods, Attribute IDs, Headings
-base0E #c4a7e7 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e5e5e5 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e0def4;
- background: #191724
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #26233a;
- color: #e0def4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #555169 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #555169
-}
-/* base04 - #6e6a86 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #6e6a86
-}
-/* base05 - #e0def4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e0def4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e2e1e7
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #eb6f92
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f6c177
-}
-.hljs-strong {
- font-weight: bold;
- color: #f6c177
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #ebbcba
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #31748f
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #9ccfd8
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #c4a7e7
-}
-.hljs-emphasis {
- color: #c4a7e7;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e5e5e5
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0def4;background:#191724}.hljs ::selection,.hljs::selection{background-color:#26233a;color:#e0def4}.hljs-comment{color:#555169}.hljs-tag{color:#6e6a86}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0def4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e2e1e7}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eb6f92}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f6c177}.hljs-strong{font-weight:700;color:#f6c177}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ebbcba}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#31748f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#9ccfd8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c4a7e7}.hljs-emphasis{color:#c4a7e7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e5e5e5}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/ros-pine.min.css b/node_modules/highlight.js/styles/base16/ros-pine.min.css
deleted file mode 100644
index ddc4e69..0000000
--- a/node_modules/highlight.js/styles/base16/ros-pine.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Rosé Pine
- Author: Emilia Dunfelt
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0def4;background:#191724}.hljs ::selection,.hljs::selection{background-color:#26233a;color:#e0def4}.hljs-comment{color:#555169}.hljs-tag{color:#6e6a86}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e0def4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e2e1e7}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#eb6f92}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f6c177}.hljs-strong{font-weight:700;color:#f6c177}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#ebbcba}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#31748f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#9ccfd8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c4a7e7}.hljs-emphasis{color:#c4a7e7;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e5e5e5}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/sagelight.css b/node_modules/highlight.js/styles/base16/sagelight.css
index 0baedb9..f0dc927 100644
--- a/node_modules/highlight.js/styles/base16/sagelight.css
+++ b/node_modules/highlight.js/styles/base16/sagelight.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Sagelight
Author: Carter Veldhuizen
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme sagelight
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f8f8f8 Default Background
-base01 #e8e8e8 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d8d8d8 Selection Background
-base03 #b8b8b8 Comments, Invisibles, Line Highlighting
-base04 #585858 Dark Foreground (Used for status bars)
-base05 #383838 Default Foreground, Caret, Delimiters, Operators
-base06 #282828 Light Foreground (Not often used)
-base07 #181818 Light Background (Not often used)
-base08 #fa8480 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ffaa61 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffdc61 Classes, Markup Bold, Search Text Background
-base0B #a0d2c8 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #a2d6f5 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #a0a7d2 Functions, Methods, Attribute IDs, Headings
-base0E #c8a0d2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d2b2a0 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #383838;
- background: #f8f8f8
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d8d8d8;
- color: #383838
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #b8b8b8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #b8b8b8
-}
-/* base04 - #585858 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #585858
-}
-/* base05 - #383838 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #383838
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fa8480
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ffaa61
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffdc61
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffdc61
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #a0d2c8
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #a2d6f5
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #a0a7d2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #c8a0d2
-}
-.hljs-emphasis {
- color: #c8a0d2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d2b2a0
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383838;background:#f8f8f8}.hljs ::selection,.hljs::selection{background-color:#d8d8d8;color:#383838}.hljs-comment{color:#b8b8b8}.hljs-tag{color:#585858}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#383838}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fa8480}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ffaa61}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffdc61}.hljs-strong{font-weight:700;color:#ffdc61}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a0d2c8}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#a2d6f5}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#a0a7d2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c8a0d2}.hljs-emphasis{color:#c8a0d2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d2b2a0}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/sagelight.min.css b/node_modules/highlight.js/styles/base16/sagelight.min.css
deleted file mode 100644
index f0dc927..0000000
--- a/node_modules/highlight.js/styles/base16/sagelight.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Sagelight
- Author: Carter Veldhuizen
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383838;background:#f8f8f8}.hljs ::selection,.hljs::selection{background-color:#d8d8d8;color:#383838}.hljs-comment{color:#b8b8b8}.hljs-tag{color:#585858}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#383838}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fa8480}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ffaa61}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffdc61}.hljs-strong{font-weight:700;color:#ffdc61}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#a0d2c8}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#a2d6f5}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#a0a7d2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c8a0d2}.hljs-emphasis{color:#c8a0d2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d2b2a0}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/sandcastle.css b/node_modules/highlight.js/styles/base16/sandcastle.css
index eba306d..601dc21 100644
--- a/node_modules/highlight.js/styles/base16/sandcastle.css
+++ b/node_modules/highlight.js/styles/base16/sandcastle.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Sandcastle
Author: George Essig (https://github.com/gessig)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme sandcastle
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282c34 Default Background
-base01 #2c323b Lighter Background (Used for status bars, line number and folding marks)
-base02 #3e4451 Selection Background
-base03 #665c54 Comments, Invisibles, Line Highlighting
-base04 #928374 Dark Foreground (Used for status bars)
-base05 #a89984 Default Foreground, Caret, Delimiters, Operators
-base06 #d5c4a1 Light Foreground (Not often used)
-base07 #fdf4c1 Light Background (Not often used)
-base08 #83a598 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #a07e3b Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a07e3b Classes, Markup Bold, Search Text Background
-base0B #528b8b Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #83a598 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #83a598 Functions, Methods, Attribute IDs, Headings
-base0E #d75f5f Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a87322 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a89984;
- background: #282c34
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #3e4451;
- color: #a89984
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #665c54 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #665c54
-}
-/* base04 - #928374 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #928374
-}
-/* base05 - #a89984 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a89984
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #83a598
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #a07e3b
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a07e3b
-}
-.hljs-strong {
- font-weight: bold;
- color: #a07e3b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #528b8b
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #83a598
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #83a598
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d75f5f
-}
-.hljs-emphasis {
- color: #d75f5f;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a87322
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a89984;background:#282c34}.hljs ::selection,.hljs::selection{background-color:#3e4451;color:#a89984}.hljs-comment{color:#665c54}.hljs-tag{color:#928374}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a89984}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#83a598}.hljs-attr,.hljs-class .hljs-title,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-title,.hljs-title.class_,.hljs-variable.constant_{color:#a07e3b}.hljs-strong{font-weight:700;color:#a07e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#528b8b}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83a598}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d75f5f}.hljs-emphasis{color:#d75f5f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a87322}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/sandcastle.min.css b/node_modules/highlight.js/styles/base16/sandcastle.min.css
deleted file mode 100644
index 601dc21..0000000
--- a/node_modules/highlight.js/styles/base16/sandcastle.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Sandcastle
- Author: George Essig (https://github.com/gessig)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a89984;background:#282c34}.hljs ::selection,.hljs::selection{background-color:#3e4451;color:#a89984}.hljs-comment{color:#665c54}.hljs-tag{color:#928374}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a89984}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#83a598}.hljs-attr,.hljs-class .hljs-title,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-title,.hljs-title.class_,.hljs-variable.constant_{color:#a07e3b}.hljs-strong{font-weight:700;color:#a07e3b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#528b8b}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#83a598}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d75f5f}.hljs-emphasis{color:#d75f5f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a87322}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/seti-ui.css b/node_modules/highlight.js/styles/base16/seti-ui.css
index ed897ce..fa3347e 100644
--- a/node_modules/highlight.js/styles/base16/seti-ui.css
+++ b/node_modules/highlight.js/styles/base16/seti-ui.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Seti UI
Author:
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme seti-ui
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #151718 Default Background
-base01 #282a2b Lighter Background (Used for status bars, line number and folding marks)
-base02 #3B758C Selection Background
-base03 #41535B Comments, Invisibles, Line Highlighting
-base04 #43a5d5 Dark Foreground (Used for status bars)
-base05 #d6d6d6 Default Foreground, Caret, Delimiters, Operators
-base06 #eeeeee Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #Cd3f45 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #db7b55 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #e6cd69 Classes, Markup Bold, Search Text Background
-base0B #9fca56 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #55dbbe Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #55b5db Functions, Methods, Attribute IDs, Headings
-base0E #a074c4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #8a553f Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d6d6d6;
- background: #151718
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #3B758C;
- color: #d6d6d6
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #41535B - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #41535B
-}
-/* base04 - #43a5d5 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #43a5d5
-}
-/* base05 - #d6d6d6 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d6d6d6
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #Cd3f45
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #db7b55
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #e6cd69
-}
-.hljs-strong {
- font-weight: bold;
- color: #e6cd69
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #9fca56
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #55dbbe
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #55b5db
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a074c4
-}
-.hljs-emphasis {
- color: #a074c4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #8a553f
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d6d6d6;background:#151718}.hljs ::selection,.hljs::selection{background-color:#3b758c;color:#d6d6d6}.hljs-comment{color:#41535b}.hljs-tag{color:#43a5d5}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d6d6d6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cd3f45}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#db7b55}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e6cd69}.hljs-strong{font-weight:700;color:#e6cd69}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9fca56}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#55dbbe}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#55b5db}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a074c4}.hljs-emphasis{color:#a074c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8a553f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/seti-ui.min.css b/node_modules/highlight.js/styles/base16/seti-ui.min.css
deleted file mode 100644
index fa3347e..0000000
--- a/node_modules/highlight.js/styles/base16/seti-ui.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Seti UI
- Author:
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d6d6d6;background:#151718}.hljs ::selection,.hljs::selection{background-color:#3b758c;color:#d6d6d6}.hljs-comment{color:#41535b}.hljs-tag{color:#43a5d5}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d6d6d6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cd3f45}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#db7b55}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e6cd69}.hljs-strong{font-weight:700;color:#e6cd69}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9fca56}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#55dbbe}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#55b5db}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a074c4}.hljs-emphasis{color:#a074c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8a553f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/shapeshifter.css b/node_modules/highlight.js/styles/base16/shapeshifter.css
index ab56c01..a3e83b5 100644
--- a/node_modules/highlight.js/styles/base16/shapeshifter.css
+++ b/node_modules/highlight.js/styles/base16/shapeshifter.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Shapeshifter
Author: Tyler Benziger (http://tybenz.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme shapeshifter
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f9f9f9 Default Background
-base01 #e0e0e0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #ababab Selection Background
-base03 #555555 Comments, Invisibles, Line Highlighting
-base04 #343434 Dark Foreground (Used for status bars)
-base05 #102015 Default Foreground, Caret, Delimiters, Operators
-base06 #040404 Light Foreground (Not often used)
-base07 #000000 Light Background (Not often used)
-base08 #e92f2f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #e09448 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #dddd13 Classes, Markup Bold, Search Text Background
-base0B #0ed839 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #23edda Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3b48e3 Functions, Methods, Attribute IDs, Headings
-base0E #f996e2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #69542d Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #102015;
- background: #f9f9f9
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #ababab;
- color: #102015
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #555555 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #555555
-}
-/* base04 - #343434 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #343434
-}
-/* base05 - #102015 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #102015
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e92f2f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #e09448
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #dddd13
-}
-.hljs-strong {
- font-weight: bold;
- color: #dddd13
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #0ed839
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #23edda
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3b48e3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #f996e2
-}
-.hljs-emphasis {
- color: #f996e2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #69542d
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#102015;background:#f9f9f9}.hljs ::selection,.hljs::selection{background-color:#ababab;color:#102015}.hljs-comment{color:#555}.hljs-tag{color:#343434}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#102015}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e92f2f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e09448}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dddd13}.hljs-strong{font-weight:700;color:#dddd13}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#0ed839}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#23edda}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3b48e3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#f996e2}.hljs-emphasis{color:#f996e2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#69542d}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/shapeshifter.min.css b/node_modules/highlight.js/styles/base16/shapeshifter.min.css
deleted file mode 100644
index a3e83b5..0000000
--- a/node_modules/highlight.js/styles/base16/shapeshifter.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Shapeshifter
- Author: Tyler Benziger (http://tybenz.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#102015;background:#f9f9f9}.hljs ::selection,.hljs::selection{background-color:#ababab;color:#102015}.hljs-comment{color:#555}.hljs-tag{color:#343434}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#102015}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e92f2f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e09448}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dddd13}.hljs-strong{font-weight:700;color:#dddd13}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#0ed839}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#23edda}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3b48e3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#f996e2}.hljs-emphasis{color:#f996e2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#69542d}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/silk-dark.css b/node_modules/highlight.js/styles/base16/silk-dark.css
index a008a7b..1315a0b 100644
--- a/node_modules/highlight.js/styles/base16/silk-dark.css
+++ b/node_modules/highlight.js/styles/base16/silk-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Silk Dark
Author: Gabriel Fontes (https://github.com/Misterio77)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme silk-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #0e3c46 Default Background
-base01 #1D494E Lighter Background (Used for status bars, line number and folding marks)
-base02 #2A5054 Selection Background
-base03 #587073 Comments, Invisibles, Line Highlighting
-base04 #9DC8CD Dark Foreground (Used for status bars)
-base05 #C7DBDD Default Foreground, Caret, Delimiters, Operators
-base06 #CBF2F7 Light Foreground (Not often used)
-base07 #D2FAFF Light Background (Not often used)
-base08 #fb6953 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fcab74 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fce380 Classes, Markup Bold, Search Text Background
-base0B #73d8ad Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3fb2b9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #46bddd Functions, Methods, Attribute IDs, Headings
-base0E #756b8a Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #9b647b Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #C7DBDD;
- background: #0e3c46
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #2A5054;
- color: #C7DBDD
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #587073 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #587073
-}
-/* base04 - #9DC8CD - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9DC8CD
-}
-/* base05 - #C7DBDD - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #C7DBDD
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fb6953
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fcab74
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fce380
-}
-.hljs-strong {
- font-weight: bold;
- color: #fce380
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #73d8ad
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3fb2b9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #46bddd
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #756b8a
-}
-.hljs-emphasis {
- color: #756b8a;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #9b647b
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c7dbdd;background:#0e3c46}.hljs ::selection,.hljs::selection{background-color:#2a5054;color:#c7dbdd}.hljs-comment{color:#587073}.hljs-tag{color:#9dc8cd}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c7dbdd}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb6953}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fcab74}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fce380}.hljs-strong{font-weight:700;color:#fce380}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#73d8ad}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3fb2b9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#46bddd}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#756b8a}.hljs-emphasis{color:#756b8a;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9b647b}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/silk-dark.min.css b/node_modules/highlight.js/styles/base16/silk-dark.min.css
deleted file mode 100644
index 1315a0b..0000000
--- a/node_modules/highlight.js/styles/base16/silk-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Silk Dark
- Author: Gabriel Fontes (https://github.com/Misterio77)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c7dbdd;background:#0e3c46}.hljs ::selection,.hljs::selection{background-color:#2a5054;color:#c7dbdd}.hljs-comment{color:#587073}.hljs-tag{color:#9dc8cd}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c7dbdd}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fb6953}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fcab74}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fce380}.hljs-strong{font-weight:700;color:#fce380}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#73d8ad}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3fb2b9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#46bddd}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#756b8a}.hljs-emphasis{color:#756b8a;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9b647b}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/silk-light.css b/node_modules/highlight.js/styles/base16/silk-light.css
index 0b081ca..54b0058 100644
--- a/node_modules/highlight.js/styles/base16/silk-light.css
+++ b/node_modules/highlight.js/styles/base16/silk-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Silk Light
Author: Gabriel Fontes (https://github.com/Misterio77)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme silk-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #E9F1EF Default Background
-base01 #CCD4D3 Lighter Background (Used for status bars, line number and folding marks)
-base02 #90B7B6 Selection Background
-base03 #5C787B Comments, Invisibles, Line Highlighting
-base04 #4B5B5F Dark Foreground (Used for status bars)
-base05 #385156 Default Foreground, Caret, Delimiters, Operators
-base06 #0e3c46 Light Foreground (Not often used)
-base07 #D2FAFF Light Background (Not often used)
-base08 #CF432E Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #D27F46 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #CFAD25 Classes, Markup Bold, Search Text Background
-base0B #6CA38C Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #329CA2 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #39AAC9 Functions, Methods, Attribute IDs, Headings
-base0E #6E6582 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #865369 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #385156;
- background: #E9F1EF
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #90B7B6;
- color: #385156
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5C787B - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5C787B
-}
-/* base04 - #4B5B5F - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #4B5B5F
-}
-/* base05 - #385156 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #385156
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #CF432E
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #D27F46
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #CFAD25
-}
-.hljs-strong {
- font-weight: bold;
- color: #CFAD25
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #6CA38C
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #329CA2
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #39AAC9
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6E6582
-}
-.hljs-emphasis {
- color: #6E6582;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #865369
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#385156;background:#e9f1ef}.hljs ::selection,.hljs::selection{background-color:#90b7b6;color:#385156}.hljs-comment{color:#5c787b}.hljs-tag{color:#4b5b5f}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#385156}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cf432e}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d27f46}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#cfad25}.hljs-strong{font-weight:700;color:#cfad25}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6ca38c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#329ca2}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#39aac9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6e6582}.hljs-emphasis{color:#6e6582;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#865369}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/silk-light.min.css b/node_modules/highlight.js/styles/base16/silk-light.min.css
deleted file mode 100644
index 54b0058..0000000
--- a/node_modules/highlight.js/styles/base16/silk-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Silk Light
- Author: Gabriel Fontes (https://github.com/Misterio77)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#385156;background:#e9f1ef}.hljs ::selection,.hljs::selection{background-color:#90b7b6;color:#385156}.hljs-comment{color:#5c787b}.hljs-tag{color:#4b5b5f}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#385156}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cf432e}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d27f46}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#cfad25}.hljs-strong{font-weight:700;color:#cfad25}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6ca38c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#329ca2}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#39aac9}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6e6582}.hljs-emphasis{color:#6e6582;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#865369}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/snazzy.css b/node_modules/highlight.js/styles/base16/snazzy.css
index 335abd9..2241752 100644
--- a/node_modules/highlight.js/styles/base16/snazzy.css
+++ b/node_modules/highlight.js/styles/base16/snazzy.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Snazzy
Author: Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme snazzy
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282a36 Default Background
-base01 #34353e Lighter Background (Used for status bars, line number and folding marks)
-base02 #43454f Selection Background
-base03 #78787e Comments, Invisibles, Line Highlighting
-base04 #a5a5a9 Dark Foreground (Used for status bars)
-base05 #e2e4e5 Default Foreground, Caret, Delimiters, Operators
-base06 #eff0eb Light Foreground (Not often used)
-base07 #f1f1f0 Light Background (Not often used)
-base08 #ff5c57 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ff9f43 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f3f99d Classes, Markup Bold, Search Text Background
-base0B #5af78e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #9aedfe Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #57c7ff Functions, Methods, Attribute IDs, Headings
-base0E #ff6ac1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b2643c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #e2e4e5;
- background: #282a36
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #43454f;
- color: #e2e4e5
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #78787e - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #78787e
-}
-/* base04 - #a5a5a9 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a5a5a9
-}
-/* base05 - #e2e4e5 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #e2e4e5
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff5c57
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ff9f43
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f3f99d
-}
-.hljs-strong {
- font-weight: bold;
- color: #f3f99d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #5af78e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #9aedfe
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #57c7ff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ff6ac1
-}
-.hljs-emphasis {
- color: #ff6ac1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b2643c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e2e4e5;background:#282a36}.hljs ::selection,.hljs::selection{background-color:#43454f;color:#e2e4e5}.hljs-comment{color:#78787e}.hljs-tag{color:#a5a5a9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e2e4e5}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff5c57}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff9f43}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f3f99d}.hljs-strong{font-weight:700;color:#f3f99d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5af78e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#9aedfe}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#57c7ff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ff6ac1}.hljs-emphasis{color:#ff6ac1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b2643c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/snazzy.min.css b/node_modules/highlight.js/styles/base16/snazzy.min.css
deleted file mode 100644
index 2241752..0000000
--- a/node_modules/highlight.js/styles/base16/snazzy.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Snazzy
- Author: Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e2e4e5;background:#282a36}.hljs ::selection,.hljs::selection{background-color:#43454f;color:#e2e4e5}.hljs-comment{color:#78787e}.hljs-tag{color:#a5a5a9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#e2e4e5}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff5c57}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff9f43}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f3f99d}.hljs-strong{font-weight:700;color:#f3f99d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5af78e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#9aedfe}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#57c7ff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ff6ac1}.hljs-emphasis{color:#ff6ac1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b2643c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/solar-flare-light.css b/node_modules/highlight.js/styles/base16/solar-flare-light.css
index d8124db..4b6a98f 100644
--- a/node_modules/highlight.js/styles/base16/solar-flare-light.css
+++ b/node_modules/highlight.js/styles/base16/solar-flare-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Solar Flare Light
Author: Chuck Harmston (https://chuck.harmston.ch)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme solar-flare-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #F5F7FA Default Background
-base01 #E8E9ED Lighter Background (Used for status bars, line number and folding marks)
-base02 #A6AFB8 Selection Background
-base03 #85939E Comments, Invisibles, Line Highlighting
-base04 #667581 Dark Foreground (Used for status bars)
-base05 #586875 Default Foreground, Caret, Delimiters, Operators
-base06 #222E38 Light Foreground (Not often used)
-base07 #18262F Light Background (Not often used)
-base08 #EF5253 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #E66B2B Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #E4B51C Classes, Markup Bold, Search Text Background
-base0B #7CC844 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #52CBB0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #33B5E1 Functions, Methods, Attribute IDs, Headings
-base0E #A363D5 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #D73C9A Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #586875;
- background: #F5F7FA
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #A6AFB8;
- color: #586875
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #85939E - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #85939E
-}
-/* base04 - #667581 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #667581
-}
-/* base05 - #586875 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #586875
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #EF5253
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #E66B2B
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #E4B51C
-}
-.hljs-strong {
- font-weight: bold;
- color: #E4B51C
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7CC844
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #52CBB0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #33B5E1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #A363D5
-}
-.hljs-emphasis {
- color: #A363D5;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #D73C9A
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#586875;background:#f5f7fa}.hljs ::selection,.hljs::selection{background-color:#a6afb8;color:#586875}.hljs-comment{color:#85939e}.hljs-tag{color:#667581}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#586875}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ef5253}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e66b2b}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e4b51c}.hljs-strong{font-weight:700;color:#e4b51c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7cc844}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#52cbb0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#33b5e1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a363d5}.hljs-emphasis{color:#a363d5;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d73c9a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/solar-flare-light.min.css b/node_modules/highlight.js/styles/base16/solar-flare-light.min.css
deleted file mode 100644
index 4b6a98f..0000000
--- a/node_modules/highlight.js/styles/base16/solar-flare-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Solar Flare Light
- Author: Chuck Harmston (https://chuck.harmston.ch)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#586875;background:#f5f7fa}.hljs ::selection,.hljs::selection{background-color:#a6afb8;color:#586875}.hljs-comment{color:#85939e}.hljs-tag{color:#667581}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#586875}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ef5253}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e66b2b}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e4b51c}.hljs-strong{font-weight:700;color:#e4b51c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7cc844}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#52cbb0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#33b5e1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a363d5}.hljs-emphasis{color:#a363d5;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d73c9a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/solar-flare.css b/node_modules/highlight.js/styles/base16/solar-flare.css
index 0763f0c..115fb97 100644
--- a/node_modules/highlight.js/styles/base16/solar-flare.css
+++ b/node_modules/highlight.js/styles/base16/solar-flare.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Solar Flare
Author: Chuck Harmston (https://chuck.harmston.ch)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme solar-flare
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #18262F Default Background
-base01 #222E38 Lighter Background (Used for status bars, line number and folding marks)
-base02 #586875 Selection Background
-base03 #667581 Comments, Invisibles, Line Highlighting
-base04 #85939E Dark Foreground (Used for status bars)
-base05 #A6AFB8 Default Foreground, Caret, Delimiters, Operators
-base06 #E8E9ED Light Foreground (Not often used)
-base07 #F5F7FA Light Background (Not often used)
-base08 #EF5253 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #E66B2B Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #E4B51C Classes, Markup Bold, Search Text Background
-base0B #7CC844 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #52CBB0 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #33B5E1 Functions, Methods, Attribute IDs, Headings
-base0E #A363D5 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #D73C9A Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #A6AFB8;
- background: #18262F
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #586875;
- color: #A6AFB8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #667581 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #667581
-}
-/* base04 - #85939E - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #85939E
-}
-/* base05 - #A6AFB8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #A6AFB8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #EF5253
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #E66B2B
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #E4B51C
-}
-.hljs-strong {
- font-weight: bold;
- color: #E4B51C
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #7CC844
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #52CBB0
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #33B5E1
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #A363D5
-}
-.hljs-emphasis {
- color: #A363D5;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #D73C9A
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a6afb8;background:#18262f}.hljs ::selection,.hljs::selection{background-color:#586875;color:#a6afb8}.hljs-comment{color:#667581}.hljs-tag{color:#85939e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a6afb8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ef5253}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e66b2b}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e4b51c}.hljs-strong{font-weight:700;color:#e4b51c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7cc844}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#52cbb0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#33b5e1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a363d5}.hljs-emphasis{color:#a363d5;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d73c9a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/solar-flare.min.css b/node_modules/highlight.js/styles/base16/solar-flare.min.css
deleted file mode 100644
index 115fb97..0000000
--- a/node_modules/highlight.js/styles/base16/solar-flare.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Solar Flare
- Author: Chuck Harmston (https://chuck.harmston.ch)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a6afb8;background:#18262f}.hljs ::selection,.hljs::selection{background-color:#586875;color:#a6afb8}.hljs-comment{color:#667581}.hljs-tag{color:#85939e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a6afb8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ef5253}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#e66b2b}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e4b51c}.hljs-strong{font-weight:700;color:#e4b51c}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#7cc844}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#52cbb0}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#33b5e1}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a363d5}.hljs-emphasis{color:#a363d5;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d73c9a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/solarized-dark.css b/node_modules/highlight.js/styles/base16/solarized-dark.css
index 6437cf5..e2b1535 100644
--- a/node_modules/highlight.js/styles/base16/solarized-dark.css
+++ b/node_modules/highlight.js/styles/base16/solarized-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Solarized Dark
Author: Ethan Schoonover (modified by aramisgithub)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme solarized-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #002b36 Default Background
-base01 #073642 Lighter Background (Used for status bars, line number and folding marks)
-base02 #586e75 Selection Background
-base03 #657b83 Comments, Invisibles, Line Highlighting
-base04 #839496 Dark Foreground (Used for status bars)
-base05 #93a1a1 Default Foreground, Caret, Delimiters, Operators
-base06 #eee8d5 Light Foreground (Not often used)
-base07 #fdf6e3 Light Background (Not often used)
-base08 #dc322f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #cb4b16 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b58900 Classes, Markup Bold, Search Text Background
-base0B #859900 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #2aa198 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #268bd2 Functions, Methods, Attribute IDs, Headings
-base0E #6c71c4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d33682 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #93a1a1;
- background: #002b36
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #586e75;
- color: #93a1a1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #657b83 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #657b83
-}
-/* base04 - #839496 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #839496
-}
-/* base05 - #93a1a1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #93a1a1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #dc322f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #cb4b16
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b58900
-}
-.hljs-strong {
- font-weight: bold;
- color: #b58900
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #859900
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #2aa198
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #268bd2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6c71c4
-}
-.hljs-emphasis {
- color: #6c71c4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d33682
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#93a1a1;background:#002b36}.hljs ::selection,.hljs::selection{background-color:#586e75;color:#93a1a1}.hljs-comment{color:#657b83}.hljs-tag{color:#839496}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#93a1a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc322f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cb4b16}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b58900}.hljs-strong{font-weight:700;color:#b58900}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#859900}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2aa198}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#268bd2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6c71c4}.hljs-emphasis{color:#6c71c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d33682}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/solarized-dark.min.css b/node_modules/highlight.js/styles/base16/solarized-dark.min.css
deleted file mode 100644
index e2b1535..0000000
--- a/node_modules/highlight.js/styles/base16/solarized-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Solarized Dark
- Author: Ethan Schoonover (modified by aramisgithub)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#93a1a1;background:#002b36}.hljs ::selection,.hljs::selection{background-color:#586e75;color:#93a1a1}.hljs-comment{color:#657b83}.hljs-tag{color:#839496}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#93a1a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc322f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cb4b16}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b58900}.hljs-strong{font-weight:700;color:#b58900}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#859900}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2aa198}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#268bd2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6c71c4}.hljs-emphasis{color:#6c71c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d33682}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/solarized-light.css b/node_modules/highlight.js/styles/base16/solarized-light.css
index 4c71ce0..67a590b 100644
--- a/node_modules/highlight.js/styles/base16/solarized-light.css
+++ b/node_modules/highlight.js/styles/base16/solarized-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Solarized Light
Author: Ethan Schoonover (modified by aramisgithub)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme solarized-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fdf6e3 Default Background
-base01 #eee8d5 Lighter Background (Used for status bars, line number and folding marks)
-base02 #93a1a1 Selection Background
-base03 #839496 Comments, Invisibles, Line Highlighting
-base04 #657b83 Dark Foreground (Used for status bars)
-base05 #586e75 Default Foreground, Caret, Delimiters, Operators
-base06 #073642 Light Foreground (Not often used)
-base07 #002b36 Light Background (Not often used)
-base08 #dc322f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #cb4b16 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b58900 Classes, Markup Bold, Search Text Background
-base0B #859900 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #2aa198 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #268bd2 Functions, Methods, Attribute IDs, Headings
-base0E #6c71c4 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #d33682 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #586e75;
- background: #fdf6e3
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #93a1a1;
- color: #586e75
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #839496 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #839496
-}
-/* base04 - #657b83 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #657b83
-}
-/* base05 - #586e75 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #586e75
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #dc322f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #cb4b16
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b58900
-}
-.hljs-strong {
- font-weight: bold;
- color: #b58900
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #859900
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #2aa198
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #268bd2
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #6c71c4
-}
-.hljs-emphasis {
- color: #6c71c4;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #d33682
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#586e75;background:#fdf6e3}.hljs ::selection,.hljs::selection{background-color:#93a1a1;color:#586e75}.hljs-comment{color:#839496}.hljs-tag{color:#657b83}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#586e75}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc322f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cb4b16}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b58900}.hljs-strong{font-weight:700;color:#b58900}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#859900}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2aa198}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#268bd2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6c71c4}.hljs-emphasis{color:#6c71c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d33682}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/solarized-light.min.css b/node_modules/highlight.js/styles/base16/solarized-light.min.css
deleted file mode 100644
index 67a590b..0000000
--- a/node_modules/highlight.js/styles/base16/solarized-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Solarized Light
- Author: Ethan Schoonover (modified by aramisgithub)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#586e75;background:#fdf6e3}.hljs ::selection,.hljs::selection{background-color:#93a1a1;color:#586e75}.hljs-comment{color:#839496}.hljs-tag{color:#657b83}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#586e75}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc322f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cb4b16}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b58900}.hljs-strong{font-weight:700;color:#b58900}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#859900}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2aa198}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#268bd2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6c71c4}.hljs-emphasis{color:#6c71c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d33682}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/spacemacs.css b/node_modules/highlight.js/styles/base16/spacemacs.css
index 19a2403..ba8f7d9 100644
--- a/node_modules/highlight.js/styles/base16/spacemacs.css
+++ b/node_modules/highlight.js/styles/base16/spacemacs.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Spacemacs
Author: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme spacemacs
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1f2022 Default Background
-base01 #282828 Lighter Background (Used for status bars, line number and folding marks)
-base02 #444155 Selection Background
-base03 #585858 Comments, Invisibles, Line Highlighting
-base04 #b8b8b8 Dark Foreground (Used for status bars)
-base05 #a3a3a3 Default Foreground, Caret, Delimiters, Operators
-base06 #e8e8e8 Light Foreground (Not often used)
-base07 #f8f8f8 Light Background (Not often used)
-base08 #f2241f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ffa500 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #b1951d Classes, Markup Bold, Search Text Background
-base0B #67b11d Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #2d9574 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #4f97d7 Functions, Methods, Attribute IDs, Headings
-base0E #a31db1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b03060 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a3a3a3;
- background: #1f2022
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #444155;
- color: #a3a3a3
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #585858 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #585858
-}
-/* base04 - #b8b8b8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b8b8b8
-}
-/* base05 - #a3a3a3 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a3a3a3
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f2241f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ffa500
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #b1951d
-}
-.hljs-strong {
- font-weight: bold;
- color: #b1951d
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #67b11d
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #2d9574
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #4f97d7
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a31db1
-}
-.hljs-emphasis {
- color: #a31db1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b03060
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a3a3a3;background:#1f2022}.hljs ::selection,.hljs::selection{background-color:#444155;color:#a3a3a3}.hljs-comment{color:#585858}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a3a3a3}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f2241f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:orange}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b1951d}.hljs-strong{font-weight:700;color:#b1951d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#67b11d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2d9574}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4f97d7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a31db1}.hljs-emphasis{color:#a31db1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b03060}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/spacemacs.min.css b/node_modules/highlight.js/styles/base16/spacemacs.min.css
deleted file mode 100644
index ba8f7d9..0000000
--- a/node_modules/highlight.js/styles/base16/spacemacs.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Spacemacs
- Author: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a3a3a3;background:#1f2022}.hljs ::selection,.hljs::selection{background-color:#444155;color:#a3a3a3}.hljs-comment{color:#585858}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a3a3a3}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f2241f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:orange}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b1951d}.hljs-strong{font-weight:700;color:#b1951d}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#67b11d}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2d9574}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4f97d7}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a31db1}.hljs-emphasis{color:#a31db1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b03060}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/summercamp.css b/node_modules/highlight.js/styles/base16/summercamp.css
index f462fd7..931b035 100644
--- a/node_modules/highlight.js/styles/base16/summercamp.css
+++ b/node_modules/highlight.js/styles/base16/summercamp.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: summercamp
Author: zoe firi (zoefiri.github.io)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme summercamp
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1c1810 Default Background
-base01 #2a261c Lighter Background (Used for status bars, line number and folding marks)
-base02 #3a3527 Selection Background
-base03 #504b38 Comments, Invisibles, Line Highlighting
-base04 #5f5b45 Dark Foreground (Used for status bars)
-base05 #736e55 Default Foreground, Caret, Delimiters, Operators
-base06 #bab696 Light Foreground (Not often used)
-base07 #f8f5de Light Background (Not often used)
-base08 #e35142 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fba11b Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f2ff27 Classes, Markup Bold, Search Text Background
-base0B #5ceb5a Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #5aebbc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #489bf0 Functions, Methods, Attribute IDs, Headings
-base0E #FF8080 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #F69BE7 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #736e55;
- background: #1c1810
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #3a3527;
- color: #736e55
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #504b38 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #504b38
-}
-/* base04 - #5f5b45 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #5f5b45
-}
-/* base05 - #736e55 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #736e55
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e35142
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fba11b
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f2ff27
-}
-.hljs-strong {
- font-weight: bold;
- color: #f2ff27
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #5ceb5a
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #5aebbc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #489bf0
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #FF8080
-}
-.hljs-emphasis {
- color: #FF8080;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #F69BE7
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#736e55;background:#1c1810}.hljs ::selection,.hljs::selection{background-color:#3a3527;color:#736e55}.hljs-comment{color:#504b38}.hljs-tag{color:#5f5b45}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#736e55}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e35142}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fba11b}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f2ff27}.hljs-strong{font-weight:700;color:#f2ff27}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5ceb5a}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5aebbc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#489bf0}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ff8080}.hljs-emphasis{color:#ff8080;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f69be7}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/summercamp.min.css b/node_modules/highlight.js/styles/base16/summercamp.min.css
deleted file mode 100644
index 931b035..0000000
--- a/node_modules/highlight.js/styles/base16/summercamp.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: summercamp
- Author: zoe firi (zoefiri.github.io)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#736e55;background:#1c1810}.hljs ::selection,.hljs::selection{background-color:#3a3527;color:#736e55}.hljs-comment{color:#504b38}.hljs-tag{color:#5f5b45}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#736e55}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e35142}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fba11b}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f2ff27}.hljs-strong{font-weight:700;color:#f2ff27}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5ceb5a}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#5aebbc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#489bf0}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ff8080}.hljs-emphasis{color:#ff8080;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#f69be7}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/summerfruit-dark.css b/node_modules/highlight.js/styles/base16/summerfruit-dark.css
index 57e9cdd..8ba6c88 100644
--- a/node_modules/highlight.js/styles/base16/summerfruit-dark.css
+++ b/node_modules/highlight.js/styles/base16/summerfruit-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Summerfruit Dark
Author: Christopher Corley (http://christop.club/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme summerfruit-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #151515 Default Background
-base01 #202020 Lighter Background (Used for status bars, line number and folding marks)
-base02 #303030 Selection Background
-base03 #505050 Comments, Invisibles, Line Highlighting
-base04 #B0B0B0 Dark Foreground (Used for status bars)
-base05 #D0D0D0 Default Foreground, Caret, Delimiters, Operators
-base06 #E0E0E0 Light Foreground (Not often used)
-base07 #FFFFFF Light Background (Not often used)
-base08 #FF0086 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #FD8900 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ABA800 Classes, Markup Bold, Search Text Background
-base0B #00C918 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1FAAAA Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3777E6 Functions, Methods, Attribute IDs, Headings
-base0E #AD00A1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #CC6633 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #D0D0D0;
- background: #151515
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #303030;
- color: #D0D0D0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #505050 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #505050
-}
-/* base04 - #B0B0B0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #B0B0B0
-}
-/* base05 - #D0D0D0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #D0D0D0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #FF0086
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #FD8900
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ABA800
-}
-.hljs-strong {
- font-weight: bold;
- color: #ABA800
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00C918
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1FAAAA
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3777E6
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #AD00A1
-}
-.hljs-emphasis {
- color: #AD00A1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #CC6633
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#151515}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff0086}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd8900}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aba800}.hljs-strong{font-weight:700;color:#aba800}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00c918}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1faaaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3777e6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ad00a1}.hljs-emphasis{color:#ad00a1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c63}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/summerfruit-dark.min.css b/node_modules/highlight.js/styles/base16/summerfruit-dark.min.css
deleted file mode 100644
index 8ba6c88..0000000
--- a/node_modules/highlight.js/styles/base16/summerfruit-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Summerfruit Dark
- Author: Christopher Corley (http://christop.club/)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#151515}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff0086}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd8900}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aba800}.hljs-strong{font-weight:700;color:#aba800}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00c918}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1faaaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3777e6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ad00a1}.hljs-emphasis{color:#ad00a1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c63}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/summerfruit-light.css b/node_modules/highlight.js/styles/base16/summerfruit-light.css
index 224f6e3..958eda3 100644
--- a/node_modules/highlight.js/styles/base16/summerfruit-light.css
+++ b/node_modules/highlight.js/styles/base16/summerfruit-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Summerfruit Light
Author: Christopher Corley (http://christop.club/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme summerfruit-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #FFFFFF Default Background
-base01 #E0E0E0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #D0D0D0 Selection Background
-base03 #B0B0B0 Comments, Invisibles, Line Highlighting
-base04 #000000 Dark Foreground (Used for status bars)
-base05 #101010 Default Foreground, Caret, Delimiters, Operators
-base06 #151515 Light Foreground (Not often used)
-base07 #202020 Light Background (Not often used)
-base08 #FF0086 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #FD8900 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ABA800 Classes, Markup Bold, Search Text Background
-base0B #00C918 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #1FAAAA Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3777E6 Functions, Methods, Attribute IDs, Headings
-base0E #AD00A1 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #CC6633 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #101010;
- background: #FFFFFF
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #D0D0D0;
- color: #101010
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #B0B0B0 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #B0B0B0
-}
-/* base04 - #000000 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #000000
-}
-/* base05 - #101010 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #101010
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #FF0086
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #FD8900
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ABA800
-}
-.hljs-strong {
- font-weight: bold;
- color: #ABA800
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00C918
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #1FAAAA
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3777E6
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #AD00A1
-}
-.hljs-emphasis {
- color: #AD00A1;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #CC6633
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#101010;background:#fff}.hljs ::selection,.hljs::selection{background-color:#d0d0d0;color:#101010}.hljs-comment{color:#b0b0b0}.hljs-tag{color:#000}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#101010}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff0086}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd8900}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aba800}.hljs-strong{font-weight:700;color:#aba800}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00c918}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1faaaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3777e6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ad00a1}.hljs-emphasis{color:#ad00a1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c63}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/summerfruit-light.min.css b/node_modules/highlight.js/styles/base16/summerfruit-light.min.css
deleted file mode 100644
index 958eda3..0000000
--- a/node_modules/highlight.js/styles/base16/summerfruit-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Summerfruit Light
- Author: Christopher Corley (http://christop.club/)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#101010;background:#fff}.hljs ::selection,.hljs::selection{background-color:#d0d0d0;color:#101010}.hljs-comment{color:#b0b0b0}.hljs-tag{color:#000}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#101010}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ff0086}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fd8900}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#aba800}.hljs-strong{font-weight:700;color:#aba800}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00c918}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#1faaaa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3777e6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ad00a1}.hljs-emphasis{color:#ad00a1;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c63}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/synth-midnight-terminal-dark.css b/node_modules/highlight.js/styles/base16/synth-midnight-terminal-dark.css
index a13e3e2..faa5d4d 100644
--- a/node_modules/highlight.js/styles/base16/synth-midnight-terminal-dark.css
+++ b/node_modules/highlight.js/styles/base16/synth-midnight-terminal-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Synth Midnight Terminal Dark
Author: Michaël Ball (http://github.com/michael-ball/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme synth-midnight-terminal-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #050608 Default Background
-base01 #1a1b1c Lighter Background (Used for status bars, line number and folding marks)
-base02 #28292a Selection Background
-base03 #474849 Comments, Invisibles, Line Highlighting
-base04 #a3a5a6 Dark Foreground (Used for status bars)
-base05 #c1c3c4 Default Foreground, Caret, Delimiters, Operators
-base06 #cfd1d2 Light Foreground (Not often used)
-base07 #dddfe0 Light Background (Not often used)
-base08 #b53b50 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ea770d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c9d364 Classes, Markup Bold, Search Text Background
-base0B #06ea61 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #42fff9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #03aeff Functions, Methods, Attribute IDs, Headings
-base0E #ea5ce2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #cd6320 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c1c3c4;
- background: #050608
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #28292a;
- color: #c1c3c4
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #474849 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #474849
-}
-/* base04 - #a3a5a6 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a3a5a6
-}
-/* base05 - #c1c3c4 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c1c3c4
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b53b50
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ea770d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c9d364
-}
-.hljs-strong {
- font-weight: bold;
- color: #c9d364
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #06ea61
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #42fff9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #03aeff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ea5ce2
-}
-.hljs-emphasis {
- color: #ea5ce2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #cd6320
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c3c4;background:#050608}.hljs ::selection,.hljs::selection{background-color:#28292a;color:#c1c3c4}.hljs-comment{color:#474849}.hljs-tag{color:#a3a5a6}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c3c4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b53b50}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ea770d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c9d364}.hljs-strong{font-weight:700;color:#c9d364}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#06ea61}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#42fff9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#03aeff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ea5ce2}.hljs-emphasis{color:#ea5ce2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#cd6320}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/synth-midnight-terminal-dark.min.css b/node_modules/highlight.js/styles/base16/synth-midnight-terminal-dark.min.css
deleted file mode 100644
index faa5d4d..0000000
--- a/node_modules/highlight.js/styles/base16/synth-midnight-terminal-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Synth Midnight Terminal Dark
- Author: Michaël Ball (http://github.com/michael-ball/)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c1c3c4;background:#050608}.hljs ::selection,.hljs::selection{background-color:#28292a;color:#c1c3c4}.hljs-comment{color:#474849}.hljs-tag{color:#a3a5a6}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#c1c3c4}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b53b50}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ea770d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c9d364}.hljs-strong{font-weight:700;color:#c9d364}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#06ea61}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#42fff9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#03aeff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ea5ce2}.hljs-emphasis{color:#ea5ce2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#cd6320}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/synth-midnight-terminal-light.css b/node_modules/highlight.js/styles/base16/synth-midnight-terminal-light.css
index de3d8e1..579a65f 100644
--- a/node_modules/highlight.js/styles/base16/synth-midnight-terminal-light.css
+++ b/node_modules/highlight.js/styles/base16/synth-midnight-terminal-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Synth Midnight Terminal Light
Author: Michaël Ball (http://github.com/michael-ball/)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme synth-midnight-terminal-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #dddfe0 Default Background
-base01 #cfd1d2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #c1c3c4 Selection Background
-base03 #a3a5a6 Comments, Invisibles, Line Highlighting
-base04 #474849 Dark Foreground (Used for status bars)
-base05 #28292a Default Foreground, Caret, Delimiters, Operators
-base06 #1a1b1c Light Foreground (Not often used)
-base07 #050608 Light Background (Not often used)
-base08 #b53b50 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ea770d Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c9d364 Classes, Markup Bold, Search Text Background
-base0B #06ea61 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #42fff9 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #03aeff Functions, Methods, Attribute IDs, Headings
-base0E #ea5ce2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #cd6320 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #28292a;
- background: #dddfe0
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #c1c3c4;
- color: #28292a
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #a3a5a6 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #a3a5a6
-}
-/* base04 - #474849 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #474849
-}
-/* base05 - #28292a - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #28292a
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #b53b50
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ea770d
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c9d364
-}
-.hljs-strong {
- font-weight: bold;
- color: #c9d364
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #06ea61
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #42fff9
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #03aeff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ea5ce2
-}
-.hljs-emphasis {
- color: #ea5ce2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #cd6320
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#28292a;background:#dddfe0}.hljs ::selection,.hljs::selection{background-color:#c1c3c4;color:#28292a}.hljs-comment{color:#a3a5a6}.hljs-tag{color:#474849}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#28292a}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b53b50}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ea770d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c9d364}.hljs-strong{font-weight:700;color:#c9d364}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#06ea61}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#42fff9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#03aeff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ea5ce2}.hljs-emphasis{color:#ea5ce2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#cd6320}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/synth-midnight-terminal-light.min.css b/node_modules/highlight.js/styles/base16/synth-midnight-terminal-light.min.css
deleted file mode 100644
index 579a65f..0000000
--- a/node_modules/highlight.js/styles/base16/synth-midnight-terminal-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Synth Midnight Terminal Light
- Author: Michaël Ball (http://github.com/michael-ball/)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#28292a;background:#dddfe0}.hljs ::selection,.hljs::selection{background-color:#c1c3c4;color:#28292a}.hljs-comment{color:#a3a5a6}.hljs-tag{color:#474849}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#28292a}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b53b50}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ea770d}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c9d364}.hljs-strong{font-weight:700;color:#c9d364}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#06ea61}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#42fff9}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#03aeff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#ea5ce2}.hljs-emphasis{color:#ea5ce2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#cd6320}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/tango.css b/node_modules/highlight.js/styles/base16/tango.css
index 3a91f4e..d37318a 100644
--- a/node_modules/highlight.js/styles/base16/tango.css
+++ b/node_modules/highlight.js/styles/base16/tango.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Tango
Author: @Schnouki, based on the Tango Desktop Project
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme tango
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2e3436 Default Background
-base01 #8ae234 Lighter Background (Used for status bars, line number and folding marks)
-base02 #fce94f Selection Background
-base03 #555753 Comments, Invisibles, Line Highlighting
-base04 #729fcf Dark Foreground (Used for status bars)
-base05 #d3d7cf Default Foreground, Caret, Delimiters, Operators
-base06 #ad7fa8 Light Foreground (Not often used)
-base07 #eeeeec Light Background (Not often used)
-base08 #cc0000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ef2929 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c4a000 Classes, Markup Bold, Search Text Background
-base0B #4e9a06 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #06989a Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3465a4 Functions, Methods, Attribute IDs, Headings
-base0E #75507b Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #34e2e2 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #d3d7cf;
- background: #2e3436
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #fce94f;
- color: #d3d7cf
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #555753 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #555753
-}
-/* base04 - #729fcf - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #729fcf
-}
-/* base05 - #d3d7cf - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #d3d7cf
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #cc0000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ef2929
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c4a000
-}
-.hljs-strong {
- font-weight: bold;
- color: #c4a000
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #4e9a06
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #06989a
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3465a4
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #75507b
-}
-.hljs-emphasis {
- color: #75507b;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #34e2e2
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d3d7cf;background:#2e3436}.hljs ::selection,.hljs::selection{background-color:#fce94f;color:#d3d7cf}.hljs-comment{color:#555753}.hljs-tag{color:#729fcf}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d3d7cf}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c00}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ef2929}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c4a000}.hljs-strong{font-weight:700;color:#c4a000}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4e9a06}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#06989a}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3465a4}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#75507b}.hljs-emphasis{color:#75507b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#34e2e2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/tango.min.css b/node_modules/highlight.js/styles/base16/tango.min.css
deleted file mode 100644
index d37318a..0000000
--- a/node_modules/highlight.js/styles/base16/tango.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Tango
- Author: @Schnouki, based on the Tango Desktop Project
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d3d7cf;background:#2e3436}.hljs ::selection,.hljs::selection{background-color:#fce94f;color:#d3d7cf}.hljs-comment{color:#555753}.hljs-tag{color:#729fcf}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d3d7cf}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c00}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ef2929}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c4a000}.hljs-strong{font-weight:700;color:#c4a000}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#4e9a06}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#06989a}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3465a4}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#75507b}.hljs-emphasis{color:#75507b;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#34e2e2}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/tender.css b/node_modules/highlight.js/styles/base16/tender.css
index 5c9ec77..c72c7df 100644
--- a/node_modules/highlight.js/styles/base16/tender.css
+++ b/node_modules/highlight.js/styles/base16/tender.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: tender
Author: Jacobo Tabernero (https://github/com/jacoborus/tender.vim)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme tender
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282828 Default Background
-base01 #383838 Lighter Background (Used for status bars, line number and folding marks)
-base02 #484848 Selection Background
-base03 #4c4c4c Comments, Invisibles, Line Highlighting
-base04 #b8b8b8 Dark Foreground (Used for status bars)
-base05 #eeeeee Default Foreground, Caret, Delimiters, Operators
-base06 #e8e8e8 Light Foreground (Not often used)
-base07 #feffff Light Background (Not often used)
-base08 #f43753 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #dc9656 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffc24b Classes, Markup Bold, Search Text Background
-base0B #c9d05c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #73cef4 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #b3deef Functions, Methods, Attribute IDs, Headings
-base0E #d3b987 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a16946 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #eeeeee;
- background: #282828
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #484848;
- color: #eeeeee
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #4c4c4c - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #4c4c4c
-}
-/* base04 - #b8b8b8 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b8b8b8
-}
-/* base05 - #eeeeee - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #eeeeee
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f43753
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #dc9656
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffc24b
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffc24b
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #c9d05c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #73cef4
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #b3deef
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #d3b987
-}
-.hljs-emphasis {
- color: #d3b987;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a16946
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#eee;background:#282828}.hljs ::selection,.hljs::selection{background-color:#484848;color:#eee}.hljs-comment{color:#4c4c4c}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#eee}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f43753}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dc9656}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffc24b}.hljs-strong{font-weight:700;color:#ffc24b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c9d05c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#73cef4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#b3deef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d3b987}.hljs-emphasis{color:#d3b987;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a16946}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/tender.min.css b/node_modules/highlight.js/styles/base16/tender.min.css
deleted file mode 100644
index c72c7df..0000000
--- a/node_modules/highlight.js/styles/base16/tender.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: tender
- Author: Jacobo Tabernero (https://github/com/jacoborus/tender.vim)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#eee;background:#282828}.hljs ::selection,.hljs::selection{background-color:#484848;color:#eee}.hljs-comment{color:#4c4c4c}.hljs-tag{color:#b8b8b8}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#eee}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f43753}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dc9656}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ffc24b}.hljs-strong{font-weight:700;color:#ffc24b}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#c9d05c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#73cef4}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#b3deef}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#d3b987}.hljs-emphasis{color:#d3b987;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a16946}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/tomorrow-night.css b/node_modules/highlight.js/styles/base16/tomorrow-night.css
index 2c3750e..a0b3f62 100644
--- a/node_modules/highlight.js/styles/base16/tomorrow-night.css
+++ b/node_modules/highlight.js/styles/base16/tomorrow-night.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Tomorrow Night
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme tomorrow-night
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2d2d2d Default Background
-base01 #393939 Lighter Background (Used for status bars, line number and folding marks)
-base02 #515151 Selection Background
-base03 #999999 Comments, Invisibles, Line Highlighting
-base04 #b4b7b4 Dark Foreground (Used for status bars)
-base05 #cccccc Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #f2777a Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f99157 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffcc66 Classes, Markup Bold, Search Text Background
-base0B #99cc99 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #66cccc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #6699cc Functions, Methods, Attribute IDs, Headings
-base0E #cc99cc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a3685a Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cccccc;
- background: #2d2d2d
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #515151;
- color: #cccccc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #999999 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #999999
-}
-/* base04 - #b4b7b4 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b4b7b4
-}
-/* base05 - #cccccc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cccccc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #f2777a
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f99157
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffcc66
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffcc66
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #99cc99
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #66cccc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #6699cc
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #cc99cc
-}
-.hljs-emphasis {
- color: #cc99cc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a3685a
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#ccc}.hljs-comment{color:#999}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f2777a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99157}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fc6}.hljs-strong{font-weight:700;color:#fc6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9c9}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#6cc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#69c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c9c}.hljs-emphasis{color:#c9c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a3685a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/tomorrow-night.min.css b/node_modules/highlight.js/styles/base16/tomorrow-night.min.css
deleted file mode 100644
index a0b3f62..0000000
--- a/node_modules/highlight.js/styles/base16/tomorrow-night.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Tomorrow Night
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#ccc}.hljs-comment{color:#999}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f2777a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99157}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fc6}.hljs-strong{font-weight:700;color:#fc6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9c9}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#6cc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#69c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c9c}.hljs-emphasis{color:#c9c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a3685a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/tomorrow.css b/node_modules/highlight.js/styles/base16/tomorrow.css
index bda285d..5785f6e 100644
--- a/node_modules/highlight.js/styles/base16/tomorrow.css
+++ b/node_modules/highlight.js/styles/base16/tomorrow.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Tomorrow
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme tomorrow
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ffffff Default Background
-base01 #e0e0e0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d6d6d6 Selection Background
-base03 #8e908c Comments, Invisibles, Line Highlighting
-base04 #969896 Dark Foreground (Used for status bars)
-base05 #4d4d4c Default Foreground, Caret, Delimiters, Operators
-base06 #282a2e Light Foreground (Not often used)
-base07 #1d1f21 Light Background (Not often used)
-base08 #c82829 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f5871f Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #eab700 Classes, Markup Bold, Search Text Background
-base0B #718c00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3e999f Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #4271ae Functions, Methods, Attribute IDs, Headings
-base0E #8959a8 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #a3685a Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #4d4d4c;
- background: #ffffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d6d6d6;
- color: #4d4d4c
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #8e908c - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #8e908c
-}
-/* base04 - #969896 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #969896
-}
-/* base05 - #4d4d4c - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #4d4d4c
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c82829
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f5871f
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #eab700
-}
-.hljs-strong {
- font-weight: bold;
- color: #eab700
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #718c00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3e999f
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #4271ae
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #8959a8
-}
-.hljs-emphasis {
- color: #8959a8;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #a3685a
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#4d4d4c;background:#fff}.hljs ::selection,.hljs::selection{background-color:#d6d6d6;color:#4d4d4c}.hljs-comment{color:#8e908c}.hljs-tag{color:#969896}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#4d4d4c}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c82829}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f5871f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#eab700}.hljs-strong{font-weight:700;color:#eab700}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#718c00}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3e999f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4271ae}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8959a8}.hljs-emphasis{color:#8959a8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a3685a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/tomorrow.min.css b/node_modules/highlight.js/styles/base16/tomorrow.min.css
deleted file mode 100644
index 5785f6e..0000000
--- a/node_modules/highlight.js/styles/base16/tomorrow.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Tomorrow
- Author: Chris Kempson (http://chriskempson.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#4d4d4c;background:#fff}.hljs ::selection,.hljs::selection{background-color:#d6d6d6;color:#4d4d4c}.hljs-comment{color:#8e908c}.hljs-tag{color:#969896}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#4d4d4c}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c82829}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f5871f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#eab700}.hljs-strong{font-weight:700;color:#eab700}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#718c00}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3e999f}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#4271ae}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#8959a8}.hljs-emphasis{color:#8959a8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a3685a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/twilight.css b/node_modules/highlight.js/styles/base16/twilight.css
index 0bde680..0a8f5f9 100644
--- a/node_modules/highlight.js/styles/base16/twilight.css
+++ b/node_modules/highlight.js/styles/base16/twilight.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Twilight
Author: David Hart (https://github.com/hartbit)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme twilight
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #1e1e1e Default Background
-base01 #323537 Lighter Background (Used for status bars, line number and folding marks)
-base02 #464b50 Selection Background
-base03 #5f5a60 Comments, Invisibles, Line Highlighting
-base04 #838184 Dark Foreground (Used for status bars)
-base05 #a7a7a7 Default Foreground, Caret, Delimiters, Operators
-base06 #c3c3c3 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #cf6a4c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #cda869 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f9ee98 Classes, Markup Bold, Search Text Background
-base0B #8f9d6a Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #afc4db Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7587a6 Functions, Methods, Attribute IDs, Headings
-base0E #9b859d Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #9b703f Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a7a7a7;
- background: #1e1e1e
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #464b50;
- color: #a7a7a7
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #5f5a60 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #5f5a60
-}
-/* base04 - #838184 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #838184
-}
-/* base05 - #a7a7a7 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a7a7a7
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #cf6a4c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #cda869
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f9ee98
-}
-.hljs-strong {
- font-weight: bold;
- color: #f9ee98
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #8f9d6a
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #afc4db
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7587a6
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9b859d
-}
-.hljs-emphasis {
- color: #9b859d;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #9b703f
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a7a7a7;background:#1e1e1e}.hljs ::selection,.hljs::selection{background-color:#464b50;color:#a7a7a7}.hljs-comment{color:#5f5a60}.hljs-tag{color:#838184}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a7a7a7}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cf6a4c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cda869}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f9ee98}.hljs-strong{font-weight:700;color:#f9ee98}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8f9d6a}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#afc4db}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7587a6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9b859d}.hljs-emphasis{color:#9b859d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9b703f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/twilight.min.css b/node_modules/highlight.js/styles/base16/twilight.min.css
deleted file mode 100644
index 0a8f5f9..0000000
--- a/node_modules/highlight.js/styles/base16/twilight.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Twilight
- Author: David Hart (https://github.com/hartbit)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a7a7a7;background:#1e1e1e}.hljs ::selection,.hljs::selection{background-color:#464b50;color:#a7a7a7}.hljs-comment{color:#5f5a60}.hljs-tag{color:#838184}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a7a7a7}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#cf6a4c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cda869}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f9ee98}.hljs-strong{font-weight:700;color:#f9ee98}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#8f9d6a}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#afc4db}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7587a6}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9b859d}.hljs-emphasis{color:#9b859d;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#9b703f}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/unikitty-dark.css b/node_modules/highlight.js/styles/base16/unikitty-dark.css
index 02bb32d..752d90a 100644
--- a/node_modules/highlight.js/styles/base16/unikitty-dark.css
+++ b/node_modules/highlight.js/styles/base16/unikitty-dark.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Unikitty Dark
Author: Josh W Lewis (@joshwlewis)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme unikitty-dark
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #2e2a31 Default Background
-base01 #4a464d Lighter Background (Used for status bars, line number and folding marks)
-base02 #666369 Selection Background
-base03 #838085 Comments, Invisibles, Line Highlighting
-base04 #9f9da2 Dark Foreground (Used for status bars)
-base05 #bcbabe Default Foreground, Caret, Delimiters, Operators
-base06 #d8d7da Light Foreground (Not often used)
-base07 #f5f4f7 Light Background (Not often used)
-base08 #d8137f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d65407 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #dc8a0e Classes, Markup Bold, Search Text Background
-base0B #17ad98 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #149bda Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #796af5 Functions, Methods, Attribute IDs, Headings
-base0E #bb60ea Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #c720ca Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #bcbabe;
- background: #2e2a31
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #666369;
- color: #bcbabe
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #838085 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #838085
-}
-/* base04 - #9f9da2 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #9f9da2
-}
-/* base05 - #bcbabe - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #bcbabe
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d8137f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d65407
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #dc8a0e
-}
-.hljs-strong {
- font-weight: bold;
- color: #dc8a0e
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #17ad98
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #149bda
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #796af5
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #bb60ea
-}
-.hljs-emphasis {
- color: #bb60ea;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #c720ca
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#bcbabe;background:#2e2a31}.hljs ::selection,.hljs::selection{background-color:#666369;color:#bcbabe}.hljs-comment{color:#838085}.hljs-tag{color:#9f9da2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#bcbabe}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d8137f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d65407}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dc8a0e}.hljs-strong{font-weight:700;color:#dc8a0e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#17ad98}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#149bda}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#796af5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bb60ea}.hljs-emphasis{color:#bb60ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c720ca}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/unikitty-dark.min.css b/node_modules/highlight.js/styles/base16/unikitty-dark.min.css
deleted file mode 100644
index 752d90a..0000000
--- a/node_modules/highlight.js/styles/base16/unikitty-dark.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Unikitty Dark
- Author: Josh W Lewis (@joshwlewis)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#bcbabe;background:#2e2a31}.hljs ::selection,.hljs::selection{background-color:#666369;color:#bcbabe}.hljs-comment{color:#838085}.hljs-tag{color:#9f9da2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#bcbabe}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d8137f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d65407}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dc8a0e}.hljs-strong{font-weight:700;color:#dc8a0e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#17ad98}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#149bda}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#796af5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bb60ea}.hljs-emphasis{color:#bb60ea;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c720ca}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/unikitty-light.css b/node_modules/highlight.js/styles/base16/unikitty-light.css
index a1ba697..fe74653 100644
--- a/node_modules/highlight.js/styles/base16/unikitty-light.css
+++ b/node_modules/highlight.js/styles/base16/unikitty-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Unikitty Light
Author: Josh W Lewis (@joshwlewis)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme unikitty-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ffffff Default Background
-base01 #e1e1e2 Lighter Background (Used for status bars, line number and folding marks)
-base02 #c4c3c5 Selection Background
-base03 #a7a5a8 Comments, Invisibles, Line Highlighting
-base04 #89878b Dark Foreground (Used for status bars)
-base05 #6c696e Default Foreground, Caret, Delimiters, Operators
-base06 #4f4b51 Light Foreground (Not often used)
-base07 #322d34 Light Background (Not often used)
-base08 #d8137f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #d65407 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #dc8a0e Classes, Markup Bold, Search Text Background
-base0B #17ad98 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #149bda Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #775dff Functions, Methods, Attribute IDs, Headings
-base0E #aa17e6 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #e013d0 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #6c696e;
- background: #ffffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #c4c3c5;
- color: #6c696e
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #a7a5a8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #a7a5a8
-}
-/* base04 - #89878b - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #89878b
-}
-/* base05 - #6c696e - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #6c696e
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d8137f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #d65407
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #dc8a0e
-}
-.hljs-strong {
- font-weight: bold;
- color: #dc8a0e
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #17ad98
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #149bda
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #775dff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #aa17e6
-}
-.hljs-emphasis {
- color: #aa17e6;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #e013d0
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#6c696e;background:#fff}.hljs ::selection,.hljs::selection{background-color:#c4c3c5;color:#6c696e}.hljs-comment{color:#a7a5a8}.hljs-tag{color:#89878b}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#6c696e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d8137f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d65407}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dc8a0e}.hljs-strong{font-weight:700;color:#dc8a0e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#17ad98}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#149bda}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#775dff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#aa17e6}.hljs-emphasis{color:#aa17e6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e013d0}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/unikitty-light.min.css b/node_modules/highlight.js/styles/base16/unikitty-light.min.css
deleted file mode 100644
index fe74653..0000000
--- a/node_modules/highlight.js/styles/base16/unikitty-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Unikitty Light
- Author: Josh W Lewis (@joshwlewis)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#6c696e;background:#fff}.hljs ::selection,.hljs::selection{background-color:#c4c3c5;color:#6c696e}.hljs-comment{color:#a7a5a8}.hljs-tag{color:#89878b}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#6c696e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d8137f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d65407}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#dc8a0e}.hljs-strong{font-weight:700;color:#dc8a0e}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#17ad98}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#149bda}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#775dff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#aa17e6}.hljs-emphasis{color:#aa17e6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#e013d0}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/vulcan.css b/node_modules/highlight.js/styles/base16/vulcan.css
index dc2ac1a..3c88968 100644
--- a/node_modules/highlight.js/styles/base16/vulcan.css
+++ b/node_modules/highlight.js/styles/base16/vulcan.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: vulcan
Author: Andrey Varfolomeev
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme vulcan
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #041523 Default Background
-base01 #122339 Lighter Background (Used for status bars, line number and folding marks)
-base02 #003552 Selection Background
-base03 #7a5759 Comments, Invisibles, Line Highlighting
-base04 #6b6977 Dark Foreground (Used for status bars)
-base05 #5b778c Default Foreground, Caret, Delimiters, Operators
-base06 #333238 Light Foreground (Not often used)
-base07 #214d68 Light Background (Not often used)
-base08 #818591 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #9198a3 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #adb4b9 Classes, Markup Bold, Search Text Background
-base0B #977d7c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #977d7c Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #977d7c Functions, Methods, Attribute IDs, Headings
-base0E #9198a3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #977d7c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #5b778c;
- background: #041523
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #003552;
- color: #5b778c
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #7a5759 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #7a5759
-}
-/* base04 - #6b6977 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #6b6977
-}
-/* base05 - #5b778c - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #5b778c
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #818591
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #9198a3
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #adb4b9
-}
-.hljs-strong {
- font-weight: bold;
- color: #adb4b9
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #977d7c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #977d7c
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #977d7c
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #9198a3
-}
-.hljs-emphasis {
- color: #9198a3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #977d7c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5b778c;background:#041523}.hljs ::selection,.hljs::selection{background-color:#003552;color:#5b778c}.hljs-comment{color:#7a5759}.hljs-tag{color:#6b6977}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5b778c}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#818591}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#9198a3}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#adb4b9}.hljs-strong{font-weight:700;color:#adb4b9}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-code,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-string,.hljs-title.class_.inherited__,.hljs-title.function_,.ruby .hljs-property{color:#977d7c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9198a3}.hljs-emphasis{color:#9198a3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#977d7c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/vulcan.min.css b/node_modules/highlight.js/styles/base16/vulcan.min.css
deleted file mode 100644
index 3c88968..0000000
--- a/node_modules/highlight.js/styles/base16/vulcan.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: vulcan
- Author: Andrey Varfolomeev
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#5b778c;background:#041523}.hljs ::selection,.hljs::selection{background-color:#003552;color:#5b778c}.hljs-comment{color:#7a5759}.hljs-tag{color:#6b6977}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#5b778c}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#818591}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#9198a3}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#adb4b9}.hljs-strong{font-weight:700;color:#adb4b9}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-code,.hljs-doctag,.hljs-function .hljs-title,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-string,.hljs-title.class_.inherited__,.hljs-title.function_,.ruby .hljs-property{color:#977d7c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#9198a3}.hljs-emphasis{color:#9198a3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#977d7c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-10-light.css b/node_modules/highlight.js/styles/base16/windows-10-light.css
index 022e40a..b27b99f 100644
--- a/node_modules/highlight.js/styles/base16/windows-10-light.css
+++ b/node_modules/highlight.js/styles/base16/windows-10-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows 10 Light
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-10-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #f2f2f2 Default Background
-base01 #e5e5e5 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d9d9d9 Selection Background
-base03 #cccccc Comments, Invisibles, Line Highlighting
-base04 #ababab Dark Foreground (Used for status bars)
-base05 #767676 Default Foreground, Caret, Delimiters, Operators
-base06 #414141 Light Foreground (Not often used)
-base07 #0c0c0c Light Background (Not often used)
-base08 #c50f1f Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #f9f1a5 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #c19c00 Classes, Markup Bold, Search Text Background
-base0B #13a10e Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #3a96dd Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0037da Functions, Methods, Attribute IDs, Headings
-base0E #881798 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #16c60c Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #767676;
- background: #f2f2f2
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d9d9d9;
- color: #767676
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #cccccc - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #cccccc
-}
-/* base04 - #ababab - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #ababab
-}
-/* base05 - #767676 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #767676
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #c50f1f
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #f9f1a5
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #c19c00
-}
-.hljs-strong {
- font-weight: bold;
- color: #c19c00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #13a10e
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #3a96dd
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0037da
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #881798
-}
-.hljs-emphasis {
- color: #881798;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #16c60c
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#767676;background:#f2f2f2}.hljs ::selection,.hljs::selection{background-color:#d9d9d9;color:#767676}.hljs-comment{color:#ccc}.hljs-tag{color:#ababab}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#767676}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c50f1f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f9f1a5}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c19c00}.hljs-strong{font-weight:700;color:#c19c00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#13a10e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3a96dd}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0037da}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#881798}.hljs-emphasis{color:#881798;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#16c60c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-10-light.min.css b/node_modules/highlight.js/styles/base16/windows-10-light.min.css
deleted file mode 100644
index b27b99f..0000000
--- a/node_modules/highlight.js/styles/base16/windows-10-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Windows 10 Light
- Author: Fergus Collins (https://github.com/C-Fergus)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#767676;background:#f2f2f2}.hljs ::selection,.hljs::selection{background-color:#d9d9d9;color:#767676}.hljs-comment{color:#ccc}.hljs-tag{color:#ababab}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#767676}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#c50f1f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f9f1a5}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#c19c00}.hljs-strong{font-weight:700;color:#c19c00}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#13a10e}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#3a96dd}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0037da}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#881798}.hljs-emphasis{color:#881798;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#16c60c}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-10.css b/node_modules/highlight.js/styles/base16/windows-10.css
index f0f0e2d..296b84c 100644
--- a/node_modules/highlight.js/styles/base16/windows-10.css
+++ b/node_modules/highlight.js/styles/base16/windows-10.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows 10
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-10
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #0c0c0c Default Background
-base01 #2f2f2f Lighter Background (Used for status bars, line number and folding marks)
-base02 #535353 Selection Background
-base03 #767676 Comments, Invisibles, Line Highlighting
-base04 #b9b9b9 Dark Foreground (Used for status bars)
-base05 #cccccc Default Foreground, Caret, Delimiters, Operators
-base06 #dfdfdf Light Foreground (Not often used)
-base07 #f2f2f2 Light Background (Not often used)
-base08 #e74856 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #c19c00 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #f9f1a5 Classes, Markup Bold, Search Text Background
-base0B #16c60c Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #61d6d6 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #3b78ff Functions, Methods, Attribute IDs, Headings
-base0E #b4009e Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #13a10e Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cccccc;
- background: #0c0c0c
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #535353;
- color: #cccccc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #767676 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #767676
-}
-/* base04 - #b9b9b9 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b9b9b9
-}
-/* base05 - #cccccc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cccccc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #e74856
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #c19c00
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #f9f1a5
-}
-.hljs-strong {
- font-weight: bold;
- color: #f9f1a5
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #16c60c
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #61d6d6
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #3b78ff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #b4009e
-}
-.hljs-emphasis {
- color: #b4009e;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #13a10e
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#0c0c0c}.hljs ::selection,.hljs::selection{background-color:#535353;color:#ccc}.hljs-comment{color:#767676}.hljs-tag{color:#b9b9b9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e74856}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c19c00}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f9f1a5}.hljs-strong{font-weight:700;color:#f9f1a5}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#16c60c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#61d6d6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3b78ff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b4009e}.hljs-emphasis{color:#b4009e;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#13a10e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-10.min.css b/node_modules/highlight.js/styles/base16/windows-10.min.css
deleted file mode 100644
index 296b84c..0000000
--- a/node_modules/highlight.js/styles/base16/windows-10.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Windows 10
- Author: Fergus Collins (https://github.com/C-Fergus)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#0c0c0c}.hljs ::selection,.hljs::selection{background-color:#535353;color:#ccc}.hljs-comment{color:#767676}.hljs-tag{color:#b9b9b9}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#e74856}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#c19c00}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f9f1a5}.hljs-strong{font-weight:700;color:#f9f1a5}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#16c60c}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#61d6d6}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#3b78ff}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b4009e}.hljs-emphasis{color:#b4009e;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#13a10e}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-95-light.css b/node_modules/highlight.js/styles/base16/windows-95-light.css
index bbf034d..c30dd24 100644
--- a/node_modules/highlight.js/styles/base16/windows-95-light.css
+++ b/node_modules/highlight.js/styles/base16/windows-95-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows 95 Light
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-95-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fcfcfc Default Background
-base01 #e0e0e0 Lighter Background (Used for status bars, line number and folding marks)
-base02 #c4c4c4 Selection Background
-base03 #a8a8a8 Comments, Invisibles, Line Highlighting
-base04 #7e7e7e Dark Foreground (Used for status bars)
-base05 #545454 Default Foreground, Caret, Delimiters, Operators
-base06 #2a2a2a Light Foreground (Not often used)
-base07 #000000 Light Background (Not often used)
-base08 #a80000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fcfc54 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #a85400 Classes, Markup Bold, Search Text Background
-base0B #00a800 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00a8a8 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0000a8 Functions, Methods, Attribute IDs, Headings
-base0E #a800a8 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #54fc54 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #545454;
- background: #fcfcfc
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #c4c4c4;
- color: #545454
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #a8a8a8 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #a8a8a8
-}
-/* base04 - #7e7e7e - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e7e7e
-}
-/* base05 - #545454 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #545454
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #a80000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fcfc54
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #a85400
-}
-.hljs-strong {
- font-weight: bold;
- color: #a85400
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00a800
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00a8a8
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0000a8
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #a800a8
-}
-.hljs-emphasis {
- color: #a800a8;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #54fc54
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#545454;background:#fcfcfc}.hljs ::selection,.hljs::selection{background-color:#c4c4c4;color:#545454}.hljs-comment{color:#a8a8a8}.hljs-tag{color:#7e7e7e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#545454}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#a80000}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fcfc54}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a85400}.hljs-strong{font-weight:700;color:#a85400}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00a800}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00a8a8}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0000a8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a800a8}.hljs-emphasis{color:#a800a8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#54fc54}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-95-light.min.css b/node_modules/highlight.js/styles/base16/windows-95-light.min.css
deleted file mode 100644
index c30dd24..0000000
--- a/node_modules/highlight.js/styles/base16/windows-95-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Windows 95 Light
- Author: Fergus Collins (https://github.com/C-Fergus)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#545454;background:#fcfcfc}.hljs ::selection,.hljs::selection{background-color:#c4c4c4;color:#545454}.hljs-comment{color:#a8a8a8}.hljs-tag{color:#7e7e7e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#545454}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#a80000}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fcfc54}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#a85400}.hljs-strong{font-weight:700;color:#a85400}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#00a800}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00a8a8}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0000a8}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#a800a8}.hljs-emphasis{color:#a800a8;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#54fc54}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-95.css b/node_modules/highlight.js/styles/base16/windows-95.css
index 002d6f9..962d307 100644
--- a/node_modules/highlight.js/styles/base16/windows-95.css
+++ b/node_modules/highlight.js/styles/base16/windows-95.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows 95
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-95
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #1C1C1C Lighter Background (Used for status bars, line number and folding marks)
-base02 #383838 Selection Background
-base03 #545454 Comments, Invisibles, Line Highlighting
-base04 #7e7e7e Dark Foreground (Used for status bars)
-base05 #a8a8a8 Default Foreground, Caret, Delimiters, Operators
-base06 #d2d2d2 Light Foreground (Not often used)
-base07 #fcfcfc Light Background (Not often used)
-base08 #fc5454 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #a85400 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fcfc54 Classes, Markup Bold, Search Text Background
-base0B #54fc54 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #54fcfc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #5454fc Functions, Methods, Attribute IDs, Headings
-base0E #fc54fc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #00a800 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #a8a8a8;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #383838;
- color: #a8a8a8
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #545454 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #545454
-}
-/* base04 - #7e7e7e - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e7e7e
-}
-/* base05 - #a8a8a8 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #a8a8a8
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fc5454
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #a85400
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fcfc54
-}
-.hljs-strong {
- font-weight: bold;
- color: #fcfc54
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #54fc54
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #54fcfc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #5454fc
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #fc54fc
-}
-.hljs-emphasis {
- color: #fc54fc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #00a800
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a8a8a8;background:#000}.hljs ::selection,.hljs::selection{background-color:#383838;color:#a8a8a8}.hljs-comment{color:#545454}.hljs-tag{color:#7e7e7e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a8a8a8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fc5454}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a85400}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fcfc54}.hljs-strong{font-weight:700;color:#fcfc54}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#54fc54}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#54fcfc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5454fc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#fc54fc}.hljs-emphasis{color:#fc54fc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#00a800}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-95.min.css b/node_modules/highlight.js/styles/base16/windows-95.min.css
deleted file mode 100644
index 962d307..0000000
--- a/node_modules/highlight.js/styles/base16/windows-95.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Windows 95
- Author: Fergus Collins (https://github.com/C-Fergus)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a8a8a8;background:#000}.hljs ::selection,.hljs::selection{background-color:#383838;color:#a8a8a8}.hljs-comment{color:#545454}.hljs-tag{color:#7e7e7e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a8a8a8}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fc5454}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#a85400}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fcfc54}.hljs-strong{font-weight:700;color:#fcfc54}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#54fc54}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#54fcfc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5454fc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#fc54fc}.hljs-emphasis{color:#fc54fc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#00a800}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-high-contrast-light.css b/node_modules/highlight.js/styles/base16/windows-high-contrast-light.css
index 5589678..fb24f75 100644
--- a/node_modules/highlight.js/styles/base16/windows-high-contrast-light.css
+++ b/node_modules/highlight.js/styles/base16/windows-high-contrast-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows High Contrast Light
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-high-contrast-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #fcfcfc Default Background
-base01 #e8e8e8 Lighter Background (Used for status bars, line number and folding marks)
-base02 #d4d4d4 Selection Background
-base03 #c0c0c0 Comments, Invisibles, Line Highlighting
-base04 #7e7e7e Dark Foreground (Used for status bars)
-base05 #545454 Default Foreground, Caret, Delimiters, Operators
-base06 #2a2a2a Light Foreground (Not often used)
-base07 #000000 Light Background (Not often used)
-base08 #800000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #fcfc54 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #808000 Classes, Markup Bold, Search Text Background
-base0B #008000 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #008080 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #000080 Functions, Methods, Attribute IDs, Headings
-base0E #800080 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #54fc54 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #545454;
- background: #fcfcfc
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d4d4d4;
- color: #545454
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #c0c0c0 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #c0c0c0
-}
-/* base04 - #7e7e7e - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7e7e7e
-}
-/* base05 - #545454 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #545454
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #800000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #fcfc54
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #808000
-}
-.hljs-strong {
- font-weight: bold;
- color: #808000
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #008000
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #008080
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #000080
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #800080
-}
-.hljs-emphasis {
- color: #800080;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #54fc54
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#545454;background:#fcfcfc}.hljs ::selection,.hljs::selection{background-color:#d4d4d4;color:#545454}.hljs-comment{color:silver}.hljs-tag{color:#7e7e7e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#545454}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:maroon}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fcfc54}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:olive}.hljs-strong{font-weight:700;color:olive}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:green}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:teal}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:navy}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:purple}.hljs-emphasis{color:purple;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#54fc54}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-high-contrast-light.min.css b/node_modules/highlight.js/styles/base16/windows-high-contrast-light.min.css
deleted file mode 100644
index fb24f75..0000000
--- a/node_modules/highlight.js/styles/base16/windows-high-contrast-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Windows High Contrast Light
- Author: Fergus Collins (https://github.com/C-Fergus)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#545454;background:#fcfcfc}.hljs ::selection,.hljs::selection{background-color:#d4d4d4;color:#545454}.hljs-comment{color:silver}.hljs-tag{color:#7e7e7e}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#545454}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:maroon}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#fcfc54}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:olive}.hljs-strong{font-weight:700;color:olive}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:green}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:teal}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:navy}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:purple}.hljs-emphasis{color:purple;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#54fc54}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-high-contrast.css b/node_modules/highlight.js/styles/base16/windows-high-contrast.css
index 1ad278d..363f590 100644
--- a/node_modules/highlight.js/styles/base16/windows-high-contrast.css
+++ b/node_modules/highlight.js/styles/base16/windows-high-contrast.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows High Contrast
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-high-contrast
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #1C1C1C Lighter Background (Used for status bars, line number and folding marks)
-base02 #383838 Selection Background
-base03 #545454 Comments, Invisibles, Line Highlighting
-base04 #a2a2a2 Dark Foreground (Used for status bars)
-base05 #c0c0c0 Default Foreground, Caret, Delimiters, Operators
-base06 #dedede Light Foreground (Not often used)
-base07 #fcfcfc Light Background (Not often used)
-base08 #fc5454 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #808000 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #fcfc54 Classes, Markup Bold, Search Text Background
-base0B #54fc54 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #54fcfc Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #5454fc Functions, Methods, Attribute IDs, Headings
-base0E #fc54fc Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #008000 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c0c0c0;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #383838;
- color: #c0c0c0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #545454 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #545454
-}
-/* base04 - #a2a2a2 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a2a2a2
-}
-/* base05 - #c0c0c0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c0c0c0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #fc5454
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #808000
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #fcfc54
-}
-.hljs-strong {
- font-weight: bold;
- color: #fcfc54
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #54fc54
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #54fcfc
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #5454fc
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #fc54fc
-}
-.hljs-emphasis {
- color: #fc54fc;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #008000
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:silver;background:#000}.hljs ::selection,.hljs::selection{background-color:#383838;color:silver}.hljs-comment{color:#545454}.hljs-tag{color:#a2a2a2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:silver}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fc5454}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:olive}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fcfc54}.hljs-strong{font-weight:700;color:#fcfc54}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#54fc54}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#54fcfc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5454fc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#fc54fc}.hljs-emphasis{color:#fc54fc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:green}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-high-contrast.min.css b/node_modules/highlight.js/styles/base16/windows-high-contrast.min.css
deleted file mode 100644
index 363f590..0000000
--- a/node_modules/highlight.js/styles/base16/windows-high-contrast.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Windows High Contrast
- Author: Fergus Collins (https://github.com/C-Fergus)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:silver;background:#000}.hljs ::selection,.hljs::selection{background-color:#383838;color:silver}.hljs-comment{color:#545454}.hljs-tag{color:#a2a2a2}.hljs-operator,.hljs-punctuation,.hljs-subst{color:silver}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#fc5454}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:olive}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fcfc54}.hljs-strong{font-weight:700;color:#fcfc54}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#54fc54}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#54fcfc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#5454fc}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#fc54fc}.hljs-emphasis{color:#fc54fc;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:green}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-nt-light.css b/node_modules/highlight.js/styles/base16/windows-nt-light.css
index a029d7d..4332edf 100644
--- a/node_modules/highlight.js/styles/base16/windows-nt-light.css
+++ b/node_modules/highlight.js/styles/base16/windows-nt-light.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows NT Light
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-nt-light
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #ffffff Default Background
-base01 #eaeaea Lighter Background (Used for status bars, line number and folding marks)
-base02 #d5d5d5 Selection Background
-base03 #c0c0c0 Comments, Invisibles, Line Highlighting
-base04 #a0a0a0 Dark Foreground (Used for status bars)
-base05 #808080 Default Foreground, Caret, Delimiters, Operators
-base06 #404040 Light Foreground (Not often used)
-base07 #000000 Light Background (Not often used)
-base08 #800000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ffff00 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #808000 Classes, Markup Bold, Search Text Background
-base0B #008000 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #008080 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #000080 Functions, Methods, Attribute IDs, Headings
-base0E #800080 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #00ff00 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #808080;
- background: #ffffff
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #d5d5d5;
- color: #808080
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #c0c0c0 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #c0c0c0
-}
-/* base04 - #a0a0a0 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a0a0a0
-}
-/* base05 - #808080 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #808080
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #800000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ffff00
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #808000
-}
-.hljs-strong {
- font-weight: bold;
- color: #808000
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #008000
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #008080
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #000080
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #800080
-}
-.hljs-emphasis {
- color: #800080;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #00ff00
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:grey;background:#fff}.hljs ::selection,.hljs::selection{background-color:#d5d5d5;color:grey}.hljs-comment{color:silver}.hljs-tag{color:#a0a0a0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:grey}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:maroon}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff0}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:olive}.hljs-strong{font-weight:700;color:olive}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:green}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:teal}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:navy}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:purple}.hljs-emphasis{color:purple;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#0f0}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-nt-light.min.css b/node_modules/highlight.js/styles/base16/windows-nt-light.min.css
deleted file mode 100644
index 4332edf..0000000
--- a/node_modules/highlight.js/styles/base16/windows-nt-light.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Windows NT Light
- Author: Fergus Collins (https://github.com/C-Fergus)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:grey;background:#fff}.hljs ::selection,.hljs::selection{background-color:#d5d5d5;color:grey}.hljs-comment{color:silver}.hljs-tag{color:#a0a0a0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:grey}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:maroon}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ff0}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:olive}.hljs-strong{font-weight:700;color:olive}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:green}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:teal}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:navy}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:purple}.hljs-emphasis{color:purple;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#0f0}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-nt.css b/node_modules/highlight.js/styles/base16/windows-nt.css
index 4a2608b..b37fdf5 100644
--- a/node_modules/highlight.js/styles/base16/windows-nt.css
+++ b/node_modules/highlight.js/styles/base16/windows-nt.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Windows NT
Author: Fergus Collins (https://github.com/C-Fergus)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme windows-nt
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #000000 Default Background
-base01 #2a2a2a Lighter Background (Used for status bars, line number and folding marks)
-base02 #555555 Selection Background
-base03 #808080 Comments, Invisibles, Line Highlighting
-base04 #a1a1a1 Dark Foreground (Used for status bars)
-base05 #c0c0c0 Default Foreground, Caret, Delimiters, Operators
-base06 #e0e0e0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #ff0000 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #808000 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #ffff00 Classes, Markup Bold, Search Text Background
-base0B #00ff00 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00ffff Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #0000ff Functions, Methods, Attribute IDs, Headings
-base0E #ff00ff Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #008000 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #c0c0c0;
- background: #000000
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #555555;
- color: #c0c0c0
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #808080 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #808080
-}
-/* base04 - #a1a1a1 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #a1a1a1
-}
-/* base05 - #c0c0c0 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #c0c0c0
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #ff0000
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #808000
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #ffff00
-}
-.hljs-strong {
- font-weight: bold;
- color: #ffff00
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #00ff00
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00ffff
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #0000ff
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #ff00ff
-}
-.hljs-emphasis {
- color: #ff00ff;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #008000
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:silver;background:#000}.hljs ::selection,.hljs::selection{background-color:#555;color:silver}.hljs-comment{color:grey}.hljs-tag{color:#a1a1a1}.hljs-operator,.hljs-punctuation,.hljs-subst{color:silver}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:red}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:olive}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ff0}.hljs-strong{font-weight:700;color:#ff0}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#0f0}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0ff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#00f}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#f0f}.hljs-emphasis{color:#f0f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:green}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/windows-nt.min.css b/node_modules/highlight.js/styles/base16/windows-nt.min.css
deleted file mode 100644
index b37fdf5..0000000
--- a/node_modules/highlight.js/styles/base16/windows-nt.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Windows NT
- Author: Fergus Collins (https://github.com/C-Fergus)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:silver;background:#000}.hljs ::selection,.hljs::selection{background-color:#555;color:silver}.hljs-comment{color:grey}.hljs-tag{color:#a1a1a1}.hljs-operator,.hljs-punctuation,.hljs-subst{color:silver}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:red}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:olive}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#ff0}.hljs-strong{font-weight:700;color:#ff0}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#0f0}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#0ff}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#00f}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#f0f}.hljs-emphasis{color:#f0f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:green}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/woodland.css b/node_modules/highlight.js/styles/base16/woodland.css
index 128ad4e..a83a68b 100644
--- a/node_modules/highlight.js/styles/base16/woodland.css
+++ b/node_modules/highlight.js/styles/base16/woodland.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Woodland
Author: Jay Cornwall (https://jcornwall.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme woodland
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #231e18 Default Background
-base01 #302b25 Lighter Background (Used for status bars, line number and folding marks)
-base02 #48413a Selection Background
-base03 #9d8b70 Comments, Invisibles, Line Highlighting
-base04 #b4a490 Dark Foreground (Used for status bars)
-base05 #cabcb1 Default Foreground, Caret, Delimiters, Operators
-base06 #d7c8bc Light Foreground (Not often used)
-base07 #e4d4c8 Light Background (Not often used)
-base08 #d35c5c Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #ca7f32 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #e0ac16 Classes, Markup Bold, Search Text Background
-base0B #b7ba53 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #6eb958 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #88a4d3 Functions, Methods, Attribute IDs, Headings
-base0E #bb90e2 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #b49368 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #cabcb1;
- background: #231e18
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #48413a;
- color: #cabcb1
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #9d8b70 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #9d8b70
-}
-/* base04 - #b4a490 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #b4a490
-}
-/* base05 - #cabcb1 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #cabcb1
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #d35c5c
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #ca7f32
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #e0ac16
-}
-.hljs-strong {
- font-weight: bold;
- color: #e0ac16
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #b7ba53
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #6eb958
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #88a4d3
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #bb90e2
-}
-.hljs-emphasis {
- color: #bb90e2;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #b49368
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cabcb1;background:#231e18}.hljs ::selection,.hljs::selection{background-color:#48413a;color:#cabcb1}.hljs-comment{color:#9d8b70}.hljs-tag{color:#b4a490}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cabcb1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d35c5c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ca7f32}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e0ac16}.hljs-strong{font-weight:700;color:#e0ac16}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#b7ba53}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#6eb958}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#88a4d3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bb90e2}.hljs-emphasis{color:#bb90e2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b49368}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/woodland.min.css b/node_modules/highlight.js/styles/base16/woodland.min.css
deleted file mode 100644
index a83a68b..0000000
--- a/node_modules/highlight.js/styles/base16/woodland.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Woodland
- Author: Jay Cornwall (https://jcornwall.com)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#cabcb1;background:#231e18}.hljs ::selection,.hljs::selection{background-color:#48413a;color:#cabcb1}.hljs-comment{color:#9d8b70}.hljs-tag{color:#b4a490}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#cabcb1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d35c5c}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#ca7f32}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e0ac16}.hljs-strong{font-weight:700;color:#e0ac16}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#b7ba53}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#6eb958}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#88a4d3}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#bb90e2}.hljs-emphasis{color:#bb90e2;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#b49368}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/xcode-dusk.css b/node_modules/highlight.js/styles/base16/xcode-dusk.css
index e765a98..7cf105a 100644
--- a/node_modules/highlight.js/styles/base16/xcode-dusk.css
+++ b/node_modules/highlight.js/styles/base16/xcode-dusk.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: XCode Dusk
Author: Elsa Gonsiorowski (https://github.com/gonsie)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme xcode-dusk
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #282B35 Default Background
-base01 #3D4048 Lighter Background (Used for status bars, line number and folding marks)
-base02 #53555D Selection Background
-base03 #686A71 Comments, Invisibles, Line Highlighting
-base04 #7E8086 Dark Foreground (Used for status bars)
-base05 #939599 Default Foreground, Caret, Delimiters, Operators
-base06 #A9AAAE Light Foreground (Not often used)
-base07 #BEBFC2 Light Background (Not often used)
-base08 #B21889 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #786DC5 Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #438288 Classes, Markup Bold, Search Text Background
-base0B #DF0002 Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #00A0BE Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #790EAD Functions, Methods, Attribute IDs, Headings
-base0E #B21889 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #C77C48 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #939599;
- background: #282B35
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #53555D;
- color: #939599
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #686A71 - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #686A71
-}
-/* base04 - #7E8086 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #7E8086
-}
-/* base05 - #939599 - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #939599
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #B21889
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #786DC5
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #438288
-}
-.hljs-strong {
- font-weight: bold;
- color: #438288
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #DF0002
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #00A0BE
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #790EAD
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #B21889
-}
-.hljs-emphasis {
- color: #B21889;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #C77C48
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#939599;background:#282b35}.hljs ::selection,.hljs::selection{background-color:#53555d;color:#939599}.hljs-comment{color:#686a71}.hljs-tag{color:#7e8086}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#939599}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b21889}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#786dc5}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#438288}.hljs-strong{font-weight:700;color:#438288}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#df0002}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00a0be}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#790ead}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b21889}.hljs-emphasis{color:#b21889;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c77c48}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/xcode-dusk.min.css b/node_modules/highlight.js/styles/base16/xcode-dusk.min.css
deleted file mode 100644
index 7cf105a..0000000
--- a/node_modules/highlight.js/styles/base16/xcode-dusk.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: XCode Dusk
- Author: Elsa Gonsiorowski (https://github.com/gonsie)
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#939599;background:#282b35}.hljs ::selection,.hljs::selection{background-color:#53555d;color:#939599}.hljs-comment{color:#686a71}.hljs-tag{color:#7e8086}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#939599}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#b21889}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#786dc5}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#438288}.hljs-strong{font-weight:700;color:#438288}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#df0002}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#00a0be}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#790ead}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#b21889}.hljs-emphasis{color:#b21889;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c77c48}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/zenburn.css b/node_modules/highlight.js/styles/base16/zenburn.css
index cc69301..a075f5f 100644
--- a/node_modules/highlight.js/styles/base16/zenburn.css
+++ b/node_modules/highlight.js/styles/base16/zenburn.css
@@ -1,163 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Zenburn
Author: elnawe
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
-*/
-/*
- WARNING: DO NOT EDIT THIS FILE DIRECTLY.
-
- This theme file was auto-generated from the Base16 scheme zenburn
- by the Highlight.js Base16 template builder.
-
- - https://github.com/highlightjs/base16-highlightjs
-*/
-/*
-base00 #383838 Default Background
-base01 #404040 Lighter Background (Used for status bars, line number and folding marks)
-base02 #606060 Selection Background
-base03 #6f6f6f Comments, Invisibles, Line Highlighting
-base04 #808080 Dark Foreground (Used for status bars)
-base05 #dcdccc Default Foreground, Caret, Delimiters, Operators
-base06 #c0c0c0 Light Foreground (Not often used)
-base07 #ffffff Light Background (Not often used)
-base08 #dca3a3 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
-base09 #dfaf8f Integers, Boolean, Constants, XML Attributes, Markup Link Url
-base0A #e0cf9f Classes, Markup Bold, Search Text Background
-base0B #5f7f5f Strings, Inherited Class, Markup Code, Diff Inserted
-base0C #93e0e3 Support, Regular Expressions, Escape Characters, Markup Quotes
-base0D #7cb8bb Functions, Methods, Attribute IDs, Headings
-base0E #dc8cc3 Keywords, Storage, Selector, Markup Italic, Diff Changed
-base0F #000000 Deprecated, Opening/Closing Embedded Language Tags, e.g.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-.hljs {
- color: #dcdccc;
- background: #383838
-}
-.hljs::selection,
-.hljs ::selection {
- background-color: #606060;
- color: #dcdccc
-}
-/* purposely do not highlight these things */
-.hljs-formula,
-.hljs-params,
-.hljs-property {
-
-}
-/* base03 - #6f6f6f - Comments, Invisibles, Line Highlighting */
-.hljs-comment {
- color: #6f6f6f
-}
-/* base04 - #808080 - Dark Foreground (Used for status bars) */
-.hljs-tag {
- color: #808080
-}
-/* base05 - #dcdccc - Default Foreground, Caret, Delimiters, Operators */
-.hljs-subst,
-.hljs-punctuation,
-.hljs-operator {
- color: #dcdccc
-}
-.hljs-operator {
- opacity: 0.7
-}
-/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-deletion {
- color: #dca3a3
-}
-/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
-.hljs-symbol,
-.hljs-number,
-.hljs-link,
-.hljs-attr,
-.hljs-variable.constant_,
-.hljs-literal {
- color: #dfaf8f
-}
-/* base0A - Classes, Markup Bold, Search Text Background */
-.hljs-title,
-.hljs-class .hljs-title,
-.hljs-title.class_ {
- color: #e0cf9f
-}
-.hljs-strong {
- font-weight: bold;
- color: #e0cf9f
-}
-/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
-.hljs-code,
-.hljs-addition,
-.hljs-title.class_.inherited__,
-.hljs-string {
- color: #5f7f5f
-}
-/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
-/* guessing */
-.hljs-built_in,
-.hljs-doctag,
-.hljs-quote,
-.hljs-keyword.hljs-atrule,
-.hljs-regexp {
- color: #93e0e3
-}
-/* base0D - Functions, Methods, Attribute IDs, Headings */
-.hljs-function .hljs-title,
-.hljs-attribute,
-.ruby .hljs-property,
-.hljs-title.function_,
-.hljs-section {
- color: #7cb8bb
-}
-/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
-/* .hljs-selector-id, */
-/* .hljs-selector-class, */
-/* .hljs-selector-attr, */
-/* .hljs-selector-pseudo, */
-.hljs-type,
-.hljs-template-tag,
-.diff .hljs-meta,
-.hljs-keyword {
- color: #dc8cc3
-}
-.hljs-emphasis {
- color: #dc8cc3;
- font-style: italic
-}
-/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. */
-/*
- prevent top level .keyword and .string scopes
- from leaking into meta by accident
-*/
-.hljs-meta,
-.hljs-meta .hljs-keyword,
-.hljs-meta .hljs-string {
- color: #000000
-}
-/* for v10 compatible themes */
-.hljs-meta .hljs-keyword,
-.hljs-meta-keyword {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dcdccc;background:#383838}.hljs ::selection,.hljs::selection{background-color:#606060;color:#dcdccc}.hljs-comment{color:#6f6f6f}.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dcdccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dca3a3}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dfaf8f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e0cf9f}.hljs-strong{font-weight:700;color:#e0cf9f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5f7f5f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#93e0e3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cb8bb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#dc8cc3}.hljs-emphasis{color:#dc8cc3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#000}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/base16/zenburn.min.css b/node_modules/highlight.js/styles/base16/zenburn.min.css
deleted file mode 100644
index a075f5f..0000000
--- a/node_modules/highlight.js/styles/base16/zenburn.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- Theme: Zenburn
- Author: elnawe
- License: ~ MIT (or more permissive) [via base16-schemes-source]
- Maintainer: @highlightjs/core-team
- Version: 2021.09.0
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dcdccc;background:#383838}.hljs ::selection,.hljs::selection{background-color:#606060;color:#dcdccc}.hljs-comment{color:#6f6f6f}.hljs-tag{color:grey}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#dcdccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dca3a3}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#dfaf8f}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#e0cf9f}.hljs-strong{font-weight:700;color:#e0cf9f}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#5f7f5f}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#93e0e3}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#7cb8bb}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#dc8cc3}.hljs-emphasis{color:#dc8cc3;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#000}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/brown-paper.css b/node_modules/highlight.js/styles/brown-paper.css
index e6f245f..6231e8a 100644
--- a/node_modules/highlight.js/styles/brown-paper.css
+++ b/node_modules/highlight.js/styles/brown-paper.css
@@ -1,63 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Brown Paper style from goldblog.com.ua (c) Zaripov Yura
-
-*/
-.hljs {
- color: #363c69;
- background: #b7a68e url(./brown-papersq.png)
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal {
- color: #005599;
- font-weight: bold
-}
-.hljs-subst {
- /* default */
-
-}
-.hljs-string,
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-attribute,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-built_in,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-link,
-.hljs-name {
- color: #2c009f
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-meta,
-.hljs-deletion {
- color: #802022
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-doctag,
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#363c69;background:url(./brown-papersq.png) #b7a68e}.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#059}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-link,.hljs-name,.hljs-section,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#2c009f}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#802022}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/brown-paper.min.css b/node_modules/highlight.js/styles/brown-paper.min.css
deleted file mode 100644
index 6231e8a..0000000
--- a/node_modules/highlight.js/styles/brown-paper.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#363c69;background:url(./brown-papersq.png) #b7a68e}.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#059}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-link,.hljs-name,.hljs-section,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#2c009f}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#802022}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/codepen-embed.css b/node_modules/highlight.js/styles/codepen-embed.css
index 01e2fd5..0d7dff6 100644
--- a/node_modules/highlight.js/styles/codepen-embed.css
+++ b/node_modules/highlight.js/styles/codepen-embed.css
@@ -1,57 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- codepen.io Embed Theme
- Author: Justin Perry
- Original theme - https://github.com/chriskempson/tomorrow-theme
-*/
-.hljs {
- background: #222;
- color: #fff
-}
-.hljs-comment,
-.hljs-quote {
- color: #777
-}
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-regexp,
-.hljs-meta,
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-params,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-deletion {
- color: #ab875d
-}
-.hljs-section,
-.hljs-title,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-type,
-.hljs-attribute {
- color: #9b869b
-}
-.hljs-string,
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-addition {
- color: #8f9c6c
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#222;color:#fff}.hljs-comment,.hljs-quote{color:#777}.hljs-built_in,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-regexp,.hljs-symbol,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ab875d}.hljs-attribute,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-title,.hljs-type{color:#9b869b}.hljs-addition,.hljs-keyword,.hljs-selector-tag,.hljs-string{color:#8f9c6c}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/codepen-embed.min.css b/node_modules/highlight.js/styles/codepen-embed.min.css
deleted file mode 100644
index 0d7dff6..0000000
--- a/node_modules/highlight.js/styles/codepen-embed.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#222;color:#fff}.hljs-comment,.hljs-quote{color:#777}.hljs-built_in,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-regexp,.hljs-symbol,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ab875d}.hljs-attribute,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-title,.hljs-type{color:#9b869b}.hljs-addition,.hljs-keyword,.hljs-selector-tag,.hljs-string{color:#8f9c6c}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/color-brewer.css b/node_modules/highlight.js/styles/color-brewer.css
index c0db73c..1c677e3 100644
--- a/node_modules/highlight.js/styles/color-brewer.css
+++ b/node_modules/highlight.js/styles/color-brewer.css
@@ -1,66 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Colorbrewer theme
-Original: https://github.com/mbostock/colorbrewer-theme (c) Mike Bostock
-Ported by Fabrício Tavares de Oliveira
-
-*/
-.hljs {
- color: #000;
- background: #fff
-}
-.hljs-subst {
- /* default */
-
-}
-.hljs-string,
-.hljs-meta,
-.hljs-symbol,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-addition {
- color: #756bb1
-}
-.hljs-comment,
-.hljs-quote {
- color: #636363
-}
-.hljs-number,
-.hljs-regexp,
-.hljs-literal,
-.hljs-bullet,
-.hljs-link {
- color: #31a354
-}
-.hljs-deletion,
-.hljs-variable {
- color: #88f
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-title,
-.hljs-section,
-.hljs-built_in,
-.hljs-doctag,
-.hljs-type,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-strong {
- color: #3182bd
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-attribute {
- color: #e6550d
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-addition,.hljs-meta,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable{color:#756bb1}.hljs-comment,.hljs-quote{color:#636363}.hljs-bullet,.hljs-link,.hljs-literal,.hljs-number,.hljs-regexp{color:#31a354}.hljs-deletion,.hljs-variable{color:#88f}.hljs-built_in,.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-tag,.hljs-title,.hljs-type{color:#3182bd}.hljs-emphasis{font-style:italic}.hljs-attribute{color:#e6550d}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/color-brewer.min.css b/node_modules/highlight.js/styles/color-brewer.min.css
deleted file mode 100644
index 1c677e3..0000000
--- a/node_modules/highlight.js/styles/color-brewer.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-addition,.hljs-meta,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable{color:#756bb1}.hljs-comment,.hljs-quote{color:#636363}.hljs-bullet,.hljs-link,.hljs-literal,.hljs-number,.hljs-regexp{color:#31a354}.hljs-deletion,.hljs-variable{color:#88f}.hljs-built_in,.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-tag,.hljs-title,.hljs-type{color:#3182bd}.hljs-emphasis{font-style:italic}.hljs-attribute{color:#e6550d}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/cybertopia-cherry.css b/node_modules/highlight.js/styles/cybertopia-cherry.css
deleted file mode 100644
index 273a250..0000000
--- a/node_modules/highlight.js/styles/cybertopia-cherry.css
+++ /dev/null
@@ -1,103 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Theme: Cybertopia Cherry
- Author: Alexandre ZANNI (noraj)
- Repository: https://github.com/noraj/cybertopia-highlightjs
-*/
-:root {
- --hljs-bg: #101010;
- --hljs-mono-1: #abb2bf;
- --hljs-mono-3: #5c6370;
- --hljs-hue-1: #C50243;
- --hljs-hue-2: #C50253;
- --hljs-hue-3: #C50263;
- --hljs-hue-4: #02c797;
- --hljs-hue-5: #02C584;
- --hljs-hue-6: #02C574;
- --hljs-hue-6-2: #02C563;
- --hljs-hue-7: #C50233
-}
-.hljs {
- color: var(--hljs-mono-1);
- background: var(--hljs-bg)
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-code {
- color: var(--hljs-mono-3);
- font-style: italic
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-formula,
-.hljs-meta .hljs-keyword {
- color: var(--hljs-hue-3)
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: var(--hljs-hue-5)
-}
-.hljs-literal {
- color: var(--hljs-hue-1)
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: var(--hljs-hue-4)
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number,
-.hljs-punctuation,
-.hljs-variable.language_ {
- color: var(--hljs-hue-6)
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title,
-.hljs-title.function_,
-.hljs-property,
-.hljs-tag,
-.hljs-char.escape_ {
- color: var(--hljs-hue-2)
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-class .hljs-title {
- color: var(--hljs-hue-6-2)
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
-.hljs-params,
-.hljs-operator,
-.hljs-template-tag {
- color: var(--hljs-hue-7)
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/cybertopia-cherry.min.css b/node_modules/highlight.js/styles/cybertopia-cherry.min.css
deleted file mode 100644
index 837da45..0000000
--- a/node_modules/highlight.js/styles/cybertopia-cherry.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}:root{--hljs-bg:#101010;--hljs-mono-1:#abb2bf;--hljs-mono-3:#5c6370;--hljs-hue-1:#C50243;--hljs-hue-2:#C50253;--hljs-hue-3:#C50263;--hljs-hue-4:#02c797;--hljs-hue-5:#02C584;--hljs-hue-6:#02C574;--hljs-hue-6-2:#02C563;--hljs-hue-7:#C50233}.hljs{color:var(--hljs-mono-1);background:var(--hljs-bg)}.hljs-code,.hljs-comment,.hljs-quote{color:var(--hljs-mono-3);font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword,.hljs-meta .hljs-keyword{color:var(--hljs-hue-3)}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:var(--hljs-hue-5)}.hljs-literal{color:var(--hljs-hue-1)}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:var(--hljs-hue-4)}.hljs-attr,.hljs-number,.hljs-punctuation,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable,.hljs-variable.language_{color:var(--hljs-hue-6)}.hljs-bullet,.hljs-char.escape_,.hljs-link,.hljs-meta,.hljs-property,.hljs-selector-id,.hljs-symbol,.hljs-tag,.hljs-title,.hljs-title.function_{color:var(--hljs-hue-2)}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__{color:var(--hljs-hue-6-2)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.hljs-operator,.hljs-params,.hljs-template-tag{color:var(--hljs-hue-7)}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/cybertopia-dimmer.css b/node_modules/highlight.js/styles/cybertopia-dimmer.css
deleted file mode 100644
index 314f06c..0000000
--- a/node_modules/highlight.js/styles/cybertopia-dimmer.css
+++ /dev/null
@@ -1,103 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Theme: Cybertopia Dimmer
- Author: Alexandre ZANNI (noraj)
- Repository: https://github.com/noraj/cybertopia-highlightjs
-*/
-:root {
- --hljs-bg: #101010;
- --hljs-mono-1: #abb2bf;
- --hljs-mono-3: #5c6370;
- --hljs-hue-1: #97C502;
- --hljs-hue-2: #469EBE;
- --hljs-hue-3: #A246BE;
- --hljs-hue-4: #02c797;
- --hljs-hue-5: #C50233;
- --hljs-hue-6: #BE6446;
- --hljs-hue-6-2: #c5bb02;
- --hljs-hue-7: #64BE46
-}
-.hljs {
- color: var(--hljs-mono-1);
- background: var(--hljs-bg)
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-code {
- color: var(--hljs-mono-3);
- font-style: italic
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-formula,
-.hljs-meta .hljs-keyword {
- color: var(--hljs-hue-3)
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: var(--hljs-hue-5)
-}
-.hljs-literal {
- color: var(--hljs-hue-1)
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: var(--hljs-hue-4)
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number,
-.hljs-punctuation,
-.hljs-variable.language_ {
- color: var(--hljs-hue-6)
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title,
-.hljs-title.function_,
-.hljs-property,
-.hljs-tag,
-.hljs-char.escape_ {
- color: var(--hljs-hue-2)
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-class .hljs-title {
- color: var(--hljs-hue-6-2)
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
-.hljs-params,
-.hljs-operator,
-.hljs-template-tag {
- color: var(--hljs-hue-7)
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/cybertopia-dimmer.min.css b/node_modules/highlight.js/styles/cybertopia-dimmer.min.css
deleted file mode 100644
index df0f7f2..0000000
--- a/node_modules/highlight.js/styles/cybertopia-dimmer.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}:root{--hljs-bg:#101010;--hljs-mono-1:#abb2bf;--hljs-mono-3:#5c6370;--hljs-hue-1:#97C502;--hljs-hue-2:#469EBE;--hljs-hue-3:#A246BE;--hljs-hue-4:#02c797;--hljs-hue-5:#C50233;--hljs-hue-6:#BE6446;--hljs-hue-6-2:#c5bb02;--hljs-hue-7:#64BE46}.hljs{color:var(--hljs-mono-1);background:var(--hljs-bg)}.hljs-code,.hljs-comment,.hljs-quote{color:var(--hljs-mono-3);font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword,.hljs-meta .hljs-keyword{color:var(--hljs-hue-3)}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:var(--hljs-hue-5)}.hljs-literal{color:var(--hljs-hue-1)}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:var(--hljs-hue-4)}.hljs-attr,.hljs-number,.hljs-punctuation,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable,.hljs-variable.language_{color:var(--hljs-hue-6)}.hljs-bullet,.hljs-char.escape_,.hljs-link,.hljs-meta,.hljs-property,.hljs-selector-id,.hljs-symbol,.hljs-tag,.hljs-title,.hljs-title.function_{color:var(--hljs-hue-2)}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__{color:var(--hljs-hue-6-2)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.hljs-operator,.hljs-params,.hljs-template-tag{color:var(--hljs-hue-7)}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/cybertopia-icecap.css b/node_modules/highlight.js/styles/cybertopia-icecap.css
deleted file mode 100644
index 1244a6c..0000000
--- a/node_modules/highlight.js/styles/cybertopia-icecap.css
+++ /dev/null
@@ -1,103 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Theme: Cybertopia Icecap
- Author: Alexandre ZANNI (noraj)
- Repository: https://github.com/noraj/cybertopia-highlightjs
-*/
-:root {
- --hljs-bg: #101010;
- --hljs-mono-1: #abb2bf;
- --hljs-mono-3: #5c6370;
- --hljs-hue-1: #0274C5;
- --hljs-hue-2: #025AC5;
- --hljs-hue-3: #0240C5;
- --hljs-hue-4: #02c797;
- --hljs-hue-5: #02C5AE;
- --hljs-hue-6: #02C2C5;
- --hljs-hue-6-2: #02A8C5;
- --hljs-hue-7: #028EC5
-}
-.hljs {
- color: var(--hljs-mono-1);
- background: var(--hljs-bg)
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-code {
- color: var(--hljs-mono-3);
- font-style: italic
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-formula,
-.hljs-meta .hljs-keyword {
- color: var(--hljs-hue-3)
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: var(--hljs-hue-5)
-}
-.hljs-literal {
- color: var(--hljs-hue-1)
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: var(--hljs-hue-4)
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number,
-.hljs-punctuation,
-.hljs-variable.language_ {
- color: var(--hljs-hue-6)
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title,
-.hljs-title.function_,
-.hljs-property,
-.hljs-tag,
-.hljs-char.escape_ {
- color: var(--hljs-hue-2)
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-class .hljs-title {
- color: var(--hljs-hue-6-2)
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
-.hljs-params,
-.hljs-operator,
-.hljs-template-tag {
- color: var(--hljs-hue-7)
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/cybertopia-icecap.min.css b/node_modules/highlight.js/styles/cybertopia-icecap.min.css
deleted file mode 100644
index 8ef72ad..0000000
--- a/node_modules/highlight.js/styles/cybertopia-icecap.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}:root{--hljs-bg:#101010;--hljs-mono-1:#abb2bf;--hljs-mono-3:#5c6370;--hljs-hue-1:#0274C5;--hljs-hue-2:#025AC5;--hljs-hue-3:#0240C5;--hljs-hue-4:#02c797;--hljs-hue-5:#02C5AE;--hljs-hue-6:#02C2C5;--hljs-hue-6-2:#02A8C5;--hljs-hue-7:#028EC5}.hljs{color:var(--hljs-mono-1);background:var(--hljs-bg)}.hljs-code,.hljs-comment,.hljs-quote{color:var(--hljs-mono-3);font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword,.hljs-meta .hljs-keyword{color:var(--hljs-hue-3)}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:var(--hljs-hue-5)}.hljs-literal{color:var(--hljs-hue-1)}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:var(--hljs-hue-4)}.hljs-attr,.hljs-number,.hljs-punctuation,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable,.hljs-variable.language_{color:var(--hljs-hue-6)}.hljs-bullet,.hljs-char.escape_,.hljs-link,.hljs-meta,.hljs-property,.hljs-selector-id,.hljs-symbol,.hljs-tag,.hljs-title,.hljs-title.function_{color:var(--hljs-hue-2)}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__{color:var(--hljs-hue-6-2)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.hljs-operator,.hljs-params,.hljs-template-tag{color:var(--hljs-hue-7)}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/cybertopia-saturated.css b/node_modules/highlight.js/styles/cybertopia-saturated.css
deleted file mode 100644
index f5a8b4e..0000000
--- a/node_modules/highlight.js/styles/cybertopia-saturated.css
+++ /dev/null
@@ -1,103 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Theme: Cybertopia Saturated
- Author: Alexandre ZANNI (noraj)
- Repository: https://github.com/noraj/cybertopia-highlightjs
-*/
-:root {
- --hljs-bg: #101010;
- --hljs-mono-1: #abb2bf;
- --hljs-mono-3: #5c6370;
- --hljs-hue-1: #5AF202;
- --hljs-hue-2: #08B7FD;
- --hljs-hue-3: #E917FD;
- --hljs-hue-4: #02c797;
- --hljs-hue-5: #E30202;
- --hljs-hue-6: #FD9926;
- --hljs-hue-6-2: #ffea00;
- --hljs-hue-7: #35FD56
-}
-.hljs {
- color: var(--hljs-mono-1);
- background: var(--hljs-bg)
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-code {
- color: var(--hljs-mono-3);
- font-style: italic
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-formula,
-.hljs-meta .hljs-keyword {
- color: var(--hljs-hue-3)
-}
-.hljs-section,
-.hljs-name,
-.hljs-selector-tag,
-.hljs-deletion,
-.hljs-subst {
- color: var(--hljs-hue-5)
-}
-.hljs-literal {
- color: var(--hljs-hue-1)
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition,
-.hljs-attribute,
-.hljs-meta .hljs-string {
- color: var(--hljs-hue-4)
-}
-.hljs-attr,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-type,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-number,
-.hljs-punctuation,
-.hljs-variable.language_ {
- color: var(--hljs-hue-6)
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-meta,
-.hljs-selector-id,
-.hljs-title,
-.hljs-title.function_,
-.hljs-property,
-.hljs-tag,
-.hljs-char.escape_ {
- color: var(--hljs-hue-2)
-}
-.hljs-built_in,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-class .hljs-title {
- color: var(--hljs-hue-6-2)
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
-.hljs-params,
-.hljs-operator,
-.hljs-template-tag {
- color: var(--hljs-hue-7)
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/cybertopia-saturated.min.css b/node_modules/highlight.js/styles/cybertopia-saturated.min.css
deleted file mode 100644
index 2120603..0000000
--- a/node_modules/highlight.js/styles/cybertopia-saturated.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}:root{--hljs-bg:#101010;--hljs-mono-1:#abb2bf;--hljs-mono-3:#5c6370;--hljs-hue-1:#5AF202;--hljs-hue-2:#08B7FD;--hljs-hue-3:#E917FD;--hljs-hue-4:#02c797;--hljs-hue-5:#E30202;--hljs-hue-6:#FD9926;--hljs-hue-6-2:#ffea00;--hljs-hue-7:#35FD56}.hljs{color:var(--hljs-mono-1);background:var(--hljs-bg)}.hljs-code,.hljs-comment,.hljs-quote{color:var(--hljs-mono-3);font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword,.hljs-meta .hljs-keyword{color:var(--hljs-hue-3)}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:var(--hljs-hue-5)}.hljs-literal{color:var(--hljs-hue-1)}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:var(--hljs-hue-4)}.hljs-attr,.hljs-number,.hljs-punctuation,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable,.hljs-variable.language_{color:var(--hljs-hue-6)}.hljs-bullet,.hljs-char.escape_,.hljs-link,.hljs-meta,.hljs-property,.hljs-selector-id,.hljs-symbol,.hljs-tag,.hljs-title,.hljs-title.function_{color:var(--hljs-hue-2)}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__{color:var(--hljs-hue-6-2)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.hljs-operator,.hljs-params,.hljs-template-tag{color:var(--hljs-hue-7)}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/dark.css b/node_modules/highlight.js/styles/dark.css
index bdeceb2..9ed546b 100644
--- a/node_modules/highlight.js/styles/dark.css
+++ b/node_modules/highlight.js/styles/dark.css
@@ -1,62 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Dark style from softwaremaniacs.org (c) Ivan Sagalaev
-
-*/
-.hljs {
- color: #ddd;
- background: #303030
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-section,
-.hljs-link {
- color: white
-}
-.hljs-subst {
- /* default */
-
-}
-.hljs-string,
-.hljs-title,
-.hljs-name,
-.hljs-type,
-.hljs-attribute,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-built_in,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable {
- color: #d88
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-deletion,
-.hljs-meta {
- color: #979797
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-title,
-.hljs-section,
-.hljs-doctag,
-.hljs-type,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ddd;background:#303030}.hljs-keyword,.hljs-link,.hljs-literal,.hljs-section,.hljs-selector-tag{color:#fff}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-name,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#d88}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#979797}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/dark.min.css b/node_modules/highlight.js/styles/dark.min.css
deleted file mode 100644
index 9ed546b..0000000
--- a/node_modules/highlight.js/styles/dark.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ddd;background:#303030}.hljs-keyword,.hljs-link,.hljs-literal,.hljs-section,.hljs-selector-tag{color:#fff}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-name,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#d88}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#979797}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/default.css b/node_modules/highlight.js/styles/default.css
index 6c4d2b3..a75ea91 100644
--- a/node_modules/highlight.js/styles/default.css
+++ b/node_modules/highlight.js/styles/default.css
@@ -1,11 +1,3 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
/*!
Theme: Default
Description: Original highlight.js style
@@ -14,104 +6,4 @@ code.hljs {
Website: https://highlightjs.org/
License: see project LICENSE
Touched: 2021
-*/
-/*
-This is left on purpose making default.css the single file that can be lifted
-as-is from the repository directly without the need for a build step
-
-Typically this "required" baseline CSS is added by `makestuff.js` during build.
-*/
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/* end baseline CSS */
-.hljs {
- background: #F3F3F3;
- color: #444
-}
-/* Base color: saturation 0; */
-.hljs-subst {
- /* default */
-
-}
-/* purposely ignored */
-.hljs-formula,
-.hljs-attr,
-.hljs-property,
-.hljs-params {
-
-}
-.hljs-comment {
- color: #697070
-}
-.hljs-tag,
-.hljs-punctuation {
- color: #444a
-}
-.hljs-tag .hljs-name,
-.hljs-tag .hljs-attr {
- color: #444
-}
-.hljs-keyword,
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-name {
- font-weight: bold
-}
-/* User color: hue: 0 */
-.hljs-type,
-.hljs-string,
-.hljs-number,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion {
- color: #880000
-}
-.hljs-title,
-.hljs-section {
- color: #880000;
- font-weight: bold
-}
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-operator,
-.hljs-selector-pseudo {
- color: #ab5656
-}
-/* Language color: hue: 90; */
-.hljs-literal {
- color: #695
-}
-.hljs-built_in,
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #397300
-}
-/* Meta color: hue: 200 */
-.hljs-meta {
- color: #1f7199
-}
-.hljs-meta .hljs-string {
- color: #38a
-}
-/* Misc effects */
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#f3f3f3;color:#444}.hljs-comment{color:#697070}.hljs-punctuation,.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#444}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-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-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#ab5656}.hljs-literal{color:#695}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/default.min.css b/node_modules/highlight.js/styles/default.min.css
deleted file mode 100644
index a75ea91..0000000
--- a/node_modules/highlight.js/styles/default.min.css
+++ /dev/null
@@ -1,9 +0,0 @@
-/*!
- Theme: Default
- Description: Original highlight.js style
- Author: (c) Ivan Sagalaev
- Maintainer: @highlightjs/core-team
- Website: https://highlightjs.org/
- License: see project LICENSE
- Touched: 2021
-*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#f3f3f3;color:#444}.hljs-comment{color:#697070}.hljs-punctuation,.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#444}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-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-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#ab5656}.hljs-literal{color:#695}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/devibeans.css b/node_modules/highlight.js/styles/devibeans.css
index a35e363..d8c4c0f 100644
--- a/node_modules/highlight.js/styles/devibeans.css
+++ b/node_modules/highlight.js/styles/devibeans.css
@@ -1,90 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: devibeans (dark)
Author: @terminaldweller
Maintainer: @terminaldweller
Inspired by vim's jellybeans theme (https://github.com/nanotech/jellybeans.vim)
-*/
-.hljs {
- background: #000000;
- color: #a39e9b
-}
-.hljs-attr,
-.hljs-template-tag {
- color: #8787d7
-}
-.hljs-comment,
-.hljs-doctag,
-.hljs-quote {
- color: #339966
-}
-.hljs-params {
- color: #a39e9b
-}
-.hljs-regexp {
- color: #d700ff
-}
-.hljs-tag,
-.hljs-selector-id,
-.hljs-number,
-.hljs-literal {
- color: #ef5350
-}
-.hljs-meta,
-.hljs-meta .hljs-keyword {
- color: #0087ff
-}
-/* opt-out */
-.hljs-operator,
-.hljs-punctuation {
-
-}
-.hljs-selector-class,
-.hljs-code,
-.hljs-formula,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-link,
-.hljs-keyword {
- color: #64b5f6
-}
-.hljs-built_in,
-.hljs-title,
-.hljs-deletion {
- color: #ff8700
-}
-.hljs-type,
-.hljs-section,
-.hljs-function,
-.hljs-name,
-.hljs-property,
-.hljs-attribute {
- color: #ffd75f
-}
-.hljs-meta .hljs-string,
-.hljs-string,
-.hljs-subst,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #558b2f
-}
-.hljs-selector-tag {
- color: #9966ff
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+*/.hljs{background:#000;color:#a39e9b}.hljs-attr,.hljs-template-tag{color:#8787d7}.hljs-comment,.hljs-doctag,.hljs-quote{color:#396}.hljs-params{color:#a39e9b}.hljs-regexp{color:#d700ff}.hljs-literal,.hljs-number,.hljs-selector-id,.hljs-tag{color:#ef5350}.hljs-meta,.hljs-meta .hljs-keyword{color:#0087ff}.hljs-code,.hljs-formula,.hljs-keyword,.hljs-link,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-variable{color:#64b5f6}.hljs-built_in,.hljs-deletion,.hljs-title{color:#ff8700}.hljs-attribute,.hljs-function,.hljs-name,.hljs-property,.hljs-section,.hljs-type{color:#ffd75f}.hljs-addition,.hljs-bullet,.hljs-meta .hljs-string,.hljs-string,.hljs-subst,.hljs-symbol{color:#558b2f}.hljs-selector-tag{color:#96f}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/devibeans.min.css b/node_modules/highlight.js/styles/devibeans.min.css
deleted file mode 100644
index d8c4c0f..0000000
--- a/node_modules/highlight.js/styles/devibeans.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: devibeans (dark)
- Author: @terminaldweller
- Maintainer: @terminaldweller
-
- Inspired by vim's jellybeans theme (https://github.com/nanotech/jellybeans.vim)
-*/.hljs{background:#000;color:#a39e9b}.hljs-attr,.hljs-template-tag{color:#8787d7}.hljs-comment,.hljs-doctag,.hljs-quote{color:#396}.hljs-params{color:#a39e9b}.hljs-regexp{color:#d700ff}.hljs-literal,.hljs-number,.hljs-selector-id,.hljs-tag{color:#ef5350}.hljs-meta,.hljs-meta .hljs-keyword{color:#0087ff}.hljs-code,.hljs-formula,.hljs-keyword,.hljs-link,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-variable{color:#64b5f6}.hljs-built_in,.hljs-deletion,.hljs-title{color:#ff8700}.hljs-attribute,.hljs-function,.hljs-name,.hljs-property,.hljs-section,.hljs-type{color:#ffd75f}.hljs-addition,.hljs-bullet,.hljs-meta .hljs-string,.hljs-string,.hljs-subst,.hljs-symbol{color:#558b2f}.hljs-selector-tag{color:#96f}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/docco.css b/node_modules/highlight.js/styles/docco.css
index 1be51b4..382ecbb 100644
--- a/node_modules/highlight.js/styles/docco.css
+++ b/node_modules/highlight.js/styles/docco.css
@@ -1,83 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
-*/
-.hljs {
- color: #000;
- background: #f8f8ff
-}
-.hljs-comment,
-.hljs-quote {
- color: #408080;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-subst {
- color: #954121
-}
-.hljs-number {
- color: #40a070
-}
-.hljs-string,
-.hljs-doctag {
- color: #219161
-}
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-section,
-.hljs-type {
- color: #19469d
-}
-.hljs-params {
- color: #00f
-}
-.hljs-title {
- color: #458;
- font-weight: bold
-}
-.hljs-tag,
-.hljs-name,
-.hljs-attribute {
- color: #000080;
- font-weight: normal
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #008080
-}
-.hljs-regexp,
-.hljs-link {
- color: #b68
-}
-.hljs-symbol,
-.hljs-bullet {
- color: #990073
-}
-.hljs-built_in {
- color: #0086b3
-}
-.hljs-meta {
- color: #999;
- font-weight: bold
-}
-.hljs-deletion {
- background: #fdd
-}
-.hljs-addition {
- background: #dfd
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#f8f8ff}.hljs-comment,.hljs-quote{color:#408080;font-style:italic}.hljs-keyword,.hljs-literal,.hljs-selector-tag,.hljs-subst{color:#954121}.hljs-number{color:#40a070}.hljs-doctag,.hljs-string{color:#219161}.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-type{color:#19469d}.hljs-params{color:#00f}.hljs-title{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-template-variable,.hljs-variable{color:teal}.hljs-link,.hljs-regexp{color:#b68}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/docco.min.css b/node_modules/highlight.js/styles/docco.min.css
deleted file mode 100644
index 382ecbb..0000000
--- a/node_modules/highlight.js/styles/docco.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#f8f8ff}.hljs-comment,.hljs-quote{color:#408080;font-style:italic}.hljs-keyword,.hljs-literal,.hljs-selector-tag,.hljs-subst{color:#954121}.hljs-number{color:#40a070}.hljs-doctag,.hljs-string{color:#219161}.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-type{color:#19469d}.hljs-params{color:#00f}.hljs-title{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-template-variable,.hljs-variable{color:teal}.hljs-link,.hljs-regexp{color:#b68}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/far.css b/node_modules/highlight.js/styles/far.css
index ecf7cf5..c338ef6 100644
--- a/node_modules/highlight.js/styles/far.css
+++ b/node_modules/highlight.js/styles/far.css
@@ -1,67 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-FAR Style (c) MajestiC
-
-*/
-.hljs {
- color: #0ff;
- background: #000080
-}
-.hljs-subst {
- /* default */
-
-}
-.hljs-string,
-.hljs-attribute,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-built_in,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-addition {
- color: #ff0
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-section,
-.hljs-type,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-variable {
- color: #fff
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-doctag,
-.hljs-deletion {
- color: #888
-}
-.hljs-number,
-.hljs-regexp,
-.hljs-literal,
-.hljs-link {
- color: #0f0
-}
-.hljs-meta {
- color: #008080
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-title,
-.hljs-section,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#0ff;background:navy}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable{color:#ff0}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-type,.hljs-variable{color:#fff}.hljs-comment,.hljs-deletion,.hljs-doctag,.hljs-quote{color:#888}.hljs-link,.hljs-literal,.hljs-number,.hljs-regexp{color:#0f0}.hljs-meta{color:teal}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/far.min.css b/node_modules/highlight.js/styles/far.min.css
deleted file mode 100644
index c338ef6..0000000
--- a/node_modules/highlight.js/styles/far.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#0ff;background:navy}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable{color:#ff0}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-type,.hljs-variable{color:#fff}.hljs-comment,.hljs-deletion,.hljs-doctag,.hljs-quote{color:#888}.hljs-link,.hljs-literal,.hljs-number,.hljs-regexp{color:#0f0}.hljs-meta{color:teal}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/felipec.css b/node_modules/highlight.js/styles/felipec.css
index 2d19c39..3a21319 100644
--- a/node_modules/highlight.js/styles/felipec.css
+++ b/node_modules/highlight.js/styles/felipec.css
@@ -1,94 +1,7 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
* Theme: FelipeC
* Author: (c) 2021 Felipe Contreras
* Website: https://github.com/felipec/vim-felipec
*
* Autogenerated with vim-felipec's generator.
-*/
-.hljs {
- color: #dedde4;
- background-color: #1d1c21
-}
-.hljs::selection,
-.hljs ::selection {
- color: #1d1c21;
- background-color: #ba9cef
-}
-.hljs-comment,
-.hljs-code,
-.hljs-quote {
- color: #9e9da4
-}
-.hljs-number,
-.hljs-literal,
-.hljs-deletion {
- color: #f09080
-}
-.hljs-punctuation,
-.hljs-meta,
-.hljs-operator,
-.hljs-subst,
-.hljs-doctag,
-.hljs-template-variable,
-.hljs-selector-attr {
- color: #ffbb7b
-}
-.hljs-type {
- color: #fddb7c
-}
-.hljs-tag,
-.hljs-title,
-.hljs-selector-class,
-.hljs-selector-id {
- color: #c4da7d
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-addition {
- color: #93e4a4
-}
-.hljs-class,
-.hljs-property {
- color: #65e7d1
-}
-.hljs-name,
-.hljs-selector-tag {
- color: #30c2d8
-}
-.hljs-keyword,
-.hljs-built_in {
- color: #5fb8f2
-}
-.hljs-section,
-.hljs-bullet {
- color: #90aafa
-}
-.hljs-selector-pseudo {
- color: #ba9cef
-}
-.hljs-variable,
-.hljs-params,
-.hljs-attr,
-.hljs-attribute {
- color: #d991d2
-}
-.hljs-symbol,
-.hljs-link {
- color: #ec8dab
-}
-.hljs-strong,
-.hljs-literal,
-.hljs-title {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+*/.hljs{color:#dddde1;background:#1e1e22}.hljs ::selection,.hljs::selection{color:#1e1e22;background:#bf8fef}.hljs-code,.hljs-comment,.hljs-quote{color:#888896}.hljs-deletion,.hljs-literal,.hljs-number{color:#ef8f8f}.hljs-doctag,.hljs-meta,.hljs-operator,.hljs-punctuation,.hljs-selector-attr,.hljs-subst,.hljs-template-variable{color:#efbf8f}.hljs-type{color:#efef8f}.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-title{color:#bfef8f}.hljs-addition,.hljs-regexp,.hljs-string{color:#8fef8f}.hljs-class,.hljs-property{color:#8fefbf}.hljs-name,.hljs-selector-tag{color:#8fefef}.hljs-built_in,.hljs-keyword{color:#8fbfef}.hljs-bullet,.hljs-section{color:#8f8fef}.hljs-selector-pseudo{color:#bf8fef}.hljs-attr,.hljs-attribute,.hljs-params,.hljs-variable{color:#ef8fef}.hljs-link,.hljs-symbol{color:#ef8fbf}.hljs-literal,.hljs-strong,.hljs-title{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/felipec.min.css b/node_modules/highlight.js/styles/felipec.min.css
deleted file mode 100644
index 7f76cd0..0000000
--- a/node_modules/highlight.js/styles/felipec.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- * Theme: FelipeC
- * Author: (c) 2021 Felipe Contreras
- * Website: https://github.com/felipec/vim-felipec
- *
- * Autogenerated with vim-felipec's generator.
-*/.hljs{color:#dedde4;background-color:#1d1c21}.hljs ::selection,.hljs::selection{color:#1d1c21;background-color:#ba9cef}.hljs-code,.hljs-comment,.hljs-quote{color:#9e9da4}.hljs-deletion,.hljs-literal,.hljs-number{color:#f09080}.hljs-doctag,.hljs-meta,.hljs-operator,.hljs-punctuation,.hljs-selector-attr,.hljs-subst,.hljs-template-variable{color:#ffbb7b}.hljs-type{color:#fddb7c}.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-title{color:#c4da7d}.hljs-addition,.hljs-regexp,.hljs-string{color:#93e4a4}.hljs-class,.hljs-property{color:#65e7d1}.hljs-name,.hljs-selector-tag{color:#30c2d8}.hljs-built_in,.hljs-keyword{color:#5fb8f2}.hljs-bullet,.hljs-section{color:#90aafa}.hljs-selector-pseudo{color:#ba9cef}.hljs-attr,.hljs-attribute,.hljs-params,.hljs-variable{color:#d991d2}.hljs-link,.hljs-symbol{color:#ec8dab}.hljs-literal,.hljs-strong,.hljs-title{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/foundation.css b/node_modules/highlight.js/styles/foundation.css
index 87641c7..1ddcfa6 100644
--- a/node_modules/highlight.js/styles/foundation.css
+++ b/node_modules/highlight.js/styles/foundation.css
@@ -1,80 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Description: Foundation 4 docs style for highlight.js
-Author: Dan Allen
-Website: http://foundation.zurb.com/docs/
-Version: 1.0
-Date: 2013-04-02
-*/
-.hljs {
- background: #eee;
- color: black
-}
-.hljs-link,
-.hljs-emphasis,
-.hljs-attribute,
-.hljs-addition {
- color: #070
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong,
-.hljs-string,
-.hljs-deletion {
- color: #d14
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-quote,
-.hljs-comment {
- color: #998;
- font-style: italic
-}
-.hljs-section,
-.hljs-title {
- color: #900
-}
-.hljs-class .hljs-title,
-.hljs-title.class_,
-.hljs-type {
- color: #458
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #336699
-}
-.hljs-bullet {
- color: #997700
-}
-.hljs-meta {
- color: #3344bb
-}
-.hljs-code,
-.hljs-number,
-.hljs-literal,
-.hljs-keyword,
-.hljs-selector-tag {
- color: #099
-}
-.hljs-regexp {
- background-color: #fff0ff;
- color: #880088
-}
-.hljs-symbol {
- color: #990073
-}
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class {
- color: #007700
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#eee;color:#000}.hljs-addition,.hljs-attribute,.hljs-emphasis,.hljs-link{color:#070}.hljs-emphasis{font-style:italic}.hljs-deletion,.hljs-string,.hljs-strong{color:#d14}.hljs-strong{font-weight:700}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-section,.hljs-title{color:#900}.hljs-class .hljs-title,.hljs-title.class_,.hljs-type{color:#458}.hljs-template-variable,.hljs-variable{color:#369}.hljs-bullet{color:#970}.hljs-meta{color:#34b}.hljs-code,.hljs-keyword,.hljs-literal,.hljs-number,.hljs-selector-tag{color:#099}.hljs-regexp{background-color:#fff0ff;color:#808}.hljs-symbol{color:#990073}.hljs-name,.hljs-selector-class,.hljs-selector-id,.hljs-tag{color:#070}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/foundation.min.css b/node_modules/highlight.js/styles/foundation.min.css
deleted file mode 100644
index 1ddcfa6..0000000
--- a/node_modules/highlight.js/styles/foundation.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#eee;color:#000}.hljs-addition,.hljs-attribute,.hljs-emphasis,.hljs-link{color:#070}.hljs-emphasis{font-style:italic}.hljs-deletion,.hljs-string,.hljs-strong{color:#d14}.hljs-strong{font-weight:700}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-section,.hljs-title{color:#900}.hljs-class .hljs-title,.hljs-title.class_,.hljs-type{color:#458}.hljs-template-variable,.hljs-variable{color:#369}.hljs-bullet{color:#970}.hljs-meta{color:#34b}.hljs-code,.hljs-keyword,.hljs-literal,.hljs-number,.hljs-selector-tag{color:#099}.hljs-regexp{background-color:#fff0ff;color:#808}.hljs-symbol{color:#990073}.hljs-name,.hljs-selector-class,.hljs-selector-id,.hljs-tag{color:#070}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/github-dark-dimmed.css b/node_modules/highlight.js/styles/github-dark-dimmed.css
index f3855ca..e266dfc 100644
--- a/node_modules/highlight.js/styles/github-dark-dimmed.css
+++ b/node_modules/highlight.js/styles/github-dark-dimmed.css
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: GitHub Dark Dimmed
Description: Dark dimmed theme as seen on github.com
Author: github.com
@@ -14,104 +6,4 @@ code.hljs {
Updated: 2021-05-15
Colors taken from GitHub's CSS
-*/
-.hljs {
- color: #adbac7;
- background: #22272e
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-meta .hljs-keyword,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-type,
-.hljs-variable.language_ {
- /* prettylights-syntax-keyword */
- color: #f47067
-}
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-title.function_ {
- /* prettylights-syntax-entity */
- color: #dcbdfb
-}
-.hljs-attr,
-.hljs-attribute,
-.hljs-literal,
-.hljs-meta,
-.hljs-number,
-.hljs-operator,
-.hljs-variable,
-.hljs-selector-attr,
-.hljs-selector-class,
-.hljs-selector-id {
- /* prettylights-syntax-constant */
- color: #6cb6ff
-}
-.hljs-regexp,
-.hljs-string,
-.hljs-meta .hljs-string {
- /* prettylights-syntax-string */
- color: #96d0ff
-}
-.hljs-built_in,
-.hljs-symbol {
- /* prettylights-syntax-variable */
- color: #f69d50
-}
-.hljs-comment,
-.hljs-code,
-.hljs-formula {
- /* prettylights-syntax-comment */
- color: #768390
-}
-.hljs-name,
-.hljs-quote,
-.hljs-selector-tag,
-.hljs-selector-pseudo {
- /* prettylights-syntax-entity-tag */
- color: #8ddb8c
-}
-.hljs-subst {
- /* prettylights-syntax-storage-modifier-import */
- color: #adbac7
-}
-.hljs-section {
- /* prettylights-syntax-markup-heading */
- color: #316dca;
- font-weight: bold
-}
-.hljs-bullet {
- /* prettylights-syntax-markup-list */
- color: #eac55f
-}
-.hljs-emphasis {
- /* prettylights-syntax-markup-italic */
- color: #adbac7;
- font-style: italic
-}
-.hljs-strong {
- /* prettylights-syntax-markup-bold */
- color: #adbac7;
- font-weight: bold
-}
-.hljs-addition {
- /* prettylights-syntax-markup-inserted */
- color: #b4f1b4;
- background-color: #1b4721
-}
-.hljs-deletion {
- /* prettylights-syntax-markup-deleted */
- color: #ffd8d3;
- background-color: #78191b
-}
-.hljs-char.escape_,
-.hljs-link,
-.hljs-params,
-.hljs-property,
-.hljs-punctuation,
-.hljs-tag {
- /* purposely ignored */
-
-}
\ No newline at end of file
+*/.hljs{color:#adbac7;background:#22272e}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#f47067}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#dcbdfb}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#6cb6ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#96d0ff}.hljs-built_in,.hljs-symbol{color:#f69d50}.hljs-code,.hljs-comment,.hljs-formula{color:#768390}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#8ddb8c}.hljs-subst{color:#adbac7}.hljs-section{color:#316dca;font-weight:700}.hljs-bullet{color:#eac55f}.hljs-emphasis{color:#adbac7;font-style:italic}.hljs-strong{color:#adbac7;font-weight:700}.hljs-addition{color:#b4f1b4;background-color:#1b4721}.hljs-deletion{color:#ffd8d3;background-color:#78191b}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/github-dark-dimmed.min.css b/node_modules/highlight.js/styles/github-dark-dimmed.min.css
deleted file mode 100644
index e266dfc..0000000
--- a/node_modules/highlight.js/styles/github-dark-dimmed.min.css
+++ /dev/null
@@ -1,9 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: GitHub Dark Dimmed
- Description: Dark dimmed theme as seen on github.com
- Author: github.com
- Maintainer: @Hirse
- Updated: 2021-05-15
-
- Colors taken from GitHub's CSS
-*/.hljs{color:#adbac7;background:#22272e}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#f47067}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#dcbdfb}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#6cb6ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#96d0ff}.hljs-built_in,.hljs-symbol{color:#f69d50}.hljs-code,.hljs-comment,.hljs-formula{color:#768390}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#8ddb8c}.hljs-subst{color:#adbac7}.hljs-section{color:#316dca;font-weight:700}.hljs-bullet{color:#eac55f}.hljs-emphasis{color:#adbac7;font-style:italic}.hljs-strong{color:#adbac7;font-weight:700}.hljs-addition{color:#b4f1b4;background-color:#1b4721}.hljs-deletion{color:#ffd8d3;background-color:#78191b}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/github-dark.css b/node_modules/highlight.js/styles/github-dark.css
index 8826d2f..03b6da8 100644
--- a/node_modules/highlight.js/styles/github-dark.css
+++ b/node_modules/highlight.js/styles/github-dark.css
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: GitHub Dark
Description: Dark theme as seen on github.com
Author: github.com
@@ -15,104 +7,4 @@ code.hljs {
Outdated base version: https://github.com/primer/github-syntax-dark
Current colors taken from GitHub's CSS
-*/
-.hljs {
- color: #c9d1d9;
- background: #0d1117
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-meta .hljs-keyword,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-type,
-.hljs-variable.language_ {
- /* prettylights-syntax-keyword */
- color: #ff7b72
-}
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-title.function_ {
- /* prettylights-syntax-entity */
- color: #d2a8ff
-}
-.hljs-attr,
-.hljs-attribute,
-.hljs-literal,
-.hljs-meta,
-.hljs-number,
-.hljs-operator,
-.hljs-variable,
-.hljs-selector-attr,
-.hljs-selector-class,
-.hljs-selector-id {
- /* prettylights-syntax-constant */
- color: #79c0ff
-}
-.hljs-regexp,
-.hljs-string,
-.hljs-meta .hljs-string {
- /* prettylights-syntax-string */
- color: #a5d6ff
-}
-.hljs-built_in,
-.hljs-symbol {
- /* prettylights-syntax-variable */
- color: #ffa657
-}
-.hljs-comment,
-.hljs-code,
-.hljs-formula {
- /* prettylights-syntax-comment */
- color: #8b949e
-}
-.hljs-name,
-.hljs-quote,
-.hljs-selector-tag,
-.hljs-selector-pseudo {
- /* prettylights-syntax-entity-tag */
- color: #7ee787
-}
-.hljs-subst {
- /* prettylights-syntax-storage-modifier-import */
- color: #c9d1d9
-}
-.hljs-section {
- /* prettylights-syntax-markup-heading */
- color: #1f6feb;
- font-weight: bold
-}
-.hljs-bullet {
- /* prettylights-syntax-markup-list */
- color: #f2cc60
-}
-.hljs-emphasis {
- /* prettylights-syntax-markup-italic */
- color: #c9d1d9;
- font-style: italic
-}
-.hljs-strong {
- /* prettylights-syntax-markup-bold */
- color: #c9d1d9;
- font-weight: bold
-}
-.hljs-addition {
- /* prettylights-syntax-markup-inserted */
- color: #aff5b4;
- background-color: #033a16
-}
-.hljs-deletion {
- /* prettylights-syntax-markup-deleted */
- color: #ffdcd7;
- background-color: #67060c
-}
-.hljs-char.escape_,
-.hljs-link,
-.hljs-params,
-.hljs-property,
-.hljs-punctuation,
-.hljs-tag {
- /* purposely ignored */
-
-}
\ No newline at end of file
+*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/github-dark.min.css b/node_modules/highlight.js/styles/github-dark.min.css
deleted file mode 100644
index 03b6da8..0000000
--- a/node_modules/highlight.js/styles/github-dark.min.css
+++ /dev/null
@@ -1,10 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: GitHub Dark
- Description: Dark theme as seen on github.com
- Author: github.com
- Maintainer: @Hirse
- Updated: 2021-05-15
-
- Outdated base version: https://github.com/primer/github-syntax-dark
- Current colors taken from GitHub's CSS
-*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/github.css b/node_modules/highlight.js/styles/github.css
index 1001da6..275239a 100644
--- a/node_modules/highlight.js/styles/github.css
+++ b/node_modules/highlight.js/styles/github.css
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: GitHub
Description: Light theme as seen on github.com
Author: github.com
@@ -15,104 +7,4 @@ code.hljs {
Outdated base version: https://github.com/primer/github-syntax-light
Current colors taken from GitHub's CSS
-*/
-.hljs {
- color: #24292e;
- background: #ffffff
-}
-.hljs-doctag,
-.hljs-keyword,
-.hljs-meta .hljs-keyword,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-type,
-.hljs-variable.language_ {
- /* prettylights-syntax-keyword */
- color: #d73a49
-}
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-title.function_ {
- /* prettylights-syntax-entity */
- color: #6f42c1
-}
-.hljs-attr,
-.hljs-attribute,
-.hljs-literal,
-.hljs-meta,
-.hljs-number,
-.hljs-operator,
-.hljs-variable,
-.hljs-selector-attr,
-.hljs-selector-class,
-.hljs-selector-id {
- /* prettylights-syntax-constant */
- color: #005cc5
-}
-.hljs-regexp,
-.hljs-string,
-.hljs-meta .hljs-string {
- /* prettylights-syntax-string */
- color: #032f62
-}
-.hljs-built_in,
-.hljs-symbol {
- /* prettylights-syntax-variable */
- color: #e36209
-}
-.hljs-comment,
-.hljs-code,
-.hljs-formula {
- /* prettylights-syntax-comment */
- color: #6a737d
-}
-.hljs-name,
-.hljs-quote,
-.hljs-selector-tag,
-.hljs-selector-pseudo {
- /* prettylights-syntax-entity-tag */
- color: #22863a
-}
-.hljs-subst {
- /* prettylights-syntax-storage-modifier-import */
- color: #24292e
-}
-.hljs-section {
- /* prettylights-syntax-markup-heading */
- color: #005cc5;
- font-weight: bold
-}
-.hljs-bullet {
- /* prettylights-syntax-markup-list */
- color: #735c0f
-}
-.hljs-emphasis {
- /* prettylights-syntax-markup-italic */
- color: #24292e;
- font-style: italic
-}
-.hljs-strong {
- /* prettylights-syntax-markup-bold */
- color: #24292e;
- font-weight: bold
-}
-.hljs-addition {
- /* prettylights-syntax-markup-inserted */
- color: #22863a;
- background-color: #f0fff4
-}
-.hljs-deletion {
- /* prettylights-syntax-markup-deleted */
- color: #b31d28;
- background-color: #ffeef0
-}
-.hljs-char.escape_,
-.hljs-link,
-.hljs-params,
-.hljs-property,
-.hljs-punctuation,
-.hljs-tag {
- /* purposely ignored */
-
-}
\ No newline at end of file
+*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/github.min.css b/node_modules/highlight.js/styles/github.min.css
deleted file mode 100644
index 275239a..0000000
--- a/node_modules/highlight.js/styles/github.min.css
+++ /dev/null
@@ -1,10 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: GitHub
- Description: Light theme as seen on github.com
- Author: github.com
- Maintainer: @Hirse
- Updated: 2021-05-15
-
- Outdated base version: https://github.com/primer/github-syntax-light
- Current colors taken from GitHub's CSS
-*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/gml.css b/node_modules/highlight.js/styles/gml.css
index 7d6437c..89455fe 100644
--- a/node_modules/highlight.js/styles/gml.css
+++ b/node_modules/highlight.js/styles/gml.css
@@ -1,72 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-GML Theme - Meseta
-
-*/
-.hljs {
- background: #222222;
- color: #C0C0C0
-}
-.hljs-keyword {
- color: #FFB871;
- font-weight: bold
-}
-.hljs-built_in {
- color: #FFB871
-}
-.hljs-literal {
- color: #FF8080
-}
-.hljs-symbol {
- color: #58E55A
-}
-.hljs-comment {
- color: #5B995B
-}
-.hljs-string {
- color: #FFFF00
-}
-.hljs-number {
- color: #FF8080
-}
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-doctag,
-.hljs-name,
-.hljs-bullet,
-.hljs-code,
-.hljs-addition,
-.hljs-regexp,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-type,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion,
-.hljs-title,
-.hljs-section,
-.hljs-function,
-.hljs-meta .hljs-keyword,
-.hljs-meta,
-.hljs-subst {
- color: #C0C0C0
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#222;color:silver}.hljs-keyword{color:#ffb871;font-weight:700}.hljs-built_in{color:#ffb871}.hljs-literal{color:#ff8080}.hljs-symbol{color:#58e55a}.hljs-comment{color:#5b995b}.hljs-string{color:#ff0}.hljs-number{color:#ff8080}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-code,.hljs-deletion,.hljs-doctag,.hljs-function,.hljs-link,.hljs-meta,.hljs-meta .hljs-keyword,.hljs-name,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag,.hljs-subst,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:silver}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/gml.min.css b/node_modules/highlight.js/styles/gml.min.css
deleted file mode 100644
index 89455fe..0000000
--- a/node_modules/highlight.js/styles/gml.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#222;color:silver}.hljs-keyword{color:#ffb871;font-weight:700}.hljs-built_in{color:#ffb871}.hljs-literal{color:#ff8080}.hljs-symbol{color:#58e55a}.hljs-comment{color:#5b995b}.hljs-string{color:#ff0}.hljs-number{color:#ff8080}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-code,.hljs-deletion,.hljs-doctag,.hljs-function,.hljs-link,.hljs-meta,.hljs-meta .hljs-keyword,.hljs-name,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag,.hljs-subst,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:silver}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/googlecode.css b/node_modules/highlight.js/styles/googlecode.css
index 135aaf2..0140b89 100644
--- a/node_modules/highlight.js/styles/googlecode.css
+++ b/node_modules/highlight.js/styles/googlecode.css
@@ -1,79 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Google Code style (c) Aahan Krish
-
-*/
-.hljs {
- background: white;
- color: black
-}
-.hljs-comment,
-.hljs-quote {
- color: #800
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-section,
-.hljs-title,
-.hljs-name {
- color: #008
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #660
-}
-.hljs-string,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-regexp {
- color: #080
-}
-.hljs-literal,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-meta,
-.hljs-number,
-.hljs-link {
- color: #066
-}
-.hljs-title,
-.hljs-doctag,
-.hljs-type,
-.hljs-attr,
-.hljs-built_in,
-.hljs-params {
- color: #606
-}
-.hljs-attribute,
-.hljs-subst {
- color: #000
-}
-.hljs-formula {
- background-color: #eee;
- font-style: italic
-}
-.hljs-selector-id,
-.hljs-selector-class {
- color: #9B703F
-}
-.hljs-addition {
- background-color: #baeeba
-}
-.hljs-deletion {
- background-color: #ffc8bd
-}
-.hljs-doctag,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-comment,.hljs-quote{color:#800}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-title{color:#008}.hljs-template-variable,.hljs-variable{color:#660}.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string{color:#080}.hljs-bullet,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-symbol{color:#066}.hljs-attr,.hljs-built_in,.hljs-doctag,.hljs-params,.hljs-title,.hljs-type{color:#606}.hljs-attribute,.hljs-subst{color:#000}.hljs-formula{background-color:#eee;font-style:italic}.hljs-selector-class,.hljs-selector-id{color:#9b703f}.hljs-addition{background-color:#baeeba}.hljs-deletion{background-color:#ffc8bd}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/googlecode.min.css b/node_modules/highlight.js/styles/googlecode.min.css
deleted file mode 100644
index 0140b89..0000000
--- a/node_modules/highlight.js/styles/googlecode.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-comment,.hljs-quote{color:#800}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-title{color:#008}.hljs-template-variable,.hljs-variable{color:#660}.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string{color:#080}.hljs-bullet,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-symbol{color:#066}.hljs-attr,.hljs-built_in,.hljs-doctag,.hljs-params,.hljs-title,.hljs-type{color:#606}.hljs-attribute,.hljs-subst{color:#000}.hljs-formula{background-color:#eee;font-style:italic}.hljs-selector-class,.hljs-selector-id{color:#9b703f}.hljs-addition{background-color:#baeeba}.hljs-deletion{background-color:#ffc8bd}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/gradient-dark.css b/node_modules/highlight.js/styles/gradient-dark.css
index d8ed020..4aba928 100644
--- a/node_modules/highlight.js/styles/gradient-dark.css
+++ b/node_modules/highlight.js/styles/gradient-dark.css
@@ -1,90 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Gradient Dark (c) Samia Ali
-
-*/
-.hljs {
- background-color: #652487;
- background-image: linear-gradient(160deg, #652487 0%, #443ac3 35%, #0174b7 68%, #04988e 100%);
- color: #e7e4eb
-}
-.hljs-subtr {
- color: #e7e4eb
-}
-.hljs-doctag,
-.hljs-meta,
-.hljs-comment,
-.hljs-quote {
- color: #af8dd9
-}
-.hljs-selector-tag,
-.hljs-selector-id,
-.hljs-template-tag,
-.hljs-regexp,
-.hljs-attr,
-.hljs-tag {
- color: #AEFBFF
-}
-.hljs-params,
-.hljs-selector-class,
-.hljs-bullet {
- color: #F19FFF
-}
-.hljs-keyword,
-.hljs-section,
-.hljs-meta .hljs-keyword,
-.hljs-symbol,
-.hljs-type {
- color: #17fc95
-}
-.hljs-addition,
-.hljs-number,
-.hljs-link {
- color: #C5FE00
-}
-.hljs-string {
- color: #38c0ff
-}
-.hljs-attribute,
-.hljs-addition {
- color: #E7FF9F
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #E447FF
-}
-.hljs-built_in,
-.hljs-formula,
-.hljs-name,
-.hljs-title,
-.hljs-class,
-.hljs-function {
- color: #FFC800
-}
-.hljs-selector-pseudo,
-.hljs-deletion,
-.hljs-literal {
- color: #FF9E44
-}
-.hljs-emphasis,
-.hljs-quote {
- font-style: italic
-}
-.hljs-params,
-.hljs-selector-class,
-.hljs-strong,
-.hljs-selector-tag,
-.hljs-selector-id,
-.hljs-template-tag,
-.hljs-section,
-.hljs-keyword {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background-color:#652487;background-image:linear-gradient(160deg,#652487 0,#443ac3 35%,#0174b7 68%,#04988e 100%);color:#e7e4eb}.hljs-subtr{color:#e7e4eb}.hljs-comment,.hljs-doctag,.hljs-meta,.hljs-quote{color:#af8dd9}.hljs-attr,.hljs-regexp,.hljs-selector-id,.hljs-selector-tag,.hljs-tag,.hljs-template-tag{color:#aefbff}.hljs-bullet,.hljs-params,.hljs-selector-class{color:#f19fff}.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-symbol,.hljs-type{color:#17fc95}.hljs-addition,.hljs-link,.hljs-number{color:#c5fe00}.hljs-string{color:#38c0ff}.hljs-addition,.hljs-attribute{color:#e7ff9f}.hljs-template-variable,.hljs-variable{color:#e447ff}.hljs-built_in,.hljs-class,.hljs-formula,.hljs-function,.hljs-name,.hljs-title{color:#ffc800}.hljs-deletion,.hljs-literal,.hljs-selector-pseudo{color:#ff9e44}.hljs-emphasis,.hljs-quote{font-style:italic}.hljs-keyword,.hljs-params,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-template-tag{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/gradient-dark.min.css b/node_modules/highlight.js/styles/gradient-dark.min.css
deleted file mode 100644
index 4aba928..0000000
--- a/node_modules/highlight.js/styles/gradient-dark.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background-color:#652487;background-image:linear-gradient(160deg,#652487 0,#443ac3 35%,#0174b7 68%,#04988e 100%);color:#e7e4eb}.hljs-subtr{color:#e7e4eb}.hljs-comment,.hljs-doctag,.hljs-meta,.hljs-quote{color:#af8dd9}.hljs-attr,.hljs-regexp,.hljs-selector-id,.hljs-selector-tag,.hljs-tag,.hljs-template-tag{color:#aefbff}.hljs-bullet,.hljs-params,.hljs-selector-class{color:#f19fff}.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-symbol,.hljs-type{color:#17fc95}.hljs-addition,.hljs-link,.hljs-number{color:#c5fe00}.hljs-string{color:#38c0ff}.hljs-addition,.hljs-attribute{color:#e7ff9f}.hljs-template-variable,.hljs-variable{color:#e447ff}.hljs-built_in,.hljs-class,.hljs-formula,.hljs-function,.hljs-name,.hljs-title{color:#ffc800}.hljs-deletion,.hljs-literal,.hljs-selector-pseudo{color:#ff9e44}.hljs-emphasis,.hljs-quote{font-style:italic}.hljs-keyword,.hljs-params,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-template-tag{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/gradient-light.css b/node_modules/highlight.js/styles/gradient-light.css
index f9b5cbf..c5db6fd 100644
--- a/node_modules/highlight.js/styles/gradient-light.css
+++ b/node_modules/highlight.js/styles/gradient-light.css
@@ -1,90 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Gradient Light (c) Samia Ali
-
-*/
-.hljs {
- background-color: #f9ccff;
- background-image: linear-gradient(295deg, #f9ccff 0%, #e6bbf9 11%, #9ec6f9 32%, #55e6ee 60%, #91f5d1 74%, #f9ffbf 98%);
- color: #250482
-}
-.hljs-subtr {
- color: #01958B
-}
-.hljs-doctag,
-.hljs-meta,
-.hljs-comment,
-.hljs-quote {
- color: #CB7200
-}
-.hljs-selector-tag,
-.hljs-selector-id,
-.hljs-template-tag,
-.hljs-regexp,
-.hljs-attr,
-.hljs-tag {
- color: #07BD5F
-}
-.hljs-params,
-.hljs-selector-class,
-.hljs-bullet {
- color: #43449F
-}
-.hljs-keyword,
-.hljs-section,
-.hljs-meta .hljs-keyword,
-.hljs-symbol,
-.hljs-type {
- color: #7D2801
-}
-.hljs-addition,
-.hljs-number,
-.hljs-link {
- color: #7F0096
-}
-.hljs-string {
- color: #2681ab
-}
-.hljs-attribute,
-.hljs-addition {
- color: #296562
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #025C8F
-}
-.hljs-built_in,
-.hljs-formula,
-.hljs-name,
-.hljs-title,
-.hljs-class,
-.hljs-function {
- color: #529117
-}
-.hljs-selector-pseudo,
-.hljs-deletion,
-.hljs-literal {
- color: #AD13FF
-}
-.hljs-emphasis,
-.hljs-quote {
- font-style: italic
-}
-.hljs-params,
-.hljs-selector-class,
-.hljs-strong,
-.hljs-selector-tag,
-.hljs-selector-id,
-.hljs-template-tag,
-.hljs-section,
-.hljs-keyword {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background-color:#f9ccff;background-image:linear-gradient(295deg,#f9ccff 0,#e6bbf9 11%,#9ec6f9 32%,#55e6ee 60%,#91f5d1 74%,#f9ffbf 98%);color:#250482}.hljs-subtr{color:#01958b}.hljs-comment,.hljs-doctag,.hljs-meta,.hljs-quote{color:#cb7200}.hljs-attr,.hljs-regexp,.hljs-selector-id,.hljs-selector-tag,.hljs-tag,.hljs-template-tag{color:#07bd5f}.hljs-bullet,.hljs-params,.hljs-selector-class{color:#43449f}.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-symbol,.hljs-type{color:#7d2801}.hljs-addition,.hljs-link,.hljs-number{color:#7f0096}.hljs-string{color:#2681ab}.hljs-addition,.hljs-attribute{color:#296562}.hljs-template-variable,.hljs-variable{color:#025c8f}.hljs-built_in,.hljs-class,.hljs-formula,.hljs-function,.hljs-name,.hljs-title{color:#529117}.hljs-deletion,.hljs-literal,.hljs-selector-pseudo{color:#ad13ff}.hljs-emphasis,.hljs-quote{font-style:italic}.hljs-keyword,.hljs-params,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-template-tag{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/gradient-light.min.css b/node_modules/highlight.js/styles/gradient-light.min.css
deleted file mode 100644
index c5db6fd..0000000
--- a/node_modules/highlight.js/styles/gradient-light.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background-color:#f9ccff;background-image:linear-gradient(295deg,#f9ccff 0,#e6bbf9 11%,#9ec6f9 32%,#55e6ee 60%,#91f5d1 74%,#f9ffbf 98%);color:#250482}.hljs-subtr{color:#01958b}.hljs-comment,.hljs-doctag,.hljs-meta,.hljs-quote{color:#cb7200}.hljs-attr,.hljs-regexp,.hljs-selector-id,.hljs-selector-tag,.hljs-tag,.hljs-template-tag{color:#07bd5f}.hljs-bullet,.hljs-params,.hljs-selector-class{color:#43449f}.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-symbol,.hljs-type{color:#7d2801}.hljs-addition,.hljs-link,.hljs-number{color:#7f0096}.hljs-string{color:#2681ab}.hljs-addition,.hljs-attribute{color:#296562}.hljs-template-variable,.hljs-variable{color:#025c8f}.hljs-built_in,.hljs-class,.hljs-formula,.hljs-function,.hljs-name,.hljs-title{color:#529117}.hljs-deletion,.hljs-literal,.hljs-selector-pseudo{color:#ad13ff}.hljs-emphasis,.hljs-quote{font-style:italic}.hljs-keyword,.hljs-params,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-template-tag{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/grayscale.css b/node_modules/highlight.js/styles/grayscale.css
index 9790a86..5eefdaa 100644
--- a/node_modules/highlight.js/styles/grayscale.css
+++ b/node_modules/highlight.js/styles/grayscale.css
@@ -1,89 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-grayscale style (c) MY Sun
-
-*/
-.hljs {
- color: #333;
- background: #fff
-}
-.hljs-comment,
-.hljs-quote {
- color: #777;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-subst {
- color: #333;
- font-weight: bold
-}
-.hljs-number,
-.hljs-literal {
- color: #777
-}
-.hljs-string,
-.hljs-doctag,
-.hljs-formula {
- color: #333;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC) repeat
-}
-.hljs-title,
-.hljs-section,
-.hljs-selector-id {
- color: #000;
- font-weight: bold
-}
-.hljs-subst {
- font-weight: normal
-}
-.hljs-title.class_,
-.hljs-class .hljs-title,
-.hljs-type,
-.hljs-name {
- color: #333;
- font-weight: bold
-}
-.hljs-tag {
- color: #333
-}
-.hljs-regexp {
- color: #333;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==) repeat
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link {
- color: #000;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==) repeat
-}
-.hljs-built_in {
- color: #000;
- text-decoration: underline
-}
-.hljs-meta {
- color: #999;
- font-weight: bold
-}
-.hljs-deletion {
- color: #fff;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==) repeat
-}
-.hljs-addition {
- color: #000;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC) repeat
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#333;background:#fff}.hljs-comment,.hljs-quote{color:#777;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number{color:#777}.hljs-doctag,.hljs-formula,.hljs-string{color:#333;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC)}.hljs-section,.hljs-selector-id,.hljs-title{color:#000;font-weight:700}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-name,.hljs-title.class_,.hljs-type{color:#333;font-weight:700}.hljs-tag{color:#333}.hljs-regexp{color:#333;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==)}.hljs-bullet,.hljs-link,.hljs-symbol{color:#000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==)}.hljs-built_in{color:#000;text-decoration:underline}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{color:#fff;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==)}.hljs-addition{color:#000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/grayscale.min.css b/node_modules/highlight.js/styles/grayscale.min.css
deleted file mode 100644
index 5eefdaa..0000000
--- a/node_modules/highlight.js/styles/grayscale.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#333;background:#fff}.hljs-comment,.hljs-quote{color:#777;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number{color:#777}.hljs-doctag,.hljs-formula,.hljs-string{color:#333;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC)}.hljs-section,.hljs-selector-id,.hljs-title{color:#000;font-weight:700}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-name,.hljs-title.class_,.hljs-type{color:#333;font-weight:700}.hljs-tag{color:#333}.hljs-regexp{color:#333;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==)}.hljs-bullet,.hljs-link,.hljs-symbol{color:#000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==)}.hljs-built_in{color:#000;text-decoration:underline}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{color:#fff;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==)}.hljs-addition{color:#000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/hybrid.css b/node_modules/highlight.js/styles/hybrid.css
index 237701d..52489b6 100644
--- a/node_modules/highlight.js/styles/hybrid.css
+++ b/node_modules/highlight.js/styles/hybrid.css
@@ -1,88 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-vim-hybrid theme by w0ng (https://github.com/w0ng/vim-hybrid)
-
-*/
-.hljs {
- background: #1d1f21;
- color: #c5c8c6
-}
-/*selection color*/
-.hljs::selection,
-.hljs span::selection {
- background: #373b41
-}
-.hljs::-moz-selection,
-.hljs span::-moz-selection {
- background: #373b41
-}
-/*color: fg_yellow*/
-.hljs-title,
-.hljs-name {
- color: #f0c674
-}
-/*color: fg_comment*/
-.hljs-comment,
-.hljs-meta,
-.hljs-meta .hljs-keyword {
- color: #707880
-}
-/*color: fg_red*/
-.hljs-number,
-.hljs-symbol,
-.hljs-literal,
-.hljs-deletion,
-.hljs-link {
- color: #cc6666
-}
-/*color: fg_green*/
-.hljs-string,
-.hljs-doctag,
-.hljs-addition,
-.hljs-regexp,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #b5bd68
-}
-/*color: fg_purple*/
-.hljs-attribute,
-.hljs-code,
-.hljs-selector-id {
- color: #b294bb
-}
-/*color: fg_blue*/
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-bullet,
-.hljs-tag {
- color: #81a2be
-}
-/*color: fg_aqua*/
-.hljs-subst,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable {
- color: #8abeb7
-}
-/*color: fg_orange*/
-.hljs-type,
-.hljs-built_in,
-.hljs-quote,
-.hljs-section,
-.hljs-selector-class {
- color: #de935f
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#1d1f21;color:#c5c8c6}.hljs span::selection,.hljs::selection{background:#373b41}.hljs span::-moz-selection,.hljs::-moz-selection{background:#373b41}.hljs-name,.hljs-title{color:#f0c674}.hljs-comment,.hljs-meta,.hljs-meta .hljs-keyword{color:#707880}.hljs-deletion,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol{color:#c66}.hljs-addition,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string{color:#b5bd68}.hljs-attribute,.hljs-code,.hljs-selector-id{color:#b294bb}.hljs-bullet,.hljs-keyword,.hljs-selector-tag,.hljs-tag{color:#81a2be}.hljs-subst,.hljs-template-tag,.hljs-template-variable,.hljs-variable{color:#8abeb7}.hljs-built_in,.hljs-quote,.hljs-section,.hljs-selector-class,.hljs-type{color:#de935f}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/hybrid.min.css b/node_modules/highlight.js/styles/hybrid.min.css
deleted file mode 100644
index 52489b6..0000000
--- a/node_modules/highlight.js/styles/hybrid.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#1d1f21;color:#c5c8c6}.hljs span::selection,.hljs::selection{background:#373b41}.hljs span::-moz-selection,.hljs::-moz-selection{background:#373b41}.hljs-name,.hljs-title{color:#f0c674}.hljs-comment,.hljs-meta,.hljs-meta .hljs-keyword{color:#707880}.hljs-deletion,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol{color:#c66}.hljs-addition,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string{color:#b5bd68}.hljs-attribute,.hljs-code,.hljs-selector-id{color:#b294bb}.hljs-bullet,.hljs-keyword,.hljs-selector-tag,.hljs-tag{color:#81a2be}.hljs-subst,.hljs-template-tag,.hljs-template-variable,.hljs-variable{color:#8abeb7}.hljs-built_in,.hljs-quote,.hljs-section,.hljs-selector-class,.hljs-type{color:#de935f}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/idea.css b/node_modules/highlight.js/styles/idea.css
index 03307df..7cc62ff 100644
--- a/node_modules/highlight.js/styles/idea.css
+++ b/node_modules/highlight.js/styles/idea.css
@@ -1,86 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Intellij Idea-like styling (c) Vasily Polovnyov
-
-*/
-.hljs {
- color: #000;
- background: #fff
-}
-.hljs-subst,
-.hljs-title {
- font-weight: normal;
- color: #000
-}
-.hljs-comment,
-.hljs-quote {
- color: #808080;
- font-style: italic
-}
-.hljs-meta {
- color: #808000
-}
-.hljs-tag {
- background: #efefef
-}
-.hljs-section,
-.hljs-name,
-.hljs-literal,
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-type,
-.hljs-selector-id,
-.hljs-selector-class {
- font-weight: bold;
- color: #000080
-}
-.hljs-attribute,
-.hljs-number,
-.hljs-regexp,
-.hljs-link {
- font-weight: bold;
- color: #0000ff
-}
-.hljs-number,
-.hljs-regexp,
-.hljs-link {
- font-weight: normal
-}
-.hljs-string {
- color: #008000;
- font-weight: bold
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-formula {
- color: #000;
- background: #d0eded;
- font-style: italic
-}
-.hljs-doctag {
- text-decoration: underline
-}
-.hljs-variable,
-.hljs-template-variable {
- color: #660e7a
-}
-.hljs-addition {
- background: #baeeba
-}
-.hljs-deletion {
- background: #ffc8bd
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-subst,.hljs-title{font-weight:400;color:#000}.hljs-comment,.hljs-quote{color:grey;font-style:italic}.hljs-meta{color:olive}.hljs-tag{background:#efefef}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-type{font-weight:700;color:navy}.hljs-attribute,.hljs-link,.hljs-number,.hljs-regexp{font-weight:700;color:#00f}.hljs-link,.hljs-number,.hljs-regexp{font-weight:400}.hljs-string{color:green;font-weight:700}.hljs-bullet,.hljs-formula,.hljs-symbol{color:#000;background:#d0eded;font-style:italic}.hljs-doctag{text-decoration:underline}.hljs-template-variable,.hljs-variable{color:#660e7a}.hljs-addition{background:#baeeba}.hljs-deletion{background:#ffc8bd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/idea.min.css b/node_modules/highlight.js/styles/idea.min.css
deleted file mode 100644
index 7cc62ff..0000000
--- a/node_modules/highlight.js/styles/idea.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-subst,.hljs-title{font-weight:400;color:#000}.hljs-comment,.hljs-quote{color:grey;font-style:italic}.hljs-meta{color:olive}.hljs-tag{background:#efefef}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-type{font-weight:700;color:navy}.hljs-attribute,.hljs-link,.hljs-number,.hljs-regexp{font-weight:700;color:#00f}.hljs-link,.hljs-number,.hljs-regexp{font-weight:400}.hljs-string{color:green;font-weight:700}.hljs-bullet,.hljs-formula,.hljs-symbol{color:#000;background:#d0eded;font-style:italic}.hljs-doctag{text-decoration:underline}.hljs-template-variable,.hljs-variable{color:#660e7a}.hljs-addition{background:#baeeba}.hljs-deletion{background:#ffc8bd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/intellij-light.css b/node_modules/highlight.js/styles/intellij-light.css
index 9140f80..97fc3e2 100644
--- a/node_modules/highlight.js/styles/intellij-light.css
+++ b/node_modules/highlight.js/styles/intellij-light.css
@@ -1,107 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Intellij-light style (c) Pegasis
-
-*/
-.hljs {
- color: #000;
- background: #fff
-}
-.hljs-subst,
-.hljs-title {
- font-weight: normal;
- color: #000
-}
-.hljs-title.function_ {
- color: #7A7A43
-}
-.hljs-code,
-.hljs-comment,
-.hljs-quote {
- color: #8C8C8C;
- font-style: italic
-}
-.hljs-meta {
- color: #9E880D
-}
-.hljs-section {
- color: #871094
-}
-.hljs-variable.language_,
-.hljs-symbol,
-.hljs-selector-class,
-.hljs-selector-id,
-.hljs-selector-tag,
-.hljs-template-tag,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-keyword,
-.hljs-meta .hljs-keyword,
-.hljs-literal,
-.hljs-name,
-.hljs-built_in,
-.hljs-type {
- color: #0033B3
-}
-.hljs-property,
-.hljs-attr {
- color: #871094
-}
-.hljs-attribute {
- color: #174AD4
-}
-.hljs-number {
- color: #1750EB
-}
-.hljs-regexp {
- color: #264EFF
-}
-.hljs-link {
- text-decoration: underline;
- color: #006DCC
-}
-.hljs-meta .hljs-string,
-.hljs-string {
- color: #067D17
-}
-.hljs-char.escape_ {
- color: #0037A6
-}
-.hljs-doctag {
- text-decoration: underline
-}
-.hljs-template-variable {
- color: #248F8F
-}
-.hljs-addition {
- background: #BEE6BE
-}
-.hljs-deletion {
- background: #D6D6D6
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-variable,
-.hljs-operator,
-.hljs-punctuation,
-.hljs-title.class_.inherited__,
-.hljs-title.class_,
-.hljs-params,
-.hljs-bullet,
-.hljs-formula,
-.hljs-tag {
- /* purposely ignored */
-
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-subst,.hljs-title{font-weight:400;color:#000}.hljs-title.function_{color:#7a7a43}.hljs-code,.hljs-comment,.hljs-quote{color:#8c8c8c;font-style:italic}.hljs-meta{color:#9e880d}.hljs-section{color:#871094}.hljs-built_in,.hljs-keyword,.hljs-literal,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag,.hljs-symbol,.hljs-template-tag,.hljs-type,.hljs-variable.language_{color:#0033b3}.hljs-attr,.hljs-property{color:#871094}.hljs-attribute{color:#174ad4}.hljs-number{color:#1750eb}.hljs-regexp{color:#264eff}.hljs-link{text-decoration:underline;color:#006dcc}.hljs-meta .hljs-string,.hljs-string{color:#067d17}.hljs-char.escape_{color:#0037a6}.hljs-doctag{text-decoration:underline}.hljs-template-variable{color:#248f8f}.hljs-addition{background:#bee6be}.hljs-deletion{background:#d6d6d6}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/intellij-light.min.css b/node_modules/highlight.js/styles/intellij-light.min.css
deleted file mode 100644
index 97fc3e2..0000000
--- a/node_modules/highlight.js/styles/intellij-light.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-subst,.hljs-title{font-weight:400;color:#000}.hljs-title.function_{color:#7a7a43}.hljs-code,.hljs-comment,.hljs-quote{color:#8c8c8c;font-style:italic}.hljs-meta{color:#9e880d}.hljs-section{color:#871094}.hljs-built_in,.hljs-keyword,.hljs-literal,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag,.hljs-symbol,.hljs-template-tag,.hljs-type,.hljs-variable.language_{color:#0033b3}.hljs-attr,.hljs-property{color:#871094}.hljs-attribute{color:#174ad4}.hljs-number{color:#1750eb}.hljs-regexp{color:#264eff}.hljs-link{text-decoration:underline;color:#006dcc}.hljs-meta .hljs-string,.hljs-string{color:#067d17}.hljs-char.escape_{color:#0037a6}.hljs-doctag{text-decoration:underline}.hljs-template-variable{color:#248f8f}.hljs-addition{background:#bee6be}.hljs-deletion{background:#d6d6d6}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/ir-black.css b/node_modules/highlight.js/styles/ir-black.css
index 3557853..e78fd08 100644
--- a/node_modules/highlight.js/styles/ir-black.css
+++ b/node_modules/highlight.js/styles/ir-black.css
@@ -1,66 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- IR_Black style (c) Vasily Mikhailitchenko
-*/
-.hljs {
- background: #000;
- color: #f8f8f8
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-meta {
- color: #7c7c7c
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-tag,
-.hljs-name {
- color: #96cbfe
-}
-.hljs-attribute,
-.hljs-selector-id {
- color: #ffffb6
-}
-.hljs-string,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-addition {
- color: #a8ff60
-}
-.hljs-subst {
- color: #daefa3
-}
-.hljs-regexp,
-.hljs-link {
- color: #e9c062
-}
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-doctag {
- color: #ffffb6
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-literal {
- color: #c6c5fe
-}
-.hljs-number,
-.hljs-deletion {
- color: #ff73fd
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#000;color:#f8f8f8}.hljs-comment,.hljs-meta,.hljs-quote{color:#7c7c7c}.hljs-keyword,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#96cbfe}.hljs-attribute,.hljs-selector-id{color:#ffffb6}.hljs-addition,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string{color:#a8ff60}.hljs-subst{color:#daefa3}.hljs-link,.hljs-regexp{color:#e9c062}.hljs-doctag,.hljs-section,.hljs-title,.hljs-type{color:#ffffb6}.hljs-bullet,.hljs-literal,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#c6c5fe}.hljs-deletion,.hljs-number{color:#ff73fd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/ir-black.min.css b/node_modules/highlight.js/styles/ir-black.min.css
deleted file mode 100644
index e78fd08..0000000
--- a/node_modules/highlight.js/styles/ir-black.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#000;color:#f8f8f8}.hljs-comment,.hljs-meta,.hljs-quote{color:#7c7c7c}.hljs-keyword,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#96cbfe}.hljs-attribute,.hljs-selector-id{color:#ffffb6}.hljs-addition,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string{color:#a8ff60}.hljs-subst{color:#daefa3}.hljs-link,.hljs-regexp{color:#e9c062}.hljs-doctag,.hljs-section,.hljs-title,.hljs-type{color:#ffffb6}.hljs-bullet,.hljs-literal,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#c6c5fe}.hljs-deletion,.hljs-number{color:#ff73fd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/isbl-editor-dark.css b/node_modules/highlight.js/styles/isbl-editor-dark.css
index 4787d08..535ef87 100644
--- a/node_modules/highlight.js/styles/isbl-editor-dark.css
+++ b/node_modules/highlight.js/styles/isbl-editor-dark.css
@@ -1,94 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-ISBL Editor style dark color scheme (c) Dmitriy Tarasov
-
-*/
-.hljs {
- background: #404040;
- color: #f0f0f0
-}
-/* Base color: saturation 0; */
-.hljs,
-.hljs-subst {
- color: #f0f0f0
-}
-.hljs-comment {
- color: #b5b5b5;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-name {
- color: #f0f0f0;
- font-weight: bold
-}
-/* User color: hue: 0 */
-.hljs-string {
- color: #97bf0d
-}
-.hljs-type,
-.hljs-number,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion {
- color: #f0f0f0
-}
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #e2c696
-}
-/* Language color: hue: 90; */
-.hljs-built_in,
-.hljs-literal {
- color: #97bf0d;
- font-weight: bold
-}
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #397300
-}
-.hljs-class {
- color: #ce9d4d;
- font-weight: bold
-}
-.hljs-title,
-.hljs-section {
- color: #df471e
-}
-.hljs-title>.hljs-built_in {
- color: #81bce9;
- font-weight: normal
-}
-/* Meta color: hue: 200 */
-.hljs-meta {
- color: #1f7199
-}
-.hljs-meta .hljs-string {
- color: #4d99bf
-}
-/* Misc effects */
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#404040}.hljs,.hljs-subst{color:#f0f0f0}.hljs-comment{color:#b5b5b5;font-style:italic}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{color:#f0f0f0;font-weight:700}.hljs-string{color:#97bf0d}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#f0f0f0}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#e2c696}.hljs-built_in,.hljs-literal{color:#97bf0d;font-weight:700}.hljs-addition,.hljs-bullet,.hljs-code{color:#397300}.hljs-class{color:#ce9d4d;font-weight:700}.hljs-section,.hljs-title{color:#df471e}.hljs-title>.hljs-built_in{color:#81bce9;font-weight:400}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/isbl-editor-dark.min.css b/node_modules/highlight.js/styles/isbl-editor-dark.min.css
deleted file mode 100644
index 535ef87..0000000
--- a/node_modules/highlight.js/styles/isbl-editor-dark.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#404040}.hljs,.hljs-subst{color:#f0f0f0}.hljs-comment{color:#b5b5b5;font-style:italic}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{color:#f0f0f0;font-weight:700}.hljs-string{color:#97bf0d}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#f0f0f0}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#e2c696}.hljs-built_in,.hljs-literal{color:#97bf0d;font-weight:700}.hljs-addition,.hljs-bullet,.hljs-code{color:#397300}.hljs-class{color:#ce9d4d;font-weight:700}.hljs-section,.hljs-title{color:#df471e}.hljs-title>.hljs-built_in{color:#81bce9;font-weight:400}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/isbl-editor-light.css b/node_modules/highlight.js/styles/isbl-editor-light.css
index cdbabbe..f008c74 100644
--- a/node_modules/highlight.js/styles/isbl-editor-light.css
+++ b/node_modules/highlight.js/styles/isbl-editor-light.css
@@ -1,93 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-ISBL Editor style light color schemec (c) Dmitriy Tarasov
-
-*/
-.hljs {
- background: white;
- color: black
-}
-/* Base color: saturation 0; */
-.hljs-subst {
- color: black
-}
-.hljs-comment {
- color: #555555;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-name {
- color: #000000;
- font-weight: bold
-}
-/* User color: hue: 0 */
-.hljs-string {
- color: #000080
-}
-.hljs-type,
-.hljs-number,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion {
- color: #000000
-}
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #5e1700
-}
-/* Language color: hue: 90; */
-.hljs-built_in,
-.hljs-literal {
- color: #000080;
- font-weight: bold
-}
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #397300
-}
-.hljs-class {
- color: #6f1C00;
- font-weight: bold
-}
-.hljs-title,
-.hljs-section {
- color: #fb2c00
-}
-.hljs-title>.hljs-built_in {
- color: #008080;
- font-weight: normal
-}
-/* Meta color: hue: 200 */
-.hljs-meta {
- color: #1f7199
-}
-.hljs-meta .hljs-string {
- color: #4d99bf
-}
-/* Misc effects */
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-subst{color:#000}.hljs-comment{color:#555;font-style:italic}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{color:#000;font-weight:700}.hljs-string{color:navy}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#000}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#5e1700}.hljs-built_in,.hljs-literal{color:navy;font-weight:700}.hljs-addition,.hljs-bullet,.hljs-code{color:#397300}.hljs-class{color:#6f1c00;font-weight:700}.hljs-section,.hljs-title{color:#fb2c00}.hljs-title>.hljs-built_in{color:teal;font-weight:400}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/isbl-editor-light.min.css b/node_modules/highlight.js/styles/isbl-editor-light.min.css
deleted file mode 100644
index f008c74..0000000
--- a/node_modules/highlight.js/styles/isbl-editor-light.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-subst{color:#000}.hljs-comment{color:#555;font-style:italic}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{color:#000;font-weight:700}.hljs-string{color:navy}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#000}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#5e1700}.hljs-built_in,.hljs-literal{color:navy;font-weight:700}.hljs-addition,.hljs-bullet,.hljs-code{color:#397300}.hljs-class{color:#6f1c00;font-weight:700}.hljs-section,.hljs-title{color:#fb2c00}.hljs-title>.hljs-built_in{color:teal;font-weight:400}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/kimbie-dark.css b/node_modules/highlight.js/styles/kimbie-dark.css
index eddf4a0..cf56cea 100644
--- a/node_modules/highlight.js/styles/kimbie-dark.css
+++ b/node_modules/highlight.js/styles/kimbie-dark.css
@@ -1,69 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Name: Kimbie (dark)
- Author: Jan T. Sott
- License: Creative Commons Attribution-ShareAlike 4.0 Unported License
- URL: https://github.com/idleberg/Kimbie-highlight.js
-*/
-.hljs {
- background: #221a0f;
- color: #d3af86
-}
-/* Kimbie Comment */
-.hljs-comment,
-.hljs-quote {
- color: #d6baad
-}
-/* Kimbie Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-meta {
- color: #dc3958
-}
-/* Kimbie Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-deletion,
-.hljs-link {
- color: #f79a32
-}
-/* Kimbie Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #889b4a
-}
-/* Kimbie Purple */
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-function {
- color: #98676a
-}
-/* Kimbie Yellow */
-.hljs-title,
-.hljs-section,
-.hljs-attribute {
- color: #f06431
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#221a0f;color:#d3af86}.hljs-comment,.hljs-quote{color:#d6baad}.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#dc3958}.hljs-built_in,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f79a32}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#889b4a}.hljs-function,.hljs-keyword,.hljs-selector-tag{color:#98676a}.hljs-attribute,.hljs-section,.hljs-title{color:#f06431}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/kimbie-dark.min.css b/node_modules/highlight.js/styles/kimbie-dark.min.css
deleted file mode 100644
index cf56cea..0000000
--- a/node_modules/highlight.js/styles/kimbie-dark.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#221a0f;color:#d3af86}.hljs-comment,.hljs-quote{color:#d6baad}.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#dc3958}.hljs-built_in,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f79a32}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#889b4a}.hljs-function,.hljs-keyword,.hljs-selector-tag{color:#98676a}.hljs-attribute,.hljs-section,.hljs-title{color:#f06431}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/kimbie-light.css b/node_modules/highlight.js/styles/kimbie-light.css
index 3cefadc..b9d0ea4 100644
--- a/node_modules/highlight.js/styles/kimbie-light.css
+++ b/node_modules/highlight.js/styles/kimbie-light.css
@@ -1,69 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Name: Kimbie (light)
- Author: Jan T. Sott
- License: Creative Commons Attribution-ShareAlike 4.0 Unported License
- URL: https://github.com/idleberg/Kimbie-highlight.js
-*/
-.hljs {
- background: #fbebd4;
- color: #84613d
-}
-/* Kimbie Comment */
-.hljs-comment,
-.hljs-quote {
- color: #a57a4c
-}
-/* Kimbie Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-meta {
- color: #dc3958
-}
-/* Kimbie Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-deletion,
-.hljs-link {
- color: #f79a32
-}
-/* Kimbie Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #889b4a
-}
-/* Kimbie Purple */
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-function {
- color: #98676a
-}
-/* Kimbie Yellow */
-.hljs-title,
-.hljs-section,
-.hljs-attribute {
- color: #f06431
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fbebd4;color:#84613d}.hljs-comment,.hljs-quote{color:#a57a4c}.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#dc3958}.hljs-built_in,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f79a32}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#889b4a}.hljs-function,.hljs-keyword,.hljs-selector-tag{color:#98676a}.hljs-attribute,.hljs-section,.hljs-title{color:#f06431}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/kimbie-light.min.css b/node_modules/highlight.js/styles/kimbie-light.min.css
deleted file mode 100644
index b9d0ea4..0000000
--- a/node_modules/highlight.js/styles/kimbie-light.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fbebd4;color:#84613d}.hljs-comment,.hljs-quote{color:#a57a4c}.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#dc3958}.hljs-built_in,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f79a32}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#889b4a}.hljs-function,.hljs-keyword,.hljs-selector-tag{color:#98676a}.hljs-attribute,.hljs-section,.hljs-title{color:#f06431}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/lightfair.css b/node_modules/highlight.js/styles/lightfair.css
index 5142dff..b6c3791 100644
--- a/node_modules/highlight.js/styles/lightfair.css
+++ b/node_modules/highlight.js/styles/lightfair.css
@@ -1,81 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Lightfair style (c) Tristian Kelly
-
-*/
-.hljs {
- color: #444;
- background: #fff
-}
-.hljs-name {
- color: #01a3a3
-}
-.hljs-tag,
-.hljs-meta {
- color: #778899
-}
-.hljs-subst {
- /* default */
-
-}
-.hljs-comment {
- color: #888888
-}
-.hljs-keyword,
-.hljs-attribute,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-name {
- font-weight: bold
-}
-.hljs-type,
-.hljs-string,
-.hljs-number,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion {
- color: #4286f4
-}
-.hljs-title,
-.hljs-section {
- color: #4286f4;
- font-weight: bold
-}
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #BC6060
-}
-.hljs-literal {
- color: #62bcbc
-}
-.hljs-built_in,
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #25c6c6
-}
-.hljs-meta .hljs-string {
- color: #4d99bf
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#444;background:#fff}.hljs-name{color:#01a3a3}.hljs-meta,.hljs-tag{color:#789}.hljs-comment{color:#888}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-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:#4286f4}.hljs-section,.hljs-title{color:#4286f4;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:#62bcbc}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#25c6c6}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/lightfair.min.css b/node_modules/highlight.js/styles/lightfair.min.css
deleted file mode 100644
index b6c3791..0000000
--- a/node_modules/highlight.js/styles/lightfair.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#444;background:#fff}.hljs-name{color:#01a3a3}.hljs-meta,.hljs-tag{color:#789}.hljs-comment{color:#888}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-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:#4286f4}.hljs-section,.hljs-title{color:#4286f4;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:#62bcbc}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#25c6c6}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/lioshi.css b/node_modules/highlight.js/styles/lioshi.css
index 035611a..3d6a92f 100644
--- a/node_modules/highlight.js/styles/lioshi.css
+++ b/node_modules/highlight.js/styles/lioshi.css
@@ -1,76 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/* lioshi Theme */
-/* Original theme - https://github.com/lioshi/vscode-lioshi-theme */
-.hljs {
- background: #303030;
- color: #c5c8c6
-}
-/* Comment */
-.hljs-comment {
- color: #8d8d8d
-}
-/* quote */
-.hljs-quote {
- color: #b3c7d8
-}
-/* Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-deletion {
- color: #cc6666
-}
-/* Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-subst
-.hljs-link {
- color: #de935f
-}
-/* Yellow */
-.hljs-attribute {
- color: #f0c674
-}
-/* Green */
-.hljs-string,
-.hljs-bullet,
-.hljs-params,
-.hljs-addition {
- color: #b5bd68
-}
-/* Purple */
-.hljs-selector-tag,
-.hljs-keyword,
-.hljs-function,
-.hljs-class {
- color: #be94bb
-}
-/* Blue */
-.hljs-title,
-.hljs-meta,
-.hljs-section {
- color: #81a2be
-}
-/* Purple light */
-.hljs-symbol {
- color: #dbc4d9
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#303030;color:#c5c8c6}.hljs-comment{color:#8d8d8d}.hljs-quote{color:#b3c7d8}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#c66}.hljs-built_in,.hljs-literal,.hljs-number,.hljs-subst .hljs-link,.hljs-type{color:#de935f}.hljs-attribute{color:#f0c674}.hljs-addition,.hljs-bullet,.hljs-params,.hljs-string{color:#b5bd68}.hljs-class,.hljs-function,.hljs-keyword,.hljs-selector-tag{color:#be94bb}.hljs-meta,.hljs-section,.hljs-title{color:#81a2be}.hljs-symbol{color:#dbc4d9}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/lioshi.min.css b/node_modules/highlight.js/styles/lioshi.min.css
deleted file mode 100644
index 3d6a92f..0000000
--- a/node_modules/highlight.js/styles/lioshi.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#303030;color:#c5c8c6}.hljs-comment{color:#8d8d8d}.hljs-quote{color:#b3c7d8}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#c66}.hljs-built_in,.hljs-literal,.hljs-number,.hljs-subst .hljs-link,.hljs-type{color:#de935f}.hljs-attribute{color:#f0c674}.hljs-addition,.hljs-bullet,.hljs-params,.hljs-string{color:#b5bd68}.hljs-class,.hljs-function,.hljs-keyword,.hljs-selector-tag{color:#be94bb}.hljs-meta,.hljs-section,.hljs-title{color:#81a2be}.hljs-symbol{color:#dbc4d9}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/magula.css b/node_modules/highlight.js/styles/magula.css
index 9d30419..e024387 100644
--- a/node_modules/highlight.js/styles/magula.css
+++ b/node_modules/highlight.js/styles/magula.css
@@ -1,66 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Description: Magula style for highligh.js
-Author: Ruslan Keba
-Website: http://rukeba.com/
-Version: 1.0
-Date: 2009-01-03
-Music: Aphex Twin / Xtal
-*/
-.hljs {
- background-color: #f4f4f4;
- color: black
-}
-.hljs-subst {
- color: black
-}
-.hljs-string,
-.hljs-title,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-attribute,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable {
- color: #050
-}
-.hljs-comment,
-.hljs-quote {
- color: #777
-}
-.hljs-number,
-.hljs-regexp,
-.hljs-literal,
-.hljs-type,
-.hljs-link {
- color: #800
-}
-.hljs-deletion,
-.hljs-meta {
- color: #00e
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-doctag,
-.hljs-title,
-.hljs-section,
-.hljs-built_in,
-.hljs-tag,
-.hljs-name {
- font-weight: bold;
- color: navy
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background-color:#f4f4f4;color:#000}.hljs-subst{color:#000}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-variable{color:#050}.hljs-comment,.hljs-quote{color:#777}.hljs-link,.hljs-literal,.hljs-number,.hljs-regexp,.hljs-type{color:#800}.hljs-deletion,.hljs-meta{color:#00e}.hljs-built_in,.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-tag,.hljs-title{font-weight:700;color:navy}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/magula.min.css b/node_modules/highlight.js/styles/magula.min.css
deleted file mode 100644
index e024387..0000000
--- a/node_modules/highlight.js/styles/magula.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background-color:#f4f4f4;color:#000}.hljs-subst{color:#000}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-variable{color:#050}.hljs-comment,.hljs-quote{color:#777}.hljs-link,.hljs-literal,.hljs-number,.hljs-regexp,.hljs-type{color:#800}.hljs-deletion,.hljs-meta{color:#00e}.hljs-built_in,.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-tag,.hljs-title{font-weight:700;color:navy}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/mono-blue.css b/node_modules/highlight.js/styles/mono-blue.css
index bc9bcea..fb74d40 100644
--- a/node_modules/highlight.js/styles/mono-blue.css
+++ b/node_modules/highlight.js/styles/mono-blue.css
@@ -1,56 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Five-color theme from a single blue hue.
-*/
-.hljs {
- background: #eaeef3;
- color: #00193a
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-title,
-.hljs-section,
-.hljs-doctag,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-comment {
- color: #738191
-}
-.hljs-string,
-.hljs-title,
-.hljs-section,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-addition,
-.hljs-tag,
-.hljs-quote,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class {
- color: #0048ab
-}
-.hljs-meta,
-.hljs-subst,
-.hljs-symbol,
-.hljs-regexp,
-.hljs-attribute,
-.hljs-deletion,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-bullet {
- color: #4c81c9
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#eaeef3;color:#00193a}.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title{font-weight:700}.hljs-comment{color:#738191}.hljs-addition,.hljs-built_in,.hljs-literal,.hljs-name,.hljs-quote,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-tag,.hljs-title,.hljs-type{color:#0048ab}.hljs-attribute,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-meta,.hljs-regexp,.hljs-subst,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#4c81c9}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/mono-blue.min.css b/node_modules/highlight.js/styles/mono-blue.min.css
deleted file mode 100644
index fb74d40..0000000
--- a/node_modules/highlight.js/styles/mono-blue.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#eaeef3;color:#00193a}.hljs-doctag,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title{font-weight:700}.hljs-comment{color:#738191}.hljs-addition,.hljs-built_in,.hljs-literal,.hljs-name,.hljs-quote,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-tag,.hljs-title,.hljs-type{color:#0048ab}.hljs-attribute,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-meta,.hljs-regexp,.hljs-subst,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#4c81c9}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/monokai-sublime.css b/node_modules/highlight.js/styles/monokai-sublime.css
index b469dd4..247e2e9 100644
--- a/node_modules/highlight.js/styles/monokai-sublime.css
+++ b/node_modules/highlight.js/styles/monokai-sublime.css
@@ -1,76 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
-
-*/
-.hljs {
- background: #23241f;
- color: #f8f8f2
-}
-.hljs-tag,
-.hljs-subst {
- color: #f8f8f2
-}
-.hljs-strong,
-.hljs-emphasis {
- color: #a8a8a2
-}
-.hljs-bullet,
-.hljs-quote,
-.hljs-number,
-.hljs-regexp,
-.hljs-literal,
-.hljs-link {
- color: #ae81ff
-}
-.hljs-code,
-.hljs-title,
-.hljs-section,
-.hljs-selector-class {
- color: #a6e22e
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-name,
-.hljs-attr {
- color: #f92672
-}
-.hljs-symbol,
-.hljs-attribute {
- color: #66d9ef
-}
-.hljs-params,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #f8f8f2
-}
-.hljs-string,
-.hljs-type,
-.hljs-built_in,
-.hljs-selector-id,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-variable {
- color: #e6db74
-}
-.hljs-comment,
-.hljs-deletion,
-.hljs-meta {
- color: #75715e
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#23241f;color:#f8f8f2}.hljs-subst,.hljs-tag{color:#f8f8f2}.hljs-emphasis,.hljs-strong{color:#a8a8a2}.hljs-bullet,.hljs-link,.hljs-literal,.hljs-number,.hljs-quote,.hljs-regexp{color:#ae81ff}.hljs-code,.hljs-section,.hljs-selector-class,.hljs-title{color:#a6e22e}.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}.hljs-attr,.hljs-keyword,.hljs-name,.hljs-selector-tag{color:#f92672}.hljs-attribute,.hljs-symbol{color:#66d9ef}.hljs-class .hljs-title,.hljs-params,.hljs-title.class_{color:#f8f8f2}.hljs-addition,.hljs-built_in,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-variable,.hljs-type,.hljs-variable{color:#e6db74}.hljs-comment,.hljs-deletion,.hljs-meta{color:#75715e}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/monokai-sublime.min.css b/node_modules/highlight.js/styles/monokai-sublime.min.css
deleted file mode 100644
index 247e2e9..0000000
--- a/node_modules/highlight.js/styles/monokai-sublime.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#23241f;color:#f8f8f2}.hljs-subst,.hljs-tag{color:#f8f8f2}.hljs-emphasis,.hljs-strong{color:#a8a8a2}.hljs-bullet,.hljs-link,.hljs-literal,.hljs-number,.hljs-quote,.hljs-regexp{color:#ae81ff}.hljs-code,.hljs-section,.hljs-selector-class,.hljs-title{color:#a6e22e}.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}.hljs-attr,.hljs-keyword,.hljs-name,.hljs-selector-tag{color:#f92672}.hljs-attribute,.hljs-symbol{color:#66d9ef}.hljs-class .hljs-title,.hljs-params,.hljs-title.class_{color:#f8f8f2}.hljs-addition,.hljs-built_in,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-variable,.hljs-type,.hljs-variable{color:#e6db74}.hljs-comment,.hljs-deletion,.hljs-meta{color:#75715e}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/monokai.css b/node_modules/highlight.js/styles/monokai.css
index 22a3922..448d85d 100644
--- a/node_modules/highlight.js/styles/monokai.css
+++ b/node_modules/highlight.js/styles/monokai.css
@@ -1,70 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Monokai style - ported by Luigi Maselli - http://grigio.org
-*/
-.hljs {
- background: #272822;
- color: #ddd
-}
-.hljs-tag,
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-strong,
-.hljs-number,
-.hljs-name {
- color: #f92672
-}
-.hljs-code {
- color: #66d9ef
-}
-.hljs-attribute,
-.hljs-attr,
-.hljs-symbol,
-.hljs-regexp,
-.hljs-link {
- color: #bf79db
-}
-.hljs-string,
-.hljs-bullet,
-.hljs-subst,
-.hljs-title,
-.hljs-section,
-.hljs-emphasis,
-.hljs-type,
-.hljs-built_in,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable {
- color: #a6e22e
-}
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: white
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-deletion,
-.hljs-meta {
- color: #75715e
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-doctag,
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-selector-id {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#272822;color:#ddd}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-selector-tag,.hljs-strong,.hljs-tag{color:#f92672}.hljs-code{color:#66d9ef}.hljs-attribute,.hljs-link,.hljs-regexp,.hljs-symbol{color:#bf79db}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-emphasis,.hljs-section,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string,.hljs-subst,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#a6e22e}.hljs-class .hljs-title,.hljs-title.class_{color:#fff}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#75715e}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-section,.hljs-selector-id,.hljs-selector-tag,.hljs-title,.hljs-type{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/monokai.min.css b/node_modules/highlight.js/styles/monokai.min.css
deleted file mode 100644
index d289f63..0000000
--- a/node_modules/highlight.js/styles/monokai.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#272822;color:#ddd}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-number,.hljs-selector-tag,.hljs-strong,.hljs-tag{color:#f92672}.hljs-code{color:#66d9ef}.hljs-attr,.hljs-attribute,.hljs-link,.hljs-regexp,.hljs-symbol{color:#bf79db}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-emphasis,.hljs-section,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-string,.hljs-subst,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#a6e22e}.hljs-class .hljs-title,.hljs-title.class_{color:#fff}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#75715e}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-section,.hljs-selector-id,.hljs-selector-tag,.hljs-title,.hljs-type{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/night-owl.css b/node_modules/highlight.js/styles/night-owl.css
index 3cad0eb..ed94590 100644
--- a/node_modules/highlight.js/styles/night-owl.css
+++ b/node_modules/highlight.js/styles/night-owl.css
@@ -1,174 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Night Owl for highlight.js (c) Carl Baxter
-
-An adaptation of Sarah Drasner's Night Owl VS Code Theme
-https://github.com/sdras/night-owl-vscode-theme
-
-Copyright (c) 2018 Sarah Drasner
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-*/
-.hljs {
- background: #011627;
- color: #d6deeb
-}
-/* General Purpose */
-.hljs-keyword {
- color: #c792ea;
- font-style: italic
-}
-.hljs-built_in {
- color: #addb67;
- font-style: italic
-}
-.hljs-type {
- color: #82aaff
-}
-.hljs-literal {
- color: #ff5874
-}
-.hljs-number {
- color: #F78C6C
-}
-.hljs-regexp {
- color: #5ca7e4
-}
-.hljs-string {
- color: #ecc48d
-}
-.hljs-subst {
- color: #d3423e
-}
-.hljs-symbol {
- color: #82aaff
-}
-.hljs-class {
- color: #ffcb8b
-}
-.hljs-function {
- color: #82AAFF
-}
-.hljs-title {
- color: #DCDCAA;
- font-style: italic
-}
-.hljs-params {
- color: #7fdbca
-}
-/* Meta */
-.hljs-comment {
- color: #637777;
- font-style: italic
-}
-.hljs-doctag {
- color: #7fdbca
-}
-.hljs-meta {
- color: #82aaff
-}
-.hljs-meta .hljs-keyword {
- color: #82aaff
-}
-.hljs-meta .hljs-string {
- color: #ecc48d
-}
-/* Tags, attributes, config */
-.hljs-section {
- color: #82b1ff
-}
-.hljs-tag,
-.hljs-name {
- color: #7fdbca
-}
-.hljs-attr {
- color: #7fdbca
-}
-.hljs-attribute {
- color: #80cbc4
-}
-.hljs-variable {
- color: #addb67
-}
-/* Markup */
-.hljs-bullet {
- color: #d9f5dd
-}
-.hljs-code {
- color: #80CBC4
-}
-.hljs-emphasis {
- color: #c792ea;
- font-style: italic
-}
-.hljs-strong {
- color: #addb67;
- font-weight: bold
-}
-.hljs-formula {
- color: #c792ea
-}
-.hljs-link {
- color: #ff869a
-}
-.hljs-quote {
- color: #697098;
- font-style: italic
-}
-/* CSS */
-.hljs-selector-tag {
- color: #ff6363
-}
-.hljs-selector-id {
- color: #fad430
-}
-.hljs-selector-class {
- color: #addb67;
- font-style: italic
-}
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #c792ea;
- font-style: italic
-}
-/* Templates */
-.hljs-template-tag {
- color: #c792ea
-}
-.hljs-template-variable {
- color: #addb67
-}
-/* diff */
-.hljs-addition {
- color: #addb67ff;
- font-style: italic
-}
-.hljs-deletion {
- color: #EF535090;
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#011627;color:#d6deeb}.hljs-keyword{color:#c792ea;font-style:italic}.hljs-built_in{color:#addb67;font-style:italic}.hljs-type{color:#82aaff}.hljs-literal{color:#ff5874}.hljs-number{color:#f78c6c}.hljs-regexp{color:#5ca7e4}.hljs-string{color:#ecc48d}.hljs-subst{color:#d3423e}.hljs-symbol{color:#82aaff}.hljs-class{color:#ffcb8b}.hljs-function{color:#82aaff}.hljs-title{color:#dcdcaa;font-style:italic}.hljs-params{color:#7fdbca}.hljs-comment{color:#637777;font-style:italic}.hljs-doctag{color:#7fdbca}.hljs-meta,.hljs-meta .hljs-keyword{color:#82aaff}.hljs-meta .hljs-string{color:#ecc48d}.hljs-section{color:#82b1ff}.hljs-attr,.hljs-name,.hljs-tag{color:#7fdbca}.hljs-attribute{color:#80cbc4}.hljs-variable{color:#addb67}.hljs-bullet{color:#d9f5dd}.hljs-code{color:#80cbc4}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-strong{color:#addb67;font-weight:700}.hljs-formula{color:#c792ea}.hljs-link{color:#ff869a}.hljs-quote{color:#697098;font-style:italic}.hljs-selector-tag{color:#ff6363}.hljs-selector-id{color:#fad430}.hljs-selector-class{color:#addb67;font-style:italic}.hljs-selector-attr,.hljs-selector-pseudo{color:#c792ea;font-style:italic}.hljs-template-tag{color:#c792ea}.hljs-template-variable{color:#addb67}.hljs-addition{color:#addb67ff;font-style:italic}.hljs-deletion{color:#ef535090;font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/night-owl.min.css b/node_modules/highlight.js/styles/night-owl.min.css
deleted file mode 100644
index ed94590..0000000
--- a/node_modules/highlight.js/styles/night-owl.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#011627;color:#d6deeb}.hljs-keyword{color:#c792ea;font-style:italic}.hljs-built_in{color:#addb67;font-style:italic}.hljs-type{color:#82aaff}.hljs-literal{color:#ff5874}.hljs-number{color:#f78c6c}.hljs-regexp{color:#5ca7e4}.hljs-string{color:#ecc48d}.hljs-subst{color:#d3423e}.hljs-symbol{color:#82aaff}.hljs-class{color:#ffcb8b}.hljs-function{color:#82aaff}.hljs-title{color:#dcdcaa;font-style:italic}.hljs-params{color:#7fdbca}.hljs-comment{color:#637777;font-style:italic}.hljs-doctag{color:#7fdbca}.hljs-meta,.hljs-meta .hljs-keyword{color:#82aaff}.hljs-meta .hljs-string{color:#ecc48d}.hljs-section{color:#82b1ff}.hljs-attr,.hljs-name,.hljs-tag{color:#7fdbca}.hljs-attribute{color:#80cbc4}.hljs-variable{color:#addb67}.hljs-bullet{color:#d9f5dd}.hljs-code{color:#80cbc4}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-strong{color:#addb67;font-weight:700}.hljs-formula{color:#c792ea}.hljs-link{color:#ff869a}.hljs-quote{color:#697098;font-style:italic}.hljs-selector-tag{color:#ff6363}.hljs-selector-id{color:#fad430}.hljs-selector-class{color:#addb67;font-style:italic}.hljs-selector-attr,.hljs-selector-pseudo{color:#c792ea;font-style:italic}.hljs-template-tag{color:#c792ea}.hljs-template-variable{color:#addb67}.hljs-addition{color:#addb67ff;font-style:italic}.hljs-deletion{color:#ef535090;font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/nnfx-dark.css b/node_modules/highlight.js/styles/nnfx-dark.css
index cbacc28..4e6403d 100644
--- a/node_modules/highlight.js/styles/nnfx-dark.css
+++ b/node_modules/highlight.js/styles/nnfx-dark.css
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: nnfx dark
Description: a theme inspired by Netscape Navigator/Firefox
Author: (c) 2020-2021 Jim Mason
@@ -15,90 +7,4 @@ code.hljs {
Updated: 2021-05-17
@version 1.1.0
-*/
-.hljs {
- background: #333;
- color: #fff
-}
-.language-xml .hljs-meta,
-.language-xml .hljs-meta-string {
- font-weight: bold;
- font-style: italic;
- color: #69f
-}
-.hljs-comment,
-.hljs-quote {
- font-style: italic;
- color: #9c6
-}
-.hljs-name,
-.hljs-keyword,
-.hljs-built_in {
- color: #a7a
-}
-.hljs-name,
-.hljs-attr {
- font-weight: bold
-}
-.hljs-string {
- font-weight: normal
-}
-.hljs-code,
-.hljs-string,
-.hljs-meta .hljs-string,
-.hljs-number,
-.hljs-regexp,
-.hljs-link {
- color: #bce
-}
-.hljs-title,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable {
- color: #d40
-}
-.hljs-title.class_,
-.hljs-class .hljs-title,
-.hljs-type {
- font-weight: bold;
- color: #96c
-}
-.hljs-title.function_,
-.hljs-function .hljs-title,
-.hljs-attr,
-.hljs-subst,
-.hljs-tag {
- color: #fff
-}
-.hljs-formula {
- background-color: #eee;
- font-style: italic
-}
-.hljs-addition {
- background-color: #797
-}
-.hljs-deletion {
- background-color: #c99
-}
-.hljs-meta {
- color: #69f
-}
-.hljs-section,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-selector-pseudo,
-.hljs-selector-tag {
- font-weight: bold;
- color: #69f
-}
-.hljs-selector-pseudo {
- font-style: italic
-}
-.hljs-doctag,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+*/.hljs{background:#333;color:#fff}.language-xml .hljs-meta,.language-xml .hljs-meta-string{font-weight:700;font-style:italic;color:#69f}.hljs-comment,.hljs-quote{font-style:italic;color:#9c6}.hljs-built_in,.hljs-keyword,.hljs-name{color:#a7a}.hljs-attr,.hljs-name{font-weight:700}.hljs-string{font-weight:400}.hljs-code,.hljs-link,.hljs-meta .hljs-string,.hljs-number,.hljs-regexp,.hljs-string{color:#bce}.hljs-bullet,.hljs-symbol,.hljs-template-variable,.hljs-title,.hljs-variable{color:#d40}.hljs-class .hljs-title,.hljs-title.class_,.hljs-type{font-weight:700;color:#96c}.hljs-attr,.hljs-function .hljs-title,.hljs-subst,.hljs-tag,.hljs-title.function_{color:#fff}.hljs-formula{background-color:#eee;font-style:italic}.hljs-addition{background-color:#797}.hljs-deletion{background-color:#c99}.hljs-meta{color:#69f}.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{font-weight:700;color:#69f}.hljs-selector-pseudo{font-style:italic}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/nnfx-dark.min.css b/node_modules/highlight.js/styles/nnfx-dark.min.css
deleted file mode 100644
index 4e6403d..0000000
--- a/node_modules/highlight.js/styles/nnfx-dark.min.css
+++ /dev/null
@@ -1,10 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: nnfx dark
- Description: a theme inspired by Netscape Navigator/Firefox
- Author: (c) 2020-2021 Jim Mason
- Maintainer: @RocketMan
- License: https://creativecommons.org/licenses/by-sa/4.0 CC BY-SA 4.0
- Updated: 2021-05-17
-
- @version 1.1.0
-*/.hljs{background:#333;color:#fff}.language-xml .hljs-meta,.language-xml .hljs-meta-string{font-weight:700;font-style:italic;color:#69f}.hljs-comment,.hljs-quote{font-style:italic;color:#9c6}.hljs-built_in,.hljs-keyword,.hljs-name{color:#a7a}.hljs-attr,.hljs-name{font-weight:700}.hljs-string{font-weight:400}.hljs-code,.hljs-link,.hljs-meta .hljs-string,.hljs-number,.hljs-regexp,.hljs-string{color:#bce}.hljs-bullet,.hljs-symbol,.hljs-template-variable,.hljs-title,.hljs-variable{color:#d40}.hljs-class .hljs-title,.hljs-title.class_,.hljs-type{font-weight:700;color:#96c}.hljs-attr,.hljs-function .hljs-title,.hljs-subst,.hljs-tag,.hljs-title.function_{color:#fff}.hljs-formula{background-color:#eee;font-style:italic}.hljs-addition{background-color:#797}.hljs-deletion{background-color:#c99}.hljs-meta{color:#69f}.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{font-weight:700;color:#69f}.hljs-selector-pseudo{font-style:italic}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/nnfx-light.css b/node_modules/highlight.js/styles/nnfx-light.css
index 87a04c6..469223a 100644
--- a/node_modules/highlight.js/styles/nnfx-light.css
+++ b/node_modules/highlight.js/styles/nnfx-light.css
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: nnfx light
Description: a theme inspired by Netscape Navigator/Firefox
Author: (c) 2020-2021 Jim Mason
@@ -15,90 +7,4 @@ code.hljs {
Updated: 2021-05-17
@version 1.1.0
-*/
-.hljs {
- background: #fff;
- color: #000
-}
-.language-xml .hljs-meta,
-.language-xml .hljs-meta-string {
- font-weight: bold;
- font-style: italic;
- color: #48b
-}
-.hljs-comment,
-.hljs-quote {
- font-style: italic;
- color: #070
-}
-.hljs-name,
-.hljs-keyword,
-.hljs-built_in {
- color: #808
-}
-.hljs-name,
-.hljs-attr {
- font-weight: bold
-}
-.hljs-string {
- font-weight: normal
-}
-.hljs-code,
-.hljs-string,
-.hljs-meta .hljs-string,
-.hljs-number,
-.hljs-regexp,
-.hljs-link {
- color: #00f
-}
-.hljs-title,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-variable,
-.hljs-template-variable {
- color: #f40
-}
-.hljs-title.class_,
-.hljs-class .hljs-title,
-.hljs-type {
- font-weight: bold;
- color: #639
-}
-.hljs-title.function_,
-.hljs-function .hljs-title,
-.hljs-attr,
-.hljs-subst,
-.hljs-tag {
- color: #000
-}
-.hljs-formula {
- background-color: #eee;
- font-style: italic
-}
-.hljs-addition {
- background-color: #beb
-}
-.hljs-deletion {
- background-color: #fbb
-}
-.hljs-meta {
- color: #269
-}
-.hljs-section,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-selector-pseudo,
-.hljs-selector-tag {
- font-weight: bold;
- color: #48b
-}
-.hljs-selector-pseudo {
- font-style: italic
-}
-.hljs-doctag,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+*/.hljs{background:#fff;color:#000}.language-xml .hljs-meta,.language-xml .hljs-meta-string{font-weight:700;font-style:italic;color:#48b}.hljs-comment,.hljs-quote{font-style:italic;color:#070}.hljs-built_in,.hljs-keyword,.hljs-name{color:#808}.hljs-attr,.hljs-name{font-weight:700}.hljs-string{font-weight:400}.hljs-code,.hljs-link,.hljs-meta .hljs-string,.hljs-number,.hljs-regexp,.hljs-string{color:#00f}.hljs-bullet,.hljs-symbol,.hljs-template-variable,.hljs-title,.hljs-variable{color:#f40}.hljs-class .hljs-title,.hljs-title.class_,.hljs-type{font-weight:700;color:#639}.hljs-attr,.hljs-function .hljs-title,.hljs-subst,.hljs-tag,.hljs-title.function_{color:#000}.hljs-formula{background-color:#eee;font-style:italic}.hljs-addition{background-color:#beb}.hljs-deletion{background-color:#fbb}.hljs-meta{color:#269}.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{font-weight:700;color:#48b}.hljs-selector-pseudo{font-style:italic}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/nnfx-light.min.css b/node_modules/highlight.js/styles/nnfx-light.min.css
deleted file mode 100644
index 469223a..0000000
--- a/node_modules/highlight.js/styles/nnfx-light.min.css
+++ /dev/null
@@ -1,10 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: nnfx light
- Description: a theme inspired by Netscape Navigator/Firefox
- Author: (c) 2020-2021 Jim Mason
- Maintainer: @RocketMan
- License: https://creativecommons.org/licenses/by-sa/4.0 CC BY-SA 4.0
- Updated: 2021-05-17
-
- @version 1.1.0
-*/.hljs{background:#fff;color:#000}.language-xml .hljs-meta,.language-xml .hljs-meta-string{font-weight:700;font-style:italic;color:#48b}.hljs-comment,.hljs-quote{font-style:italic;color:#070}.hljs-built_in,.hljs-keyword,.hljs-name{color:#808}.hljs-attr,.hljs-name{font-weight:700}.hljs-string{font-weight:400}.hljs-code,.hljs-link,.hljs-meta .hljs-string,.hljs-number,.hljs-regexp,.hljs-string{color:#00f}.hljs-bullet,.hljs-symbol,.hljs-template-variable,.hljs-title,.hljs-variable{color:#f40}.hljs-class .hljs-title,.hljs-title.class_,.hljs-type{font-weight:700;color:#639}.hljs-attr,.hljs-function .hljs-title,.hljs-subst,.hljs-tag,.hljs-title.function_{color:#000}.hljs-formula{background-color:#eee;font-style:italic}.hljs-addition{background-color:#beb}.hljs-deletion{background-color:#fbb}.hljs-meta{color:#269}.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{font-weight:700;color:#48b}.hljs-selector-pseudo{font-style:italic}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/nord.css b/node_modules/highlight.js/styles/nord.css
index 2e849af..efbb0c1 100644
--- a/node_modules/highlight.js/styles/nord.css
+++ b/node_modules/highlight.js/styles/nord.css
@@ -1,275 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- * Copyright (c) 2017-present Arctic Ice Studio
- * Copyright (c) 2017-present Sven Greb
- *
- * Project: Nord highlight.js
- * Version: 0.1.0
- * Repository: https://github.com/arcticicestudio/nord-highlightjs
- * License: MIT
- * References:
- * https://github.com/arcticicestudio/nord
- */
-/*
-
-Polar Night
-
-#2E3440
-#3B4252
-#434C5E
-#4C566A
-
-Snow Storm
-
-#D8DEE9
-#E5E9F0
-#ECEFF4
-
-Frost
-
-#8FBCBB
-#88C0D0
-#81A1C1
-#5E81AC
-
-Aurora
-
-#BF616A
-#D08770
-#EBCB8B
-#A3BE8C
-#B48EAD
-
-*/
-.hljs {
- background: #2E3440
-}
-.hljs,
-.hljs-subst {
- color: #D8DEE9
-}
-.hljs-selector-tag {
- color: #81A1C1
-}
-.hljs-selector-id {
- color: #8FBCBB;
- font-weight: bold
-}
-.hljs-selector-class {
- color: #8FBCBB
-}
-.hljs-selector-attr {
- color: #8FBCBB
-}
-.hljs-property {
- color: #88C0D0
-}
-.hljs-selector-pseudo {
- color: #88C0D0
-}
-.hljs-addition {
- background-color: rgba(163, 190, 140, 0.5)
-}
-.hljs-deletion {
- background-color: rgba(191, 97, 106, 0.5)
-}
-.hljs-built_in,
-.hljs-type {
- color: #8FBCBB
-}
-.hljs-class {
- color: #8FBCBB
-}
-.hljs-function {
- color: #88C0D0
-}
-.hljs-title.hljs-function,
-.hljs-function > .hljs-title {
- color: #88C0D0
-}
-.hljs-keyword,
-.hljs-literal,
-.hljs-symbol {
- color: #81A1C1
-}
-.hljs-number {
- color: #B48EAD
-}
-.hljs-regexp {
- color: #EBCB8B
-}
-.hljs-string {
- color: #A3BE8C
-}
-.hljs-title {
- color: #8FBCBB
-}
-.hljs-params {
- color: #D8DEE9
-}
-.hljs-bullet {
- color: #81A1C1
-}
-.hljs-code {
- color: #8FBCBB
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-formula {
- color: #8FBCBB
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link:hover {
- text-decoration: underline
-}
-.hljs-quote {
- color: #4C566A
-}
-.hljs-comment {
- color: #4C566A
-}
-.hljs-doctag {
- color: #8FBCBB
-}
-.hljs-meta,
-.hljs-meta .hljs-keyword {
- color: #5E81AC
-}
-.hljs-meta .hljs-string {
- color: #A3BE8C
-}
-.hljs-attr {
- color: #8FBCBB
-}
-.hljs-attribute {
- color: #D8DEE9
-}
-.hljs-name {
- color: #81A1C1
-}
-.hljs-section {
- color: #88C0D0
-}
-.hljs-tag {
- color: #81A1C1
-}
-.hljs-variable {
- color: #D8DEE9
-}
-.hljs-template-variable {
- color: #D8DEE9
-}
-.hljs-template-tag {
- color: #5E81AC
-}
-/* per language customizations */
-.language-abnf .hljs-attribute {
- color: #88C0D0
-}
-.language-abnf .hljs-symbol {
- color: #EBCB8B
-}
-.language-apache .hljs-attribute {
- color: #88C0D0
-}
-.language-apache .hljs-section {
- color: #81A1C1
-}
-.language-arduino .hljs-built_in {
- color: #88C0D0
-}
-.language-aspectj .hljs-meta {
- color: #D08770
-}
-.language-aspectj > .hljs-title {
- color: #88C0D0
-}
-.language-bnf .hljs-attribute {
- color: #8FBCBB
-}
-.language-clojure .hljs-name {
- color: #88C0D0
-}
-.language-clojure .hljs-symbol {
- color: #EBCB8B
-}
-.language-coq .hljs-built_in {
- color: #88C0D0
-}
-.language-cpp .hljs-meta .hljs-string {
- color: #8FBCBB
-}
-.language-css .hljs-built_in {
- color: #88C0D0
-}
-.language-css .hljs-keyword {
- color: #D08770
-}
-.language-diff .hljs-meta {
- color: #8FBCBB
-}
-.language-ebnf .hljs-attribute {
- color: #8FBCBB
-}
-.language-glsl .hljs-built_in {
- color: #88C0D0
-}
-.language-groovy .hljs-meta:not(:first-child) {
- color: #D08770
-}
-.language-haxe .hljs-meta {
- color: #D08770
-}
-.language-java .hljs-meta {
- color: #D08770
-}
-.language-ldif .hljs-attribute {
- color: #8FBCBB
-}
-.language-lisp .hljs-name {
- color: #88C0D0
-}
-.language-lua .hljs-built_in {
- color: #88C0D0
-}
-.language-moonscript .hljs-built_in {
- color: #88C0D0
-}
-.language-nginx .hljs-attribute {
- color: #88C0D0
-}
-.language-nginx .hljs-section {
- color: #5E81AC
-}
-.language-pf .hljs-built_in {
- color: #88C0D0
-}
-.language-processing .hljs-built_in {
- color: #88C0D0
-}
-.language-scss .hljs-keyword {
- color: #81A1C1
-}
-.language-stylus .hljs-keyword {
- color: #81A1C1
-}
-.language-swift .hljs-meta {
- color: #D08770
-}
-.language-vim .hljs-built_in {
- color: #88C0D0;
- font-style: italic
-}
-.language-yaml .hljs-meta {
- color: #D08770
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2e3440}.hljs,.hljs-subst{color:#d8dee9}.hljs-selector-tag{color:#81a1c1}.hljs-selector-id{color:#8fbcbb;font-weight:700}.hljs-selector-attr,.hljs-selector-class{color:#8fbcbb}.hljs-property,.hljs-selector-pseudo{color:#88c0d0}.hljs-addition{background-color:rgba(163,190,140,.5)}.hljs-deletion{background-color:rgba(191,97,106,.5)}.hljs-built_in,.hljs-class,.hljs-type{color:#8fbcbb}.hljs-function,.hljs-function>.hljs-title,.hljs-title.hljs-function{color:#88c0d0}.hljs-keyword,.hljs-literal,.hljs-symbol{color:#81a1c1}.hljs-number{color:#b48ead}.hljs-regexp{color:#ebcb8b}.hljs-string{color:#a3be8c}.hljs-title{color:#8fbcbb}.hljs-params{color:#d8dee9}.hljs-bullet{color:#81a1c1}.hljs-code{color:#8fbcbb}.hljs-emphasis{font-style:italic}.hljs-formula{color:#8fbcbb}.hljs-strong{font-weight:700}.hljs-link:hover{text-decoration:underline}.hljs-comment,.hljs-quote{color:#4c566a}.hljs-doctag{color:#8fbcbb}.hljs-meta,.hljs-meta .hljs-keyword{color:#5e81ac}.hljs-meta .hljs-string{color:#a3be8c}.hljs-attr{color:#8fbcbb}.hljs-attribute{color:#d8dee9}.hljs-name{color:#81a1c1}.hljs-section{color:#88c0d0}.hljs-tag{color:#81a1c1}.hljs-template-variable,.hljs-variable{color:#d8dee9}.hljs-template-tag{color:#5e81ac}.language-abnf .hljs-attribute{color:#88c0d0}.language-abnf .hljs-symbol{color:#ebcb8b}.language-apache .hljs-attribute{color:#88c0d0}.language-apache .hljs-section{color:#81a1c1}.language-arduino .hljs-built_in{color:#88c0d0}.language-aspectj .hljs-meta{color:#d08770}.language-aspectj>.hljs-title{color:#88c0d0}.language-bnf .hljs-attribute{color:#8fbcbb}.language-clojure .hljs-name{color:#88c0d0}.language-clojure .hljs-symbol{color:#ebcb8b}.language-coq .hljs-built_in{color:#88c0d0}.language-cpp .hljs-meta .hljs-string{color:#8fbcbb}.language-css .hljs-built_in{color:#88c0d0}.language-css .hljs-keyword{color:#d08770}.language-diff .hljs-meta,.language-ebnf .hljs-attribute{color:#8fbcbb}.language-glsl .hljs-built_in{color:#88c0d0}.language-groovy .hljs-meta:not(:first-child),.language-haxe .hljs-meta,.language-java .hljs-meta{color:#d08770}.language-ldif .hljs-attribute{color:#8fbcbb}.language-lisp .hljs-name,.language-lua .hljs-built_in,.language-moonscript .hljs-built_in,.language-nginx .hljs-attribute{color:#88c0d0}.language-nginx .hljs-section{color:#5e81ac}.language-pf .hljs-built_in,.language-processing .hljs-built_in{color:#88c0d0}.language-scss .hljs-keyword,.language-stylus .hljs-keyword{color:#81a1c1}.language-swift .hljs-meta{color:#d08770}.language-vim .hljs-built_in{color:#88c0d0;font-style:italic}.language-yaml .hljs-meta{color:#d08770}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/nord.min.css b/node_modules/highlight.js/styles/nord.min.css
deleted file mode 100644
index efbb0c1..0000000
--- a/node_modules/highlight.js/styles/nord.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2e3440}.hljs,.hljs-subst{color:#d8dee9}.hljs-selector-tag{color:#81a1c1}.hljs-selector-id{color:#8fbcbb;font-weight:700}.hljs-selector-attr,.hljs-selector-class{color:#8fbcbb}.hljs-property,.hljs-selector-pseudo{color:#88c0d0}.hljs-addition{background-color:rgba(163,190,140,.5)}.hljs-deletion{background-color:rgba(191,97,106,.5)}.hljs-built_in,.hljs-class,.hljs-type{color:#8fbcbb}.hljs-function,.hljs-function>.hljs-title,.hljs-title.hljs-function{color:#88c0d0}.hljs-keyword,.hljs-literal,.hljs-symbol{color:#81a1c1}.hljs-number{color:#b48ead}.hljs-regexp{color:#ebcb8b}.hljs-string{color:#a3be8c}.hljs-title{color:#8fbcbb}.hljs-params{color:#d8dee9}.hljs-bullet{color:#81a1c1}.hljs-code{color:#8fbcbb}.hljs-emphasis{font-style:italic}.hljs-formula{color:#8fbcbb}.hljs-strong{font-weight:700}.hljs-link:hover{text-decoration:underline}.hljs-comment,.hljs-quote{color:#4c566a}.hljs-doctag{color:#8fbcbb}.hljs-meta,.hljs-meta .hljs-keyword{color:#5e81ac}.hljs-meta .hljs-string{color:#a3be8c}.hljs-attr{color:#8fbcbb}.hljs-attribute{color:#d8dee9}.hljs-name{color:#81a1c1}.hljs-section{color:#88c0d0}.hljs-tag{color:#81a1c1}.hljs-template-variable,.hljs-variable{color:#d8dee9}.hljs-template-tag{color:#5e81ac}.language-abnf .hljs-attribute{color:#88c0d0}.language-abnf .hljs-symbol{color:#ebcb8b}.language-apache .hljs-attribute{color:#88c0d0}.language-apache .hljs-section{color:#81a1c1}.language-arduino .hljs-built_in{color:#88c0d0}.language-aspectj .hljs-meta{color:#d08770}.language-aspectj>.hljs-title{color:#88c0d0}.language-bnf .hljs-attribute{color:#8fbcbb}.language-clojure .hljs-name{color:#88c0d0}.language-clojure .hljs-symbol{color:#ebcb8b}.language-coq .hljs-built_in{color:#88c0d0}.language-cpp .hljs-meta .hljs-string{color:#8fbcbb}.language-css .hljs-built_in{color:#88c0d0}.language-css .hljs-keyword{color:#d08770}.language-diff .hljs-meta,.language-ebnf .hljs-attribute{color:#8fbcbb}.language-glsl .hljs-built_in{color:#88c0d0}.language-groovy .hljs-meta:not(:first-child),.language-haxe .hljs-meta,.language-java .hljs-meta{color:#d08770}.language-ldif .hljs-attribute{color:#8fbcbb}.language-lisp .hljs-name,.language-lua .hljs-built_in,.language-moonscript .hljs-built_in,.language-nginx .hljs-attribute{color:#88c0d0}.language-nginx .hljs-section{color:#5e81ac}.language-pf .hljs-built_in,.language-processing .hljs-built_in{color:#88c0d0}.language-scss .hljs-keyword,.language-stylus .hljs-keyword{color:#81a1c1}.language-swift .hljs-meta{color:#d08770}.language-vim .hljs-built_in{color:#88c0d0;font-style:italic}.language-yaml .hljs-meta{color:#d08770}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/obsidian.css b/node_modules/highlight.js/styles/obsidian.css
index df7af1d..c2a0786 100644
--- a/node_modules/highlight.js/styles/obsidian.css
+++ b/node_modules/highlight.js/styles/obsidian.css
@@ -1,79 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/**
- * Obsidian style
- * ported by Alexander Marenin (http://github.com/ioncreature)
- */
-.hljs {
- color: #e0e2e4;
- background: #282b2e
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-selector-id {
- color: #93c763
-}
-.hljs-number {
- color: #ffcd22
-}
-.hljs-attribute {
- color: #668bb0
-}
-.hljs-regexp,
-.hljs-link {
- color: #d39745
-}
-.hljs-meta {
- color: #557182
-}
-.hljs-tag,
-.hljs-name,
-.hljs-bullet,
-.hljs-subst,
-.hljs-emphasis,
-.hljs-type,
-.hljs-built_in,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable {
- color: #8cbbad
-}
-.hljs-string,
-.hljs-symbol {
- color: #ec7600
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-deletion {
- color: #818e96
-}
-.hljs-selector-class {
- color: #A082BD
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-doctag,
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-code,
-.hljs-title.class_,
-.hljs-class .hljs-title,
-.hljs-section {
- color: white
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0e2e4;background:#282b2e}.hljs-keyword,.hljs-literal,.hljs-selector-id,.hljs-selector-tag{color:#93c763}.hljs-number{color:#ffcd22}.hljs-attribute{color:#668bb0}.hljs-link,.hljs-regexp{color:#d39745}.hljs-meta{color:#557182}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-emphasis,.hljs-name,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-subst,.hljs-tag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable{color:#8cbbad}.hljs-string,.hljs-symbol{color:#ec7600}.hljs-comment,.hljs-deletion,.hljs-quote{color:#818e96}.hljs-selector-class{color:#a082bd}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-class .hljs-title,.hljs-code,.hljs-section,.hljs-title.class_{color:#fff}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/obsidian.min.css b/node_modules/highlight.js/styles/obsidian.min.css
deleted file mode 100644
index c2a0786..0000000
--- a/node_modules/highlight.js/styles/obsidian.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e0e2e4;background:#282b2e}.hljs-keyword,.hljs-literal,.hljs-selector-id,.hljs-selector-tag{color:#93c763}.hljs-number{color:#ffcd22}.hljs-attribute{color:#668bb0}.hljs-link,.hljs-regexp{color:#d39745}.hljs-meta{color:#557182}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-emphasis,.hljs-name,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-subst,.hljs-tag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable{color:#8cbbad}.hljs-string,.hljs-symbol{color:#ec7600}.hljs-comment,.hljs-deletion,.hljs-quote{color:#818e96}.hljs-selector-class{color:#a082bd}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-class .hljs-title,.hljs-code,.hljs-section,.hljs-title.class_{color:#fff}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/panda-syntax-dark.css b/node_modules/highlight.js/styles/panda-syntax-dark.css
index 9a0695d..55e26c6 100644
--- a/node_modules/highlight.js/styles/panda-syntax-dark.css
+++ b/node_modules/highlight.js/styles/panda-syntax-dark.css
@@ -1,92 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/**
- * Panda Syntax Theme for Highlight.js
- * Based on: https://github.com/tinkertrain/panda-syntax-vscode
- * Author: Annmarie Switzer
- */
-.hljs {
- color: #e6e6e6;
- background: #2a2c2d
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
-.hljs-comment,
-.hljs-quote {
- color: #bbbbbb;
- font-style: italic
-}
-.hljs-params {
- color: #bbbbbb
-}
-.hljs-punctuation,
-.hljs-attr {
- color: #e6e6e6
-}
-.hljs-selector-tag,
-.hljs-name,
-.hljs-meta {
- color: #ff4b82
-}
-.hljs-operator,
-.hljs-char.escape_ {
- color: #b084eb
-}
-.hljs-keyword,
-.hljs-deletion {
- color: #ff75b5
-}
-.hljs-regexp,
-.hljs-selector-pseudo,
-.hljs-selector-attr,
-.hljs-variable.language_ {
- color: #ff9ac1
-}
-.hljs-subst,
-.hljs-property,
-.hljs-code,
-.hljs-formula,
-.hljs-section,
-.hljs-title.function_ {
- color: #45a9f9
-}
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition,
-.hljs-selector-class,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-meta .hljs-string {
- color: #19f9d8
-}
-.hljs-variable,
-.hljs-template-variable,
-.hljs-number,
-.hljs-literal,
-.hljs-type,
-.hljs-link,
-.hljs-built_in,
-.hljs-title,
-.hljs-selector-id,
-.hljs-tag,
-.hljs-doctag,
-.hljs-attribute,
-.hljs-template-tag,
-.hljs-meta .hljs-keyword,
-.hljs-punctuation {
- color: #ffb86c
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e6e6e6;background:#2a2c2d}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.hljs-comment,.hljs-quote{color:#bbb;font-style:italic}.hljs-params{color:#bbb}.hljs-attr,.hljs-punctuation{color:#e6e6e6}.hljs-meta,.hljs-name,.hljs-selector-tag{color:#ff4b82}.hljs-char.escape_,.hljs-operator{color:#b084eb}.hljs-deletion,.hljs-keyword{color:#ff75b5}.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-variable.language_{color:#ff9ac1}.hljs-code,.hljs-formula,.hljs-property,.hljs-section,.hljs-subst,.hljs-title.function_{color:#45a9f9}.hljs-addition,.hljs-bullet,.hljs-meta .hljs-string,.hljs-selector-class,.hljs-string,.hljs-symbol,.hljs-title.class_,.hljs-title.class_.inherited__{color:#19f9d8}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-link,.hljs-literal,.hljs-meta .hljs-keyword,.hljs-number,.hljs-punctuation,.hljs-selector-id,.hljs-tag,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#ffb86c}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/panda-syntax-dark.min.css b/node_modules/highlight.js/styles/panda-syntax-dark.min.css
deleted file mode 100644
index 55e26c6..0000000
--- a/node_modules/highlight.js/styles/panda-syntax-dark.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#e6e6e6;background:#2a2c2d}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.hljs-comment,.hljs-quote{color:#bbb;font-style:italic}.hljs-params{color:#bbb}.hljs-attr,.hljs-punctuation{color:#e6e6e6}.hljs-meta,.hljs-name,.hljs-selector-tag{color:#ff4b82}.hljs-char.escape_,.hljs-operator{color:#b084eb}.hljs-deletion,.hljs-keyword{color:#ff75b5}.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-variable.language_{color:#ff9ac1}.hljs-code,.hljs-formula,.hljs-property,.hljs-section,.hljs-subst,.hljs-title.function_{color:#45a9f9}.hljs-addition,.hljs-bullet,.hljs-meta .hljs-string,.hljs-selector-class,.hljs-string,.hljs-symbol,.hljs-title.class_,.hljs-title.class_.inherited__{color:#19f9d8}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-link,.hljs-literal,.hljs-meta .hljs-keyword,.hljs-number,.hljs-punctuation,.hljs-selector-id,.hljs-tag,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#ffb86c}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/panda-syntax-light.css b/node_modules/highlight.js/styles/panda-syntax-light.css
index 4bb4024..6710dbd 100644
--- a/node_modules/highlight.js/styles/panda-syntax-light.css
+++ b/node_modules/highlight.js/styles/panda-syntax-light.css
@@ -1,89 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/**
- * Panda Syntax Theme for Highlight.js
- * Based on: https://github.com/tinkertrain/panda-syntax-vscode
- * Author: Annmarie Switzer
- */
-.hljs {
- color: #2a2c2d;
- background: #e6e6e6
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-link {
- text-decoration: underline
-}
-.hljs-comment,
-.hljs-quote {
- color: #676B79;
- font-style: italic
-}
-.hljs-params {
- color: #676B79
-}
-.hljs-punctuation,
-.hljs-attr {
- color: #2a2c2d
-}
-.hljs-selector-tag,
-.hljs-name,
-.hljs-meta,
-.hljs-operator,
-.hljs-char.escape_ {
- color: #c56200
-}
-.hljs-keyword,
-.hljs-deletion {
- color: #d92792
-}
-.hljs-regexp,
-.hljs-selector-pseudo,
-.hljs-selector-attr,
-.hljs-variable.language_ {
- color: #cc5e91
-}
-.hljs-subst,
-.hljs-property,
-.hljs-code,
-.hljs-formula,
-.hljs-section,
-.hljs-title.function_ {
- color: #3787c7
-}
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition,
-.hljs-selector-class,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-meta .hljs-string {
- color: #0d7d6c
-}
-.hljs-variable,
-.hljs-template-variable,
-.hljs-number,
-.hljs-literal,
-.hljs-type,
-.hljs-link,
-.hljs-built_in,
-.hljs-title,
-.hljs-selector-id,
-.hljs-tag,
-.hljs-doctag,
-.hljs-attribute,
-.hljs-template-tag,
-.hljs-meta .hljs-keyword {
- color: #7641bb
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#2a2c2d;background:#e6e6e6}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.hljs-comment,.hljs-quote{color:#676b79;font-style:italic}.hljs-params{color:#676b79}.hljs-attr,.hljs-punctuation{color:#2a2c2d}.hljs-char.escape_,.hljs-meta,.hljs-name,.hljs-operator,.hljs-selector-tag{color:#c56200}.hljs-deletion,.hljs-keyword{color:#d92792}.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-variable.language_{color:#cc5e91}.hljs-code,.hljs-formula,.hljs-property,.hljs-section,.hljs-subst,.hljs-title.function_{color:#3787c7}.hljs-addition,.hljs-bullet,.hljs-meta .hljs-string,.hljs-selector-class,.hljs-string,.hljs-symbol,.hljs-title.class_,.hljs-title.class_.inherited__{color:#0d7d6c}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-link,.hljs-literal,.hljs-meta .hljs-keyword,.hljs-number,.hljs-selector-id,.hljs-tag,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#7641bb}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/panda-syntax-light.min.css b/node_modules/highlight.js/styles/panda-syntax-light.min.css
deleted file mode 100644
index 6710dbd..0000000
--- a/node_modules/highlight.js/styles/panda-syntax-light.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#2a2c2d;background:#e6e6e6}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.hljs-comment,.hljs-quote{color:#676b79;font-style:italic}.hljs-params{color:#676b79}.hljs-attr,.hljs-punctuation{color:#2a2c2d}.hljs-char.escape_,.hljs-meta,.hljs-name,.hljs-operator,.hljs-selector-tag{color:#c56200}.hljs-deletion,.hljs-keyword{color:#d92792}.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-variable.language_{color:#cc5e91}.hljs-code,.hljs-formula,.hljs-property,.hljs-section,.hljs-subst,.hljs-title.function_{color:#3787c7}.hljs-addition,.hljs-bullet,.hljs-meta .hljs-string,.hljs-selector-class,.hljs-string,.hljs-symbol,.hljs-title.class_,.hljs-title.class_.inherited__{color:#0d7d6c}.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-link,.hljs-literal,.hljs-meta .hljs-keyword,.hljs-number,.hljs-selector-id,.hljs-tag,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#7641bb}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/paraiso-dark.css b/node_modules/highlight.js/styles/paraiso-dark.css
index e375a88..d51dd18 100644
--- a/node_modules/highlight.js/styles/paraiso-dark.css
+++ b/node_modules/highlight.js/styles/paraiso-dark.css
@@ -1,67 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Paraíso (dark)
- Created by Jan T. Sott (http://github.com/idleberg)
- Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
-*/
-.hljs {
- background: #2f1e2e;
- color: #a39e9b
-}
-/* Paraíso Comment */
-.hljs-comment,
-.hljs-quote {
- color: #8d8687
-}
-/* Paraíso Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-link,
-.hljs-meta {
- color: #ef6155
-}
-/* Paraíso Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-deletion {
- color: #f99b15
-}
-/* Paraíso Yellow */
-.hljs-title,
-.hljs-section,
-.hljs-attribute {
- color: #fec418
-}
-/* Paraíso Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #48b685
-}
-/* Paraíso Purple */
-.hljs-keyword,
-.hljs-selector-tag {
- color: #815ba4
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2f1e2e;color:#a39e9b}.hljs-comment,.hljs-quote{color:#8d8687}.hljs-link,.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ef6155}.hljs-built_in,.hljs-deletion,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f99b15}.hljs-attribute,.hljs-section,.hljs-title{color:#fec418}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#48b685}.hljs-keyword,.hljs-selector-tag{color:#815ba4}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/paraiso-dark.min.css b/node_modules/highlight.js/styles/paraiso-dark.min.css
deleted file mode 100644
index d51dd18..0000000
--- a/node_modules/highlight.js/styles/paraiso-dark.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2f1e2e;color:#a39e9b}.hljs-comment,.hljs-quote{color:#8d8687}.hljs-link,.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ef6155}.hljs-built_in,.hljs-deletion,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f99b15}.hljs-attribute,.hljs-section,.hljs-title{color:#fec418}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#48b685}.hljs-keyword,.hljs-selector-tag{color:#815ba4}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/paraiso-light.css b/node_modules/highlight.js/styles/paraiso-light.css
index ef527f0..3a17c3f 100644
--- a/node_modules/highlight.js/styles/paraiso-light.css
+++ b/node_modules/highlight.js/styles/paraiso-light.css
@@ -1,67 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
- Paraíso (light)
- Created by Jan T. Sott (http://github.com/idleberg)
- Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
-*/
-.hljs {
- background: #e7e9db;
- color: #4f424c
-}
-/* Paraíso Comment */
-.hljs-comment,
-.hljs-quote {
- color: #776e71
-}
-/* Paraíso Red */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-link,
-.hljs-meta {
- color: #ef6155
-}
-/* Paraíso Orange */
-.hljs-number,
-.hljs-built_in,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-deletion {
- color: #f99b15
-}
-/* Paraíso Yellow */
-.hljs-title,
-.hljs-section,
-.hljs-attribute {
- color: #fec418
-}
-/* Paraíso Green */
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #48b685
-}
-/* Paraíso Purple */
-.hljs-keyword,
-.hljs-selector-tag {
- color: #815ba4
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#e7e9db;color:#4f424c}.hljs-comment,.hljs-quote{color:#776e71}.hljs-link,.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ef6155}.hljs-built_in,.hljs-deletion,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f99b15}.hljs-attribute,.hljs-section,.hljs-title{color:#fec418}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#48b685}.hljs-keyword,.hljs-selector-tag{color:#815ba4}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/paraiso-light.min.css b/node_modules/highlight.js/styles/paraiso-light.min.css
deleted file mode 100644
index 3a17c3f..0000000
--- a/node_modules/highlight.js/styles/paraiso-light.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#e7e9db;color:#4f424c}.hljs-comment,.hljs-quote{color:#776e71}.hljs-link,.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ef6155}.hljs-built_in,.hljs-deletion,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f99b15}.hljs-attribute,.hljs-section,.hljs-title{color:#fec418}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#48b685}.hljs-keyword,.hljs-selector-tag{color:#815ba4}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/pojoaque.css b/node_modules/highlight.js/styles/pojoaque.css
index e04bf70..71345a9 100644
--- a/node_modules/highlight.js/styles/pojoaque.css
+++ b/node_modules/highlight.js/styles/pojoaque.css
@@ -1,76 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Pojoaque Style by Jason Tate
-http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
-Based on Solarized Style from http://ethanschoonover.com/solarized
-
-*/
-.hljs {
- color: #dccf8f;
- background: url(./pojoaque.jpg) repeat scroll left top #181914
-}
-.hljs-comment,
-.hljs-quote {
- color: #586e75;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-addition {
- color: #b64926
-}
-.hljs-number,
-.hljs-string,
-.hljs-doctag,
-.hljs-regexp {
- color: #468966
-}
-.hljs-title,
-.hljs-section,
-.hljs-built_in,
-.hljs-name {
- color: #ffb03b
-}
-.hljs-variable,
-.hljs-template-variable,
-.hljs-title.class_,
-.hljs-class .hljs-title,
-.hljs-type,
-.hljs-tag {
- color: #b58900
-}
-.hljs-attribute {
- color: #b89859
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-link,
-.hljs-subst,
-.hljs-meta {
- color: #cb4b16
-}
-.hljs-deletion {
- color: #dc322f
-}
-.hljs-selector-id,
-.hljs-selector-class {
- color: #d3a60c
-}
-.hljs-formula {
- background: #073642
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dccf8f;background:url(./pojoaque.jpg) left top #181914}.hljs-comment,.hljs-quote{color:#586e75;font-style:italic}.hljs-addition,.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#b64926}.hljs-doctag,.hljs-number,.hljs-regexp,.hljs-string{color:#468966}.hljs-built_in,.hljs-name,.hljs-section,.hljs-title{color:#ffb03b}.hljs-class .hljs-title,.hljs-tag,.hljs-template-variable,.hljs-title.class_,.hljs-type,.hljs-variable{color:#b58900}.hljs-attribute{color:#b89859}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-subst,.hljs-symbol{color:#cb4b16}.hljs-deletion{color:#dc322f}.hljs-selector-class,.hljs-selector-id{color:#d3a60c}.hljs-formula{background:#073642}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/pojoaque.min.css b/node_modules/highlight.js/styles/pojoaque.min.css
deleted file mode 100644
index 71345a9..0000000
--- a/node_modules/highlight.js/styles/pojoaque.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dccf8f;background:url(./pojoaque.jpg) left top #181914}.hljs-comment,.hljs-quote{color:#586e75;font-style:italic}.hljs-addition,.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#b64926}.hljs-doctag,.hljs-number,.hljs-regexp,.hljs-string{color:#468966}.hljs-built_in,.hljs-name,.hljs-section,.hljs-title{color:#ffb03b}.hljs-class .hljs-title,.hljs-tag,.hljs-template-variable,.hljs-title.class_,.hljs-type,.hljs-variable{color:#b58900}.hljs-attribute{color:#b89859}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-subst,.hljs-symbol{color:#cb4b16}.hljs-deletion{color:#dc322f}.hljs-selector-class,.hljs-selector-id{color:#d3a60c}.hljs-formula{background:#073642}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/purebasic.css b/node_modules/highlight.js/styles/purebasic.css
index 3529efd..e026c45 100644
--- a/node_modules/highlight.js/styles/purebasic.css
+++ b/node_modules/highlight.js/styles/purebasic.css
@@ -1,103 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-PureBASIC native IDE style ( version 1.0 - April 2016 )
-
-by Tristano Ajmone
-
-Public Domain
-
-NOTE_1: PureBASIC code syntax highlighting only applies the following classes:
- .hljs-comment
- .hljs-function
- .hljs-keywords
- .hljs-string
- .hljs-symbol
-
- Other classes are added here for the benefit of styling other languages with the look and feel of PureBASIC native IDE style.
- If you need to customize a stylesheet for PureBASIC only, remove all non-relevant classes -- PureBASIC-related classes are followed by
- a "--- used for PureBASIC ... ---" comment on same line.
-
-NOTE_2: Color names provided in comments were derived using "Name that Color" online tool:
- http://chir.ag/projects/name-that-color
-*/
-.hljs {
- background: #FFFFDF/* Half and Half (approx.) */
-
-}
-/* --- used for PureBASIC base color --- */
-/* --- used for PureBASIC Procedures return type --- */
-/* --- used for wrapping PureBASIC Procedures definitions --- */
-.hljs,
-.hljs-type,
-.hljs-function,
-.hljs-name,
-.hljs-number,
-.hljs-attr,
-.hljs-params,
-.hljs-subst {
- color: #000000/* Black */
-
-}
-/* --- used for PureBASIC Comments --- */
-.hljs-comment,
-.hljs-regexp,
-.hljs-section,
-.hljs-selector-pseudo,
-.hljs-addition {
- color: #00AAAA/* Persian Green (approx.) */
-
-}
-/* --- used for PureBASIC Keywords --- */
-.hljs-keyword,
-.hljs-class,
-.hljs-meta .hljs-keyword,
-.hljs-selector-class,
-.hljs-built_in {
- color: #006666;
- /* Blue Stone (approx.) */
- font-weight: bold
-}
-/* --- used for PureBASIC Procedures Names --- */
-.hljs-title,
-.hljs-tag,
-.hljs-variable,
-.hljs-code {
- color: #006666/* Blue Stone (approx.) */
-
-}
-/* --- used for PureBASIC Strings --- */
-.hljs-string,
-.hljs-selector-attr {
- color: #0080FF/* Azure Radiance (approx.) */
-
-}
-/* --- used for PureBASIC Constants --- */
-.hljs-symbol,
-.hljs-link,
-.hljs-deletion,
-.hljs-attribute {
- color: #924B72/* Cannon Pink (approx.) */
-
-}
-.hljs-meta,
-.hljs-literal,
-.hljs-selector-id {
- color: #924B72;
- /* Cannon Pink (approx.) */
- font-weight: bold
-}
-.hljs-strong,
-.hljs-name {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#ffffdf}.hljs,.hljs-attr,.hljs-function,.hljs-name,.hljs-number,.hljs-params,.hljs-subst,.hljs-type{color:#000}.hljs-addition,.hljs-comment,.hljs-regexp,.hljs-section,.hljs-selector-pseudo{color:#0aa}.hljs-built_in,.hljs-class,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-selector-class{color:#066;font-weight:700}.hljs-code,.hljs-tag,.hljs-title,.hljs-variable{color:#066}.hljs-selector-attr,.hljs-string{color:#0080ff}.hljs-attribute,.hljs-deletion,.hljs-link,.hljs-symbol{color:#924b72}.hljs-literal,.hljs-meta,.hljs-selector-id{color:#924b72;font-weight:700}.hljs-name,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/purebasic.min.css b/node_modules/highlight.js/styles/purebasic.min.css
deleted file mode 100644
index e026c45..0000000
--- a/node_modules/highlight.js/styles/purebasic.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#ffffdf}.hljs,.hljs-attr,.hljs-function,.hljs-name,.hljs-number,.hljs-params,.hljs-subst,.hljs-type{color:#000}.hljs-addition,.hljs-comment,.hljs-regexp,.hljs-section,.hljs-selector-pseudo{color:#0aa}.hljs-built_in,.hljs-class,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-selector-class{color:#066;font-weight:700}.hljs-code,.hljs-tag,.hljs-title,.hljs-variable{color:#066}.hljs-selector-attr,.hljs-string{color:#0080ff}.hljs-attribute,.hljs-deletion,.hljs-link,.hljs-symbol{color:#924b72}.hljs-literal,.hljs-meta,.hljs-selector-id{color:#924b72;font-weight:700}.hljs-name,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/qtcreator-dark.css b/node_modules/highlight.js/styles/qtcreator-dark.css
index a655384..976e519 100644
--- a/node_modules/highlight.js/styles/qtcreator-dark.css
+++ b/node_modules/highlight.js/styles/qtcreator-dark.css
@@ -1,76 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Qt Creator dark color scheme
-
-*/
-.hljs {
- color: #aaaaaa;
- background: #000000
-}
-.hljs-strong,
-.hljs-emphasis {
- color: #a8a8a2
-}
-.hljs-bullet,
-.hljs-quote,
-.hljs-number,
-.hljs-regexp,
-.hljs-literal {
- color: #ff55ff
-}
-.hljs-code
-.hljs-selector-class {
- color: #aaaaff
-}
-.hljs-emphasis,
-.hljs-stronge,
-.hljs-type {
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-function,
-.hljs-section,
-.hljs-symbol,
-.hljs-name {
- color: #ffff55
-}
-.hljs-subst,
-.hljs-tag,
-.hljs-title {
- color: #aaaaaa
-}
-.hljs-attribute {
- color: #ff5555
-}
-.hljs-variable,
-.hljs-params,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #8888ff
-}
-.hljs-string,
-.hljs-selector-id,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-type,
-.hljs-built_in,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-addition,
-.hljs-link {
- color: #ff55ff
-}
-.hljs-comment,
-.hljs-meta,
-.hljs-deletion {
- color: #55ffff
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#aaa;background:#000}.hljs-emphasis,.hljs-strong{color:#a8a8a2}.hljs-bullet,.hljs-literal,.hljs-number,.hljs-quote,.hljs-regexp{color:#f5f}.hljs-code .hljs-selector-class{color:#aaf}.hljs-emphasis,.hljs-stronge,.hljs-type{font-style:italic}.hljs-function,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-symbol{color:#ff5}.hljs-subst,.hljs-tag,.hljs-title{color:#aaa}.hljs-attribute{color:#f55}.hljs-class .hljs-title,.hljs-params,.hljs-title.class_,.hljs-variable{color:#88f}.hljs-addition,.hljs-built_in,.hljs-link,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-type{color:#f5f}.hljs-comment,.hljs-deletion,.hljs-meta{color:#5ff}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/qtcreator-dark.min.css b/node_modules/highlight.js/styles/qtcreator-dark.min.css
deleted file mode 100644
index 976e519..0000000
--- a/node_modules/highlight.js/styles/qtcreator-dark.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#aaa;background:#000}.hljs-emphasis,.hljs-strong{color:#a8a8a2}.hljs-bullet,.hljs-literal,.hljs-number,.hljs-quote,.hljs-regexp{color:#f5f}.hljs-code .hljs-selector-class{color:#aaf}.hljs-emphasis,.hljs-stronge,.hljs-type{font-style:italic}.hljs-function,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-symbol{color:#ff5}.hljs-subst,.hljs-tag,.hljs-title{color:#aaa}.hljs-attribute{color:#f55}.hljs-class .hljs-title,.hljs-params,.hljs-title.class_,.hljs-variable{color:#88f}.hljs-addition,.hljs-built_in,.hljs-link,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-type{color:#f5f}.hljs-comment,.hljs-deletion,.hljs-meta{color:#5ff}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/qtcreator-light.css b/node_modules/highlight.js/styles/qtcreator-light.css
index 327126d..7f1af8c 100644
--- a/node_modules/highlight.js/styles/qtcreator-light.css
+++ b/node_modules/highlight.js/styles/qtcreator-light.css
@@ -1,74 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Qt Creator light color scheme
-*/
-.hljs {
- color: #000000;
- background: #ffffff
-}
-.hljs-strong,
-.hljs-emphasis {
- color: #000000
-}
-.hljs-bullet,
-.hljs-quote,
-.hljs-number,
-.hljs-regexp,
-.hljs-literal {
- color: #000080
-}
-.hljs-code
-.hljs-selector-class {
- color: #800080
-}
-.hljs-emphasis,
-.hljs-stronge,
-.hljs-type {
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-function,
-.hljs-section,
-.hljs-symbol,
-.hljs-name {
- color: #808000
-}
-.hljs-subst,
-.hljs-tag,
-.hljs-title {
- color: #000000
-}
-.hljs-attribute {
- color: #800000
-}
-.hljs-variable,
-.hljs-params,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #0055AF
-}
-.hljs-string,
-.hljs-selector-id,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-type,
-.hljs-built_in,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-addition,
-.hljs-link {
- color: #008000
-}
-.hljs-comment,
-.hljs-meta,
-.hljs-deletion {
- color: #008000
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-emphasis,.hljs-strong{color:#000}.hljs-bullet,.hljs-literal,.hljs-number,.hljs-quote,.hljs-regexp{color:navy}.hljs-code .hljs-selector-class{color:purple}.hljs-emphasis,.hljs-stronge,.hljs-type{font-style:italic}.hljs-function,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-symbol{color:olive}.hljs-subst,.hljs-tag,.hljs-title{color:#000}.hljs-attribute{color:maroon}.hljs-class .hljs-title,.hljs-params,.hljs-title.class_,.hljs-variable{color:#0055af}.hljs-addition,.hljs-built_in,.hljs-comment,.hljs-deletion,.hljs-link,.hljs-meta,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-type{color:green}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/qtcreator-light.min.css b/node_modules/highlight.js/styles/qtcreator-light.min.css
deleted file mode 100644
index 7f1af8c..0000000
--- a/node_modules/highlight.js/styles/qtcreator-light.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-emphasis,.hljs-strong{color:#000}.hljs-bullet,.hljs-literal,.hljs-number,.hljs-quote,.hljs-regexp{color:navy}.hljs-code .hljs-selector-class{color:purple}.hljs-emphasis,.hljs-stronge,.hljs-type{font-style:italic}.hljs-function,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-symbol{color:olive}.hljs-subst,.hljs-tag,.hljs-title{color:#000}.hljs-attribute{color:maroon}.hljs-class .hljs-title,.hljs-params,.hljs-title.class_,.hljs-variable{color:#0055af}.hljs-addition,.hljs-built_in,.hljs-comment,.hljs-deletion,.hljs-link,.hljs-meta,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-type{color:green}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/rainbow.css b/node_modules/highlight.js/styles/rainbow.css
index 80b2834..c8ca25f 100644
--- a/node_modules/highlight.js/styles/rainbow.css
+++ b/node_modules/highlight.js/styles/rainbow.css
@@ -1,77 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Style with support for rainbow parens
-
-*/
-.hljs {
- background: #474949;
- color: #d1d9e1
-}
-.hljs-comment,
-.hljs-quote {
- color: #969896;
- font-style: italic
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-type,
-.hljs-addition {
- color: #cc99cc
-}
-.hljs-number,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #f99157
-}
-.hljs-string,
-.hljs-doctag,
-.hljs-regexp {
- color: #8abeb7
-}
-.hljs-title,
-.hljs-name,
-.hljs-section,
-.hljs-built_in {
- color: #b5bd68
-}
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-id,
-.hljs-title.class_,
-.hljs-class .hljs-title {
- color: #ffcc66
-}
-.hljs-section,
-.hljs-name,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-symbol,
-.hljs-bullet,
-.hljs-subst,
-.hljs-meta,
-.hljs-link {
- color: #f99157
-}
-.hljs-deletion {
- color: #dc322f
-}
-.hljs-formula {
- background: #eee8d5
-}
-.hljs-attr,
-.hljs-attribute {
- color: #81a2be
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#474949;color:#d1d9e1}.hljs-comment,.hljs-quote{color:#969896;font-style:italic}.hljs-addition,.hljs-keyword,.hljs-literal,.hljs-selector-tag,.hljs-type{color:#c9c}.hljs-number,.hljs-selector-attr,.hljs-selector-pseudo{color:#f99157}.hljs-doctag,.hljs-regexp,.hljs-string{color:#8abeb7}.hljs-built_in,.hljs-name,.hljs-section,.hljs-title{color:#b5bd68}.hljs-class .hljs-title,.hljs-selector-id,.hljs-template-variable,.hljs-title.class_,.hljs-variable{color:#fc6}.hljs-name,.hljs-section,.hljs-strong{font-weight:700}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-subst,.hljs-symbol{color:#f99157}.hljs-deletion{color:#dc322f}.hljs-formula{background:#eee8d5}.hljs-attr,.hljs-attribute{color:#81a2be}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/rainbow.min.css b/node_modules/highlight.js/styles/rainbow.min.css
deleted file mode 100644
index c8ca25f..0000000
--- a/node_modules/highlight.js/styles/rainbow.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#474949;color:#d1d9e1}.hljs-comment,.hljs-quote{color:#969896;font-style:italic}.hljs-addition,.hljs-keyword,.hljs-literal,.hljs-selector-tag,.hljs-type{color:#c9c}.hljs-number,.hljs-selector-attr,.hljs-selector-pseudo{color:#f99157}.hljs-doctag,.hljs-regexp,.hljs-string{color:#8abeb7}.hljs-built_in,.hljs-name,.hljs-section,.hljs-title{color:#b5bd68}.hljs-class .hljs-title,.hljs-selector-id,.hljs-template-variable,.hljs-title.class_,.hljs-variable{color:#fc6}.hljs-name,.hljs-section,.hljs-strong{font-weight:700}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-subst,.hljs-symbol{color:#f99157}.hljs-deletion{color:#dc322f}.hljs-formula{background:#eee8d5}.hljs-attr,.hljs-attribute{color:#81a2be}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/rose-pine-dawn.css b/node_modules/highlight.js/styles/rose-pine-dawn.css
deleted file mode 100644
index 1a237d1..0000000
--- a/node_modules/highlight.js/styles/rose-pine-dawn.css
+++ /dev/null
@@ -1,107 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
- Theme: Rose Pine
- Origin: https://rosepinetheme.com/
-*/
-/* Comment */
-.hljs-meta,
-.hljs-comment {
- color: #9893a5
-}
-/* Red */
-/*INFO: This keyword, HTML elements, Regex group symbol, CSS units, Terminal Red */
-.hljs-tag,
-.hljs-doctag,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-template-tag,
-.hljs-selector-pseudo,
-.hljs-selector-attr,
-.hljs-variable.language_,
-.hljs-deletion {
- color: #b4637a
-}
-/*Orange */
-/*INFO: Number and Boolean constants, Language support constants */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-number,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-link {
- color: #d7827e
-}
-/* Yellow */
-/* INFO: Function parameters, Regex character sets, Terminal Yellow */
-.hljs-built_in,
-.hljs-attribute {
- color: #ea9d34
-}
-/* cyan */
-/* INFO: Language support functions, CSS HTML elements */
-.hljs-selector-tag {
- color: #286983
-}
-/* light blue */
-/* INFO: Object properties, Regex quantifiers and flags, Markdown headings, Terminal Cyan, Markdown code, Import/export keywords */
-.hljs-keyword,
-.hljs-title.function_,
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-subst,
-.hljs-property {
- color: #56949f
-}
-/*Green*/
-/* INFO: Object literal keys, Markdown links, Terminal Green */
-.hljs-selector-tag {
- color: #56949f
-}
-/*Green(er) */
-/* INFO: Strings, CSS class names */
-.hljs-quote,
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #286983
-}
-/* INFO: Function names, CSS property names, Terminal Blue */
-.hljs-code,
-.hljs-formula,
-.hljs-section {
- color: #d7827e
-}
-/* Magenta */
-/*INFO: Control Keywords, Storage Types, Regex symbols and operators, HTML Attributes, Terminal Magenta */
-.hljs-name,
-.hljs-keyword,
-.hljs-operator,
-.hljs-keyword,
-.hljs-char.escape_,
-.hljs-attr {
- color: #907aa9
-}
-.hljs-punctuation {
- color: #575279
-}
-.hljs {
- background: #faf4ed;
- color: #575279
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/rose-pine-dawn.min.css b/node_modules/highlight.js/styles/rose-pine-dawn.min.css
deleted file mode 100644
index 711efd7..0000000
--- a/node_modules/highlight.js/styles/rose-pine-dawn.min.css
+++ /dev/null
@@ -1,4 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: Rose Pine
- Origin: https://rosepinetheme.com/
-*/.hljs-comment,.hljs-meta{color:#9893a5}.hljs-deletion,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-tag,.hljs-template-tag,.hljs-variable.language_{color:#b4637a}.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d7827e}.hljs-attribute,.hljs-built_in{color:#ea9d34}.hljs-keyword,.hljs-property,.hljs-selector-tag,.hljs-subst,.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#56949f}.hljs-addition,.hljs-bullet,.hljs-quote,.hljs-string,.hljs-symbol{color:#286983}.hljs-code,.hljs-formula,.hljs-section{color:#d7827e}.hljs-attr,.hljs-char.escape_,.hljs-keyword,.hljs-name,.hljs-operator{color:#907aa9}.hljs-punctuation{color:#575279}.hljs{background:#faf4ed;color:#575279}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/rose-pine-moon.css b/node_modules/highlight.js/styles/rose-pine-moon.css
deleted file mode 100644
index f283524..0000000
--- a/node_modules/highlight.js/styles/rose-pine-moon.css
+++ /dev/null
@@ -1,109 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
- Theme: Rose Pine
- Origin: https://rosepinetheme.com/
-*/
-/* Comment */
-.hljs-meta,
-.hljs-comment {
- color: #6e6a86
-}
-/* Red */
-/*INFO: This keyword, HTML elements, Regex group symbol, CSS units, Terminal Red */
-.hljs-tag,
-.hljs-doctag,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-template-tag,
-.hljs-selector-pseudo,
-.hljs-selector-attr,
-.hljs-variable.language_,
-.hljs-deletion {
- color: #eb6f92
-}
-/*Orange */
-/*INFO: Number and Boolean constants, Language support constants */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-number,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-link {
- color: #ea9a97
-}
-/* Yellow */
-/* INFO: Function parameters, Regex character sets, Terminal Yellow */
-.hljs-built_in,
-.hljs-attribute {
- color: #f6c177
-}
-/* cyan */
-/* INFO: Language support functions, CSS HTML elements */
-.hljs-selector-tag {
- color: #3e8fb0
-}
-/* light blue */
-/* INFO: Object properties, Regex quantifiers and flags, Markdown headings, Terminal Cyan, Markdown code, Import/export keywords */
-.hljs-keyword,
-.hljs-title.function_,
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-subst,
-.hljs-property {
- color: #9ccfd8
-}
-/*Green*/
-/* INFO: Object literal keys, Markdown links, Terminal Green */
-.hljs-selector-tag {
- color: #9ccfd8
-}
-/*Green(er) */
-/* INFO: Strings, CSS class names */
-.hljs-quote,
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #3e8fb0
-}
-/* INFO: Function names, CSS property names, Terminal Blue */
-.hljs-code,
-.hljs-formula,
-.hljs-section {
- color: #ea9a97
-}
-/* Magenta */
-/*INFO: Control Keywords, Storage Types, Regex symbols and operators, HTML Attributes, Terminal Magenta */
-.hljs-name,
-.hljs-keyword,
-.hljs-operator,
-.hljs-keyword,
-.hljs-char.escape_,
-.hljs-attr {
- color: #c4a7e7
-}
-/* white*/
-/* INFO: Variables, Class names, Terminal White */
-.hljs-punctuation {
- color: #e0def4
-}
-.hljs {
- background: #232136;
- color: #6e6a86
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/rose-pine-moon.min.css b/node_modules/highlight.js/styles/rose-pine-moon.min.css
deleted file mode 100644
index 716d872..0000000
--- a/node_modules/highlight.js/styles/rose-pine-moon.min.css
+++ /dev/null
@@ -1,4 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: Rose Pine
- Origin: https://rosepinetheme.com/
-*/.hljs-comment,.hljs-meta{color:#6e6a86}.hljs-deletion,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-tag,.hljs-template-tag,.hljs-variable.language_{color:#eb6f92}.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-template-variable,.hljs-type,.hljs-variable{color:#ea9a97}.hljs-attribute,.hljs-built_in{color:#f6c177}.hljs-keyword,.hljs-property,.hljs-selector-tag,.hljs-subst,.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#9ccfd8}.hljs-addition,.hljs-bullet,.hljs-quote,.hljs-string,.hljs-symbol{color:#3e8fb0}.hljs-code,.hljs-formula,.hljs-section{color:#ea9a97}.hljs-attr,.hljs-char.escape_,.hljs-keyword,.hljs-name,.hljs-operator{color:#c4a7e7}.hljs-punctuation{color:#e0def4}.hljs{background:#232136;color:#6e6a86}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/rose-pine.css b/node_modules/highlight.js/styles/rose-pine.css
deleted file mode 100644
index bd394d6..0000000
--- a/node_modules/highlight.js/styles/rose-pine.css
+++ /dev/null
@@ -1,109 +0,0 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
- Theme: Rose Pine
- Origin: https://rosepinetheme.com/
-*/
-/* Comment */
-.hljs-meta,
-.hljs-comment {
- color: #6e6a86
-}
-/* Red */
-/*INFO: This keyword, HTML elements, Regex group symbol, CSS units, Terminal Red */
-.hljs-tag,
-.hljs-doctag,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-regexp,
-.hljs-template-tag,
-.hljs-selector-pseudo,
-.hljs-selector-attr,
-.hljs-variable.language_,
-.hljs-deletion {
- color: #eb6f92
-}
-/*Orange */
-/*INFO: Number and Boolean constants, Language support constants */
-.hljs-variable,
-.hljs-template-variable,
-.hljs-number,
-.hljs-literal,
-.hljs-type,
-.hljs-params,
-.hljs-link {
- color: #ebbcba
-}
-/* Yellow */
-/* INFO: Function parameters, Regex character sets, Terminal Yellow */
-.hljs-built_in,
-.hljs-attribute {
- color: #f6c177
-}
-/* cyan */
-/* INFO: Language support functions, CSS HTML elements */
-.hljs-selector-tag {
- color: #31748f
-}
-/* light blue */
-/* INFO: Object properties, Regex quantifiers and flags, Markdown headings, Terminal Cyan, Markdown code, Import/export keywords */
-.hljs-keyword,
-.hljs-title.function_,
-.hljs-title,
-.hljs-title.class_,
-.hljs-title.class_.inherited__,
-.hljs-subst,
-.hljs-property {
- color: #9ccfd8
-}
-/*Green*/
-/* INFO: Object literal keys, Markdown links, Terminal Green */
-.hljs-selector-tag {
- color: #9ccfd8
-}
-/*Green(er) */
-/* INFO: Strings, CSS class names */
-.hljs-quote,
-.hljs-string,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition {
- color: #31748f
-}
-/* INFO: Function names, CSS property names, Terminal Blue */
-.hljs-code,
-.hljs-formula,
-.hljs-section {
- color: #ebbcba
-}
-/* Magenta */
-/*INFO: Control Keywords, Storage Types, Regex symbols and operators, HTML Attributes, Terminal Magenta */
-.hljs-name,
-.hljs-keyword,
-.hljs-operator,
-.hljs-keyword,
-.hljs-char.escape_,
-.hljs-attr {
- color: #c4a7e7
-}
-/* white*/
-/* INFO: Variables, Class names, Terminal White */
-.hljs-punctuation {
- color: #e0def4
-}
-.hljs {
- background: #191724;
- color: #6e6a86
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/rose-pine.min.css b/node_modules/highlight.js/styles/rose-pine.min.css
deleted file mode 100644
index 7347060..0000000
--- a/node_modules/highlight.js/styles/rose-pine.min.css
+++ /dev/null
@@ -1,4 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: Rose Pine
- Origin: https://rosepinetheme.com/
-*/.hljs-comment,.hljs-meta{color:#6e6a86}.hljs-deletion,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-tag,.hljs-template-tag,.hljs-variable.language_{color:#eb6f92}.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-template-variable,.hljs-type,.hljs-variable{color:#ebbcba}.hljs-attribute,.hljs-built_in{color:#f6c177}.hljs-keyword,.hljs-property,.hljs-selector-tag,.hljs-subst,.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#9ccfd8}.hljs-addition,.hljs-bullet,.hljs-quote,.hljs-string,.hljs-symbol{color:#31748f}.hljs-code,.hljs-formula,.hljs-section{color:#ebbcba}.hljs-attr,.hljs-char.escape_,.hljs-keyword,.hljs-name,.hljs-operator{color:#c4a7e7}.hljs-punctuation{color:#e0def4}.hljs{background:#191724;color:#6e6a86}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/routeros.css b/node_modules/highlight.js/styles/routeros.css
index 5b3602b..0378678 100644
--- a/node_modules/highlight.js/styles/routeros.css
+++ b/node_modules/highlight.js/styles/routeros.css
@@ -1,86 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
- highlight.js style for MikroTik RouterOS script
-
-*/
-.hljs {
- color: #444;
- background: #F0F0F0
-}
-/* Base color: saturation 0; */
-.hljs-subst {
- color: #444
-}
-.hljs-comment {
- color: #888888
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-name {
- font-weight: bold
-}
-.hljs-attribute {
- color: #0E9A00
-}
-.hljs-function {
- color: #99069A
-}
-/* User color: hue: 0 */
-.hljs-type,
-.hljs-string,
-.hljs-number,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-quote,
-.hljs-template-tag,
-.hljs-deletion {
- color: #880000
-}
-.hljs-title,
-.hljs-section {
- color: #880000;
- font-weight: bold
-}
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #BC6060
-}
-/* Language color: hue: 90; */
-.hljs-literal {
- color: #78A960
-}
-.hljs-built_in,
-.hljs-bullet,
-.hljs-code,
-.hljs-addition {
- color: #0C9A9A
-}
-/* Meta color: hue: 200 */
-.hljs-meta {
- color: #1f7199
-}
-.hljs-meta .hljs-string {
- color: #4d99bf
-}
-/* Misc effects */
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#444;background:#f0f0f0}.hljs-subst{color:#444}.hljs-comment{color:#888}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-attribute{color:#0e9a00}.hljs-function{color:#99069a}.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:#0c9a9a}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/routeros.min.css b/node_modules/highlight.js/styles/routeros.min.css
deleted file mode 100644
index 0378678..0000000
--- a/node_modules/highlight.js/styles/routeros.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#444;background:#f0f0f0}.hljs-subst{color:#444}.hljs-comment{color:#888}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-attribute{color:#0e9a00}.hljs-function{color:#99069a}.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:#0c9a9a}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/school-book.css b/node_modules/highlight.js/styles/school-book.css
index 8dcb902..843f268 100644
--- a/node_modules/highlight.js/styles/school-book.css
+++ b/node_modules/highlight.js/styles/school-book.css
@@ -1,62 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-School Book style from goldblog.com.ua (c) Zaripov Yura
-
-*/
-.hljs {
- color: #3e5915;
- background: #f6f5b2
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal {
- color: #005599;
- font-weight: bold
-}
-.hljs-subst {
- color: #3e5915
-}
-.hljs-string,
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-attribute,
-.hljs-built_in,
-.hljs-addition,
-.hljs-variable,
-.hljs-template-tag,
-.hljs-template-variable,
-.hljs-link {
- color: #2c009f
-}
-.hljs-comment,
-.hljs-quote,
-.hljs-deletion,
-.hljs-meta {
- color: #e60415
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-doctag,
-.hljs-title,
-.hljs-section,
-.hljs-type,
-.hljs-name,
-.hljs-selector-id,
-.hljs-strong {
- font-weight: bold
-}
-.hljs-emphasis {
- font-style: italic
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#3e5915;background:#f6f5b2}.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#059}.hljs-subst{color:#3e5915}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-link,.hljs-section,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#2c009f}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#e60415}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/school-book.min.css b/node_modules/highlight.js/styles/school-book.min.css
deleted file mode 100644
index 843f268..0000000
--- a/node_modules/highlight.js/styles/school-book.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#3e5915;background:#f6f5b2}.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#059}.hljs-subst{color:#3e5915}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-link,.hljs-section,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#2c009f}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#e60415}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/shades-of-purple.css b/node_modules/highlight.js/styles/shades-of-purple.css
index 8a51050..3dd25b4 100644
--- a/node_modules/highlight.js/styles/shades-of-purple.css
+++ b/node_modules/highlight.js/styles/shades-of-purple.css
@@ -1,84 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/**
- * Shades of Purple Theme — for Highlightjs.
- *
- * @author (c) Ahmad Awais
- * @link GitHub Repo → https://github.com/ahmadawais/Shades-of-Purple-HighlightJS
- * @version 1.5.0
- */
-.hljs {
- background: #2d2b57;
- color: #e3dfff;
- font-weight: normal
-}
-.hljs-subst {
- color: #e3dfff
-}
-.hljs-title {
- color: #fad000;
- font-weight: normal
-}
-.hljs-name {
- color: #a1feff
-}
-.hljs-tag {
- color: #ffffff
-}
-.hljs-attr {
- color: #f8d000;
- font-style: italic
-}
-.hljs-built_in,
-.hljs-selector-tag,
-.hljs-section {
- color: #fb9e00
-}
-.hljs-keyword {
- color: #fb9e00
-}
-.hljs-string,
-.hljs-attribute,
-.hljs-symbol,
-.hljs-bullet,
-.hljs-addition,
-.hljs-code,
-.hljs-regexp,
-.hljs-selector-class,
-.hljs-selector-attr,
-.hljs-selector-pseudo,
-.hljs-template-tag,
-.hljs-quote,
-.hljs-deletion {
- color: #4cd213
-}
-.hljs-meta,
-.hljs-meta .hljs-string {
- color: #fb9e00
-}
-.hljs-comment {
- color: #ac65ff
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-name,
-.hljs-strong {
- font-weight: normal
-}
-.hljs-literal,
-.hljs-number {
- color: #fa658d
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
\ No newline at end of file
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2d2b57;color:#e3dfff;font-weight:400}.hljs-subst{color:#e3dfff}.hljs-title{color:#fad000;font-weight:400}.hljs-name{color:#a1feff}.hljs-tag{color:#fff}.hljs-attr{color:#f8d000;font-style:italic}.hljs-built_in,.hljs-keyword,.hljs-section,.hljs-selector-tag{color:#fb9e00}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-code,.hljs-deletion,.hljs-quote,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-string,.hljs-symbol,.hljs-template-tag{color:#4cd213}.hljs-meta,.hljs-meta .hljs-string{color:#fb9e00}.hljs-comment{color:#ac65ff}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-selector-tag,.hljs-strong{font-weight:400}.hljs-literal,.hljs-number{color:#fa658d}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/shades-of-purple.min.css b/node_modules/highlight.js/styles/shades-of-purple.min.css
deleted file mode 100644
index 3dd25b4..0000000
--- a/node_modules/highlight.js/styles/shades-of-purple.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2d2b57;color:#e3dfff;font-weight:400}.hljs-subst{color:#e3dfff}.hljs-title{color:#fad000;font-weight:400}.hljs-name{color:#a1feff}.hljs-tag{color:#fff}.hljs-attr{color:#f8d000;font-style:italic}.hljs-built_in,.hljs-keyword,.hljs-section,.hljs-selector-tag{color:#fb9e00}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-code,.hljs-deletion,.hljs-quote,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-string,.hljs-symbol,.hljs-template-tag{color:#4cd213}.hljs-meta,.hljs-meta .hljs-string{color:#fb9e00}.hljs-comment{color:#ac65ff}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-selector-tag,.hljs-strong{font-weight:400}.hljs-literal,.hljs-number{color:#fa658d}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/srcery.css b/node_modules/highlight.js/styles/srcery.css
index 1b60bd4..377d61a 100644
--- a/node_modules/highlight.js/styles/srcery.css
+++ b/node_modules/highlight.js/styles/srcery.css
@@ -1,89 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-Theme: Srcery
-Description: Srcery dark color scheme for highlight.js
-Author: Chen Bin
-Maintainer: @redguardtoo
-Website: https://srcery-colors.github.io/
-Date: 2021-04-13
-*/
-.hljs {
- background: #1C1B19;
- /* Black */
- color: #FCE8C3/* Bright White */
-
-}
-/* Bright White */
-.hljs-subst,
-.hljs-quote,
-.hljs-literal {
- color: #FCE8C3
-}
-/* Bright Blue */
-.hljs-type,
-.hljs-symbol {
- color: #68A8E4
-}
-/* Red */
-.hljs-keyword,
-.hljs-deletion {
- color: #EF2F27
-}
-/* Yellow */
-.hljs-name,
-.hljs-function,
-.hljs-attribute,
-.hljs-selector-attr,
-.hljs-selector-id,
-.hljs-selector-class,
-.hljs-selector-pseudo,
-.hljs-section,
-.hljs-title {
- color: #FBB829
-}
-/* Cyan */
-.hljs-code,
-.hljs-variable,
-.hljs-property,
-.hljs-template-variable,
-.hljs-class {
- color: #0AAEB3
-}
-/* Bright Green */
-.hljs-string,
-.hljs-regexp,
-.hljs-bullet,
-.hljs-addition {
- color: #98BC37
-}
-/* Bright Magenta */
-.hljs-built_in,
-.hljs-params {
- color: #FF5C8F
-}
-/* Blue */
-.hljs-template-tag,
-.hljs-selector-tag {
- color: #2C78BF
-}
-/* Bright Black */
-.hljs-link,
-.hljs-number,
-.hljs-comment,
-.hljs-meta {
- color: #918175
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-/* @see https://github.com/srcery-colors/srcery-emacs for reference */
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#1c1b19;color:#fce8c3}.hljs-literal,.hljs-quote,.hljs-subst{color:#fce8c3}.hljs-symbol,.hljs-type{color:#68a8e4}.hljs-deletion,.hljs-keyword{color:#ef2f27}.hljs-attribute,.hljs-function,.hljs-name,.hljs-section,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-title{color:#fbb829}.hljs-class,.hljs-code,.hljs-property,.hljs-template-variable,.hljs-variable{color:#0aaeb3}.hljs-addition,.hljs-bullet,.hljs-regexp,.hljs-string{color:#98bc37}.hljs-built_in,.hljs-params{color:#ff5c8f}.hljs-selector-tag,.hljs-template-tag{color:#2c78bf}.hljs-comment,.hljs-link,.hljs-meta,.hljs-number{color:#918175}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/srcery.min.css b/node_modules/highlight.js/styles/srcery.min.css
deleted file mode 100644
index 377d61a..0000000
--- a/node_modules/highlight.js/styles/srcery.min.css
+++ /dev/null
@@ -1 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#1c1b19;color:#fce8c3}.hljs-literal,.hljs-quote,.hljs-subst{color:#fce8c3}.hljs-symbol,.hljs-type{color:#68a8e4}.hljs-deletion,.hljs-keyword{color:#ef2f27}.hljs-attribute,.hljs-function,.hljs-name,.hljs-section,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-title{color:#fbb829}.hljs-class,.hljs-code,.hljs-property,.hljs-template-variable,.hljs-variable{color:#0aaeb3}.hljs-addition,.hljs-bullet,.hljs-regexp,.hljs-string{color:#98bc37}.hljs-built_in,.hljs-params{color:#ff5c8f}.hljs-selector-tag,.hljs-template-tag{color:#2c78bf}.hljs-comment,.hljs-link,.hljs-meta,.hljs-number{color:#918175}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/stackoverflow-dark.css b/node_modules/highlight.js/styles/stackoverflow-dark.css
index 6cc355e..33cea55 100644
--- a/node_modules/highlight.js/styles/stackoverflow-dark.css
+++ b/node_modules/highlight.js/styles/stackoverflow-dark.css
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: StackOverflow Dark
Description: Dark theme as used on stackoverflow.com
Author: stackoverflow.com
@@ -18,100 +10,4 @@ code.hljs {
Updated for @stackoverflow/stacks v0.64.0
Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
-*/
-.hljs {
- /* var(--highlight-color) */
- color: #ffffff;
- /* var(--highlight-bg) */
- background: #1c1b1b
-}
-.hljs-subst {
- /* var(--highlight-color) */
- color: #ffffff
-}
-.hljs-comment {
- /* var(--highlight-comment) */
- color: #999999
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-section {
- /* var(--highlight-keyword) */
- color: #88aece
-}
-.hljs-attr {
- /* var(--highlight-attribute); */
- color: #88aece
-}
-.hljs-attribute {
- /* var(--highlight-symbol) */
- color: #c59bc1
-}
-.hljs-name,
-.hljs-type,
-.hljs-number,
-.hljs-selector-id,
-.hljs-quote,
-.hljs-template-tag {
- /* var(--highlight-namespace) */
- color: #f08d49
-}
-.hljs-selector-class {
- /* var(--highlight-keyword) */
- color: #88aece
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr {
- /* var(--highlight-variable) */
- color: #b5bd68
-}
-.hljs-meta,
-.hljs-selector-pseudo {
- /* var(--highlight-keyword) */
- color: #88aece
-}
-.hljs-built_in,
-.hljs-title,
-.hljs-literal {
- /* var(--highlight-literal) */
- color: #f08d49
-}
-.hljs-bullet,
-.hljs-code {
- /* var(--highlight-punctuation) */
- color: #cccccc
-}
-.hljs-meta .hljs-string {
- /* var(--highlight-variable) */
- color: #b5bd68
-}
-.hljs-deletion {
- /* var(--highlight-deletion) */
- color: #de7176
-}
-.hljs-addition {
- /* var(--highlight-addition) */
- color: #76c490
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-formula,
-.hljs-operator,
-.hljs-params,
-.hljs-property,
-.hljs-punctuation,
-.hljs-tag {
- /* purposely ignored */
-
-}
\ No newline at end of file
+*/.hljs{color:#fff;background:#1c1b1b}.hljs-subst{color:#fff}.hljs-comment{color:#999}.hljs-attr,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-selector-tag{color:#88aece}.hljs-attribute{color:#c59bc1}.hljs-name,.hljs-number,.hljs-quote,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#f08d49}.hljs-selector-class{color:#88aece}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#b5bd68}.hljs-meta,.hljs-selector-pseudo{color:#88aece}.hljs-built_in,.hljs-literal,.hljs-title{color:#f08d49}.hljs-bullet,.hljs-code{color:#ccc}.hljs-meta .hljs-string{color:#b5bd68}.hljs-deletion{color:#de7176}.hljs-addition{color:#76c490}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/stackoverflow-dark.min.css b/node_modules/highlight.js/styles/stackoverflow-dark.min.css
deleted file mode 100644
index 33cea55..0000000
--- a/node_modules/highlight.js/styles/stackoverflow-dark.min.css
+++ /dev/null
@@ -1,13 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: StackOverflow Dark
- Description: Dark theme as used on stackoverflow.com
- Author: stackoverflow.com
- Maintainer: @Hirse
- Website: https://github.com/StackExchange/Stacks
- License: MIT
- Updated: 2021-05-15
-
- Updated for @stackoverflow/stacks v0.64.0
- Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
- Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
-*/.hljs{color:#fff;background:#1c1b1b}.hljs-subst{color:#fff}.hljs-comment{color:#999}.hljs-attr,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-selector-tag{color:#88aece}.hljs-attribute{color:#c59bc1}.hljs-name,.hljs-number,.hljs-quote,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#f08d49}.hljs-selector-class{color:#88aece}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#b5bd68}.hljs-meta,.hljs-selector-pseudo{color:#88aece}.hljs-built_in,.hljs-literal,.hljs-title{color:#f08d49}.hljs-bullet,.hljs-code{color:#ccc}.hljs-meta .hljs-string{color:#b5bd68}.hljs-deletion{color:#de7176}.hljs-addition{color:#76c490}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/stackoverflow-light.css b/node_modules/highlight.js/styles/stackoverflow-light.css
index 308171d..c36d63d 100644
--- a/node_modules/highlight.js/styles/stackoverflow-light.css
+++ b/node_modules/highlight.js/styles/stackoverflow-light.css
@@ -1,12 +1,4 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*!
+pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: StackOverflow Light
Description: Light theme as used on stackoverflow.com
Author: stackoverflow.com
@@ -18,100 +10,4 @@ code.hljs {
Updated for @stackoverflow/stacks v0.64.0
Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
-*/
-.hljs {
- /* var(--highlight-color) */
- color: #2f3337;
- /* var(--highlight-bg) */
- background: #f6f6f6
-}
-.hljs-subst {
- /* var(--highlight-color) */
- color: #2f3337
-}
-.hljs-comment {
- /* var(--highlight-comment) */
- color: #656e77
-}
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-meta .hljs-keyword,
-.hljs-doctag,
-.hljs-section {
- /* var(--highlight-keyword) */
- color: #015692
-}
-.hljs-attr {
- /* var(--highlight-attribute); */
- color: #015692
-}
-.hljs-attribute {
- /* var(--highlight-symbol) */
- color: #803378
-}
-.hljs-name,
-.hljs-type,
-.hljs-number,
-.hljs-selector-id,
-.hljs-quote,
-.hljs-template-tag {
- /* var(--highlight-namespace) */
- color: #b75501
-}
-.hljs-selector-class {
- /* var(--highlight-keyword) */
- color: #015692
-}
-.hljs-string,
-.hljs-regexp,
-.hljs-symbol,
-.hljs-variable,
-.hljs-template-variable,
-.hljs-link,
-.hljs-selector-attr {
- /* var(--highlight-variable) */
- color: #54790d
-}
-.hljs-meta,
-.hljs-selector-pseudo {
- /* var(--highlight-keyword) */
- color: #015692
-}
-.hljs-built_in,
-.hljs-title,
-.hljs-literal {
- /* var(--highlight-literal) */
- color: #b75501
-}
-.hljs-bullet,
-.hljs-code {
- /* var(--highlight-punctuation) */
- color: #535a60
-}
-.hljs-meta .hljs-string {
- /* var(--highlight-variable) */
- color: #54790d
-}
-.hljs-deletion {
- /* var(--highlight-deletion) */
- color: #c02d2e
-}
-.hljs-addition {
- /* var(--highlight-addition) */
- color: #2f6f44
-}
-.hljs-emphasis {
- font-style: italic
-}
-.hljs-strong {
- font-weight: bold
-}
-.hljs-formula,
-.hljs-operator,
-.hljs-params,
-.hljs-property,
-.hljs-punctuation,
-.hljs-tag {
- /* purposely ignored */
-
-}
\ No newline at end of file
+*/.hljs{color:#2f3337;background:#f6f6f6}.hljs-subst{color:#2f3337}.hljs-comment{color:#656e77}.hljs-attr,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-selector-tag{color:#015692}.hljs-attribute{color:#803378}.hljs-name,.hljs-number,.hljs-quote,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#b75501}.hljs-selector-class{color:#015692}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#54790d}.hljs-meta,.hljs-selector-pseudo{color:#015692}.hljs-built_in,.hljs-literal,.hljs-title{color:#b75501}.hljs-bullet,.hljs-code{color:#535a60}.hljs-meta .hljs-string{color:#54790d}.hljs-deletion{color:#c02d2e}.hljs-addition{color:#2f6f44}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/stackoverflow-light.min.css b/node_modules/highlight.js/styles/stackoverflow-light.min.css
deleted file mode 100644
index c36d63d..0000000
--- a/node_modules/highlight.js/styles/stackoverflow-light.min.css
+++ /dev/null
@@ -1,13 +0,0 @@
-pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: StackOverflow Light
- Description: Light theme as used on stackoverflow.com
- Author: stackoverflow.com
- Maintainer: @Hirse
- Website: https://github.com/StackExchange/Stacks
- License: MIT
- Updated: 2021-05-15
-
- Updated for @stackoverflow/stacks v0.64.0
- Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
- Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
-*/.hljs{color:#2f3337;background:#f6f6f6}.hljs-subst{color:#2f3337}.hljs-comment{color:#656e77}.hljs-attr,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-selector-tag{color:#015692}.hljs-attribute{color:#803378}.hljs-name,.hljs-number,.hljs-quote,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#b75501}.hljs-selector-class{color:#015692}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#54790d}.hljs-meta,.hljs-selector-pseudo{color:#015692}.hljs-built_in,.hljs-literal,.hljs-title{color:#b75501}.hljs-bullet,.hljs-code{color:#535a60}.hljs-meta .hljs-string{color:#54790d}.hljs-deletion{color:#c02d2e}.hljs-addition{color:#2f6f44}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
\ No newline at end of file
diff --git a/node_modules/highlight.js/styles/sunburst.css b/node_modules/highlight.js/styles/sunburst.css
index 5b49f21..9210ae6 100644
--- a/node_modules/highlight.js/styles/sunburst.css
+++ b/node_modules/highlight.js/styles/sunburst.css
@@ -1,89 +1 @@
-pre code.hljs {
- display: block;
- overflow-x: auto;
- padding: 1em
-}
-code.hljs {
- padding: 3px 5px
-}
-/*
-
-Sunburst-like style (c) Vasily Polovnyov