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?/}, - {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: //, - 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?/}, - {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: //, - 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 - -*/ -.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/styles/sunburst.min.css b/node_modules/highlight.js/styles/sunburst.min.css deleted file mode 100644 index 9210ae6..0000000 --- a/node_modules/highlight.js/styles/sunburst.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-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/styles/tokyo-night-dark.css b/node_modules/highlight.js/styles/tokyo-night-dark.css index e746b50..dc63ad9 100644 --- a/node_modules/highlight.js/styles/tokyo-night-dark.css +++ b/node_modules/highlight.js/styles/tokyo-night-dark.css @@ -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/styles/tokyo-night-dark.min.css b/node_modules/highlight.js/styles/tokyo-night-dark.min.css deleted file mode 100644 index dc63ad9..0000000 --- a/node_modules/highlight.js/styles/tokyo-night-dark.min.css +++ /dev/null @@ -1,8 +0,0 @@ -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 -*/.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/styles/tokyo-night-light.css b/node_modules/highlight.js/styles/tokyo-night-light.css index 2c7ca12..0096d4d 100644 --- a/node_modules/highlight.js/styles/tokyo-night-light.css +++ b/node_modules/highlight.js/styles/tokyo-night-light.css @@ -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/styles/tokyo-night-light.min.css b/node_modules/highlight.js/styles/tokyo-night-light.min.css deleted file mode 100644 index 0096d4d..0000000 --- a/node_modules/highlight.js/styles/tokyo-night-light.min.css +++ /dev/null @@ -1,8 +0,0 @@ -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 -*/.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/styles/tomorrow-night-blue.css b/node_modules/highlight.js/styles/tomorrow-night-blue.css index ae57a71..2f71b26 100644 --- a/node_modules/highlight.js/styles/tomorrow-night-blue.css +++ b/node_modules/highlight.js/styles/tomorrow-night-blue.css @@ -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/styles/tomorrow-night-blue.min.css b/node_modules/highlight.js/styles/tomorrow-night-blue.min.css deleted file mode 100644 index 2f71b26..0000000 --- a/node_modules/highlight.js/styles/tomorrow-night-blue.min.css +++ /dev/null @@ -1 +0,0 @@ -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/styles/tomorrow-night-bright.css b/node_modules/highlight.js/styles/tomorrow-night-bright.css index b3b532d..d335629 100644 --- a/node_modules/highlight.js/styles/tomorrow-night-bright.css +++ b/node_modules/highlight.js/styles/tomorrow-night-bright.css @@ -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/styles/tomorrow-night-bright.min.css b/node_modules/highlight.js/styles/tomorrow-night-bright.min.css deleted file mode 100644 index d335629..0000000 --- a/node_modules/highlight.js/styles/tomorrow-night-bright.min.css +++ /dev/null @@ -1 +0,0 @@ -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/styles/vs.css b/node_modules/highlight.js/styles/vs.css index dc35c88..fb695c1 100644 --- a/node_modules/highlight.js/styles/vs.css +++ b/node_modules/highlight.js/styles/vs.css @@ -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/styles/vs.min.css b/node_modules/highlight.js/styles/vs.min.css deleted file mode 100644 index fb695c1..0000000 --- a/node_modules/highlight.js/styles/vs.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,.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/styles/vs2015.css b/node_modules/highlight.js/styles/vs2015.css index 2c2cf04..7f6fe11 100644 --- a/node_modules/highlight.js/styles/vs2015.css +++ b/node_modules/highlight.js/styles/vs2015.css @@ -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/styles/vs2015.min.css b/node_modules/highlight.js/styles/vs2015.min.css deleted file mode 100644 index 7f6fe11..0000000 --- a/node_modules/highlight.js/styles/vs2015.min.css +++ /dev/null @@ -1 +0,0 @@ -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/styles/xcode.css b/node_modules/highlight.js/styles/xcode.css index 6ed07fb..cda4adc 100644 --- a/node_modules/highlight.js/styles/xcode.css +++ b/node_modules/highlight.js/styles/xcode.css @@ -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/styles/xcode.min.css b/node_modules/highlight.js/styles/xcode.min.css deleted file mode 100644 index cda4adc..0000000 --- a/node_modules/highlight.js/styles/xcode.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}.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/styles/xt256.css b/node_modules/highlight.js/styles/xt256.css index 85950c4..ef34f0c 100644 --- a/node_modules/highlight.js/styles/xt256.css +++ b/node_modules/highlight.js/styles/xt256.css @@ -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/xt256.min.css b/node_modules/highlight.js/styles/xt256.min.css deleted file mode 100644 index ef34f0c..0000000 --- a/node_modules/highlight.js/styles/xt256.min.css +++ /dev/null @@ -1 +0,0 @@ -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/types/index.d.ts b/node_modules/highlight.js/types/index.d.ts index 8b5ffcb..6c46f60 100644 --- a/node_modules/highlight.js/types/index.d.ts +++ b/node_modules/highlight.js/types/index.d.ts @@ -29,9 +29,7 @@ declare module 'highlight.js' { } interface PublicApi { - highlight(code: string, options: HighlightOptions): HighlightResult - /** @deprecated use `higlight(code, {lang: ..., ignoreIllegals: ...})` */ - highlight(languageName: string, code: string, ignoreIllegals?: boolean): HighlightResult + highlight: (codeOrLanguageName: string, optionsOrCode: string | HighlightOptions, ignoreIllegals?: boolean) => HighlightResult highlightAuto: (code: string, languageSubset?: string[]) => AutoHighlightResult highlightBlock: (element: HTMLElement) => void highlightElement: (element: HTMLElement) => void @@ -171,7 +169,7 @@ declare module 'highlight.js' { disableAutodetect?: boolean contains: (Mode)[] case_insensitive?: boolean - keywords?: string | string[] | Record + keywords?: Record | string isCompiled?: boolean, exports?: any, classNameAliases?: Record @@ -182,12 +180,14 @@ declare module 'highlight.js' { // technically private, but exported for convenience as this has // been a pretty stable API and is quite useful export interface Emitter { - startScope(name: string): void - endScope(): void + addKeyword(text: string, kind: string): void addText(text: string): void toHTML(): string finalize(): void - __addSublanguage(emitter: Emitter, subLanguageName: string): void + closeAllNodes(): void + openNode(kind: string): void + closeNode(): void + addSublanguage(emitter: Emitter, subLanguageName: string): void } export type HighlightedHTMLElement = HTMLElement & {result?: object, secondBest?: object, parentNode: HTMLElement} @@ -250,7 +250,7 @@ declare module 'highlight.js' { parent?: Mode starts?:Mode lexemes?: string | RegExp - keywords?: string | string[] | Record + keywords?: Record | string beginKeywords?: string relevance?: number illegal?: string | RegExp | Array @@ -272,3 +272,5 @@ declare module 'highlight.js/lib/languages/*' { const defineLanguage: LanguageFn; export default defineLanguage; } + + diff --git a/node_modules/marked/README.md b/node_modules/marked/README.md index e5d23f1..59017f6 100644 --- a/node_modules/marked/README.md +++ b/node_modules/marked/README.md @@ -5,6 +5,7 @@ # Marked [![npm](https://badgen.net/npm/v/marked)](https://www.npmjs.com/package/marked) +[![gzip size](https://badgen.net/badgesize/gzip/https://cdn.jsdelivr.net/npm/marked/marked.min.js)](https://cdn.jsdelivr.net/npm/marked/marked.min.js) [![install size](https://badgen.net/packagephobia/install/marked)](https://packagephobia.now.sh/result?p=marked) [![downloads](https://badgen.net/npm/dt/marked)](https://www.npmjs.com/package/marked) [![github actions](https://github.com/markedjs/marked/workflows/Tests/badge.svg)](https://github.com/markedjs/marked/actions) @@ -25,8 +26,8 @@ Our [documentation pages](https://marked.js.org) are also rendered using marked Also read about: -* [Options](https://marked.js.org/using_advanced) -* [Extensibility](https://marked.js.org/using_pro) +* [Options](https://marked.js.org/#/USING_ADVANCED.md) +* [Extensibility](https://marked.js.org/#/USING_PRO.md) ## Compatibility @@ -36,21 +37,22 @@ Also read about: ## Installation -**CLI:** +**CLI:** -```sh +```sh npm install -g marked ``` -**In-browser:** +**In-browser:** ```sh npm install marked +npm install @types/marked # For TypeScript projects ``` ## Usage -### Warning: 🚨 Marked does not [sanitize](https://marked.js.org/using_advanced#options) the output HTML. Please use a sanitize library, like [DOMPurify](https://github.com/cure53/DOMPurify) (recommended), [sanitize-html](https://github.com/apostrophecms/sanitize-html) or [insane](https://github.com/bevacqua/insane) on the *output* HTML! 🚨 +### Warning: 🚨 Marked does not [sanitize](https://marked.js.org/#/USING_ADVANCED.md#options) the output HTML. Please use a sanitize library, like [DOMPurify](https://github.com/cure53/DOMPurify) (recommended), [sanitize-html](https://github.com/apostrophecms/sanitize-html) or [insane](https://github.com/bevacqua/insane) on the *output* HTML! 🚨 ``` DOMPurify.sanitize(marked.parse(``)); @@ -83,7 +85,7 @@ $ marked --help
- + -``` ## License diff --git a/node_modules/marked/bin/main.js b/node_modules/marked/bin/main.js deleted file mode 100644 index ccadf09..0000000 --- a/node_modules/marked/bin/main.js +++ /dev/null @@ -1,282 +0,0 @@ -#!/usr/bin/env node - -/** - * Marked CLI - * Copyright (c) 2011-2013, Christopher Jeffrey (MIT License) - */ - -import { promises } from 'node:fs'; -import { dirname, resolve } from 'node:path'; -import { homedir } from 'node:os'; -import { createRequire } from 'node:module'; -import { marked } from '../lib/marked.esm.js'; - -const { access, readFile, writeFile } = promises; -const require = createRequire(import.meta.url); - -/** - * @param {Process} nodeProcess inject process so it can be mocked in tests. - */ -export async function main(nodeProcess) { - /** - * Man Page - */ - async function help() { - const { spawn } = await import('child_process'); - const { fileURLToPath } = await import('url'); - - const options = { - cwd: nodeProcess.cwd(), - env: nodeProcess.env, - stdio: 'inherit', - }; - - const __dirname = dirname(fileURLToPath(import.meta.url)); - const helpText = await readFile(resolve(__dirname, '../man/marked.1.md'), 'utf8'); - - await new Promise(res => { - const manProcess = spawn('man', [resolve(__dirname, '../man/marked.1')], options); - nodeProcess.on('SIGINT', () => { - manProcess.kill('SIGINT'); - }); - - manProcess.on('error', () => { - console.log(helpText); - }) - .on('close', res); - }); - } - - async function version() { - const pkg = require('../package.json'); - console.log(pkg.version); - } - - /** - * Main - */ - async function start(argv) { - const files = []; - const options = {}; - let input; - let output; - let string; - let arg; - let tokens; - let config; - let opt; - let noclobber; - - function getArg() { - let arg = argv.shift(); - - if (arg.indexOf('--') === 0) { - // e.g. --opt - arg = arg.split('='); - if (arg.length > 1) { - // e.g. --opt=val - argv.unshift(arg.slice(1).join('=')); - } - arg = arg[0]; - } else if (arg[0] === '-') { - if (arg.length > 2) { - // e.g. -abc - argv = arg.substring(1).split('').map(function(ch) { - return '-' + ch; - }).concat(argv); - arg = argv.shift(); - } else { - // e.g. -a - } - } else { - // e.g. foo - } - - return arg; - } - - while (argv.length) { - arg = getArg(); - switch (arg) { - case '-o': - case '--output': - output = argv.shift(); - break; - case '-i': - case '--input': - input = argv.shift(); - break; - case '-s': - case '--string': - string = argv.shift(); - break; - case '-t': - case '--tokens': - tokens = true; - break; - case '-c': - case '--config': - config = argv.shift(); - break; - case '-n': - case '--no-clobber': - noclobber = true; - break; - case '-h': - case '--help': - return await help(); - case '-v': - case '--version': - return await version(); - default: - if (arg.indexOf('--') === 0) { - opt = camelize(arg.replace(/^--(no-)?/, '')); - if (!(opt in marked.defaults)) { - continue; - } - if (arg.indexOf('--no-') === 0) { - options[opt] = typeof marked.defaults[opt] !== 'boolean' - ? null - : false; - } else { - options[opt] = typeof marked.defaults[opt] !== 'boolean' - ? argv.shift() - : true; - } - } else { - files.push(arg); - } - break; - } - } - - async function getData() { - if (!input) { - if (files.length <= 2) { - if (string) { - return string; - } - return await getStdin(); - } - input = files.pop(); - } - return await readFile(input, 'utf8'); - } - - function resolveFile(file) { - return resolve(file.replace(/^~/, homedir)); - } - - function fileExists(file) { - return access(resolveFile(file)).then(() => true, () => false); - } - - async function runConfig(file) { - const configFile = resolveFile(file); - let markedConfig; - try { - // try require for json - markedConfig = require(configFile); - } catch(err) { - if (err.code !== 'ERR_REQUIRE_ESM') { - throw err; - } - // must import esm - markedConfig = await import('file:///' + configFile); - } - - if (markedConfig.default) { - markedConfig = markedConfig.default; - } - - if (typeof markedConfig === 'function') { - markedConfig(marked); - } else { - marked.use(markedConfig); - } - } - - const data = await getData(); - - if (config) { - if (!await fileExists(config)) { - throw Error(`Cannot load config file '${config}'`); - } - - await runConfig(config); - } else { - const defaultConfig = [ - '~/.marked.json', - '~/.marked.js', - '~/.marked/index.js', - ]; - - for (const configFile of defaultConfig) { - if (await fileExists(configFile)) { - await runConfig(configFile); - break; - } - } - } - - const html = tokens - ? JSON.stringify(marked.lexer(data, options), null, 2) - : await marked.parse(data, options); - - if (output) { - if (noclobber && await fileExists(output)) { - throw Error('marked: output file \'' + output + '\' already exists, disable the \'-n\' / \'--no-clobber\' flag to overwrite\n'); - } - return await writeFile(output, html); - } - - nodeProcess.stdout.write(html + '\n'); - } - - /** - * Helpers - */ - function getStdin() { - return new Promise((resolve, reject) => { - const stdin = nodeProcess.stdin; - let buff = ''; - - stdin.setEncoding('utf8'); - - stdin.on('data', function(data) { - buff += data; - }); - - stdin.on('error', function(err) { - reject(err); - }); - - stdin.on('end', function() { - resolve(buff); - }); - - stdin.resume(); - }); - } - - /** - * @param {string} text - */ - function camelize(text) { - return text.replace(/(\w)-(\w)/g, function(_, a, b) { - return a + b.toUpperCase(); - }); - } - - try { - await start(nodeProcess.argv.slice()); - nodeProcess.exit(0); - } catch(err) { - if (err.code === 'ENOENT') { - nodeProcess.stderr.write('marked: ' + err.path + ': No such file or directory'); - } else { - nodeProcess.stderr.write(err.message); - } - return nodeProcess.exit(1); - } -} diff --git a/node_modules/marked/bin/marked.js b/node_modules/marked/bin/marked.js index e2dd816..5031246 100644 --- a/node_modules/marked/bin/marked.js +++ b/node_modules/marked/bin/marked.js @@ -5,11 +5,213 @@ * Copyright (c) 2011-2013, Christopher Jeffrey (MIT License) */ -import { main } from './main.js'; +import { promises } from 'fs'; +import { marked } from '../lib/marked.esm.js'; + +const { readFile, writeFile } = promises; + +/** + * Man Page + */ + +async function help() { + const { spawn } = await import('child_process'); + + const options = { + cwd: process.cwd(), + env: process.env, + setsid: false, + stdio: 'inherit' + }; + + const { dirname, resolve } = await import('path'); + const { fileURLToPath } = await import('url'); + const __dirname = dirname(fileURLToPath(import.meta.url)); + const helpText = await readFile(resolve(__dirname, '../man/marked.1.txt'), 'utf8'); + + // eslint-disable-next-line promise/param-names + await new Promise(res => { + spawn('man', [resolve(__dirname, '../man/marked.1')], options) + .on('error', () => { + console.log(helpText); + }) + .on('close', res); + }); +} + +async function version() { + const { createRequire } = await import('module'); + const require = createRequire(import.meta.url); + const pkg = require('../package.json'); + console.log(pkg.version); +} + +/** + * Main + */ + +async function main(argv) { + const files = []; + const options = {}; + let input; + let output; + let string; + let arg; + let tokens; + let opt; + + function getarg() { + let arg = argv.shift(); + + if (arg.indexOf('--') === 0) { + // e.g. --opt + arg = arg.split('='); + if (arg.length > 1) { + // e.g. --opt=val + argv.unshift(arg.slice(1).join('=')); + } + arg = arg[0]; + } else if (arg[0] === '-') { + if (arg.length > 2) { + // e.g. -abc + argv = arg.substring(1).split('').map(function(ch) { + return '-' + ch; + }).concat(argv); + arg = argv.shift(); + } else { + // e.g. -a + } + } else { + // e.g. foo + } + + return arg; + } + + while (argv.length) { + arg = getarg(); + switch (arg) { + case '-o': + case '--output': + output = argv.shift(); + break; + case '-i': + case '--input': + input = argv.shift(); + break; + case '-s': + case '--string': + string = argv.shift(); + break; + case '-t': + case '--tokens': + tokens = true; + break; + case '-h': + case '--help': + return await help(); + case '-v': + case '--version': + return await version(); + default: + if (arg.indexOf('--') === 0) { + opt = camelize(arg.replace(/^--(no-)?/, '')); + if (!marked.defaults.hasOwnProperty(opt)) { + continue; + } + if (arg.indexOf('--no-') === 0) { + options[opt] = typeof marked.defaults[opt] !== 'boolean' + ? null + : false; + } else { + options[opt] = typeof marked.defaults[opt] !== 'boolean' + ? argv.shift() + : true; + } + } else { + files.push(arg); + } + break; + } + } + + async function getData() { + if (!input) { + if (files.length <= 2) { + if (string) { + return string; + } + return await getStdin(); + } + input = files.pop(); + } + return await readFile(input, 'utf8'); + } + + const data = await getData(); + + const html = tokens + ? JSON.stringify(marked.lexer(data, options), null, 2) + : marked(data, options); + + if (output) { + return await writeFile(output, html); + } + + process.stdout.write(html + '\n'); +} + +/** + * Helpers + */ + +function getStdin() { + return new Promise((resolve, reject) => { + const stdin = process.stdin; + let buff = ''; + + stdin.setEncoding('utf8'); + + stdin.on('data', function(data) { + buff += data; + }); + + stdin.on('error', function(err) { + reject(err); + }); + + stdin.on('end', function() { + resolve(buff); + }); + + stdin.resume(); + }); +} + +/** + * @param {string} text + */ +function camelize(text) { + return text.replace(/(\w)-(\w)/g, function(_, a, b) { + return a + b.toUpperCase(); + }); +} + +function handleError(err) { + if (err.code === 'ENOENT') { + console.error('marked: output to ' + err.path + ': No such directory'); + return process.exit(1); + } + throw err; +} /** * Expose / Entry Point */ process.title = 'marked'; -main(process); +main(process.argv.slice()).then(code => { + process.exit(code || 0); +}).catch(err => { + handleError(err); +}); diff --git a/node_modules/marked/lib/marked.cjs b/node_modules/marked/lib/marked.cjs new file mode 100644 index 0000000..2e60f25 --- /dev/null +++ b/node_modules/marked/lib/marked.cjs @@ -0,0 +1,2811 @@ +/** + * marked v4.3.0 - a markdown parser + * Copyright (c) 2011-2023, Christopher Jeffrey. (MIT Licensed) + * https://github.com/markedjs/marked + */ + +/** + * DO NOT EDIT THIS FILE + * The code in this file is generated from files in ./src/ + */ + +'use strict'; + +function _defineProperties(target, props) { + for (var i = 0; i < props.length; i++) { + var descriptor = props[i]; + descriptor.enumerable = descriptor.enumerable || false; + descriptor.configurable = true; + if ("value" in descriptor) descriptor.writable = true; + Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); + } +} +function _createClass(Constructor, protoProps, staticProps) { + if (protoProps) _defineProperties(Constructor.prototype, protoProps); + if (staticProps) _defineProperties(Constructor, staticProps); + Object.defineProperty(Constructor, "prototype", { + writable: false + }); + return Constructor; +} +function _extends() { + _extends = Object.assign ? Object.assign.bind() : function (target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i]; + for (var key in source) { + if (Object.prototype.hasOwnProperty.call(source, key)) { + target[key] = source[key]; + } + } + } + return target; + }; + return _extends.apply(this, arguments); +} +function _unsupportedIterableToArray(o, minLen) { + if (!o) return; + if (typeof o === "string") return _arrayLikeToArray(o, minLen); + var n = Object.prototype.toString.call(o).slice(8, -1); + if (n === "Object" && o.constructor) n = o.constructor.name; + if (n === "Map" || n === "Set") return Array.from(o); + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); +} +function _arrayLikeToArray(arr, len) { + if (len == null || len > arr.length) len = arr.length; + for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; + return arr2; +} +function _createForOfIteratorHelperLoose(o, allowArrayLike) { + var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; + if (it) return (it = it.call(o)).next.bind(it); + if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { + if (it) o = it; + var i = 0; + return function () { + if (i >= o.length) return { + done: true + }; + return { + done: false, + value: o[i++] + }; + }; + } + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} +function _toPrimitive(input, hint) { + if (typeof input !== "object" || input === null) return input; + var prim = input[Symbol.toPrimitive]; + if (prim !== undefined) { + var res = prim.call(input, hint || "default"); + if (typeof res !== "object") return res; + throw new TypeError("@@toPrimitive must return a primitive value."); + } + return (hint === "string" ? String : Number)(input); +} +function _toPropertyKey(arg) { + var key = _toPrimitive(arg, "string"); + return typeof key === "symbol" ? key : String(key); +} + +function getDefaults() { + return { + async: false, + baseUrl: null, + breaks: false, + extensions: null, + gfm: true, + headerIds: true, + headerPrefix: '', + highlight: null, + hooks: null, + langPrefix: 'language-', + mangle: true, + pedantic: false, + renderer: null, + sanitize: false, + sanitizer: null, + silent: false, + smartypants: false, + tokenizer: null, + walkTokens: null, + xhtml: false + }; +} +exports.defaults = getDefaults(); +function changeDefaults(newDefaults) { + exports.defaults = newDefaults; +} + +/** + * Helpers + */ +var escapeTest = /[&<>"']/; +var escapeReplace = new RegExp(escapeTest.source, 'g'); +var escapeTestNoEncode = /[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/; +var escapeReplaceNoEncode = new RegExp(escapeTestNoEncode.source, 'g'); +var escapeReplacements = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + "'": ''' +}; +var getEscapeReplacement = function getEscapeReplacement(ch) { + return escapeReplacements[ch]; +}; +function escape(html, encode) { + if (encode) { + if (escapeTest.test(html)) { + return html.replace(escapeReplace, getEscapeReplacement); + } + } else { + if (escapeTestNoEncode.test(html)) { + return html.replace(escapeReplaceNoEncode, getEscapeReplacement); + } + } + return html; +} +var unescapeTest = /&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig; + +/** + * @param {string} html + */ +function unescape(html) { + // explicitly match decimal, hex, and named HTML entities + return html.replace(unescapeTest, function (_, n) { + n = n.toLowerCase(); + if (n === 'colon') return ':'; + if (n.charAt(0) === '#') { + return n.charAt(1) === 'x' ? String.fromCharCode(parseInt(n.substring(2), 16)) : String.fromCharCode(+n.substring(1)); + } + return ''; + }); +} +var caret = /(^|[^\[])\^/g; + +/** + * @param {string | RegExp} regex + * @param {string} opt + */ +function edit(regex, opt) { + regex = typeof regex === 'string' ? regex : regex.source; + opt = opt || ''; + var obj = { + replace: function replace(name, val) { + val = val.source || val; + val = val.replace(caret, '$1'); + regex = regex.replace(name, val); + return obj; + }, + getRegex: function getRegex() { + return new RegExp(regex, opt); + } + }; + return obj; +} +var nonWordAndColonTest = /[^\w:]/g; +var originIndependentUrl = /^$|^[a-z][a-z0-9+.-]*:|^[?#]/i; + +/** + * @param {boolean} sanitize + * @param {string} base + * @param {string} href + */ +function cleanUrl(sanitize, base, href) { + if (sanitize) { + var prot; + try { + prot = decodeURIComponent(unescape(href)).replace(nonWordAndColonTest, '').toLowerCase(); + } catch (e) { + return null; + } + if (prot.indexOf('javascript:') === 0 || prot.indexOf('vbscript:') === 0 || prot.indexOf('data:') === 0) { + return null; + } + } + if (base && !originIndependentUrl.test(href)) { + href = resolveUrl(base, href); + } + try { + href = encodeURI(href).replace(/%25/g, '%'); + } catch (e) { + return null; + } + return href; +} +var baseUrls = {}; +var justDomain = /^[^:]+:\/*[^/]*$/; +var protocol = /^([^:]+:)[\s\S]*$/; +var domain = /^([^:]+:\/*[^/]*)[\s\S]*$/; + +/** + * @param {string} base + * @param {string} href + */ +function resolveUrl(base, href) { + if (!baseUrls[' ' + base]) { + // we can ignore everything in base after the last slash of its path component, + // but we might need to add _that_ + // https://tools.ietf.org/html/rfc3986#section-3 + if (justDomain.test(base)) { + baseUrls[' ' + base] = base + '/'; + } else { + baseUrls[' ' + base] = rtrim(base, '/', true); + } + } + base = baseUrls[' ' + base]; + var relativeBase = base.indexOf(':') === -1; + if (href.substring(0, 2) === '//') { + if (relativeBase) { + return href; + } + return base.replace(protocol, '$1') + href; + } else if (href.charAt(0) === '/') { + if (relativeBase) { + return href; + } + return base.replace(domain, '$1') + href; + } else { + return base + href; + } +} +var noopTest = { + exec: function noopTest() {} +}; +function splitCells(tableRow, count) { + // ensure that every cell-delimiting pipe has a space + // before it to distinguish it from an escaped pipe + var row = tableRow.replace(/\|/g, function (match, offset, str) { + var escaped = false, + curr = offset; + while (--curr >= 0 && str[curr] === '\\') { + escaped = !escaped; + } + if (escaped) { + // odd number of slashes means | is escaped + // so we leave it alone + return '|'; + } else { + // add space before unescaped | + return ' |'; + } + }), + cells = row.split(/ \|/); + var i = 0; + + // First/last cell in a row cannot be empty if it has no leading/trailing pipe + if (!cells[0].trim()) { + cells.shift(); + } + if (cells.length > 0 && !cells[cells.length - 1].trim()) { + cells.pop(); + } + if (cells.length > count) { + cells.splice(count); + } else { + while (cells.length < count) { + cells.push(''); + } + } + for (; i < cells.length; i++) { + // leading or trailing whitespace is ignored per the gfm spec + cells[i] = cells[i].trim().replace(/\\\|/g, '|'); + } + return cells; +} + +/** + * Remove trailing 'c's. Equivalent to str.replace(/c*$/, ''). + * /c*$/ is vulnerable to REDOS. + * + * @param {string} str + * @param {string} c + * @param {boolean} invert Remove suffix of non-c chars instead. Default falsey. + */ +function rtrim(str, c, invert) { + var l = str.length; + if (l === 0) { + return ''; + } + + // Length of suffix matching the invert condition. + var suffLen = 0; + + // Step left until we fail to match the invert condition. + while (suffLen < l) { + var currChar = str.charAt(l - suffLen - 1); + if (currChar === c && !invert) { + suffLen++; + } else if (currChar !== c && invert) { + suffLen++; + } else { + break; + } + } + return str.slice(0, l - suffLen); +} +function findClosingBracket(str, b) { + if (str.indexOf(b[1]) === -1) { + return -1; + } + var l = str.length; + var level = 0, + i = 0; + for (; i < l; i++) { + if (str[i] === '\\') { + i++; + } else if (str[i] === b[0]) { + level++; + } else if (str[i] === b[1]) { + level--; + if (level < 0) { + return i; + } + } + } + return -1; +} +function checkSanitizeDeprecation(opt) { + if (opt && opt.sanitize && !opt.silent) { + console.warn('marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options'); + } +} + +// copied from https://stackoverflow.com/a/5450113/806777 +/** + * @param {string} pattern + * @param {number} count + */ +function repeatString(pattern, count) { + if (count < 1) { + return ''; + } + var result = ''; + while (count > 1) { + if (count & 1) { + result += pattern; + } + count >>= 1; + pattern += pattern; + } + return result + pattern; +} + +function outputLink(cap, link, raw, lexer) { + var href = link.href; + var title = link.title ? escape(link.title) : null; + var text = cap[1].replace(/\\([\[\]])/g, '$1'); + if (cap[0].charAt(0) !== '!') { + lexer.state.inLink = true; + var token = { + type: 'link', + raw: raw, + href: href, + title: title, + text: text, + tokens: lexer.inlineTokens(text) + }; + lexer.state.inLink = false; + return token; + } + return { + type: 'image', + raw: raw, + href: href, + title: title, + text: escape(text) + }; +} +function indentCodeCompensation(raw, text) { + var matchIndentToCode = raw.match(/^(\s+)(?:```)/); + if (matchIndentToCode === null) { + return text; + } + var indentToCode = matchIndentToCode[1]; + return text.split('\n').map(function (node) { + var matchIndentInNode = node.match(/^\s+/); + if (matchIndentInNode === null) { + return node; + } + var indentInNode = matchIndentInNode[0]; + if (indentInNode.length >= indentToCode.length) { + return node.slice(indentToCode.length); + } + return node; + }).join('\n'); +} + +/** + * Tokenizer + */ +var Tokenizer = /*#__PURE__*/function () { + function Tokenizer(options) { + this.options = options || exports.defaults; + } + var _proto = Tokenizer.prototype; + _proto.space = function space(src) { + var cap = this.rules.block.newline.exec(src); + if (cap && cap[0].length > 0) { + return { + type: 'space', + raw: cap[0] + }; + } + }; + _proto.code = function code(src) { + var cap = this.rules.block.code.exec(src); + if (cap) { + var text = cap[0].replace(/^ {1,4}/gm, ''); + return { + type: 'code', + raw: cap[0], + codeBlockStyle: 'indented', + text: !this.options.pedantic ? rtrim(text, '\n') : text + }; + } + }; + _proto.fences = function fences(src) { + var cap = this.rules.block.fences.exec(src); + if (cap) { + var raw = cap[0]; + var text = indentCodeCompensation(raw, cap[3] || ''); + return { + type: 'code', + raw: raw, + lang: cap[2] ? cap[2].trim().replace(this.rules.inline._escapes, '$1') : cap[2], + text: text + }; + } + }; + _proto.heading = function heading(src) { + var cap = this.rules.block.heading.exec(src); + if (cap) { + var text = cap[2].trim(); + + // remove trailing #s + if (/#$/.test(text)) { + var trimmed = rtrim(text, '#'); + if (this.options.pedantic) { + text = trimmed.trim(); + } else if (!trimmed || / $/.test(trimmed)) { + // CommonMark requires space before trailing #s + text = trimmed.trim(); + } + } + return { + type: 'heading', + raw: cap[0], + depth: cap[1].length, + text: text, + tokens: this.lexer.inline(text) + }; + } + }; + _proto.hr = function hr(src) { + var cap = this.rules.block.hr.exec(src); + if (cap) { + return { + type: 'hr', + raw: cap[0] + }; + } + }; + _proto.blockquote = function blockquote(src) { + var cap = this.rules.block.blockquote.exec(src); + if (cap) { + var text = cap[0].replace(/^ *>[ \t]?/gm, ''); + var top = this.lexer.state.top; + this.lexer.state.top = true; + var tokens = this.lexer.blockTokens(text); + this.lexer.state.top = top; + return { + type: 'blockquote', + raw: cap[0], + tokens: tokens, + text: text + }; + } + }; + _proto.list = function list(src) { + var cap = this.rules.block.list.exec(src); + if (cap) { + var raw, istask, ischecked, indent, i, blankLine, endsWithBlankLine, line, nextLine, rawLine, itemContents, endEarly; + var bull = cap[1].trim(); + var isordered = bull.length > 1; + var list = { + type: 'list', + raw: '', + ordered: isordered, + start: isordered ? +bull.slice(0, -1) : '', + loose: false, + items: [] + }; + bull = isordered ? "\\d{1,9}\\" + bull.slice(-1) : "\\" + bull; + if (this.options.pedantic) { + bull = isordered ? bull : '[*+-]'; + } + + // Get next list item + var itemRegex = new RegExp("^( {0,3}" + bull + ")((?:[\t ][^\\n]*)?(?:\\n|$))"); + + // Check if current bullet point can start a new List Item + while (src) { + endEarly = false; + if (!(cap = itemRegex.exec(src))) { + break; + } + if (this.rules.block.hr.test(src)) { + // End list if bullet was actually HR (possibly move into itemRegex?) + break; + } + raw = cap[0]; + src = src.substring(raw.length); + line = cap[2].split('\n', 1)[0].replace(/^\t+/, function (t) { + return ' '.repeat(3 * t.length); + }); + nextLine = src.split('\n', 1)[0]; + if (this.options.pedantic) { + indent = 2; + itemContents = line.trimLeft(); + } else { + indent = cap[2].search(/[^ ]/); // Find first non-space char + indent = indent > 4 ? 1 : indent; // Treat indented code blocks (> 4 spaces) as having only 1 indent + itemContents = line.slice(indent); + indent += cap[1].length; + } + blankLine = false; + if (!line && /^ *$/.test(nextLine)) { + // Items begin with at most one blank line + raw += nextLine + '\n'; + src = src.substring(nextLine.length + 1); + endEarly = true; + } + if (!endEarly) { + var nextBulletRegex = new RegExp("^ {0," + Math.min(3, indent - 1) + "}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))"); + var hrRegex = new RegExp("^ {0," + Math.min(3, indent - 1) + "}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)"); + var fencesBeginRegex = new RegExp("^ {0," + Math.min(3, indent - 1) + "}(?:```|~~~)"); + var headingBeginRegex = new RegExp("^ {0," + Math.min(3, indent - 1) + "}#"); + + // Check if following lines should be included in List Item + while (src) { + rawLine = src.split('\n', 1)[0]; + nextLine = rawLine; + + // Re-align to follow commonmark nesting rules + if (this.options.pedantic) { + nextLine = nextLine.replace(/^ {1,4}(?=( {4})*[^ ])/g, ' '); + } + + // End list item if found code fences + if (fencesBeginRegex.test(nextLine)) { + break; + } + + // End list item if found start of new heading + if (headingBeginRegex.test(nextLine)) { + break; + } + + // End list item if found start of new bullet + if (nextBulletRegex.test(nextLine)) { + break; + } + + // Horizontal rule found + if (hrRegex.test(src)) { + break; + } + if (nextLine.search(/[^ ]/) >= indent || !nextLine.trim()) { + // Dedent if possible + itemContents += '\n' + nextLine.slice(indent); + } else { + // not enough indentation + if (blankLine) { + break; + } + + // paragraph continuation unless last line was a different block level element + if (line.search(/[^ ]/) >= 4) { + // indented code block + break; + } + if (fencesBeginRegex.test(line)) { + break; + } + if (headingBeginRegex.test(line)) { + break; + } + if (hrRegex.test(line)) { + break; + } + itemContents += '\n' + nextLine; + } + if (!blankLine && !nextLine.trim()) { + // Check if current line is blank + blankLine = true; + } + raw += rawLine + '\n'; + src = src.substring(rawLine.length + 1); + line = nextLine.slice(indent); + } + } + if (!list.loose) { + // If the previous item ended with a blank line, the list is loose + if (endsWithBlankLine) { + list.loose = true; + } else if (/\n *\n *$/.test(raw)) { + endsWithBlankLine = true; + } + } + + // Check for task list items + if (this.options.gfm) { + istask = /^\[[ xX]\] /.exec(itemContents); + if (istask) { + ischecked = istask[0] !== '[ ] '; + itemContents = itemContents.replace(/^\[[ xX]\] +/, ''); + } + } + list.items.push({ + type: 'list_item', + raw: raw, + task: !!istask, + checked: ischecked, + loose: false, + text: itemContents + }); + list.raw += raw; + } + + // Do not consume newlines at end of final item. Alternatively, make itemRegex *start* with any newlines to simplify/speed up endsWithBlankLine logic + list.items[list.items.length - 1].raw = raw.trimRight(); + list.items[list.items.length - 1].text = itemContents.trimRight(); + list.raw = list.raw.trimRight(); + var l = list.items.length; + + // Item child tokens handled here at end because we needed to have the final item to trim it first + for (i = 0; i < l; i++) { + this.lexer.state.top = false; + list.items[i].tokens = this.lexer.blockTokens(list.items[i].text, []); + if (!list.loose) { + // Check if list should be loose + var spacers = list.items[i].tokens.filter(function (t) { + return t.type === 'space'; + }); + var hasMultipleLineBreaks = spacers.length > 0 && spacers.some(function (t) { + return /\n.*\n/.test(t.raw); + }); + list.loose = hasMultipleLineBreaks; + } + } + + // Set all items to loose if list is loose + if (list.loose) { + for (i = 0; i < l; i++) { + list.items[i].loose = true; + } + } + return list; + } + }; + _proto.html = function html(src) { + var cap = this.rules.block.html.exec(src); + if (cap) { + var token = { + type: 'html', + raw: cap[0], + pre: !this.options.sanitizer && (cap[1] === 'pre' || cap[1] === 'script' || cap[1] === 'style'), + text: cap[0] + }; + if (this.options.sanitize) { + var text = this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0]); + token.type = 'paragraph'; + token.text = text; + token.tokens = this.lexer.inline(text); + } + return token; + } + }; + _proto.def = function def(src) { + var cap = this.rules.block.def.exec(src); + if (cap) { + var tag = cap[1].toLowerCase().replace(/\s+/g, ' '); + var href = cap[2] ? cap[2].replace(/^<(.*)>$/, '$1').replace(this.rules.inline._escapes, '$1') : ''; + var title = cap[3] ? cap[3].substring(1, cap[3].length - 1).replace(this.rules.inline._escapes, '$1') : cap[3]; + return { + type: 'def', + tag: tag, + raw: cap[0], + href: href, + title: title + }; + } + }; + _proto.table = function table(src) { + var cap = this.rules.block.table.exec(src); + if (cap) { + var item = { + type: 'table', + header: splitCells(cap[1]).map(function (c) { + return { + text: c + }; + }), + align: cap[2].replace(/^ *|\| *$/g, '').split(/ *\| */), + rows: cap[3] && cap[3].trim() ? cap[3].replace(/\n[ \t]*$/, '').split('\n') : [] + }; + if (item.header.length === item.align.length) { + item.raw = cap[0]; + var l = item.align.length; + var i, j, k, row; + for (i = 0; i < l; i++) { + if (/^ *-+: *$/.test(item.align[i])) { + item.align[i] = 'right'; + } else if (/^ *:-+: *$/.test(item.align[i])) { + item.align[i] = 'center'; + } else if (/^ *:-+ *$/.test(item.align[i])) { + item.align[i] = 'left'; + } else { + item.align[i] = null; + } + } + l = item.rows.length; + for (i = 0; i < l; i++) { + item.rows[i] = splitCells(item.rows[i], item.header.length).map(function (c) { + return { + text: c + }; + }); + } + + // parse child tokens inside headers and cells + + // header child tokens + l = item.header.length; + for (j = 0; j < l; j++) { + item.header[j].tokens = this.lexer.inline(item.header[j].text); + } + + // cell child tokens + l = item.rows.length; + for (j = 0; j < l; j++) { + row = item.rows[j]; + for (k = 0; k < row.length; k++) { + row[k].tokens = this.lexer.inline(row[k].text); + } + } + return item; + } + } + }; + _proto.lheading = function lheading(src) { + var cap = this.rules.block.lheading.exec(src); + if (cap) { + return { + type: 'heading', + raw: cap[0], + depth: cap[2].charAt(0) === '=' ? 1 : 2, + text: cap[1], + tokens: this.lexer.inline(cap[1]) + }; + } + }; + _proto.paragraph = function paragraph(src) { + var cap = this.rules.block.paragraph.exec(src); + if (cap) { + var text = cap[1].charAt(cap[1].length - 1) === '\n' ? cap[1].slice(0, -1) : cap[1]; + return { + type: 'paragraph', + raw: cap[0], + text: text, + tokens: this.lexer.inline(text) + }; + } + }; + _proto.text = function text(src) { + var cap = this.rules.block.text.exec(src); + if (cap) { + return { + type: 'text', + raw: cap[0], + text: cap[0], + tokens: this.lexer.inline(cap[0]) + }; + } + }; + _proto.escape = function escape$1(src) { + var cap = this.rules.inline.escape.exec(src); + if (cap) { + return { + type: 'escape', + raw: cap[0], + text: escape(cap[1]) + }; + } + }; + _proto.tag = function tag(src) { + var cap = this.rules.inline.tag.exec(src); + if (cap) { + if (!this.lexer.state.inLink && /^/i.test(cap[0])) { + this.lexer.state.inLink = false; + } + if (!this.lexer.state.inRawBlock && /^<(pre|code|kbd|script)(\s|>)/i.test(cap[0])) { + this.lexer.state.inRawBlock = true; + } else if (this.lexer.state.inRawBlock && /^<\/(pre|code|kbd|script)(\s|>)/i.test(cap[0])) { + this.lexer.state.inRawBlock = false; + } + return { + type: this.options.sanitize ? 'text' : 'html', + raw: cap[0], + inLink: this.lexer.state.inLink, + inRawBlock: this.lexer.state.inRawBlock, + text: this.options.sanitize ? this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0]) : cap[0] + }; + } + }; + _proto.link = function link(src) { + var cap = this.rules.inline.link.exec(src); + if (cap) { + var trimmedUrl = cap[2].trim(); + if (!this.options.pedantic && /^$/.test(trimmedUrl)) { + return; + } + + // ending angle bracket cannot be escaped + var rtrimSlash = rtrim(trimmedUrl.slice(0, -1), '\\'); + if ((trimmedUrl.length - rtrimSlash.length) % 2 === 0) { + return; + } + } else { + // find closing parenthesis + var lastParenIndex = findClosingBracket(cap[2], '()'); + if (lastParenIndex > -1) { + var start = cap[0].indexOf('!') === 0 ? 5 : 4; + var linkLen = start + cap[1].length + lastParenIndex; + cap[2] = cap[2].substring(0, lastParenIndex); + cap[0] = cap[0].substring(0, linkLen).trim(); + cap[3] = ''; + } + } + var href = cap[2]; + var title = ''; + if (this.options.pedantic) { + // split pedantic href and title + var link = /^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(href); + if (link) { + href = link[1]; + title = link[3]; + } + } else { + title = cap[3] ? cap[3].slice(1, -1) : ''; + } + href = href.trim(); + if (/^$/.test(trimmedUrl)) { + // pedantic allows starting angle bracket without ending angle bracket + href = href.slice(1); + } else { + href = href.slice(1, -1); + } + } + return outputLink(cap, { + href: href ? href.replace(this.rules.inline._escapes, '$1') : href, + title: title ? title.replace(this.rules.inline._escapes, '$1') : title + }, cap[0], this.lexer); + } + }; + _proto.reflink = function reflink(src, links) { + var cap; + if ((cap = this.rules.inline.reflink.exec(src)) || (cap = this.rules.inline.nolink.exec(src))) { + var link = (cap[2] || cap[1]).replace(/\s+/g, ' '); + link = links[link.toLowerCase()]; + if (!link) { + var text = cap[0].charAt(0); + return { + type: 'text', + raw: text, + text: text + }; + } + return outputLink(cap, link, cap[0], this.lexer); + } + }; + _proto.emStrong = function emStrong(src, maskedSrc, prevChar) { + if (prevChar === void 0) { + prevChar = ''; + } + var match = this.rules.inline.emStrong.lDelim.exec(src); + if (!match) return; + + // _ can't be between two alphanumerics. \p{L}\p{N} includes non-english alphabet/numbers as well + if (match[3] && prevChar.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDF70-\uDF81\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])/)) return; + var nextChar = match[1] || match[2] || ''; + if (!nextChar || nextChar && (prevChar === '' || this.rules.inline.punctuation.exec(prevChar))) { + var lLength = match[0].length - 1; + var rDelim, + rLength, + delimTotal = lLength, + midDelimTotal = 0; + var endReg = match[0][0] === '*' ? this.rules.inline.emStrong.rDelimAst : this.rules.inline.emStrong.rDelimUnd; + endReg.lastIndex = 0; + + // Clip maskedSrc to same section of string as src (move to lexer?) + maskedSrc = maskedSrc.slice(-1 * src.length + lLength); + while ((match = endReg.exec(maskedSrc)) != null) { + rDelim = match[1] || match[2] || match[3] || match[4] || match[5] || match[6]; + if (!rDelim) continue; // skip single * in __abc*abc__ + + rLength = rDelim.length; + if (match[3] || match[4]) { + // found another Left Delim + delimTotal += rLength; + continue; + } else if (match[5] || match[6]) { + // either Left or Right Delim + if (lLength % 3 && !((lLength + rLength) % 3)) { + midDelimTotal += rLength; + continue; // CommonMark Emphasis Rules 9-10 + } + } + + delimTotal -= rLength; + if (delimTotal > 0) continue; // Haven't found enough closing delimiters + + // Remove extra characters. *a*** -> *a* + rLength = Math.min(rLength, rLength + delimTotal + midDelimTotal); + var raw = src.slice(0, lLength + match.index + (match[0].length - rDelim.length) + rLength); + + // Create `em` if smallest delimiter has odd char count. *a*** + if (Math.min(lLength, rLength) % 2) { + var _text = raw.slice(1, -1); + return { + type: 'em', + raw: raw, + text: _text, + tokens: this.lexer.inlineTokens(_text) + }; + } + + // Create 'strong' if smallest delimiter has even char count. **a*** + var text = raw.slice(2, -2); + return { + type: 'strong', + raw: raw, + text: text, + tokens: this.lexer.inlineTokens(text) + }; + } + } + }; + _proto.codespan = function codespan(src) { + var cap = this.rules.inline.code.exec(src); + if (cap) { + var text = cap[2].replace(/\n/g, ' '); + var hasNonSpaceChars = /[^ ]/.test(text); + var hasSpaceCharsOnBothEnds = /^ /.test(text) && / $/.test(text); + if (hasNonSpaceChars && hasSpaceCharsOnBothEnds) { + text = text.substring(1, text.length - 1); + } + text = escape(text, true); + return { + type: 'codespan', + raw: cap[0], + text: text + }; + } + }; + _proto.br = function br(src) { + var cap = this.rules.inline.br.exec(src); + if (cap) { + return { + type: 'br', + raw: cap[0] + }; + } + }; + _proto.del = function del(src) { + var cap = this.rules.inline.del.exec(src); + if (cap) { + return { + type: 'del', + raw: cap[0], + text: cap[2], + tokens: this.lexer.inlineTokens(cap[2]) + }; + } + }; + _proto.autolink = function autolink(src, mangle) { + var cap = this.rules.inline.autolink.exec(src); + if (cap) { + var text, href; + if (cap[2] === '@') { + text = escape(this.options.mangle ? mangle(cap[1]) : cap[1]); + href = 'mailto:' + text; + } else { + text = escape(cap[1]); + href = text; + } + return { + type: 'link', + raw: cap[0], + text: text, + href: href, + tokens: [{ + type: 'text', + raw: text, + text: text + }] + }; + } + }; + _proto.url = function url(src, mangle) { + var cap; + if (cap = this.rules.inline.url.exec(src)) { + var text, href; + if (cap[2] === '@') { + text = escape(this.options.mangle ? mangle(cap[0]) : cap[0]); + href = 'mailto:' + text; + } else { + // do extended autolink path validation + var prevCapZero; + do { + prevCapZero = cap[0]; + cap[0] = this.rules.inline._backpedal.exec(cap[0])[0]; + } while (prevCapZero !== cap[0]); + text = escape(cap[0]); + if (cap[1] === 'www.') { + href = 'http://' + cap[0]; + } else { + href = cap[0]; + } + } + return { + type: 'link', + raw: cap[0], + text: text, + href: href, + tokens: [{ + type: 'text', + raw: text, + text: text + }] + }; + } + }; + _proto.inlineText = function inlineText(src, smartypants) { + var cap = this.rules.inline.text.exec(src); + if (cap) { + var text; + if (this.lexer.state.inRawBlock) { + text = this.options.sanitize ? this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0]) : cap[0]; + } else { + text = escape(this.options.smartypants ? smartypants(cap[0]) : cap[0]); + } + return { + type: 'text', + raw: cap[0], + text: text + }; + } + }; + return Tokenizer; +}(); + +/** + * Block-Level Grammar + */ +var block = { + newline: /^(?: *(?:\n|$))+/, + code: /^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/, + fences: /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/, + hr: /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/, + heading: /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/, + blockquote: /^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/, + list: /^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/, + html: '^ {0,3}(?:' // optional indentation + + '<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)' // (1) + + '|comment[^\\n]*(\\n+|$)' // (2) + + '|<\\?[\\s\\S]*?(?:\\?>\\n*|$)' // (3) + + '|\\n*|$)' // (4) + + '|\\n*|$)' // (5) + + '|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)' // (6) + + '|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)' // (7) open tag + + '|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)' // (7) closing tag + + ')', + def: /^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/, + table: noopTest, + lheading: /^((?:.|\n(?!\n))+?)\n {0,3}(=+|-+) *(?:\n+|$)/, + // regex template, placeholders will be replaced according to different paragraph + // interruption rules of commonmark and the original markdown spec: + _paragraph: /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/, + text: /^[^\n]+/ +}; +block._label = /(?!\s*\])(?:\\.|[^\[\]\\])+/; +block._title = /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/; +block.def = edit(block.def).replace('label', block._label).replace('title', block._title).getRegex(); +block.bullet = /(?:[*+-]|\d{1,9}[.)])/; +block.listItemStart = edit(/^( *)(bull) */).replace('bull', block.bullet).getRegex(); +block.list = edit(block.list).replace(/bull/g, block.bullet).replace('hr', '\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))').replace('def', '\\n+(?=' + block.def.source + ')').getRegex(); +block._tag = 'address|article|aside|base|basefont|blockquote|body|caption' + '|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption' + '|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe' + '|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option' + '|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr' + '|track|ul'; +block._comment = /|$)/; +block.html = edit(block.html, 'i').replace('comment', block._comment).replace('tag', block._tag).replace('attribute', / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(); +block.paragraph = edit(block._paragraph).replace('hr', block.hr).replace('heading', ' {0,3}#{1,6} ').replace('|lheading', '') // setex headings don't interrupt commonmark paragraphs +.replace('|table', '').replace('blockquote', ' {0,3}>').replace('fences', ' {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n').replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt +.replace('html', ')|<(?:script|pre|style|textarea|!--)').replace('tag', block._tag) // pars can be interrupted by type (6) html blocks +.getRegex(); +block.blockquote = edit(block.blockquote).replace('paragraph', block.paragraph).getRegex(); + +/** + * Normal Block Grammar + */ + +block.normal = _extends({}, block); + +/** + * GFM Block Grammar + */ + +block.gfm = _extends({}, block.normal, { + table: '^ *([^\\n ].*\\|.*)\\n' // Header + + ' {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?' // Align + + '(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)' // Cells +}); + +block.gfm.table = edit(block.gfm.table).replace('hr', block.hr).replace('heading', ' {0,3}#{1,6} ').replace('blockquote', ' {0,3}>').replace('code', ' {4}[^\\n]').replace('fences', ' {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n').replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt +.replace('html', ')|<(?:script|pre|style|textarea|!--)').replace('tag', block._tag) // tables can be interrupted by type (6) html blocks +.getRegex(); +block.gfm.paragraph = edit(block._paragraph).replace('hr', block.hr).replace('heading', ' {0,3}#{1,6} ').replace('|lheading', '') // setex headings don't interrupt commonmark paragraphs +.replace('table', block.gfm.table) // interrupt paragraphs with table +.replace('blockquote', ' {0,3}>').replace('fences', ' {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n').replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt +.replace('html', ')|<(?:script|pre|style|textarea|!--)').replace('tag', block._tag) // pars can be interrupted by type (6) html blocks +.getRegex(); +/** + * Pedantic grammar (original John Gruber's loose markdown specification) + */ + +block.pedantic = _extends({}, block.normal, { + html: edit('^ *(?:comment *(?:\\n|\\s*$)' + '|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)' // closed tag + + '|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))').replace('comment', block._comment).replace(/tag/g, '(?!(?:' + 'a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub' + '|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)' + '\\b)\\w+(?!:|[^\\w\\s@]*@)\\b').getRegex(), + def: /^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/, + heading: /^(#{1,6})(.*)(?:\n+|$)/, + fences: noopTest, + // fences not supported + lheading: /^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/, + paragraph: edit(block.normal._paragraph).replace('hr', block.hr).replace('heading', ' *#{1,6} *[^\n]').replace('lheading', block.lheading).replace('blockquote', ' {0,3}>').replace('|fences', '').replace('|list', '').replace('|html', '').getRegex() +}); + +/** + * Inline-Level Grammar + */ +var inline = { + escape: /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, + autolink: /^<(scheme:[^\s\x00-\x1f<>]*|email)>/, + url: noopTest, + tag: '^comment' + '|^' // self-closing tag + + '|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>' // open tag + + '|^<\\?[\\s\\S]*?\\?>' // processing instruction, e.g. + + '|^' // declaration, e.g. + + '|^', + // CDATA section + link: /^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/, + reflink: /^!?\[(label)\]\[(ref)\]/, + nolink: /^!?\[(ref)\](?:\[\])?/, + reflinkSearch: 'reflink|nolink(?!\\()', + emStrong: { + lDelim: /^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/, + // (1) and (2) can only be a Right Delimiter. (3) and (4) can only be Left. (5) and (6) can be either Left or Right. + // () Skip orphan inside strong () Consume to delim (1) #*** (2) a***#, a*** (3) #***a, ***a (4) ***# (5) #***# (6) a***a + rDelimAst: /^(?:[^_*\\]|\\.)*?\_\_(?:[^_*\\]|\\.)*?\*(?:[^_*\\]|\\.)*?(?=\_\_)|(?:[^*\\]|\\.)+(?=[^*])|[punct_](\*+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|(?:[^punct*_\s\\]|\\.)(\*+)(?=[^punct*_\s])/, + rDelimUnd: /^(?:[^_*\\]|\\.)*?\*\*(?:[^_*\\]|\\.)*?\_(?:[^_*\\]|\\.)*?(?=\*\*)|(?:[^_\\]|\\.)+(?=[^_])|[punct*](\_+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/ // ^- Not allowed for _ + }, + + code: /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/, + br: /^( {2,}|\\)\n(?!\s*$)/, + del: noopTest, + text: /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\?@\\[\\]`^{|}~'; +inline.punctuation = edit(inline.punctuation).replace(/punctuation/g, inline._punctuation).getRegex(); + +// sequences em should skip over [title](link), `code`, +inline.blockSkip = /\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g; +// lookbehind is not available on Safari as of version 16 +// inline.escapedEmSt = /(?<=(?:^|[^\\)(?:\\[^])*)\\[*_]/g; +inline.escapedEmSt = /(?:^|[^\\])(?:\\\\)*\\[*_]/g; +inline._comment = edit(block._comment).replace('(?:-->|$)', '-->').getRegex(); +inline.emStrong.lDelim = edit(inline.emStrong.lDelim).replace(/punct/g, inline._punctuation).getRegex(); +inline.emStrong.rDelimAst = edit(inline.emStrong.rDelimAst, 'g').replace(/punct/g, inline._punctuation).getRegex(); +inline.emStrong.rDelimUnd = edit(inline.emStrong.rDelimUnd, 'g').replace(/punct/g, inline._punctuation).getRegex(); +inline._escapes = /\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g; +inline._scheme = /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/; +inline._email = /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/; +inline.autolink = edit(inline.autolink).replace('scheme', inline._scheme).replace('email', inline._email).getRegex(); +inline._attribute = /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/; +inline.tag = edit(inline.tag).replace('comment', inline._comment).replace('attribute', inline._attribute).getRegex(); +inline._label = /(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/; +inline._href = /<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/; +inline._title = /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/; +inline.link = edit(inline.link).replace('label', inline._label).replace('href', inline._href).replace('title', inline._title).getRegex(); +inline.reflink = edit(inline.reflink).replace('label', inline._label).replace('ref', block._label).getRegex(); +inline.nolink = edit(inline.nolink).replace('ref', block._label).getRegex(); +inline.reflinkSearch = edit(inline.reflinkSearch, 'g').replace('reflink', inline.reflink).replace('nolink', inline.nolink).getRegex(); + +/** + * Normal Inline Grammar + */ + +inline.normal = _extends({}, inline); + +/** + * Pedantic Inline Grammar + */ + +inline.pedantic = _extends({}, inline.normal, { + strong: { + start: /^__|\*\*/, + middle: /^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/, + endAst: /\*\*(?!\*)/g, + endUnd: /__(?!_)/g + }, + em: { + start: /^_|\*/, + middle: /^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/, + endAst: /\*(?!\*)/g, + endUnd: /_(?!_)/g + }, + link: edit(/^!?\[(label)\]\((.*?)\)/).replace('label', inline._label).getRegex(), + reflink: edit(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace('label', inline._label).getRegex() +}); + +/** + * GFM Inline Grammar + */ + +inline.gfm = _extends({}, inline.normal, { + escape: edit(inline.escape).replace('])', '~|])').getRegex(), + _extended_email: /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/, + url: /^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/, + _backpedal: /(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/, + del: /^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/, + text: /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\ 0.5) { + ch = 'x' + ch.toString(16); + } + out += '&#' + ch + ';'; + } + return out; +} + +/** + * Block Lexer + */ +var Lexer = /*#__PURE__*/function () { + function Lexer(options) { + this.tokens = []; + this.tokens.links = Object.create(null); + this.options = options || exports.defaults; + this.options.tokenizer = this.options.tokenizer || new Tokenizer(); + this.tokenizer = this.options.tokenizer; + this.tokenizer.options = this.options; + this.tokenizer.lexer = this; + this.inlineQueue = []; + this.state = { + inLink: false, + inRawBlock: false, + top: true + }; + var rules = { + block: block.normal, + inline: inline.normal + }; + if (this.options.pedantic) { + rules.block = block.pedantic; + rules.inline = inline.pedantic; + } else if (this.options.gfm) { + rules.block = block.gfm; + if (this.options.breaks) { + rules.inline = inline.breaks; + } else { + rules.inline = inline.gfm; + } + } + this.tokenizer.rules = rules; + } + + /** + * Expose Rules + */ + /** + * Static Lex Method + */ + Lexer.lex = function lex(src, options) { + var lexer = new Lexer(options); + return lexer.lex(src); + } + + /** + * Static Lex Inline Method + */; + Lexer.lexInline = function lexInline(src, options) { + var lexer = new Lexer(options); + return lexer.inlineTokens(src); + } + + /** + * Preprocessing + */; + var _proto = Lexer.prototype; + _proto.lex = function lex(src) { + src = src.replace(/\r\n|\r/g, '\n'); + this.blockTokens(src, this.tokens); + var next; + while (next = this.inlineQueue.shift()) { + this.inlineTokens(next.src, next.tokens); + } + return this.tokens; + } + + /** + * Lexing + */; + _proto.blockTokens = function blockTokens(src, tokens) { + var _this = this; + if (tokens === void 0) { + tokens = []; + } + if (this.options.pedantic) { + src = src.replace(/\t/g, ' ').replace(/^ +$/gm, ''); + } else { + src = src.replace(/^( *)(\t+)/gm, function (_, leading, tabs) { + return leading + ' '.repeat(tabs.length); + }); + } + var token, lastToken, cutSrc, lastParagraphClipped; + while (src) { + if (this.options.extensions && this.options.extensions.block && this.options.extensions.block.some(function (extTokenizer) { + if (token = extTokenizer.call({ + lexer: _this + }, src, tokens)) { + src = src.substring(token.raw.length); + tokens.push(token); + return true; + } + return false; + })) { + continue; + } + + // newline + if (token = this.tokenizer.space(src)) { + src = src.substring(token.raw.length); + if (token.raw.length === 1 && tokens.length > 0) { + // if there's a single \n as a spacer, it's terminating the last line, + // so move it there so that we don't get unecessary paragraph tags + tokens[tokens.length - 1].raw += '\n'; + } else { + tokens.push(token); + } + continue; + } + + // code + if (token = this.tokenizer.code(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + // An indented code block cannot interrupt a paragraph. + if (lastToken && (lastToken.type === 'paragraph' || lastToken.type === 'text')) { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.text; + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else { + tokens.push(token); + } + continue; + } + + // fences + if (token = this.tokenizer.fences(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // heading + if (token = this.tokenizer.heading(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // hr + if (token = this.tokenizer.hr(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // blockquote + if (token = this.tokenizer.blockquote(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // list + if (token = this.tokenizer.list(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // html + if (token = this.tokenizer.html(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // def + if (token = this.tokenizer.def(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && (lastToken.type === 'paragraph' || lastToken.type === 'text')) { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.raw; + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else if (!this.tokens.links[token.tag]) { + this.tokens.links[token.tag] = { + href: token.href, + title: token.title + }; + } + continue; + } + + // table (gfm) + if (token = this.tokenizer.table(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // lheading + if (token = this.tokenizer.lheading(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // top-level paragraph + // prevent paragraph consuming extensions by clipping 'src' to extension start + cutSrc = src; + if (this.options.extensions && this.options.extensions.startBlock) { + (function () { + var startIndex = Infinity; + var tempSrc = src.slice(1); + var tempStart = void 0; + _this.options.extensions.startBlock.forEach(function (getStartIndex) { + tempStart = getStartIndex.call({ + lexer: this + }, tempSrc); + if (typeof tempStart === 'number' && tempStart >= 0) { + startIndex = Math.min(startIndex, tempStart); + } + }); + if (startIndex < Infinity && startIndex >= 0) { + cutSrc = src.substring(0, startIndex + 1); + } + })(); + } + if (this.state.top && (token = this.tokenizer.paragraph(cutSrc))) { + lastToken = tokens[tokens.length - 1]; + if (lastParagraphClipped && lastToken.type === 'paragraph') { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.text; + this.inlineQueue.pop(); + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else { + tokens.push(token); + } + lastParagraphClipped = cutSrc.length !== src.length; + src = src.substring(token.raw.length); + continue; + } + + // text + if (token = this.tokenizer.text(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && lastToken.type === 'text') { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.text; + this.inlineQueue.pop(); + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else { + tokens.push(token); + } + continue; + } + if (src) { + var errMsg = 'Infinite loop on byte: ' + src.charCodeAt(0); + if (this.options.silent) { + console.error(errMsg); + break; + } else { + throw new Error(errMsg); + } + } + } + this.state.top = true; + return tokens; + }; + _proto.inline = function inline(src, tokens) { + if (tokens === void 0) { + tokens = []; + } + this.inlineQueue.push({ + src: src, + tokens: tokens + }); + return tokens; + } + + /** + * Lexing/Compiling + */; + _proto.inlineTokens = function inlineTokens(src, tokens) { + var _this2 = this; + if (tokens === void 0) { + tokens = []; + } + var token, lastToken, cutSrc; + + // String with links masked to avoid interference with em and strong + var maskedSrc = src; + var match; + var keepPrevChar, prevChar; + + // Mask out reflinks + if (this.tokens.links) { + var links = Object.keys(this.tokens.links); + if (links.length > 0) { + while ((match = this.tokenizer.rules.inline.reflinkSearch.exec(maskedSrc)) != null) { + if (links.includes(match[0].slice(match[0].lastIndexOf('[') + 1, -1))) { + maskedSrc = maskedSrc.slice(0, match.index) + '[' + repeatString('a', match[0].length - 2) + ']' + maskedSrc.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex); + } + } + } + } + // Mask out other blocks + while ((match = this.tokenizer.rules.inline.blockSkip.exec(maskedSrc)) != null) { + maskedSrc = maskedSrc.slice(0, match.index) + '[' + repeatString('a', match[0].length - 2) + ']' + maskedSrc.slice(this.tokenizer.rules.inline.blockSkip.lastIndex); + } + + // Mask out escaped em & strong delimiters + while ((match = this.tokenizer.rules.inline.escapedEmSt.exec(maskedSrc)) != null) { + maskedSrc = maskedSrc.slice(0, match.index + match[0].length - 2) + '++' + maskedSrc.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex); + this.tokenizer.rules.inline.escapedEmSt.lastIndex--; + } + while (src) { + if (!keepPrevChar) { + prevChar = ''; + } + keepPrevChar = false; + + // extensions + if (this.options.extensions && this.options.extensions.inline && this.options.extensions.inline.some(function (extTokenizer) { + if (token = extTokenizer.call({ + lexer: _this2 + }, src, tokens)) { + src = src.substring(token.raw.length); + tokens.push(token); + return true; + } + return false; + })) { + continue; + } + + // escape + if (token = this.tokenizer.escape(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // tag + if (token = this.tokenizer.tag(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && token.type === 'text' && lastToken.type === 'text') { + lastToken.raw += token.raw; + lastToken.text += token.text; + } else { + tokens.push(token); + } + continue; + } + + // link + if (token = this.tokenizer.link(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // reflink, nolink + if (token = this.tokenizer.reflink(src, this.tokens.links)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && token.type === 'text' && lastToken.type === 'text') { + lastToken.raw += token.raw; + lastToken.text += token.text; + } else { + tokens.push(token); + } + continue; + } + + // em & strong + if (token = this.tokenizer.emStrong(src, maskedSrc, prevChar)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // code + if (token = this.tokenizer.codespan(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // br + if (token = this.tokenizer.br(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // del (gfm) + if (token = this.tokenizer.del(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // autolink + if (token = this.tokenizer.autolink(src, mangle)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // url (gfm) + if (!this.state.inLink && (token = this.tokenizer.url(src, mangle))) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // text + // prevent inlineText consuming extensions by clipping 'src' to extension start + cutSrc = src; + if (this.options.extensions && this.options.extensions.startInline) { + (function () { + var startIndex = Infinity; + var tempSrc = src.slice(1); + var tempStart = void 0; + _this2.options.extensions.startInline.forEach(function (getStartIndex) { + tempStart = getStartIndex.call({ + lexer: this + }, tempSrc); + if (typeof tempStart === 'number' && tempStart >= 0) { + startIndex = Math.min(startIndex, tempStart); + } + }); + if (startIndex < Infinity && startIndex >= 0) { + cutSrc = src.substring(0, startIndex + 1); + } + })(); + } + if (token = this.tokenizer.inlineText(cutSrc, smartypants)) { + src = src.substring(token.raw.length); + if (token.raw.slice(-1) !== '_') { + // Track prevChar before string of ____ started + prevChar = token.raw.slice(-1); + } + keepPrevChar = true; + lastToken = tokens[tokens.length - 1]; + if (lastToken && lastToken.type === 'text') { + lastToken.raw += token.raw; + lastToken.text += token.text; + } else { + tokens.push(token); + } + continue; + } + if (src) { + var errMsg = 'Infinite loop on byte: ' + src.charCodeAt(0); + if (this.options.silent) { + console.error(errMsg); + break; + } else { + throw new Error(errMsg); + } + } + } + return tokens; + }; + _createClass(Lexer, null, [{ + key: "rules", + get: function get() { + return { + block: block, + inline: inline + }; + } + }]); + return Lexer; +}(); + +/** + * Renderer + */ +var Renderer = /*#__PURE__*/function () { + function Renderer(options) { + this.options = options || exports.defaults; + } + var _proto = Renderer.prototype; + _proto.code = function code(_code, infostring, escaped) { + var lang = (infostring || '').match(/\S*/)[0]; + if (this.options.highlight) { + var out = this.options.highlight(_code, lang); + if (out != null && out !== _code) { + escaped = true; + _code = out; + } + } + _code = _code.replace(/\n$/, '') + '\n'; + if (!lang) { + return '
' + (escaped ? _code : escape(_code, true)) + '
\n'; + } + return '
' + (escaped ? _code : escape(_code, true)) + '
\n'; + } + + /** + * @param {string} quote + */; + _proto.blockquote = function blockquote(quote) { + return "
\n" + quote + "
\n"; + }; + _proto.html = function html(_html) { + return _html; + } + + /** + * @param {string} text + * @param {string} level + * @param {string} raw + * @param {any} slugger + */; + _proto.heading = function heading(text, level, raw, slugger) { + if (this.options.headerIds) { + var id = this.options.headerPrefix + slugger.slug(raw); + return "" + text + "\n"; + } + + // ignore IDs + return "" + text + "\n"; + }; + _proto.hr = function hr() { + return this.options.xhtml ? '
\n' : '
\n'; + }; + _proto.list = function list(body, ordered, start) { + var type = ordered ? 'ol' : 'ul', + startatt = ordered && start !== 1 ? ' start="' + start + '"' : ''; + return '<' + type + startatt + '>\n' + body + '\n'; + } + + /** + * @param {string} text + */; + _proto.listitem = function listitem(text) { + return "
  • " + text + "
  • \n"; + }; + _proto.checkbox = function checkbox(checked) { + return ' '; + } + + /** + * @param {string} text + */; + _proto.paragraph = function paragraph(text) { + return "

    " + text + "

    \n"; + } + + /** + * @param {string} header + * @param {string} body + */; + _proto.table = function table(header, body) { + if (body) body = "" + body + ""; + return '\n' + '\n' + header + '\n' + body + '
    \n'; + } + + /** + * @param {string} content + */; + _proto.tablerow = function tablerow(content) { + return "\n" + content + "\n"; + }; + _proto.tablecell = function tablecell(content, flags) { + var type = flags.header ? 'th' : 'td'; + var tag = flags.align ? "<" + type + " align=\"" + flags.align + "\">" : "<" + type + ">"; + return tag + content + ("\n"); + } + + /** + * span level renderer + * @param {string} text + */; + _proto.strong = function strong(text) { + return "" + text + ""; + } + + /** + * @param {string} text + */; + _proto.em = function em(text) { + return "" + text + ""; + } + + /** + * @param {string} text + */; + _proto.codespan = function codespan(text) { + return "" + text + ""; + }; + _proto.br = function br() { + return this.options.xhtml ? '
    ' : '
    '; + } + + /** + * @param {string} text + */; + _proto.del = function del(text) { + return "" + text + ""; + } + + /** + * @param {string} href + * @param {string} title + * @param {string} text + */; + _proto.link = function link(href, title, text) { + href = cleanUrl(this.options.sanitize, this.options.baseUrl, href); + if (href === null) { + return text; + } + var out = '
    '; + return out; + } + + /** + * @param {string} href + * @param {string} title + * @param {string} text + */; + _proto.image = function image(href, title, text) { + href = cleanUrl(this.options.sanitize, this.options.baseUrl, href); + if (href === null) { + return text; + } + var out = "\""' : '>'; + return out; + }; + _proto.text = function text(_text) { + return _text; + }; + return Renderer; +}(); + +/** + * TextRenderer + * returns only the textual part of the token + */ +var TextRenderer = /*#__PURE__*/function () { + function TextRenderer() {} + var _proto = TextRenderer.prototype; + // no need for block level renderers + _proto.strong = function strong(text) { + return text; + }; + _proto.em = function em(text) { + return text; + }; + _proto.codespan = function codespan(text) { + return text; + }; + _proto.del = function del(text) { + return text; + }; + _proto.html = function html(text) { + return text; + }; + _proto.text = function text(_text) { + return _text; + }; + _proto.link = function link(href, title, text) { + return '' + text; + }; + _proto.image = function image(href, title, text) { + return '' + text; + }; + _proto.br = function br() { + return ''; + }; + return TextRenderer; +}(); + +/** + * Slugger generates header id + */ +var Slugger = /*#__PURE__*/function () { + function Slugger() { + this.seen = {}; + } + + /** + * @param {string} value + */ + var _proto = Slugger.prototype; + _proto.serialize = function serialize(value) { + return value.toLowerCase().trim() + // remove html tags + .replace(/<[!\/a-z].*?>/ig, '') + // remove unwanted chars + .replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g, '').replace(/\s/g, '-'); + } + + /** + * Finds the next safe (unique) slug to use + * @param {string} originalSlug + * @param {boolean} isDryRun + */; + _proto.getNextSafeSlug = function getNextSafeSlug(originalSlug, isDryRun) { + var slug = originalSlug; + var occurenceAccumulator = 0; + if (this.seen.hasOwnProperty(slug)) { + occurenceAccumulator = this.seen[originalSlug]; + do { + occurenceAccumulator++; + slug = originalSlug + '-' + occurenceAccumulator; + } while (this.seen.hasOwnProperty(slug)); + } + if (!isDryRun) { + this.seen[originalSlug] = occurenceAccumulator; + this.seen[slug] = 0; + } + return slug; + } + + /** + * Convert string to unique id + * @param {object} [options] + * @param {boolean} [options.dryrun] Generates the next unique slug without + * updating the internal accumulator. + */; + _proto.slug = function slug(value, options) { + if (options === void 0) { + options = {}; + } + var slug = this.serialize(value); + return this.getNextSafeSlug(slug, options.dryrun); + }; + return Slugger; +}(); + +/** + * Parsing & Compiling + */ +var Parser = /*#__PURE__*/function () { + function Parser(options) { + this.options = options || exports.defaults; + this.options.renderer = this.options.renderer || new Renderer(); + this.renderer = this.options.renderer; + this.renderer.options = this.options; + this.textRenderer = new TextRenderer(); + this.slugger = new Slugger(); + } + + /** + * Static Parse Method + */ + Parser.parse = function parse(tokens, options) { + var parser = new Parser(options); + return parser.parse(tokens); + } + + /** + * Static Parse Inline Method + */; + Parser.parseInline = function parseInline(tokens, options) { + var parser = new Parser(options); + return parser.parseInline(tokens); + } + + /** + * Parse Loop + */; + var _proto = Parser.prototype; + _proto.parse = function parse(tokens, top) { + if (top === void 0) { + top = true; + } + var out = '', + i, + j, + k, + l2, + l3, + row, + cell, + header, + body, + token, + ordered, + start, + loose, + itemBody, + item, + checked, + task, + checkbox, + ret; + var l = tokens.length; + for (i = 0; i < l; i++) { + token = tokens[i]; + + // Run any renderer extensions + if (this.options.extensions && this.options.extensions.renderers && this.options.extensions.renderers[token.type]) { + ret = this.options.extensions.renderers[token.type].call({ + parser: this + }, token); + if (ret !== false || !['space', 'hr', 'heading', 'code', 'table', 'blockquote', 'list', 'html', 'paragraph', 'text'].includes(token.type)) { + out += ret || ''; + continue; + } + } + switch (token.type) { + case 'space': + { + continue; + } + case 'hr': + { + out += this.renderer.hr(); + continue; + } + case 'heading': + { + out += this.renderer.heading(this.parseInline(token.tokens), token.depth, unescape(this.parseInline(token.tokens, this.textRenderer)), this.slugger); + continue; + } + case 'code': + { + out += this.renderer.code(token.text, token.lang, token.escaped); + continue; + } + case 'table': + { + header = ''; + + // header + cell = ''; + l2 = token.header.length; + for (j = 0; j < l2; j++) { + cell += this.renderer.tablecell(this.parseInline(token.header[j].tokens), { + header: true, + align: token.align[j] + }); + } + header += this.renderer.tablerow(cell); + body = ''; + l2 = token.rows.length; + for (j = 0; j < l2; j++) { + row = token.rows[j]; + cell = ''; + l3 = row.length; + for (k = 0; k < l3; k++) { + cell += this.renderer.tablecell(this.parseInline(row[k].tokens), { + header: false, + align: token.align[k] + }); + } + body += this.renderer.tablerow(cell); + } + out += this.renderer.table(header, body); + continue; + } + case 'blockquote': + { + body = this.parse(token.tokens); + out += this.renderer.blockquote(body); + continue; + } + case 'list': + { + ordered = token.ordered; + start = token.start; + loose = token.loose; + l2 = token.items.length; + body = ''; + for (j = 0; j < l2; j++) { + item = token.items[j]; + checked = item.checked; + task = item.task; + itemBody = ''; + if (item.task) { + checkbox = this.renderer.checkbox(checked); + if (loose) { + if (item.tokens.length > 0 && item.tokens[0].type === 'paragraph') { + item.tokens[0].text = checkbox + ' ' + item.tokens[0].text; + if (item.tokens[0].tokens && item.tokens[0].tokens.length > 0 && item.tokens[0].tokens[0].type === 'text') { + item.tokens[0].tokens[0].text = checkbox + ' ' + item.tokens[0].tokens[0].text; + } + } else { + item.tokens.unshift({ + type: 'text', + text: checkbox + }); + } + } else { + itemBody += checkbox; + } + } + itemBody += this.parse(item.tokens, loose); + body += this.renderer.listitem(itemBody, task, checked); + } + out += this.renderer.list(body, ordered, start); + continue; + } + case 'html': + { + // TODO parse inline content if parameter markdown=1 + out += this.renderer.html(token.text); + continue; + } + case 'paragraph': + { + out += this.renderer.paragraph(this.parseInline(token.tokens)); + continue; + } + case 'text': + { + body = token.tokens ? this.parseInline(token.tokens) : token.text; + while (i + 1 < l && tokens[i + 1].type === 'text') { + token = tokens[++i]; + body += '\n' + (token.tokens ? this.parseInline(token.tokens) : token.text); + } + out += top ? this.renderer.paragraph(body) : body; + continue; + } + default: + { + var errMsg = 'Token with "' + token.type + '" type was not found.'; + if (this.options.silent) { + console.error(errMsg); + return; + } else { + throw new Error(errMsg); + } + } + } + } + return out; + } + + /** + * Parse Inline Tokens + */; + _proto.parseInline = function parseInline(tokens, renderer) { + renderer = renderer || this.renderer; + var out = '', + i, + token, + ret; + var l = tokens.length; + for (i = 0; i < l; i++) { + token = tokens[i]; + + // Run any renderer extensions + if (this.options.extensions && this.options.extensions.renderers && this.options.extensions.renderers[token.type]) { + ret = this.options.extensions.renderers[token.type].call({ + parser: this + }, token); + if (ret !== false || !['escape', 'html', 'link', 'image', 'strong', 'em', 'codespan', 'br', 'del', 'text'].includes(token.type)) { + out += ret || ''; + continue; + } + } + switch (token.type) { + case 'escape': + { + out += renderer.text(token.text); + break; + } + case 'html': + { + out += renderer.html(token.text); + break; + } + case 'link': + { + out += renderer.link(token.href, token.title, this.parseInline(token.tokens, renderer)); + break; + } + case 'image': + { + out += renderer.image(token.href, token.title, token.text); + break; + } + case 'strong': + { + out += renderer.strong(this.parseInline(token.tokens, renderer)); + break; + } + case 'em': + { + out += renderer.em(this.parseInline(token.tokens, renderer)); + break; + } + case 'codespan': + { + out += renderer.codespan(token.text); + break; + } + case 'br': + { + out += renderer.br(); + break; + } + case 'del': + { + out += renderer.del(this.parseInline(token.tokens, renderer)); + break; + } + case 'text': + { + out += renderer.text(token.text); + break; + } + default: + { + var errMsg = 'Token with "' + token.type + '" type was not found.'; + if (this.options.silent) { + console.error(errMsg); + return; + } else { + throw new Error(errMsg); + } + } + } + } + return out; + }; + return Parser; +}(); + +var Hooks = /*#__PURE__*/function () { + function Hooks(options) { + this.options = options || exports.defaults; + } + var _proto = Hooks.prototype; + /** + * Process markdown before marked + */ + _proto.preprocess = function preprocess(markdown) { + return markdown; + } + + /** + * Process HTML after marked is finished + */; + _proto.postprocess = function postprocess(html) { + return html; + }; + return Hooks; +}(); +Hooks.passThroughHooks = new Set(['preprocess', 'postprocess']); + +function onError(silent, async, callback) { + return function (e) { + e.message += '\nPlease report this to https://github.com/markedjs/marked.'; + if (silent) { + var msg = '

    An error occurred:

    ' + escape(e.message + '', true) + '
    '; + if (async) { + return Promise.resolve(msg); + } + if (callback) { + callback(null, msg); + return; + } + return msg; + } + if (async) { + return Promise.reject(e); + } + if (callback) { + callback(e); + return; + } + throw e; + }; +} +function parseMarkdown(lexer, parser) { + return function (src, opt, callback) { + if (typeof opt === 'function') { + callback = opt; + opt = null; + } + var origOpt = _extends({}, opt); + opt = _extends({}, marked.defaults, origOpt); + var throwError = onError(opt.silent, opt.async, callback); + + // throw error in case of non string input + if (typeof src === 'undefined' || src === null) { + return throwError(new Error('marked(): input parameter is undefined or null')); + } + if (typeof src !== 'string') { + return throwError(new Error('marked(): input parameter is of type ' + Object.prototype.toString.call(src) + ', string expected')); + } + checkSanitizeDeprecation(opt); + if (opt.hooks) { + opt.hooks.options = opt; + } + if (callback) { + var highlight = opt.highlight; + var tokens; + try { + if (opt.hooks) { + src = opt.hooks.preprocess(src); + } + tokens = lexer(src, opt); + } catch (e) { + return throwError(e); + } + var done = function done(err) { + var out; + if (!err) { + try { + if (opt.walkTokens) { + marked.walkTokens(tokens, opt.walkTokens); + } + out = parser(tokens, opt); + if (opt.hooks) { + out = opt.hooks.postprocess(out); + } + } catch (e) { + err = e; + } + } + opt.highlight = highlight; + return err ? throwError(err) : callback(null, out); + }; + if (!highlight || highlight.length < 3) { + return done(); + } + delete opt.highlight; + if (!tokens.length) return done(); + var pending = 0; + marked.walkTokens(tokens, function (token) { + if (token.type === 'code') { + pending++; + setTimeout(function () { + highlight(token.text, token.lang, function (err, code) { + if (err) { + return done(err); + } + if (code != null && code !== token.text) { + token.text = code; + token.escaped = true; + } + pending--; + if (pending === 0) { + done(); + } + }); + }, 0); + } + }); + if (pending === 0) { + done(); + } + return; + } + if (opt.async) { + return Promise.resolve(opt.hooks ? opt.hooks.preprocess(src) : src).then(function (src) { + return lexer(src, opt); + }).then(function (tokens) { + return opt.walkTokens ? Promise.all(marked.walkTokens(tokens, opt.walkTokens)).then(function () { + return tokens; + }) : tokens; + }).then(function (tokens) { + return parser(tokens, opt); + }).then(function (html) { + return opt.hooks ? opt.hooks.postprocess(html) : html; + })["catch"](throwError); + } + try { + if (opt.hooks) { + src = opt.hooks.preprocess(src); + } + var _tokens = lexer(src, opt); + if (opt.walkTokens) { + marked.walkTokens(_tokens, opt.walkTokens); + } + var html = parser(_tokens, opt); + if (opt.hooks) { + html = opt.hooks.postprocess(html); + } + return html; + } catch (e) { + return throwError(e); + } + }; +} + +/** + * Marked + */ +function marked(src, opt, callback) { + return parseMarkdown(Lexer.lex, Parser.parse)(src, opt, callback); +} + +/** + * Options + */ + +marked.options = marked.setOptions = function (opt) { + marked.defaults = _extends({}, marked.defaults, opt); + changeDefaults(marked.defaults); + return marked; +}; +marked.getDefaults = getDefaults; +marked.defaults = exports.defaults; + +/** + * Use Extension + */ + +marked.use = function () { + var extensions = marked.defaults.extensions || { + renderers: {}, + childTokens: {} + }; + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + args.forEach(function (pack) { + // copy options to new object + var opts = _extends({}, pack); + + // set async to true if it was set to true before + opts.async = marked.defaults.async || opts.async || false; + + // ==-- Parse "addon" extensions --== // + if (pack.extensions) { + pack.extensions.forEach(function (ext) { + if (!ext.name) { + throw new Error('extension name required'); + } + if (ext.renderer) { + // Renderer extensions + var prevRenderer = extensions.renderers[ext.name]; + if (prevRenderer) { + // Replace extension with func to run new extension but fall back if false + extensions.renderers[ext.name] = function () { + for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { + args[_key2] = arguments[_key2]; + } + var ret = ext.renderer.apply(this, args); + if (ret === false) { + ret = prevRenderer.apply(this, args); + } + return ret; + }; + } else { + extensions.renderers[ext.name] = ext.renderer; + } + } + if (ext.tokenizer) { + // Tokenizer Extensions + if (!ext.level || ext.level !== 'block' && ext.level !== 'inline') { + throw new Error("extension level must be 'block' or 'inline'"); + } + if (extensions[ext.level]) { + extensions[ext.level].unshift(ext.tokenizer); + } else { + extensions[ext.level] = [ext.tokenizer]; + } + if (ext.start) { + // Function to check for start of token + if (ext.level === 'block') { + if (extensions.startBlock) { + extensions.startBlock.push(ext.start); + } else { + extensions.startBlock = [ext.start]; + } + } else if (ext.level === 'inline') { + if (extensions.startInline) { + extensions.startInline.push(ext.start); + } else { + extensions.startInline = [ext.start]; + } + } + } + } + if (ext.childTokens) { + // Child tokens to be visited by walkTokens + extensions.childTokens[ext.name] = ext.childTokens; + } + }); + opts.extensions = extensions; + } + + // ==-- Parse "overwrite" extensions --== // + if (pack.renderer) { + (function () { + var renderer = marked.defaults.renderer || new Renderer(); + var _loop = function _loop(prop) { + var prevRenderer = renderer[prop]; + // Replace renderer with func to run extension, but fall back if false + renderer[prop] = function () { + for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) { + args[_key3] = arguments[_key3]; + } + var ret = pack.renderer[prop].apply(renderer, args); + if (ret === false) { + ret = prevRenderer.apply(renderer, args); + } + return ret; + }; + }; + for (var prop in pack.renderer) { + _loop(prop); + } + opts.renderer = renderer; + })(); + } + if (pack.tokenizer) { + (function () { + var tokenizer = marked.defaults.tokenizer || new Tokenizer(); + var _loop2 = function _loop2(prop) { + var prevTokenizer = tokenizer[prop]; + // Replace tokenizer with func to run extension, but fall back if false + tokenizer[prop] = function () { + for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) { + args[_key4] = arguments[_key4]; + } + var ret = pack.tokenizer[prop].apply(tokenizer, args); + if (ret === false) { + ret = prevTokenizer.apply(tokenizer, args); + } + return ret; + }; + }; + for (var prop in pack.tokenizer) { + _loop2(prop); + } + opts.tokenizer = tokenizer; + })(); + } + + // ==-- Parse Hooks extensions --== // + if (pack.hooks) { + (function () { + var hooks = marked.defaults.hooks || new Hooks(); + var _loop3 = function _loop3(prop) { + var prevHook = hooks[prop]; + if (Hooks.passThroughHooks.has(prop)) { + hooks[prop] = function (arg) { + if (marked.defaults.async) { + return Promise.resolve(pack.hooks[prop].call(hooks, arg)).then(function (ret) { + return prevHook.call(hooks, ret); + }); + } + var ret = pack.hooks[prop].call(hooks, arg); + return prevHook.call(hooks, ret); + }; + } else { + hooks[prop] = function () { + for (var _len5 = arguments.length, args = new Array(_len5), _key5 = 0; _key5 < _len5; _key5++) { + args[_key5] = arguments[_key5]; + } + var ret = pack.hooks[prop].apply(hooks, args); + if (ret === false) { + ret = prevHook.apply(hooks, args); + } + return ret; + }; + } + }; + for (var prop in pack.hooks) { + _loop3(prop); + } + opts.hooks = hooks; + })(); + } + + // ==-- Parse WalkTokens extensions --== // + if (pack.walkTokens) { + var _walkTokens = marked.defaults.walkTokens; + opts.walkTokens = function (token) { + var values = []; + values.push(pack.walkTokens.call(this, token)); + if (_walkTokens) { + values = values.concat(_walkTokens.call(this, token)); + } + return values; + }; + } + marked.setOptions(opts); + }); +}; + +/** + * Run callback for every token + */ + +marked.walkTokens = function (tokens, callback) { + var values = []; + var _loop4 = function _loop4() { + var token = _step.value; + values = values.concat(callback.call(marked, token)); + switch (token.type) { + case 'table': + { + for (var _iterator2 = _createForOfIteratorHelperLoose(token.header), _step2; !(_step2 = _iterator2()).done;) { + var cell = _step2.value; + values = values.concat(marked.walkTokens(cell.tokens, callback)); + } + for (var _iterator3 = _createForOfIteratorHelperLoose(token.rows), _step3; !(_step3 = _iterator3()).done;) { + var row = _step3.value; + for (var _iterator4 = _createForOfIteratorHelperLoose(row), _step4; !(_step4 = _iterator4()).done;) { + var _cell = _step4.value; + values = values.concat(marked.walkTokens(_cell.tokens, callback)); + } + } + break; + } + case 'list': + { + values = values.concat(marked.walkTokens(token.items, callback)); + break; + } + default: + { + if (marked.defaults.extensions && marked.defaults.extensions.childTokens && marked.defaults.extensions.childTokens[token.type]) { + // Walk any extensions + marked.defaults.extensions.childTokens[token.type].forEach(function (childTokens) { + values = values.concat(marked.walkTokens(token[childTokens], callback)); + }); + } else if (token.tokens) { + values = values.concat(marked.walkTokens(token.tokens, callback)); + } + } + } + }; + for (var _iterator = _createForOfIteratorHelperLoose(tokens), _step; !(_step = _iterator()).done;) { + _loop4(); + } + return values; +}; + +/** + * Parse Inline + * @param {string} src + */ +marked.parseInline = parseMarkdown(Lexer.lexInline, Parser.parseInline); + +/** + * Expose + */ +marked.Parser = Parser; +marked.parser = Parser.parse; +marked.Renderer = Renderer; +marked.TextRenderer = TextRenderer; +marked.Lexer = Lexer; +marked.lexer = Lexer.lex; +marked.Tokenizer = Tokenizer; +marked.Slugger = Slugger; +marked.Hooks = Hooks; +marked.parse = marked; +var options = marked.options; +var setOptions = marked.setOptions; +var use = marked.use; +var walkTokens = marked.walkTokens; +var parseInline = marked.parseInline; +var parse = marked; +var parser = Parser.parse; +var lexer = Lexer.lex; + +exports.Hooks = Hooks; +exports.Lexer = Lexer; +exports.Parser = Parser; +exports.Renderer = Renderer; +exports.Slugger = Slugger; +exports.TextRenderer = TextRenderer; +exports.Tokenizer = Tokenizer; +exports.getDefaults = getDefaults; +exports.lexer = lexer; +exports.marked = marked; +exports.options = options; +exports.parse = parse; +exports.parseInline = parseInline; +exports.parser = parser; +exports.setOptions = setOptions; +exports.use = use; +exports.walkTokens = walkTokens; diff --git a/node_modules/marked/lib/marked.d.ts b/node_modules/marked/lib/marked.d.ts deleted file mode 100644 index 5593dc6..0000000 --- a/node_modules/marked/lib/marked.d.ts +++ /dev/null @@ -1,728 +0,0 @@ -// Generated by dts-bundle-generator v9.5.1 - -export type MarkedToken = (Tokens.Blockquote | Tokens.Br | Tokens.Code | Tokens.Codespan | Tokens.Def | Tokens.Del | Tokens.Em | Tokens.Escape | Tokens.Heading | Tokens.Hr | Tokens.HTML | Tokens.Image | Tokens.Link | Tokens.List | Tokens.ListItem | Tokens.Paragraph | Tokens.Space | Tokens.Strong | Tokens.Table | Tokens.Tag | Tokens.Text); -export type Token = (MarkedToken | Tokens.Generic); -export declare namespace Tokens { - interface Blockquote { - type: "blockquote"; - raw: string; - text: string; - tokens: Token[]; - } - interface Br { - type: "br"; - raw: string; - } - interface Checkbox { - checked: boolean; - } - interface Code { - type: "code"; - raw: string; - codeBlockStyle?: "indented"; - lang?: string; - text: string; - escaped?: boolean; - } - interface Codespan { - type: "codespan"; - raw: string; - text: string; - } - interface Def { - type: "def"; - raw: string; - tag: string; - href: string; - title: string; - } - interface Del { - type: "del"; - raw: string; - text: string; - tokens: Token[]; - } - interface Em { - type: "em"; - raw: string; - text: string; - tokens: Token[]; - } - interface Escape { - type: "escape"; - raw: string; - text: string; - } - interface Generic { - [index: string]: any; - type: string; - raw: string; - tokens?: Token[]; - } - interface Heading { - type: "heading"; - raw: string; - depth: number; - text: string; - tokens: Token[]; - } - interface Hr { - type: "hr"; - raw: string; - } - interface HTML { - type: "html"; - raw: string; - pre: boolean; - text: string; - block: boolean; - } - interface Image { - type: "image"; - raw: string; - href: string; - title: string | null; - text: string; - tokens: Token[]; - } - interface Link { - type: "link"; - raw: string; - href: string; - title?: string | null; - text: string; - tokens: Token[]; - } - interface List { - type: "list"; - raw: string; - ordered: boolean; - start: number | ""; - loose: boolean; - items: ListItem[]; - } - interface ListItem { - type: "list_item"; - raw: string; - task: boolean; - checked?: boolean; - loose: boolean; - text: string; - tokens: Token[]; - } - interface Paragraph { - type: "paragraph"; - raw: string; - pre?: boolean; - text: string; - tokens: Token[]; - } - interface Space { - type: "space"; - raw: string; - } - interface Strong { - type: "strong"; - raw: string; - text: string; - tokens: Token[]; - } - interface Table { - type: "table"; - raw: string; - align: Array<"center" | "left" | "right" | null>; - header: TableCell[]; - rows: TableCell[][]; - } - interface TableCell { - text: string; - tokens: Token[]; - header: boolean; - align: "center" | "left" | "right" | null; - } - interface TableRow { - text: string; - } - interface Tag { - type: "html"; - raw: string; - inLink: boolean; - inRawBlock: boolean; - text: string; - block: boolean; - } - interface Text { - type: "text"; - raw: string; - text: string; - tokens?: Token[]; - escaped?: boolean; - } -} -export type Links = Record>; -export type TokensList = Token[] & { - links: Links; -}; -/** - * Renderer - */ -declare class _Renderer { - options: MarkedOptions; - parser: _Parser; - constructor(options?: MarkedOptions); - space(token: Tokens.Space): string; - code({ text, lang, escaped }: Tokens.Code): string; - blockquote({ tokens }: Tokens.Blockquote): string; - html({ text }: Tokens.HTML | Tokens.Tag): string; - heading({ tokens, depth }: Tokens.Heading): string; - hr(token: Tokens.Hr): string; - list(token: Tokens.List): string; - listitem(item: Tokens.ListItem): string; - checkbox({ checked }: Tokens.Checkbox): string; - paragraph({ tokens }: Tokens.Paragraph): string; - table(token: Tokens.Table): string; - tablerow({ text }: Tokens.TableRow): string; - tablecell(token: Tokens.TableCell): string; - /** - * span level renderer - */ - strong({ tokens }: Tokens.Strong): string; - em({ tokens }: Tokens.Em): string; - codespan({ text }: Tokens.Codespan): string; - br(token: Tokens.Br): string; - del({ tokens }: Tokens.Del): string; - link({ href, title, tokens }: Tokens.Link): string; - image({ href, title, text, tokens }: Tokens.Image): string; - text(token: Tokens.Text | Tokens.Escape): string; -} -/** - * TextRenderer - * returns only the textual part of the token - */ -declare class _TextRenderer { - strong({ text }: Tokens.Strong): string; - em({ text }: Tokens.Em): string; - codespan({ text }: Tokens.Codespan): string; - del({ text }: Tokens.Del): string; - html({ text }: Tokens.HTML | Tokens.Tag): string; - text({ text }: Tokens.Text | Tokens.Escape | Tokens.Tag): string; - link({ text }: Tokens.Link): string; - image({ text }: Tokens.Image): string; - br(): string; -} -/** - * Parsing & Compiling - */ -declare class _Parser { - options: MarkedOptions; - renderer: _Renderer; - textRenderer: _TextRenderer; - constructor(options?: MarkedOptions); - /** - * Static Parse Method - */ - static parse(tokens: Token[], options?: MarkedOptions): string; - /** - * Static Parse Inline Method - */ - static parseInline(tokens: Token[], options?: MarkedOptions): string; - /** - * Parse Loop - */ - parse(tokens: Token[], top?: boolean): string; - /** - * Parse Inline Tokens - */ - parseInline(tokens: Token[], renderer?: _Renderer | _TextRenderer): string; -} -declare const other: { - codeRemoveIndent: RegExp; - outputLinkReplace: RegExp; - indentCodeCompensation: RegExp; - beginningSpace: RegExp; - endingHash: RegExp; - startingSpaceChar: RegExp; - endingSpaceChar: RegExp; - nonSpaceChar: RegExp; - newLineCharGlobal: RegExp; - tabCharGlobal: RegExp; - multipleSpaceGlobal: RegExp; - blankLine: RegExp; - doubleBlankLine: RegExp; - blockquoteStart: RegExp; - blockquoteSetextReplace: RegExp; - blockquoteSetextReplace2: RegExp; - listReplaceTabs: RegExp; - listReplaceNesting: RegExp; - listIsTask: RegExp; - listReplaceTask: RegExp; - anyLine: RegExp; - hrefBrackets: RegExp; - tableDelimiter: RegExp; - tableAlignChars: RegExp; - tableRowBlankLine: RegExp; - tableAlignRight: RegExp; - tableAlignCenter: RegExp; - tableAlignLeft: RegExp; - startATag: RegExp; - endATag: RegExp; - startPreScriptTag: RegExp; - endPreScriptTag: RegExp; - startAngleBracket: RegExp; - endAngleBracket: RegExp; - pedanticHrefTitle: RegExp; - unicodeAlphaNumeric: RegExp; - escapeTest: RegExp; - escapeReplace: RegExp; - escapeTestNoEncode: RegExp; - escapeReplaceNoEncode: RegExp; - unescapeTest: RegExp; - caret: RegExp; - percentDecode: RegExp; - findPipe: RegExp; - splitPipe: RegExp; - slashPipe: RegExp; - carriageReturn: RegExp; - spaceLine: RegExp; - notSpaceStart: RegExp; - endingNewline: RegExp; - listItemRegex: (bull: string) => RegExp; - nextBulletRegex: (indent: number) => RegExp; - hrRegex: (indent: number) => RegExp; - fencesBeginRegex: (indent: number) => RegExp; - headingBeginRegex: (indent: number) => RegExp; - htmlBeginRegex: (indent: number) => RegExp; -}; -declare const blockNormal: { - blockquote: RegExp; - code: RegExp; - def: RegExp; - fences: RegExp; - heading: RegExp; - hr: RegExp; - html: RegExp; - lheading: RegExp; - list: RegExp; - newline: RegExp; - paragraph: RegExp; - table: RegExp; - text: RegExp; -}; -export type BlockKeys = keyof typeof blockNormal; -declare const inlineNormal: { - _backpedal: RegExp; - anyPunctuation: RegExp; - autolink: RegExp; - blockSkip: RegExp; - br: RegExp; - code: RegExp; - del: RegExp; - emStrongLDelim: RegExp; - emStrongRDelimAst: RegExp; - emStrongRDelimUnd: RegExp; - escape: RegExp; - link: RegExp; - nolink: RegExp; - punctuation: RegExp; - reflink: RegExp; - reflinkSearch: RegExp; - tag: RegExp; - text: RegExp; - url: RegExp; -}; -export type InlineKeys = keyof typeof inlineNormal; -export interface Rules { - other: typeof other; - block: Record; - inline: Record; -} -/** - * Tokenizer - */ -declare class _Tokenizer { - options: MarkedOptions; - rules: Rules; - lexer: _Lexer; - constructor(options?: MarkedOptions); - space(src: string): Tokens.Space | undefined; - code(src: string): Tokens.Code | undefined; - fences(src: string): Tokens.Code | undefined; - heading(src: string): Tokens.Heading | undefined; - hr(src: string): Tokens.Hr | undefined; - blockquote(src: string): Tokens.Blockquote | undefined; - list(src: string): Tokens.List | undefined; - html(src: string): Tokens.HTML | undefined; - def(src: string): Tokens.Def | undefined; - table(src: string): Tokens.Table | undefined; - lheading(src: string): Tokens.Heading | undefined; - paragraph(src: string): Tokens.Paragraph | undefined; - text(src: string): Tokens.Text | undefined; - escape(src: string): Tokens.Escape | undefined; - tag(src: string): Tokens.Tag | undefined; - link(src: string): Tokens.Link | Tokens.Image | undefined; - reflink(src: string, links: Links): Tokens.Link | Tokens.Image | Tokens.Text | undefined; - emStrong(src: string, maskedSrc: string, prevChar?: string): Tokens.Em | Tokens.Strong | undefined; - codespan(src: string): Tokens.Codespan | undefined; - br(src: string): Tokens.Br | undefined; - del(src: string): Tokens.Del | undefined; - autolink(src: string): Tokens.Link | undefined; - url(src: string): Tokens.Link | undefined; - inlineText(src: string): Tokens.Text | undefined; -} -declare class _Hooks { - options: MarkedOptions; - block?: boolean; - constructor(options?: MarkedOptions); - static passThroughHooks: Set; - /** - * Process markdown before marked - */ - preprocess(markdown: string): string; - /** - * Process HTML after marked is finished - */ - postprocess(html: string): string; - /** - * Process all tokens before walk tokens - */ - processAllTokens(tokens: Token[] | TokensList): Token[] | TokensList; - /** - * Provide function to tokenize markdown - */ - provideLexer(): typeof _Lexer.lexInline; - /** - * Provide function to parse tokens - */ - provideParser(): typeof _Parser.parse; -} -export interface TokenizerThis { - lexer: _Lexer; -} -export type TokenizerExtensionFunction = (this: TokenizerThis, src: string, tokens: Token[] | TokensList) => Tokens.Generic | undefined; -export type TokenizerStartFunction = (this: TokenizerThis, src: string) => number | void; -export interface TokenizerExtension { - name: string; - level: "block" | "inline"; - start?: TokenizerStartFunction; - tokenizer: TokenizerExtensionFunction; - childTokens?: string[]; -} -export interface RendererThis { - parser: _Parser; -} -export type RendererExtensionFunction = (this: RendererThis, token: Tokens.Generic) => string | false | undefined; -export interface RendererExtension { - name: string; - renderer: RendererExtensionFunction; -} -export type TokenizerAndRendererExtension = TokenizerExtension | RendererExtension | (TokenizerExtension & RendererExtension); -export type HooksApi = Omit<_Hooks, "constructor" | "options" | "block">; -export type HooksObject = { - [K in keyof HooksApi]?: (this: _Hooks, ...args: Parameters) => ReturnType | Promise>; -}; -export type RendererApi = Omit<_Renderer, "constructor" | "options" | "parser">; -export type RendererObject = { - [K in keyof RendererApi]?: (this: _Renderer, ...args: Parameters) => ReturnType | false; -}; -export type TokenizerApi = Omit<_Tokenizer, "constructor" | "options" | "rules" | "lexer">; -export type TokenizerObject = { - [K in keyof TokenizerApi]?: (this: _Tokenizer, ...args: Parameters) => ReturnType | false; -}; -export interface MarkedExtension { - /** - * True will tell marked to await any walkTokens functions before parsing the tokens and returning an HTML string. - */ - async?: boolean; - /** - * Enable GFM line breaks. This option requires the gfm option to be true. - */ - breaks?: boolean; - /** - * Add tokenizers and renderers to marked - */ - extensions?: TokenizerAndRendererExtension[] | null; - /** - * Enable GitHub flavored markdown. - */ - gfm?: boolean; - /** - * Hooks are methods that hook into some part of marked. - * preprocess is called to process markdown before sending it to marked. - * processAllTokens is called with the TokensList before walkTokens. - * postprocess is called to process html after marked has finished parsing. - * provideLexer is called to provide a function to tokenize markdown. - * provideParser is called to provide a function to parse tokens. - */ - hooks?: HooksObject | null; - /** - * Conform to obscure parts of markdown.pl as much as possible. Don't fix any of the original markdown bugs or poor behavior. - */ - pedantic?: boolean; - /** - * Type: object Default: new Renderer() - * - * An object containing functions to render tokens to HTML. - */ - renderer?: RendererObject | null; - /** - * Shows an HTML error message when rendering fails. - */ - silent?: boolean; - /** - * The tokenizer defines how to turn markdown text into tokens. - */ - tokenizer?: TokenizerObject | null; - /** - * The walkTokens function gets called with every token. - * Child tokens are called before moving on to sibling tokens. - * Each token is passed by reference so updates are persisted when passed to the parser. - * The return value of the function is ignored. - */ - walkTokens?: ((token: Token) => void | Promise) | null; -} -export interface MarkedOptions extends Omit { - /** - * Hooks are methods that hook into some part of marked. - */ - hooks?: _Hooks | null; - /** - * Type: object Default: new Renderer() - * - * An object containing functions to render tokens to HTML. - */ - renderer?: _Renderer | null; - /** - * The tokenizer defines how to turn markdown text into tokens. - */ - tokenizer?: _Tokenizer | null; - /** - * Custom extensions - */ - extensions?: null | { - renderers: { - [name: string]: RendererExtensionFunction; - }; - childTokens: { - [name: string]: string[]; - }; - inline?: TokenizerExtensionFunction[]; - block?: TokenizerExtensionFunction[]; - startInline?: TokenizerStartFunction[]; - startBlock?: TokenizerStartFunction[]; - }; - /** - * walkTokens function returns array of values for Promise.all - */ - walkTokens?: null | ((token: Token) => void | Promise | (void | Promise)[]); -} -/** - * Block Lexer - */ -declare class _Lexer { - tokens: TokensList; - options: MarkedOptions; - state: { - inLink: boolean; - inRawBlock: boolean; - top: boolean; - }; - private tokenizer; - private inlineQueue; - constructor(options?: MarkedOptions); - /** - * Expose Rules - */ - static get rules(): { - block: { - normal: { - blockquote: RegExp; - code: RegExp; - def: RegExp; - fences: RegExp; - heading: RegExp; - hr: RegExp; - html: RegExp; - lheading: RegExp; - list: RegExp; - newline: RegExp; - paragraph: RegExp; - table: RegExp; - text: RegExp; - }; - gfm: Record<"code" | "blockquote" | "hr" | "html" | "table" | "text" | "def" | "heading" | "list" | "paragraph" | "fences" | "lheading" | "newline", RegExp>; - pedantic: Record<"code" | "blockquote" | "hr" | "html" | "table" | "text" | "def" | "heading" | "list" | "paragraph" | "fences" | "lheading" | "newline", RegExp>; - }; - inline: { - normal: { - _backpedal: RegExp; - anyPunctuation: RegExp; - autolink: RegExp; - blockSkip: RegExp; - br: RegExp; - code: RegExp; - del: RegExp; - emStrongLDelim: RegExp; - emStrongRDelimAst: RegExp; - emStrongRDelimUnd: RegExp; - escape: RegExp; - link: RegExp; - nolink: RegExp; - punctuation: RegExp; - reflink: RegExp; - reflinkSearch: RegExp; - tag: RegExp; - text: RegExp; - url: RegExp; - }; - gfm: Record<"link" | "code" | "url" | "br" | "del" | "text" | "escape" | "tag" | "reflink" | "nolink" | "_backpedal" | "anyPunctuation" | "autolink" | "blockSkip" | "emStrongLDelim" | "emStrongRDelimAst" | "emStrongRDelimUnd" | "punctuation" | "reflinkSearch", RegExp>; - breaks: Record<"link" | "code" | "url" | "br" | "del" | "text" | "escape" | "tag" | "reflink" | "nolink" | "_backpedal" | "anyPunctuation" | "autolink" | "blockSkip" | "emStrongLDelim" | "emStrongRDelimAst" | "emStrongRDelimUnd" | "punctuation" | "reflinkSearch", RegExp>; - pedantic: Record<"link" | "code" | "url" | "br" | "del" | "text" | "escape" | "tag" | "reflink" | "nolink" | "_backpedal" | "anyPunctuation" | "autolink" | "blockSkip" | "emStrongLDelim" | "emStrongRDelimAst" | "emStrongRDelimUnd" | "punctuation" | "reflinkSearch", RegExp>; - }; - }; - /** - * Static Lex Method - */ - static lex(src: string, options?: MarkedOptions): TokensList; - /** - * Static Lex Inline Method - */ - static lexInline(src: string, options?: MarkedOptions): Token[]; - /** - * Preprocessing - */ - lex(src: string): TokensList; - /** - * Lexing - */ - blockTokens(src: string, tokens?: Token[], lastParagraphClipped?: boolean): Token[]; - blockTokens(src: string, tokens?: TokensList, lastParagraphClipped?: boolean): TokensList; - inline(src: string, tokens?: Token[]): Token[]; - /** - * Lexing/Compiling - */ - inlineTokens(src: string, tokens?: Token[]): Token[]; -} -/** - * Gets the original marked default options. - */ -declare function _getDefaults(): MarkedOptions; -declare let _defaults: MarkedOptions; -export type MaybePromise = void | Promise; -export declare class Marked { - defaults: MarkedOptions; - options: (opt: MarkedOptions) => this; - parse: { - (src: string, options: MarkedOptions & { - async: true; - }): Promise; - (src: string, options: MarkedOptions & { - async: false; - }): string; - (src: string, options?: MarkedOptions | null): string | Promise; - }; - parseInline: { - (src: string, options: MarkedOptions & { - async: true; - }): Promise; - (src: string, options: MarkedOptions & { - async: false; - }): string; - (src: string, options?: MarkedOptions | null): string | Promise; - }; - Parser: typeof _Parser; - Renderer: typeof _Renderer; - TextRenderer: typeof _TextRenderer; - Lexer: typeof _Lexer; - Tokenizer: typeof _Tokenizer; - Hooks: typeof _Hooks; - constructor(...args: MarkedExtension[]); - /** - * Run callback for every token - */ - walkTokens(tokens: Token[] | TokensList, callback: (token: Token) => MaybePromise | MaybePromise[]): MaybePromise[]; - use(...args: MarkedExtension[]): this; - setOptions(opt: MarkedOptions): this; - lexer(src: string, options?: MarkedOptions): TokensList; - parser(tokens: Token[], options?: MarkedOptions): string; - private parseMarkdown; - private onError; -} -/** - * Compiles markdown to HTML asynchronously. - * - * @param src String of markdown source to be compiled - * @param options Hash of options, having async: true - * @return Promise of string of compiled HTML - */ -export declare function marked(src: string, options: MarkedOptions & { - async: true; -}): Promise; -/** - * Compiles markdown to HTML. - * - * @param src String of markdown source to be compiled - * @param options Optional hash of options - * @return String of compiled HTML. Will be a Promise of string if async is set to true by any extensions. - */ -export declare function marked(src: string, options: MarkedOptions & { - async: false; -}): string; -export declare function marked(src: string, options: MarkedOptions & { - async: true; -}): Promise; -export declare function marked(src: string, options?: MarkedOptions | null): string | Promise; -export declare namespace marked { - var options: (options: MarkedOptions) => typeof marked; - var setOptions: (options: MarkedOptions) => typeof marked; - var getDefaults: typeof _getDefaults; - var defaults: MarkedOptions; - var use: (...args: MarkedExtension[]) => typeof marked; - var walkTokens: (tokens: Token[] | TokensList, callback: (token: Token) => MaybePromise | MaybePromise[]) => MaybePromise[]; - var parseInline: { - (src: string, options: MarkedOptions & { - async: true; - }): Promise; - (src: string, options: MarkedOptions & { - async: false; - }): string; - (src: string, options?: MarkedOptions | null): string | Promise; - }; - var Parser: typeof _Parser; - var parser: typeof _Parser.parse; - var Renderer: typeof _Renderer; - var TextRenderer: typeof _TextRenderer; - var Lexer: typeof _Lexer; - var lexer: typeof _Lexer.lex; - var Tokenizer: typeof _Tokenizer; - var Hooks: typeof _Hooks; - var parse: typeof marked; -} -export declare const options: (options: MarkedOptions) => typeof marked; -export declare const setOptions: (options: MarkedOptions) => typeof marked; -export declare const use: (...args: MarkedExtension[]) => typeof marked; -export declare const walkTokens: (tokens: Token[] | TokensList, callback: (token: Token) => MaybePromise | MaybePromise[]) => MaybePromise[]; -export declare const parseInline: { - (src: string, options: MarkedOptions & { - async: true; - }): Promise; - (src: string, options: MarkedOptions & { - async: false; - }): string; - (src: string, options?: MarkedOptions | null): string | Promise; -}; -export declare const parse: typeof marked; -export declare const parser: typeof _Parser.parse; -export declare const lexer: typeof _Lexer.lex; - -export { - _Hooks as Hooks, - _Lexer as Lexer, - _Parser as Parser, - _Renderer as Renderer, - _TextRenderer as TextRenderer, - _Tokenizer as Tokenizer, - _defaults as defaults, - _getDefaults as getDefaults, -}; - -export {}; diff --git a/node_modules/marked/lib/marked.esm.js b/node_modules/marked/lib/marked.esm.js index b06bf7b..78f87f1 100644 --- a/node_modules/marked/lib/marked.esm.js +++ b/node_modules/marked/lib/marked.esm.js @@ -1,6 +1,6 @@ /** - * marked v16.0.0 - a markdown parser - * Copyright (c) 2011-2025, Christopher Jeffrey. (MIT Licensed) + * marked v4.3.0 - a markdown parser + * Copyright (c) 2011-2023, Christopher Jeffrey. (MIT Licensed) * https://github.com/markedjs/marked */ @@ -9,60 +9,2879 @@ * The code in this file is generated from files in ./src/ */ -function M(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var w=M();function H(a){w=a}var C={exec:()=>null};function h(a,e=""){let t=typeof a=="string"?a:a.source,n={replace:(s,i)=>{let r=typeof i=="string"?i:i.source;return r=r.replace(m.caret,"$1"),t=t.replace(s,r),n},getRegex:()=>new RegExp(t,e)};return n}var m={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceTabs:/^\t+/,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] /,listReplaceTask:/^\[[ xX]\] +/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^
    /i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,unescapeTest:/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:a=>new RegExp(`^( {0,3}${a})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:a=>new RegExp(`^ {0,${Math.min(3,a-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),hrRegex:a=>new RegExp(`^ {0,${Math.min(3,a-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),fencesBeginRegex:a=>new RegExp(`^ {0,${Math.min(3,a-1)}}(?:\`\`\`|~~~)`),headingBeginRegex:a=>new RegExp(`^ {0,${Math.min(3,a-1)}}#`),htmlBeginRegex:a=>new RegExp(`^ {0,${Math.min(3,a-1)}}<(?:[a-z].*>|!--)`,"i")},xe=/^(?:[ \t]*(?:\n|$))+/,be=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,Te=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,I=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,we=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,j=/(?:[*+-]|\d{1,9}[.)])/,re=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,ie=h(re).replace(/bull/g,j).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),ye=h(re).replace(/bull/g,j).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),F=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,Re=/^[^\n]+/,Q=/(?!\s*\])(?:\\.|[^\[\]\\])+/,Se=h(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",Q).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),$e=h(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,j).getRegex(),v="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",U=/|$))/,_e=h("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))","i").replace("comment",U).replace("tag",v).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),oe=h(F).replace("hr",I).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",v).getRegex(),Le=h(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",oe).getRegex(),K={blockquote:Le,code:be,def:Se,fences:Te,heading:we,hr:I,html:_e,lheading:ie,list:$e,newline:xe,paragraph:oe,table:C,text:Re},se=h("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",I).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3} )[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",v).getRegex(),ze={...K,lheading:ye,table:se,paragraph:h(F).replace("hr",I).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",se).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",v).getRegex()},Me={...K,html:h(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",U).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:C,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:h(F).replace("hr",I).replace("heading",` *#{1,6} *[^ -]`).replace("lheading",ie).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},Pe=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,Ae=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,le=/^( {2,}|\\)\n(?!\s*$)/,Ee=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\]*?>/g,pe=/^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/,qe=h(pe,"u").replace(/punct/g,D).getRegex(),ve=h(pe,"u").replace(/punct/g,ce).getRegex(),ue="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",De=h(ue,"gu").replace(/notPunctSpace/g,ae).replace(/punctSpace/g,X).replace(/punct/g,D).getRegex(),Ze=h(ue,"gu").replace(/notPunctSpace/g,Oe).replace(/punctSpace/g,Ie).replace(/punct/g,ce).getRegex(),Ge=h("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,ae).replace(/punctSpace/g,X).replace(/punct/g,D).getRegex(),He=h(/\\(punct)/,"gu").replace(/punct/g,D).getRegex(),Ne=h(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),je=h(U).replace("(?:-->|$)","-->").getRegex(),Fe=h("^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^").replace("comment",je).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),q=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Qe=h(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label",q).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),he=h(/^!?\[(label)\]\[(ref)\]/).replace("label",q).replace("ref",Q).getRegex(),ke=h(/^!?\[(ref)\](?:\[\])?/).replace("ref",Q).getRegex(),Ue=h("reflink|nolink(?!\\()","g").replace("reflink",he).replace("nolink",ke).getRegex(),W={_backpedal:C,anyPunctuation:He,autolink:Ne,blockSkip:Be,br:le,code:Ae,del:C,emStrongLDelim:qe,emStrongRDelimAst:De,emStrongRDelimUnd:Ge,escape:Pe,link:Qe,nolink:ke,punctuation:Ce,reflink:he,reflinkSearch:Ue,tag:Fe,text:Ee,url:C},Ke={...W,link:h(/^!?\[(label)\]\((.*?)\)/).replace("label",q).getRegex(),reflink:h(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",q).getRegex()},N={...W,emStrongRDelimAst:Ze,emStrongLDelim:ve,url:h(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\":">",'"':""","'":"'"},ge=a=>We[a];function R(a,e){if(e){if(m.escapeTest.test(a))return a.replace(m.escapeReplace,ge)}else if(m.escapeTestNoEncode.test(a))return a.replace(m.escapeReplaceNoEncode,ge);return a}function J(a){try{a=encodeURI(a).replace(m.percentDecode,"%")}catch{return null}return a}function V(a,e){let t=a.replace(m.findPipe,(i,r,o)=>{let l=!1,c=r;for(;--c>=0&&o[c]==="\\";)l=!l;return l?"|":" |"}),n=t.split(m.splitPipe),s=0;if(n[0].trim()||n.shift(),n.length>0&&!n.at(-1)?.trim()&&n.pop(),e)if(n.length>e)n.splice(e);else for(;n.length0?-2:-1}function de(a,e,t,n,s){let i=e.href,r=e.title||null,o=a[1].replace(s.other.outputLinkReplace,"$1");n.state.inLink=!0;let l={type:a[0].charAt(0)==="!"?"image":"link",raw:t,href:i,title:r,text:o,tokens:n.inlineTokens(o)};return n.state.inLink=!1,l}function Je(a,e,t){let n=a.match(t.other.indentCodeCompensation);if(n===null)return e;let s=n[1];return e.split(` -`).map(i=>{let r=i.match(t.other.beginningSpace);if(r===null)return i;let[o]=r;return o.length>=s.length?i.slice(s.length):i}).join(` -`)}var S=class{options;rules;lexer;constructor(e){this.options=e||w}space(e){let t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}code(e){let t=this.rules.block.code.exec(e);if(t){let n=t[0].replace(this.rules.other.codeRemoveIndent,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?n:A(n,` -`)}}}fences(e){let t=this.rules.block.fences.exec(e);if(t){let n=t[0],s=Je(n,t[3]||"",this.rules);return{type:"code",raw:n,lang:t[2]?t[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):t[2],text:s}}}heading(e){let t=this.rules.block.heading.exec(e);if(t){let n=t[2].trim();if(this.rules.other.endingHash.test(n)){let s=A(n,"#");(this.options.pedantic||!s||this.rules.other.endingSpaceChar.test(s))&&(n=s.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:n,tokens:this.lexer.inline(n)}}}hr(e){let t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:A(t[0],` -`)}}blockquote(e){let t=this.rules.block.blockquote.exec(e);if(t){let n=A(t[0],` -`).split(` -`),s="",i="",r=[];for(;n.length>0;){let o=!1,l=[],c;for(c=0;c1,i={type:"list",raw:"",ordered:s,start:s?+n.slice(0,-1):"",loose:!1,items:[]};n=s?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=s?n:"[*+-]");let r=this.rules.other.listItemRegex(n),o=!1;for(;e;){let c=!1,p="",u="";if(!(t=r.exec(e))||this.rules.block.hr.test(e))break;p=t[0],e=e.substring(p.length);let d=t[2].split(` -`,1)[0].replace(this.rules.other.listReplaceTabs,Z=>" ".repeat(3*Z.length)),g=e.split(` -`,1)[0],x=!d.trim(),f=0;if(this.options.pedantic?(f=2,u=d.trimStart()):x?f=t[1].length+1:(f=t[2].search(this.rules.other.nonSpaceChar),f=f>4?1:f,u=d.slice(f),f+=t[1].length),x&&this.rules.other.blankLine.test(g)&&(p+=g+` -`,e=e.substring(g.length+1),c=!0),!c){let Z=this.rules.other.nextBulletRegex(f),ee=this.rules.other.hrRegex(f),te=this.rules.other.fencesBeginRegex(f),ne=this.rules.other.headingBeginRegex(f),me=this.rules.other.htmlBeginRegex(f);for(;e;){let G=e.split(` -`,1)[0],E;if(g=G,this.options.pedantic?(g=g.replace(this.rules.other.listReplaceNesting," "),E=g):E=g.replace(this.rules.other.tabCharGlobal," "),te.test(g)||ne.test(g)||me.test(g)||Z.test(g)||ee.test(g))break;if(E.search(this.rules.other.nonSpaceChar)>=f||!g.trim())u+=` -`+E.slice(f);else{if(x||d.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||te.test(d)||ne.test(d)||ee.test(d))break;u+=` -`+g}!x&&!g.trim()&&(x=!0),p+=G+` -`,e=e.substring(G.length+1),d=E.slice(f)}}i.loose||(o?i.loose=!0:this.rules.other.doubleBlankLine.test(p)&&(o=!0));let y=null,Y;this.options.gfm&&(y=this.rules.other.listIsTask.exec(u),y&&(Y=y[0]!=="[ ] ",u=u.replace(this.rules.other.listReplaceTask,""))),i.items.push({type:"list_item",raw:p,task:!!y,checked:Y,loose:!1,text:u,tokens:[]}),i.raw+=p}let l=i.items.at(-1);if(l)l.raw=l.raw.trimEnd(),l.text=l.text.trimEnd();else return;i.raw=i.raw.trimEnd();for(let c=0;cd.type==="space"),u=p.length>0&&p.some(d=>this.rules.other.anyLine.test(d.raw));i.loose=u}if(i.loose)for(let c=0;c({text:l,tokens:this.lexer.inline(l),header:!1,align:r.align[c]})));return r}}lheading(e){let t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:t[2].charAt(0)==="="?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}paragraph(e){let t=this.rules.block.paragraph.exec(e);if(t){let n=t[1].charAt(t[1].length-1)===` -`?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:n,tokens:this.lexer.inline(n)}}}text(e){let t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}escape(e){let t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:t[1]}}tag(e){let t=this.rules.inline.tag.exec(e);if(t)return!this.lexer.state.inLink&&this.rules.other.startATag.test(t[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:t[0]}}link(e){let t=this.rules.inline.link.exec(e);if(t){let n=t[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(n)){if(!this.rules.other.endAngleBracket.test(n))return;let r=A(n.slice(0,-1),"\\");if((n.length-r.length)%2===0)return}else{let r=fe(t[2],"()");if(r===-2)return;if(r>-1){let l=(t[0].indexOf("!")===0?5:4)+t[1].length+r;t[2]=t[2].substring(0,r),t[0]=t[0].substring(0,l).trim(),t[3]=""}}let s=t[2],i="";if(this.options.pedantic){let r=this.rules.other.pedanticHrefTitle.exec(s);r&&(s=r[1],i=r[3])}else i=t[3]?t[3].slice(1,-1):"";return s=s.trim(),this.rules.other.startAngleBracket.test(s)&&(this.options.pedantic&&!this.rules.other.endAngleBracket.test(n)?s=s.slice(1):s=s.slice(1,-1)),de(t,{href:s&&s.replace(this.rules.inline.anyPunctuation,"$1"),title:i&&i.replace(this.rules.inline.anyPunctuation,"$1")},t[0],this.lexer,this.rules)}}reflink(e,t){let n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){let s=(n[2]||n[1]).replace(this.rules.other.multipleSpaceGlobal," "),i=t[s.toLowerCase()];if(!i){let r=n[0].charAt(0);return{type:"text",raw:r,text:r}}return de(n,i,n[0],this.lexer,this.rules)}}emStrong(e,t,n=""){let s=this.rules.inline.emStrongLDelim.exec(e);if(!s||s[3]&&n.match(this.rules.other.unicodeAlphaNumeric))return;if(!(s[1]||s[2]||"")||!n||this.rules.inline.punctuation.exec(n)){let r=[...s[0]].length-1,o,l,c=r,p=0,u=s[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(u.lastIndex=0,t=t.slice(-1*e.length+r);(s=u.exec(t))!=null;){if(o=s[1]||s[2]||s[3]||s[4]||s[5]||s[6],!o)continue;if(l=[...o].length,s[3]||s[4]){c+=l;continue}else if((s[5]||s[6])&&r%3&&!((r+l)%3)){p+=l;continue}if(c-=l,c>0)continue;l=Math.min(l,l+c+p);let d=[...s[0]][0].length,g=e.slice(0,r+s.index+d+l);if(Math.min(r,l)%2){let f=g.slice(1,-1);return{type:"em",raw:g,text:f,tokens:this.lexer.inlineTokens(f)}}let x=g.slice(2,-2);return{type:"strong",raw:g,text:x,tokens:this.lexer.inlineTokens(x)}}}}codespan(e){let t=this.rules.inline.code.exec(e);if(t){let n=t[2].replace(this.rules.other.newLineCharGlobal," "),s=this.rules.other.nonSpaceChar.test(n),i=this.rules.other.startingSpaceChar.test(n)&&this.rules.other.endingSpaceChar.test(n);return s&&i&&(n=n.substring(1,n.length-1)),{type:"codespan",raw:t[0],text:n}}}br(e){let t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}del(e){let t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}autolink(e){let t=this.rules.inline.autolink.exec(e);if(t){let n,s;return t[2]==="@"?(n=t[1],s="mailto:"+n):(n=t[1],s=n),{type:"link",raw:t[0],text:n,href:s,tokens:[{type:"text",raw:n,text:n}]}}}url(e){let t;if(t=this.rules.inline.url.exec(e)){let n,s;if(t[2]==="@")n=t[0],s="mailto:"+n;else{let i;do i=t[0],t[0]=this.rules.inline._backpedal.exec(t[0])?.[0]??"";while(i!==t[0]);n=t[0],t[1]==="www."?s="http://"+t[0]:s=t[0]}return{type:"link",raw:t[0],text:n,href:s,tokens:[{type:"text",raw:n,text:n}]}}}inlineText(e){let t=this.rules.inline.text.exec(e);if(t){let n=this.lexer.state.inRawBlock;return{type:"text",raw:t[0],text:t[0],escaped:n}}}};var b=class a{tokens;options;state;tokenizer;inlineQueue;constructor(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||w,this.options.tokenizer=this.options.tokenizer||new S,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};let t={other:m,block:O.normal,inline:P.normal};this.options.pedantic?(t.block=O.pedantic,t.inline=P.pedantic):this.options.gfm&&(t.block=O.gfm,this.options.breaks?t.inline=P.breaks:t.inline=P.gfm),this.tokenizer.rules=t}static get rules(){return{block:O,inline:P}}static lex(e,t){return new a(t).lex(e)}static lexInline(e,t){return new a(t).inlineTokens(e)}lex(e){e=e.replace(m.carriageReturn,` -`),this.blockTokens(e,this.tokens);for(let t=0;t(s=r.call({lexer:this},e,t))?(e=e.substring(s.raw.length),t.push(s),!0):!1))continue;if(s=this.tokenizer.space(e)){e=e.substring(s.raw.length);let r=t.at(-1);s.raw.length===1&&r!==void 0?r.raw+=` -`:t.push(s);continue}if(s=this.tokenizer.code(e)){e=e.substring(s.raw.length);let r=t.at(-1);r?.type==="paragraph"||r?.type==="text"?(r.raw+=` -`+s.raw,r.text+=` -`+s.text,this.inlineQueue.at(-1).src=r.text):t.push(s);continue}if(s=this.tokenizer.fences(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.heading(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.hr(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.blockquote(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.list(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.html(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.def(e)){e=e.substring(s.raw.length);let r=t.at(-1);r?.type==="paragraph"||r?.type==="text"?(r.raw+=` -`+s.raw,r.text+=` -`+s.raw,this.inlineQueue.at(-1).src=r.text):this.tokens.links[s.tag]||(this.tokens.links[s.tag]={href:s.href,title:s.title});continue}if(s=this.tokenizer.table(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.lheading(e)){e=e.substring(s.raw.length),t.push(s);continue}let i=e;if(this.options.extensions?.startBlock){let r=1/0,o=e.slice(1),l;this.options.extensions.startBlock.forEach(c=>{l=c.call({lexer:this},o),typeof l=="number"&&l>=0&&(r=Math.min(r,l))}),r<1/0&&r>=0&&(i=e.substring(0,r+1))}if(this.state.top&&(s=this.tokenizer.paragraph(i))){let r=t.at(-1);n&&r?.type==="paragraph"?(r.raw+=` -`+s.raw,r.text+=` -`+s.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=r.text):t.push(s),n=i.length!==e.length,e=e.substring(s.raw.length);continue}if(s=this.tokenizer.text(e)){e=e.substring(s.raw.length);let r=t.at(-1);r?.type==="text"?(r.raw+=` -`+s.raw,r.text+=` -`+s.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=r.text):t.push(s);continue}if(e){let r="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(r);break}else throw new Error(r)}}return this.state.top=!0,t}inline(e,t=[]){return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e,t=[]){let n=e,s=null;if(this.tokens.links){let o=Object.keys(this.tokens.links);if(o.length>0)for(;(s=this.tokenizer.rules.inline.reflinkSearch.exec(n))!=null;)o.includes(s[0].slice(s[0].lastIndexOf("[")+1,-1))&&(n=n.slice(0,s.index)+"["+"a".repeat(s[0].length-2)+"]"+n.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(s=this.tokenizer.rules.inline.anyPunctuation.exec(n))!=null;)n=n.slice(0,s.index)+"++"+n.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;(s=this.tokenizer.rules.inline.blockSkip.exec(n))!=null;)n=n.slice(0,s.index)+"["+"a".repeat(s[0].length-2)+"]"+n.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);let i=!1,r="";for(;e;){i||(r=""),i=!1;let o;if(this.options.extensions?.inline?.some(c=>(o=c.call({lexer:this},e,t))?(e=e.substring(o.raw.length),t.push(o),!0):!1))continue;if(o=this.tokenizer.escape(e)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.tag(e)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.link(e)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(o.raw.length);let c=t.at(-1);o.type==="text"&&c?.type==="text"?(c.raw+=o.raw,c.text+=o.text):t.push(o);continue}if(o=this.tokenizer.emStrong(e,n,r)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.codespan(e)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.br(e)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.del(e)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.autolink(e)){e=e.substring(o.raw.length),t.push(o);continue}if(!this.state.inLink&&(o=this.tokenizer.url(e))){e=e.substring(o.raw.length),t.push(o);continue}let l=e;if(this.options.extensions?.startInline){let c=1/0,p=e.slice(1),u;this.options.extensions.startInline.forEach(d=>{u=d.call({lexer:this},p),typeof u=="number"&&u>=0&&(c=Math.min(c,u))}),c<1/0&&c>=0&&(l=e.substring(0,c+1))}if(o=this.tokenizer.inlineText(l)){e=e.substring(o.raw.length),o.raw.slice(-1)!=="_"&&(r=o.raw.slice(-1)),i=!0;let c=t.at(-1);c?.type==="text"?(c.raw+=o.raw,c.text+=o.text):t.push(o);continue}if(e){let c="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(c);break}else throw new Error(c)}}return t}};var $=class{options;parser;constructor(e){this.options=e||w}space(e){return""}code({text:e,lang:t,escaped:n}){let s=(t||"").match(m.notSpaceStart)?.[0],i=e.replace(m.endingNewline,"")+` -`;return s?'
    '+(n?i:R(i,!0))+`
    -`:"
    "+(n?i:R(i,!0))+`
    -`}blockquote({tokens:e}){return`
    -${this.parser.parse(e)}
    -`}html({text:e}){return e}heading({tokens:e,depth:t}){return`${this.parser.parseInline(e)} -`}hr(e){return`
    -`}list(e){let t=e.ordered,n=e.start,s="";for(let o=0;o -`+s+" -`}listitem(e){let t="";if(e.task){let n=this.checkbox({checked:!!e.checked});e.loose?e.tokens[0]?.type==="paragraph"?(e.tokens[0].text=n+" "+e.tokens[0].text,e.tokens[0].tokens&&e.tokens[0].tokens.length>0&&e.tokens[0].tokens[0].type==="text"&&(e.tokens[0].tokens[0].text=n+" "+R(e.tokens[0].tokens[0].text),e.tokens[0].tokens[0].escaped=!0)):e.tokens.unshift({type:"text",raw:n+" ",text:n+" ",escaped:!0}):t+=n+" "}return t+=this.parser.parse(e.tokens,!!e.loose),`
  • ${t}
  • -`}checkbox({checked:e}){return"'}paragraph({tokens:e}){return`

    ${this.parser.parseInline(e)}

    -`}table(e){let t="",n="";for(let i=0;i${s}`),` - -`+t+` -`+s+`
    -`}tablerow({text:e}){return` -${e} -`}tablecell(e){let t=this.parser.parseInline(e.tokens),n=e.header?"th":"td";return(e.align?`<${n} align="${e.align}">`:`<${n}>`)+t+` -`}strong({tokens:e}){return`${this.parser.parseInline(e)}`}em({tokens:e}){return`${this.parser.parseInline(e)}`}codespan({text:e}){return`${R(e,!0)}`}br(e){return"
    "}del({tokens:e}){return`${this.parser.parseInline(e)}`}link({href:e,title:t,tokens:n}){let s=this.parser.parseInline(n),i=J(e);if(i===null)return s;e=i;let r='
    ",r}image({href:e,title:t,text:n,tokens:s}){s&&(n=this.parser.parseInline(s,this.parser.textRenderer));let i=J(e);if(i===null)return R(n);e=i;let r=`${n}{let o=i[r].flat(1/0);n=n.concat(this.walkTokens(o,t))}):i.tokens&&(n=n.concat(this.walkTokens(i.tokens,t)))}}return n}use(...e){let t=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach(n=>{let s={...n};if(s.async=this.defaults.async||s.async||!1,n.extensions&&(n.extensions.forEach(i=>{if(!i.name)throw new Error("extension name required");if("renderer"in i){let r=t.renderers[i.name];r?t.renderers[i.name]=function(...o){let l=i.renderer.apply(this,o);return l===!1&&(l=r.apply(this,o)),l}:t.renderers[i.name]=i.renderer}if("tokenizer"in i){if(!i.level||i.level!=="block"&&i.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");let r=t[i.level];r?r.unshift(i.tokenizer):t[i.level]=[i.tokenizer],i.start&&(i.level==="block"?t.startBlock?t.startBlock.push(i.start):t.startBlock=[i.start]:i.level==="inline"&&(t.startInline?t.startInline.push(i.start):t.startInline=[i.start]))}"childTokens"in i&&i.childTokens&&(t.childTokens[i.name]=i.childTokens)}),s.extensions=t),n.renderer){let i=this.defaults.renderer||new $(this.defaults);for(let r in n.renderer){if(!(r in i))throw new Error(`renderer '${r}' does not exist`);if(["options","parser"].includes(r))continue;let o=r,l=n.renderer[o],c=i[o];i[o]=(...p)=>{let u=l.apply(i,p);return u===!1&&(u=c.apply(i,p)),u||""}}s.renderer=i}if(n.tokenizer){let i=this.defaults.tokenizer||new S(this.defaults);for(let r in n.tokenizer){if(!(r in i))throw new Error(`tokenizer '${r}' does not exist`);if(["options","rules","lexer"].includes(r))continue;let o=r,l=n.tokenizer[o],c=i[o];i[o]=(...p)=>{let u=l.apply(i,p);return u===!1&&(u=c.apply(i,p)),u}}s.tokenizer=i}if(n.hooks){let i=this.defaults.hooks||new L;for(let r in n.hooks){if(!(r in i))throw new Error(`hook '${r}' does not exist`);if(["options","block"].includes(r))continue;let o=r,l=n.hooks[o],c=i[o];L.passThroughHooks.has(r)?i[o]=p=>{if(this.defaults.async)return Promise.resolve(l.call(i,p)).then(d=>c.call(i,d));let u=l.call(i,p);return c.call(i,u)}:i[o]=(...p)=>{let u=l.apply(i,p);return u===!1&&(u=c.apply(i,p)),u}}s.hooks=i}if(n.walkTokens){let i=this.defaults.walkTokens,r=n.walkTokens;s.walkTokens=function(o){let l=[];return l.push(r.call(this,o)),i&&(l=l.concat(i.call(this,o))),l}}this.defaults={...this.defaults,...s}}),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,t){return b.lex(e,t??this.defaults)}parser(e,t){return T.parse(e,t??this.defaults)}parseMarkdown(e){return(n,s)=>{let i={...s},r={...this.defaults,...i},o=this.onError(!!r.silent,!!r.async);if(this.defaults.async===!0&&i.async===!1)return o(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof n>"u"||n===null)return o(new Error("marked(): input parameter is undefined or null"));if(typeof n!="string")return o(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(n)+", string expected"));r.hooks&&(r.hooks.options=r,r.hooks.block=e);let l=r.hooks?r.hooks.provideLexer():e?b.lex:b.lexInline,c=r.hooks?r.hooks.provideParser():e?T.parse:T.parseInline;if(r.async)return Promise.resolve(r.hooks?r.hooks.preprocess(n):n).then(p=>l(p,r)).then(p=>r.hooks?r.hooks.processAllTokens(p):p).then(p=>r.walkTokens?Promise.all(this.walkTokens(p,r.walkTokens)).then(()=>p):p).then(p=>c(p,r)).then(p=>r.hooks?r.hooks.postprocess(p):p).catch(o);try{r.hooks&&(n=r.hooks.preprocess(n));let p=l(n,r);r.hooks&&(p=r.hooks.processAllTokens(p)),r.walkTokens&&this.walkTokens(p,r.walkTokens);let u=c(p,r);return r.hooks&&(u=r.hooks.postprocess(u)),u}catch(p){return o(p)}}}onError(e,t){return n=>{if(n.message+=` -Please report this to https://github.com/markedjs/marked.`,e){let s="

    An error occurred:

    "+R(n.message+"",!0)+"
    ";return t?Promise.resolve(s):s}if(t)return Promise.reject(n);throw n}}};var z=new B;function k(a,e){return z.parse(a,e)}k.options=k.setOptions=function(a){return z.setOptions(a),k.defaults=z.defaults,H(k.defaults),k};k.getDefaults=M;k.defaults=w;k.use=function(...a){return z.use(...a),k.defaults=z.defaults,H(k.defaults),k};k.walkTokens=function(a,e){return z.walkTokens(a,e)};k.parseInline=z.parseInline;k.Parser=T;k.parser=T.parse;k.Renderer=$;k.TextRenderer=_;k.Lexer=b;k.lexer=b.lex;k.Tokenizer=S;k.Hooks=L;k.parse=k;var Dt=k.options,Zt=k.setOptions,Gt=k.use,Ht=k.walkTokens,Nt=k.parseInline,jt=k,Ft=T.parse,Qt=b.lex;export{L as Hooks,b as Lexer,B as Marked,T as Parser,$ as Renderer,_ as TextRenderer,S as Tokenizer,w as defaults,M as getDefaults,Qt as lexer,k as marked,Dt as options,jt as parse,Nt as parseInline,Ft as parser,Zt as setOptions,Gt as use,Ht as walkTokens}; -//# sourceMappingURL=marked.esm.js.map +function getDefaults() { + return { + async: false, + baseUrl: null, + breaks: false, + extensions: null, + gfm: true, + headerIds: true, + headerPrefix: '', + highlight: null, + hooks: null, + langPrefix: 'language-', + mangle: true, + pedantic: false, + renderer: null, + sanitize: false, + sanitizer: null, + silent: false, + smartypants: false, + tokenizer: null, + walkTokens: null, + xhtml: false + }; +} + +let defaults = getDefaults(); + +function changeDefaults(newDefaults) { + defaults = newDefaults; +} + +/** + * Helpers + */ +const escapeTest = /[&<>"']/; +const escapeReplace = new RegExp(escapeTest.source, 'g'); +const escapeTestNoEncode = /[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/; +const escapeReplaceNoEncode = new RegExp(escapeTestNoEncode.source, 'g'); +const escapeReplacements = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + "'": ''' +}; +const getEscapeReplacement = (ch) => escapeReplacements[ch]; +function escape(html, encode) { + if (encode) { + if (escapeTest.test(html)) { + return html.replace(escapeReplace, getEscapeReplacement); + } + } else { + if (escapeTestNoEncode.test(html)) { + return html.replace(escapeReplaceNoEncode, getEscapeReplacement); + } + } + + return html; +} + +const unescapeTest = /&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig; + +/** + * @param {string} html + */ +function unescape(html) { + // explicitly match decimal, hex, and named HTML entities + return html.replace(unescapeTest, (_, n) => { + n = n.toLowerCase(); + if (n === 'colon') return ':'; + if (n.charAt(0) === '#') { + return n.charAt(1) === 'x' + ? String.fromCharCode(parseInt(n.substring(2), 16)) + : String.fromCharCode(+n.substring(1)); + } + return ''; + }); +} + +const caret = /(^|[^\[])\^/g; + +/** + * @param {string | RegExp} regex + * @param {string} opt + */ +function edit(regex, opt) { + regex = typeof regex === 'string' ? regex : regex.source; + opt = opt || ''; + const obj = { + replace: (name, val) => { + val = val.source || val; + val = val.replace(caret, '$1'); + regex = regex.replace(name, val); + return obj; + }, + getRegex: () => { + return new RegExp(regex, opt); + } + }; + return obj; +} + +const nonWordAndColonTest = /[^\w:]/g; +const originIndependentUrl = /^$|^[a-z][a-z0-9+.-]*:|^[?#]/i; + +/** + * @param {boolean} sanitize + * @param {string} base + * @param {string} href + */ +function cleanUrl(sanitize, base, href) { + if (sanitize) { + let prot; + try { + prot = decodeURIComponent(unescape(href)) + .replace(nonWordAndColonTest, '') + .toLowerCase(); + } catch (e) { + return null; + } + if (prot.indexOf('javascript:') === 0 || prot.indexOf('vbscript:') === 0 || prot.indexOf('data:') === 0) { + return null; + } + } + if (base && !originIndependentUrl.test(href)) { + href = resolveUrl(base, href); + } + try { + href = encodeURI(href).replace(/%25/g, '%'); + } catch (e) { + return null; + } + return href; +} + +const baseUrls = {}; +const justDomain = /^[^:]+:\/*[^/]*$/; +const protocol = /^([^:]+:)[\s\S]*$/; +const domain = /^([^:]+:\/*[^/]*)[\s\S]*$/; + +/** + * @param {string} base + * @param {string} href + */ +function resolveUrl(base, href) { + if (!baseUrls[' ' + base]) { + // we can ignore everything in base after the last slash of its path component, + // but we might need to add _that_ + // https://tools.ietf.org/html/rfc3986#section-3 + if (justDomain.test(base)) { + baseUrls[' ' + base] = base + '/'; + } else { + baseUrls[' ' + base] = rtrim(base, '/', true); + } + } + base = baseUrls[' ' + base]; + const relativeBase = base.indexOf(':') === -1; + + if (href.substring(0, 2) === '//') { + if (relativeBase) { + return href; + } + return base.replace(protocol, '$1') + href; + } else if (href.charAt(0) === '/') { + if (relativeBase) { + return href; + } + return base.replace(domain, '$1') + href; + } else { + return base + href; + } +} + +const noopTest = { exec: function noopTest() {} }; + +function splitCells(tableRow, count) { + // ensure that every cell-delimiting pipe has a space + // before it to distinguish it from an escaped pipe + const row = tableRow.replace(/\|/g, (match, offset, str) => { + let escaped = false, + curr = offset; + while (--curr >= 0 && str[curr] === '\\') escaped = !escaped; + if (escaped) { + // odd number of slashes means | is escaped + // so we leave it alone + return '|'; + } else { + // add space before unescaped | + return ' |'; + } + }), + cells = row.split(/ \|/); + let i = 0; + + // First/last cell in a row cannot be empty if it has no leading/trailing pipe + if (!cells[0].trim()) { cells.shift(); } + if (cells.length > 0 && !cells[cells.length - 1].trim()) { cells.pop(); } + + if (cells.length > count) { + cells.splice(count); + } else { + while (cells.length < count) cells.push(''); + } + + for (; i < cells.length; i++) { + // leading or trailing whitespace is ignored per the gfm spec + cells[i] = cells[i].trim().replace(/\\\|/g, '|'); + } + return cells; +} + +/** + * Remove trailing 'c's. Equivalent to str.replace(/c*$/, ''). + * /c*$/ is vulnerable to REDOS. + * + * @param {string} str + * @param {string} c + * @param {boolean} invert Remove suffix of non-c chars instead. Default falsey. + */ +function rtrim(str, c, invert) { + const l = str.length; + if (l === 0) { + return ''; + } + + // Length of suffix matching the invert condition. + let suffLen = 0; + + // Step left until we fail to match the invert condition. + while (suffLen < l) { + const currChar = str.charAt(l - suffLen - 1); + if (currChar === c && !invert) { + suffLen++; + } else if (currChar !== c && invert) { + suffLen++; + } else { + break; + } + } + + return str.slice(0, l - suffLen); +} + +function findClosingBracket(str, b) { + if (str.indexOf(b[1]) === -1) { + return -1; + } + const l = str.length; + let level = 0, + i = 0; + for (; i < l; i++) { + if (str[i] === '\\') { + i++; + } else if (str[i] === b[0]) { + level++; + } else if (str[i] === b[1]) { + level--; + if (level < 0) { + return i; + } + } + } + return -1; +} + +function checkSanitizeDeprecation(opt) { + if (opt && opt.sanitize && !opt.silent) { + console.warn('marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options'); + } +} + +// copied from https://stackoverflow.com/a/5450113/806777 +/** + * @param {string} pattern + * @param {number} count + */ +function repeatString(pattern, count) { + if (count < 1) { + return ''; + } + let result = ''; + while (count > 1) { + if (count & 1) { + result += pattern; + } + count >>= 1; + pattern += pattern; + } + return result + pattern; +} + +function outputLink(cap, link, raw, lexer) { + const href = link.href; + const title = link.title ? escape(link.title) : null; + const text = cap[1].replace(/\\([\[\]])/g, '$1'); + + if (cap[0].charAt(0) !== '!') { + lexer.state.inLink = true; + const token = { + type: 'link', + raw, + href, + title, + text, + tokens: lexer.inlineTokens(text) + }; + lexer.state.inLink = false; + return token; + } + return { + type: 'image', + raw, + href, + title, + text: escape(text) + }; +} + +function indentCodeCompensation(raw, text) { + const matchIndentToCode = raw.match(/^(\s+)(?:```)/); + + if (matchIndentToCode === null) { + return text; + } + + const indentToCode = matchIndentToCode[1]; + + return text + .split('\n') + .map(node => { + const matchIndentInNode = node.match(/^\s+/); + if (matchIndentInNode === null) { + return node; + } + + const [indentInNode] = matchIndentInNode; + + if (indentInNode.length >= indentToCode.length) { + return node.slice(indentToCode.length); + } + + return node; + }) + .join('\n'); +} + +/** + * Tokenizer + */ +class Tokenizer { + constructor(options) { + this.options = options || defaults; + } + + space(src) { + const cap = this.rules.block.newline.exec(src); + if (cap && cap[0].length > 0) { + return { + type: 'space', + raw: cap[0] + }; + } + } + + code(src) { + const cap = this.rules.block.code.exec(src); + if (cap) { + const text = cap[0].replace(/^ {1,4}/gm, ''); + return { + type: 'code', + raw: cap[0], + codeBlockStyle: 'indented', + text: !this.options.pedantic + ? rtrim(text, '\n') + : text + }; + } + } + + fences(src) { + const cap = this.rules.block.fences.exec(src); + if (cap) { + const raw = cap[0]; + const text = indentCodeCompensation(raw, cap[3] || ''); + + return { + type: 'code', + raw, + lang: cap[2] ? cap[2].trim().replace(this.rules.inline._escapes, '$1') : cap[2], + text + }; + } + } + + heading(src) { + const cap = this.rules.block.heading.exec(src); + if (cap) { + let text = cap[2].trim(); + + // remove trailing #s + if (/#$/.test(text)) { + const trimmed = rtrim(text, '#'); + if (this.options.pedantic) { + text = trimmed.trim(); + } else if (!trimmed || / $/.test(trimmed)) { + // CommonMark requires space before trailing #s + text = trimmed.trim(); + } + } + + return { + type: 'heading', + raw: cap[0], + depth: cap[1].length, + text, + tokens: this.lexer.inline(text) + }; + } + } + + hr(src) { + const cap = this.rules.block.hr.exec(src); + if (cap) { + return { + type: 'hr', + raw: cap[0] + }; + } + } + + blockquote(src) { + const cap = this.rules.block.blockquote.exec(src); + if (cap) { + const text = cap[0].replace(/^ *>[ \t]?/gm, ''); + const top = this.lexer.state.top; + this.lexer.state.top = true; + const tokens = this.lexer.blockTokens(text); + this.lexer.state.top = top; + return { + type: 'blockquote', + raw: cap[0], + tokens, + text + }; + } + } + + list(src) { + let cap = this.rules.block.list.exec(src); + if (cap) { + let raw, istask, ischecked, indent, i, blankLine, endsWithBlankLine, + line, nextLine, rawLine, itemContents, endEarly; + + let bull = cap[1].trim(); + const isordered = bull.length > 1; + + const list = { + type: 'list', + raw: '', + ordered: isordered, + start: isordered ? +bull.slice(0, -1) : '', + loose: false, + items: [] + }; + + bull = isordered ? `\\d{1,9}\\${bull.slice(-1)}` : `\\${bull}`; + + if (this.options.pedantic) { + bull = isordered ? bull : '[*+-]'; + } + + // Get next list item + const itemRegex = new RegExp(`^( {0,3}${bull})((?:[\t ][^\\n]*)?(?:\\n|$))`); + + // Check if current bullet point can start a new List Item + while (src) { + endEarly = false; + if (!(cap = itemRegex.exec(src))) { + break; + } + + if (this.rules.block.hr.test(src)) { // End list if bullet was actually HR (possibly move into itemRegex?) + break; + } + + raw = cap[0]; + src = src.substring(raw.length); + + line = cap[2].split('\n', 1)[0].replace(/^\t+/, (t) => ' '.repeat(3 * t.length)); + nextLine = src.split('\n', 1)[0]; + + if (this.options.pedantic) { + indent = 2; + itemContents = line.trimLeft(); + } else { + indent = cap[2].search(/[^ ]/); // Find first non-space char + indent = indent > 4 ? 1 : indent; // Treat indented code blocks (> 4 spaces) as having only 1 indent + itemContents = line.slice(indent); + indent += cap[1].length; + } + + blankLine = false; + + if (!line && /^ *$/.test(nextLine)) { // Items begin with at most one blank line + raw += nextLine + '\n'; + src = src.substring(nextLine.length + 1); + endEarly = true; + } + + if (!endEarly) { + const nextBulletRegex = new RegExp(`^ {0,${Math.min(3, indent - 1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))`); + const hrRegex = new RegExp(`^ {0,${Math.min(3, indent - 1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`); + const fencesBeginRegex = new RegExp(`^ {0,${Math.min(3, indent - 1)}}(?:\`\`\`|~~~)`); + const headingBeginRegex = new RegExp(`^ {0,${Math.min(3, indent - 1)}}#`); + + // Check if following lines should be included in List Item + while (src) { + rawLine = src.split('\n', 1)[0]; + nextLine = rawLine; + + // Re-align to follow commonmark nesting rules + if (this.options.pedantic) { + nextLine = nextLine.replace(/^ {1,4}(?=( {4})*[^ ])/g, ' '); + } + + // End list item if found code fences + if (fencesBeginRegex.test(nextLine)) { + break; + } + + // End list item if found start of new heading + if (headingBeginRegex.test(nextLine)) { + break; + } + + // End list item if found start of new bullet + if (nextBulletRegex.test(nextLine)) { + break; + } + + // Horizontal rule found + if (hrRegex.test(src)) { + break; + } + + if (nextLine.search(/[^ ]/) >= indent || !nextLine.trim()) { // Dedent if possible + itemContents += '\n' + nextLine.slice(indent); + } else { + // not enough indentation + if (blankLine) { + break; + } + + // paragraph continuation unless last line was a different block level element + if (line.search(/[^ ]/) >= 4) { // indented code block + break; + } + if (fencesBeginRegex.test(line)) { + break; + } + if (headingBeginRegex.test(line)) { + break; + } + if (hrRegex.test(line)) { + break; + } + + itemContents += '\n' + nextLine; + } + + if (!blankLine && !nextLine.trim()) { // Check if current line is blank + blankLine = true; + } + + raw += rawLine + '\n'; + src = src.substring(rawLine.length + 1); + line = nextLine.slice(indent); + } + } + + if (!list.loose) { + // If the previous item ended with a blank line, the list is loose + if (endsWithBlankLine) { + list.loose = true; + } else if (/\n *\n *$/.test(raw)) { + endsWithBlankLine = true; + } + } + + // Check for task list items + if (this.options.gfm) { + istask = /^\[[ xX]\] /.exec(itemContents); + if (istask) { + ischecked = istask[0] !== '[ ] '; + itemContents = itemContents.replace(/^\[[ xX]\] +/, ''); + } + } + + list.items.push({ + type: 'list_item', + raw, + task: !!istask, + checked: ischecked, + loose: false, + text: itemContents + }); + + list.raw += raw; + } + + // Do not consume newlines at end of final item. Alternatively, make itemRegex *start* with any newlines to simplify/speed up endsWithBlankLine logic + list.items[list.items.length - 1].raw = raw.trimRight(); + list.items[list.items.length - 1].text = itemContents.trimRight(); + list.raw = list.raw.trimRight(); + + const l = list.items.length; + + // Item child tokens handled here at end because we needed to have the final item to trim it first + for (i = 0; i < l; i++) { + this.lexer.state.top = false; + list.items[i].tokens = this.lexer.blockTokens(list.items[i].text, []); + + if (!list.loose) { + // Check if list should be loose + const spacers = list.items[i].tokens.filter(t => t.type === 'space'); + const hasMultipleLineBreaks = spacers.length > 0 && spacers.some(t => /\n.*\n/.test(t.raw)); + + list.loose = hasMultipleLineBreaks; + } + } + + // Set all items to loose if list is loose + if (list.loose) { + for (i = 0; i < l; i++) { + list.items[i].loose = true; + } + } + + return list; + } + } + + html(src) { + const cap = this.rules.block.html.exec(src); + if (cap) { + const token = { + type: 'html', + raw: cap[0], + pre: !this.options.sanitizer + && (cap[1] === 'pre' || cap[1] === 'script' || cap[1] === 'style'), + text: cap[0] + }; + if (this.options.sanitize) { + const text = this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0]); + token.type = 'paragraph'; + token.text = text; + token.tokens = this.lexer.inline(text); + } + return token; + } + } + + def(src) { + const cap = this.rules.block.def.exec(src); + if (cap) { + const tag = cap[1].toLowerCase().replace(/\s+/g, ' '); + const href = cap[2] ? cap[2].replace(/^<(.*)>$/, '$1').replace(this.rules.inline._escapes, '$1') : ''; + const title = cap[3] ? cap[3].substring(1, cap[3].length - 1).replace(this.rules.inline._escapes, '$1') : cap[3]; + return { + type: 'def', + tag, + raw: cap[0], + href, + title + }; + } + } + + table(src) { + const cap = this.rules.block.table.exec(src); + if (cap) { + const item = { + type: 'table', + header: splitCells(cap[1]).map(c => { return { text: c }; }), + align: cap[2].replace(/^ *|\| *$/g, '').split(/ *\| */), + rows: cap[3] && cap[3].trim() ? cap[3].replace(/\n[ \t]*$/, '').split('\n') : [] + }; + + if (item.header.length === item.align.length) { + item.raw = cap[0]; + + let l = item.align.length; + let i, j, k, row; + for (i = 0; i < l; i++) { + if (/^ *-+: *$/.test(item.align[i])) { + item.align[i] = 'right'; + } else if (/^ *:-+: *$/.test(item.align[i])) { + item.align[i] = 'center'; + } else if (/^ *:-+ *$/.test(item.align[i])) { + item.align[i] = 'left'; + } else { + item.align[i] = null; + } + } + + l = item.rows.length; + for (i = 0; i < l; i++) { + item.rows[i] = splitCells(item.rows[i], item.header.length).map(c => { return { text: c }; }); + } + + // parse child tokens inside headers and cells + + // header child tokens + l = item.header.length; + for (j = 0; j < l; j++) { + item.header[j].tokens = this.lexer.inline(item.header[j].text); + } + + // cell child tokens + l = item.rows.length; + for (j = 0; j < l; j++) { + row = item.rows[j]; + for (k = 0; k < row.length; k++) { + row[k].tokens = this.lexer.inline(row[k].text); + } + } + + return item; + } + } + } + + lheading(src) { + const cap = this.rules.block.lheading.exec(src); + if (cap) { + return { + type: 'heading', + raw: cap[0], + depth: cap[2].charAt(0) === '=' ? 1 : 2, + text: cap[1], + tokens: this.lexer.inline(cap[1]) + }; + } + } + + paragraph(src) { + const cap = this.rules.block.paragraph.exec(src); + if (cap) { + const text = cap[1].charAt(cap[1].length - 1) === '\n' + ? cap[1].slice(0, -1) + : cap[1]; + return { + type: 'paragraph', + raw: cap[0], + text, + tokens: this.lexer.inline(text) + }; + } + } + + text(src) { + const cap = this.rules.block.text.exec(src); + if (cap) { + return { + type: 'text', + raw: cap[0], + text: cap[0], + tokens: this.lexer.inline(cap[0]) + }; + } + } + + escape(src) { + const cap = this.rules.inline.escape.exec(src); + if (cap) { + return { + type: 'escape', + raw: cap[0], + text: escape(cap[1]) + }; + } + } + + tag(src) { + const cap = this.rules.inline.tag.exec(src); + if (cap) { + if (!this.lexer.state.inLink && /^
    /i.test(cap[0])) { + this.lexer.state.inLink = false; + } + if (!this.lexer.state.inRawBlock && /^<(pre|code|kbd|script)(\s|>)/i.test(cap[0])) { + this.lexer.state.inRawBlock = true; + } else if (this.lexer.state.inRawBlock && /^<\/(pre|code|kbd|script)(\s|>)/i.test(cap[0])) { + this.lexer.state.inRawBlock = false; + } + + return { + type: this.options.sanitize + ? 'text' + : 'html', + raw: cap[0], + inLink: this.lexer.state.inLink, + inRawBlock: this.lexer.state.inRawBlock, + text: this.options.sanitize + ? (this.options.sanitizer + ? this.options.sanitizer(cap[0]) + : escape(cap[0])) + : cap[0] + }; + } + } + + link(src) { + const cap = this.rules.inline.link.exec(src); + if (cap) { + const trimmedUrl = cap[2].trim(); + if (!this.options.pedantic && /^$/.test(trimmedUrl))) { + return; + } + + // ending angle bracket cannot be escaped + const rtrimSlash = rtrim(trimmedUrl.slice(0, -1), '\\'); + if ((trimmedUrl.length - rtrimSlash.length) % 2 === 0) { + return; + } + } else { + // find closing parenthesis + const lastParenIndex = findClosingBracket(cap[2], '()'); + if (lastParenIndex > -1) { + const start = cap[0].indexOf('!') === 0 ? 5 : 4; + const linkLen = start + cap[1].length + lastParenIndex; + cap[2] = cap[2].substring(0, lastParenIndex); + cap[0] = cap[0].substring(0, linkLen).trim(); + cap[3] = ''; + } + } + let href = cap[2]; + let title = ''; + if (this.options.pedantic) { + // split pedantic href and title + const link = /^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(href); + + if (link) { + href = link[1]; + title = link[3]; + } + } else { + title = cap[3] ? cap[3].slice(1, -1) : ''; + } + + href = href.trim(); + if (/^$/.test(trimmedUrl))) { + // pedantic allows starting angle bracket without ending angle bracket + href = href.slice(1); + } else { + href = href.slice(1, -1); + } + } + return outputLink(cap, { + href: href ? href.replace(this.rules.inline._escapes, '$1') : href, + title: title ? title.replace(this.rules.inline._escapes, '$1') : title + }, cap[0], this.lexer); + } + } + + reflink(src, links) { + let cap; + if ((cap = this.rules.inline.reflink.exec(src)) + || (cap = this.rules.inline.nolink.exec(src))) { + let link = (cap[2] || cap[1]).replace(/\s+/g, ' '); + link = links[link.toLowerCase()]; + if (!link) { + const text = cap[0].charAt(0); + return { + type: 'text', + raw: text, + text + }; + } + return outputLink(cap, link, cap[0], this.lexer); + } + } + + emStrong(src, maskedSrc, prevChar = '') { + let match = this.rules.inline.emStrong.lDelim.exec(src); + if (!match) return; + + // _ can't be between two alphanumerics. \p{L}\p{N} includes non-english alphabet/numbers as well + if (match[3] && prevChar.match(/[\p{L}\p{N}]/u)) return; + + const nextChar = match[1] || match[2] || ''; + + if (!nextChar || (nextChar && (prevChar === '' || this.rules.inline.punctuation.exec(prevChar)))) { + const lLength = match[0].length - 1; + let rDelim, rLength, delimTotal = lLength, midDelimTotal = 0; + + const endReg = match[0][0] === '*' ? this.rules.inline.emStrong.rDelimAst : this.rules.inline.emStrong.rDelimUnd; + endReg.lastIndex = 0; + + // Clip maskedSrc to same section of string as src (move to lexer?) + maskedSrc = maskedSrc.slice(-1 * src.length + lLength); + + while ((match = endReg.exec(maskedSrc)) != null) { + rDelim = match[1] || match[2] || match[3] || match[4] || match[5] || match[6]; + + if (!rDelim) continue; // skip single * in __abc*abc__ + + rLength = rDelim.length; + + if (match[3] || match[4]) { // found another Left Delim + delimTotal += rLength; + continue; + } else if (match[5] || match[6]) { // either Left or Right Delim + if (lLength % 3 && !((lLength + rLength) % 3)) { + midDelimTotal += rLength; + continue; // CommonMark Emphasis Rules 9-10 + } + } + + delimTotal -= rLength; + + if (delimTotal > 0) continue; // Haven't found enough closing delimiters + + // Remove extra characters. *a*** -> *a* + rLength = Math.min(rLength, rLength + delimTotal + midDelimTotal); + + const raw = src.slice(0, lLength + match.index + (match[0].length - rDelim.length) + rLength); + + // Create `em` if smallest delimiter has odd char count. *a*** + if (Math.min(lLength, rLength) % 2) { + const text = raw.slice(1, -1); + return { + type: 'em', + raw, + text, + tokens: this.lexer.inlineTokens(text) + }; + } + + // Create 'strong' if smallest delimiter has even char count. **a*** + const text = raw.slice(2, -2); + return { + type: 'strong', + raw, + text, + tokens: this.lexer.inlineTokens(text) + }; + } + } + } + + codespan(src) { + const cap = this.rules.inline.code.exec(src); + if (cap) { + let text = cap[2].replace(/\n/g, ' '); + const hasNonSpaceChars = /[^ ]/.test(text); + const hasSpaceCharsOnBothEnds = /^ /.test(text) && / $/.test(text); + if (hasNonSpaceChars && hasSpaceCharsOnBothEnds) { + text = text.substring(1, text.length - 1); + } + text = escape(text, true); + return { + type: 'codespan', + raw: cap[0], + text + }; + } + } + + br(src) { + const cap = this.rules.inline.br.exec(src); + if (cap) { + return { + type: 'br', + raw: cap[0] + }; + } + } + + del(src) { + const cap = this.rules.inline.del.exec(src); + if (cap) { + return { + type: 'del', + raw: cap[0], + text: cap[2], + tokens: this.lexer.inlineTokens(cap[2]) + }; + } + } + + autolink(src, mangle) { + const cap = this.rules.inline.autolink.exec(src); + if (cap) { + let text, href; + if (cap[2] === '@') { + text = escape(this.options.mangle ? mangle(cap[1]) : cap[1]); + href = 'mailto:' + text; + } else { + text = escape(cap[1]); + href = text; + } + + return { + type: 'link', + raw: cap[0], + text, + href, + tokens: [ + { + type: 'text', + raw: text, + text + } + ] + }; + } + } + + url(src, mangle) { + let cap; + if (cap = this.rules.inline.url.exec(src)) { + let text, href; + if (cap[2] === '@') { + text = escape(this.options.mangle ? mangle(cap[0]) : cap[0]); + href = 'mailto:' + text; + } else { + // do extended autolink path validation + let prevCapZero; + do { + prevCapZero = cap[0]; + cap[0] = this.rules.inline._backpedal.exec(cap[0])[0]; + } while (prevCapZero !== cap[0]); + text = escape(cap[0]); + if (cap[1] === 'www.') { + href = 'http://' + cap[0]; + } else { + href = cap[0]; + } + } + return { + type: 'link', + raw: cap[0], + text, + href, + tokens: [ + { + type: 'text', + raw: text, + text + } + ] + }; + } + } + + inlineText(src, smartypants) { + const cap = this.rules.inline.text.exec(src); + if (cap) { + let text; + if (this.lexer.state.inRawBlock) { + text = this.options.sanitize ? (this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0])) : cap[0]; + } else { + text = escape(this.options.smartypants ? smartypants(cap[0]) : cap[0]); + } + return { + type: 'text', + raw: cap[0], + text + }; + } + } +} + +/** + * Block-Level Grammar + */ +const block = { + newline: /^(?: *(?:\n|$))+/, + code: /^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/, + fences: /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/, + hr: /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/, + heading: /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/, + blockquote: /^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/, + list: /^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/, + html: '^ {0,3}(?:' // optional indentation + + '<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)' // (1) + + '|comment[^\\n]*(\\n+|$)' // (2) + + '|<\\?[\\s\\S]*?(?:\\?>\\n*|$)' // (3) + + '|\\n*|$)' // (4) + + '|\\n*|$)' // (5) + + '|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)' // (6) + + '|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)' // (7) open tag + + '|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)' // (7) closing tag + + ')', + def: /^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/, + table: noopTest, + lheading: /^((?:.|\n(?!\n))+?)\n {0,3}(=+|-+) *(?:\n+|$)/, + // regex template, placeholders will be replaced according to different paragraph + // interruption rules of commonmark and the original markdown spec: + _paragraph: /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/, + text: /^[^\n]+/ +}; + +block._label = /(?!\s*\])(?:\\.|[^\[\]\\])+/; +block._title = /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/; +block.def = edit(block.def) + .replace('label', block._label) + .replace('title', block._title) + .getRegex(); + +block.bullet = /(?:[*+-]|\d{1,9}[.)])/; +block.listItemStart = edit(/^( *)(bull) */) + .replace('bull', block.bullet) + .getRegex(); + +block.list = edit(block.list) + .replace(/bull/g, block.bullet) + .replace('hr', '\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))') + .replace('def', '\\n+(?=' + block.def.source + ')') + .getRegex(); + +block._tag = 'address|article|aside|base|basefont|blockquote|body|caption' + + '|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption' + + '|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe' + + '|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option' + + '|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr' + + '|track|ul'; +block._comment = /|$)/; +block.html = edit(block.html, 'i') + .replace('comment', block._comment) + .replace('tag', block._tag) + .replace('attribute', / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/) + .getRegex(); + +block.paragraph = edit(block._paragraph) + .replace('hr', block.hr) + .replace('heading', ' {0,3}#{1,6} ') + .replace('|lheading', '') // setex headings don't interrupt commonmark paragraphs + .replace('|table', '') + .replace('blockquote', ' {0,3}>') + .replace('fences', ' {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n') + .replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt + .replace('html', ')|<(?:script|pre|style|textarea|!--)') + .replace('tag', block._tag) // pars can be interrupted by type (6) html blocks + .getRegex(); + +block.blockquote = edit(block.blockquote) + .replace('paragraph', block.paragraph) + .getRegex(); + +/** + * Normal Block Grammar + */ + +block.normal = { ...block }; + +/** + * GFM Block Grammar + */ + +block.gfm = { + ...block.normal, + table: '^ *([^\\n ].*\\|.*)\\n' // Header + + ' {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?' // Align + + '(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)' // Cells +}; + +block.gfm.table = edit(block.gfm.table) + .replace('hr', block.hr) + .replace('heading', ' {0,3}#{1,6} ') + .replace('blockquote', ' {0,3}>') + .replace('code', ' {4}[^\\n]') + .replace('fences', ' {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n') + .replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt + .replace('html', ')|<(?:script|pre|style|textarea|!--)') + .replace('tag', block._tag) // tables can be interrupted by type (6) html blocks + .getRegex(); + +block.gfm.paragraph = edit(block._paragraph) + .replace('hr', block.hr) + .replace('heading', ' {0,3}#{1,6} ') + .replace('|lheading', '') // setex headings don't interrupt commonmark paragraphs + .replace('table', block.gfm.table) // interrupt paragraphs with table + .replace('blockquote', ' {0,3}>') + .replace('fences', ' {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n') + .replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt + .replace('html', ')|<(?:script|pre|style|textarea|!--)') + .replace('tag', block._tag) // pars can be interrupted by type (6) html blocks + .getRegex(); +/** + * Pedantic grammar (original John Gruber's loose markdown specification) + */ + +block.pedantic = { + ...block.normal, + html: edit( + '^ *(?:comment *(?:\\n|\\s*$)' + + '|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)' // closed tag + + '|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))') + .replace('comment', block._comment) + .replace(/tag/g, '(?!(?:' + + 'a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub' + + '|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)' + + '\\b)\\w+(?!:|[^\\w\\s@]*@)\\b') + .getRegex(), + def: /^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/, + heading: /^(#{1,6})(.*)(?:\n+|$)/, + fences: noopTest, // fences not supported + lheading: /^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/, + paragraph: edit(block.normal._paragraph) + .replace('hr', block.hr) + .replace('heading', ' *#{1,6} *[^\n]') + .replace('lheading', block.lheading) + .replace('blockquote', ' {0,3}>') + .replace('|fences', '') + .replace('|list', '') + .replace('|html', '') + .getRegex() +}; + +/** + * Inline-Level Grammar + */ +const inline = { + escape: /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, + autolink: /^<(scheme:[^\s\x00-\x1f<>]*|email)>/, + url: noopTest, + tag: '^comment' + + '|^' // self-closing tag + + '|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>' // open tag + + '|^<\\?[\\s\\S]*?\\?>' // processing instruction, e.g. + + '|^' // declaration, e.g. + + '|^', // CDATA section + link: /^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/, + reflink: /^!?\[(label)\]\[(ref)\]/, + nolink: /^!?\[(ref)\](?:\[\])?/, + reflinkSearch: 'reflink|nolink(?!\\()', + emStrong: { + lDelim: /^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/, + // (1) and (2) can only be a Right Delimiter. (3) and (4) can only be Left. (5) and (6) can be either Left or Right. + // () Skip orphan inside strong () Consume to delim (1) #*** (2) a***#, a*** (3) #***a, ***a (4) ***# (5) #***# (6) a***a + rDelimAst: /^(?:[^_*\\]|\\.)*?\_\_(?:[^_*\\]|\\.)*?\*(?:[^_*\\]|\\.)*?(?=\_\_)|(?:[^*\\]|\\.)+(?=[^*])|[punct_](\*+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|(?:[^punct*_\s\\]|\\.)(\*+)(?=[^punct*_\s])/, + rDelimUnd: /^(?:[^_*\\]|\\.)*?\*\*(?:[^_*\\]|\\.)*?\_(?:[^_*\\]|\\.)*?(?=\*\*)|(?:[^_\\]|\\.)+(?=[^_])|[punct*](\_+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/ // ^- Not allowed for _ + }, + code: /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/, + br: /^( {2,}|\\)\n(?!\s*$)/, + del: noopTest, + text: /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\?@\\[\\]`^{|}~'; +inline.punctuation = edit(inline.punctuation).replace(/punctuation/g, inline._punctuation).getRegex(); + +// sequences em should skip over [title](link), `code`, +inline.blockSkip = /\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g; +// lookbehind is not available on Safari as of version 16 +// inline.escapedEmSt = /(?<=(?:^|[^\\)(?:\\[^])*)\\[*_]/g; +inline.escapedEmSt = /(?:^|[^\\])(?:\\\\)*\\[*_]/g; + +inline._comment = edit(block._comment).replace('(?:-->|$)', '-->').getRegex(); + +inline.emStrong.lDelim = edit(inline.emStrong.lDelim) + .replace(/punct/g, inline._punctuation) + .getRegex(); + +inline.emStrong.rDelimAst = edit(inline.emStrong.rDelimAst, 'g') + .replace(/punct/g, inline._punctuation) + .getRegex(); + +inline.emStrong.rDelimUnd = edit(inline.emStrong.rDelimUnd, 'g') + .replace(/punct/g, inline._punctuation) + .getRegex(); + +inline._escapes = /\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g; + +inline._scheme = /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/; +inline._email = /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/; +inline.autolink = edit(inline.autolink) + .replace('scheme', inline._scheme) + .replace('email', inline._email) + .getRegex(); + +inline._attribute = /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/; + +inline.tag = edit(inline.tag) + .replace('comment', inline._comment) + .replace('attribute', inline._attribute) + .getRegex(); + +inline._label = /(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/; +inline._href = /<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/; +inline._title = /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/; + +inline.link = edit(inline.link) + .replace('label', inline._label) + .replace('href', inline._href) + .replace('title', inline._title) + .getRegex(); + +inline.reflink = edit(inline.reflink) + .replace('label', inline._label) + .replace('ref', block._label) + .getRegex(); + +inline.nolink = edit(inline.nolink) + .replace('ref', block._label) + .getRegex(); + +inline.reflinkSearch = edit(inline.reflinkSearch, 'g') + .replace('reflink', inline.reflink) + .replace('nolink', inline.nolink) + .getRegex(); + +/** + * Normal Inline Grammar + */ + +inline.normal = { ...inline }; + +/** + * Pedantic Inline Grammar + */ + +inline.pedantic = { + ...inline.normal, + strong: { + start: /^__|\*\*/, + middle: /^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/, + endAst: /\*\*(?!\*)/g, + endUnd: /__(?!_)/g + }, + em: { + start: /^_|\*/, + middle: /^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/, + endAst: /\*(?!\*)/g, + endUnd: /_(?!_)/g + }, + link: edit(/^!?\[(label)\]\((.*?)\)/) + .replace('label', inline._label) + .getRegex(), + reflink: edit(/^!?\[(label)\]\s*\[([^\]]*)\]/) + .replace('label', inline._label) + .getRegex() +}; + +/** + * GFM Inline Grammar + */ + +inline.gfm = { + ...inline.normal, + escape: edit(inline.escape).replace('])', '~|])').getRegex(), + _extended_email: /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/, + url: /^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/, + _backpedal: /(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/, + del: /^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/, + text: /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\ 0.5) { + ch = 'x' + ch.toString(16); + } + out += '&#' + ch + ';'; + } + + return out; +} + +/** + * Block Lexer + */ +class Lexer { + constructor(options) { + this.tokens = []; + this.tokens.links = Object.create(null); + this.options = options || defaults; + this.options.tokenizer = this.options.tokenizer || new Tokenizer(); + this.tokenizer = this.options.tokenizer; + this.tokenizer.options = this.options; + this.tokenizer.lexer = this; + this.inlineQueue = []; + this.state = { + inLink: false, + inRawBlock: false, + top: true + }; + + const rules = { + block: block.normal, + inline: inline.normal + }; + + if (this.options.pedantic) { + rules.block = block.pedantic; + rules.inline = inline.pedantic; + } else if (this.options.gfm) { + rules.block = block.gfm; + if (this.options.breaks) { + rules.inline = inline.breaks; + } else { + rules.inline = inline.gfm; + } + } + this.tokenizer.rules = rules; + } + + /** + * Expose Rules + */ + static get rules() { + return { + block, + inline + }; + } + + /** + * Static Lex Method + */ + static lex(src, options) { + const lexer = new Lexer(options); + return lexer.lex(src); + } + + /** + * Static Lex Inline Method + */ + static lexInline(src, options) { + const lexer = new Lexer(options); + return lexer.inlineTokens(src); + } + + /** + * Preprocessing + */ + lex(src) { + src = src + .replace(/\r\n|\r/g, '\n'); + + this.blockTokens(src, this.tokens); + + let next; + while (next = this.inlineQueue.shift()) { + this.inlineTokens(next.src, next.tokens); + } + + return this.tokens; + } + + /** + * Lexing + */ + blockTokens(src, tokens = []) { + if (this.options.pedantic) { + src = src.replace(/\t/g, ' ').replace(/^ +$/gm, ''); + } else { + src = src.replace(/^( *)(\t+)/gm, (_, leading, tabs) => { + return leading + ' '.repeat(tabs.length); + }); + } + + let token, lastToken, cutSrc, lastParagraphClipped; + + while (src) { + if (this.options.extensions + && this.options.extensions.block + && this.options.extensions.block.some((extTokenizer) => { + if (token = extTokenizer.call({ lexer: this }, src, tokens)) { + src = src.substring(token.raw.length); + tokens.push(token); + return true; + } + return false; + })) { + continue; + } + + // newline + if (token = this.tokenizer.space(src)) { + src = src.substring(token.raw.length); + if (token.raw.length === 1 && tokens.length > 0) { + // if there's a single \n as a spacer, it's terminating the last line, + // so move it there so that we don't get unecessary paragraph tags + tokens[tokens.length - 1].raw += '\n'; + } else { + tokens.push(token); + } + continue; + } + + // code + if (token = this.tokenizer.code(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + // An indented code block cannot interrupt a paragraph. + if (lastToken && (lastToken.type === 'paragraph' || lastToken.type === 'text')) { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.text; + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else { + tokens.push(token); + } + continue; + } + + // fences + if (token = this.tokenizer.fences(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // heading + if (token = this.tokenizer.heading(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // hr + if (token = this.tokenizer.hr(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // blockquote + if (token = this.tokenizer.blockquote(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // list + if (token = this.tokenizer.list(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // html + if (token = this.tokenizer.html(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // def + if (token = this.tokenizer.def(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && (lastToken.type === 'paragraph' || lastToken.type === 'text')) { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.raw; + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else if (!this.tokens.links[token.tag]) { + this.tokens.links[token.tag] = { + href: token.href, + title: token.title + }; + } + continue; + } + + // table (gfm) + if (token = this.tokenizer.table(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // lheading + if (token = this.tokenizer.lheading(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // top-level paragraph + // prevent paragraph consuming extensions by clipping 'src' to extension start + cutSrc = src; + if (this.options.extensions && this.options.extensions.startBlock) { + let startIndex = Infinity; + const tempSrc = src.slice(1); + let tempStart; + this.options.extensions.startBlock.forEach(function(getStartIndex) { + tempStart = getStartIndex.call({ lexer: this }, tempSrc); + if (typeof tempStart === 'number' && tempStart >= 0) { startIndex = Math.min(startIndex, tempStart); } + }); + if (startIndex < Infinity && startIndex >= 0) { + cutSrc = src.substring(0, startIndex + 1); + } + } + if (this.state.top && (token = this.tokenizer.paragraph(cutSrc))) { + lastToken = tokens[tokens.length - 1]; + if (lastParagraphClipped && lastToken.type === 'paragraph') { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.text; + this.inlineQueue.pop(); + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else { + tokens.push(token); + } + lastParagraphClipped = (cutSrc.length !== src.length); + src = src.substring(token.raw.length); + continue; + } + + // text + if (token = this.tokenizer.text(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && lastToken.type === 'text') { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.text; + this.inlineQueue.pop(); + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else { + tokens.push(token); + } + continue; + } + + if (src) { + const errMsg = 'Infinite loop on byte: ' + src.charCodeAt(0); + if (this.options.silent) { + console.error(errMsg); + break; + } else { + throw new Error(errMsg); + } + } + } + + this.state.top = true; + return tokens; + } + + inline(src, tokens = []) { + this.inlineQueue.push({ src, tokens }); + return tokens; + } + + /** + * Lexing/Compiling + */ + inlineTokens(src, tokens = []) { + let token, lastToken, cutSrc; + + // String with links masked to avoid interference with em and strong + let maskedSrc = src; + let match; + let keepPrevChar, prevChar; + + // Mask out reflinks + if (this.tokens.links) { + const links = Object.keys(this.tokens.links); + if (links.length > 0) { + while ((match = this.tokenizer.rules.inline.reflinkSearch.exec(maskedSrc)) != null) { + if (links.includes(match[0].slice(match[0].lastIndexOf('[') + 1, -1))) { + maskedSrc = maskedSrc.slice(0, match.index) + '[' + repeatString('a', match[0].length - 2) + ']' + maskedSrc.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex); + } + } + } + } + // Mask out other blocks + while ((match = this.tokenizer.rules.inline.blockSkip.exec(maskedSrc)) != null) { + maskedSrc = maskedSrc.slice(0, match.index) + '[' + repeatString('a', match[0].length - 2) + ']' + maskedSrc.slice(this.tokenizer.rules.inline.blockSkip.lastIndex); + } + + // Mask out escaped em & strong delimiters + while ((match = this.tokenizer.rules.inline.escapedEmSt.exec(maskedSrc)) != null) { + maskedSrc = maskedSrc.slice(0, match.index + match[0].length - 2) + '++' + maskedSrc.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex); + this.tokenizer.rules.inline.escapedEmSt.lastIndex--; + } + + while (src) { + if (!keepPrevChar) { + prevChar = ''; + } + keepPrevChar = false; + + // extensions + if (this.options.extensions + && this.options.extensions.inline + && this.options.extensions.inline.some((extTokenizer) => { + if (token = extTokenizer.call({ lexer: this }, src, tokens)) { + src = src.substring(token.raw.length); + tokens.push(token); + return true; + } + return false; + })) { + continue; + } + + // escape + if (token = this.tokenizer.escape(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // tag + if (token = this.tokenizer.tag(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && token.type === 'text' && lastToken.type === 'text') { + lastToken.raw += token.raw; + lastToken.text += token.text; + } else { + tokens.push(token); + } + continue; + } + + // link + if (token = this.tokenizer.link(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // reflink, nolink + if (token = this.tokenizer.reflink(src, this.tokens.links)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && token.type === 'text' && lastToken.type === 'text') { + lastToken.raw += token.raw; + lastToken.text += token.text; + } else { + tokens.push(token); + } + continue; + } + + // em & strong + if (token = this.tokenizer.emStrong(src, maskedSrc, prevChar)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // code + if (token = this.tokenizer.codespan(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // br + if (token = this.tokenizer.br(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // del (gfm) + if (token = this.tokenizer.del(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // autolink + if (token = this.tokenizer.autolink(src, mangle)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // url (gfm) + if (!this.state.inLink && (token = this.tokenizer.url(src, mangle))) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // text + // prevent inlineText consuming extensions by clipping 'src' to extension start + cutSrc = src; + if (this.options.extensions && this.options.extensions.startInline) { + let startIndex = Infinity; + const tempSrc = src.slice(1); + let tempStart; + this.options.extensions.startInline.forEach(function(getStartIndex) { + tempStart = getStartIndex.call({ lexer: this }, tempSrc); + if (typeof tempStart === 'number' && tempStart >= 0) { startIndex = Math.min(startIndex, tempStart); } + }); + if (startIndex < Infinity && startIndex >= 0) { + cutSrc = src.substring(0, startIndex + 1); + } + } + if (token = this.tokenizer.inlineText(cutSrc, smartypants)) { + src = src.substring(token.raw.length); + if (token.raw.slice(-1) !== '_') { // Track prevChar before string of ____ started + prevChar = token.raw.slice(-1); + } + keepPrevChar = true; + lastToken = tokens[tokens.length - 1]; + if (lastToken && lastToken.type === 'text') { + lastToken.raw += token.raw; + lastToken.text += token.text; + } else { + tokens.push(token); + } + continue; + } + + if (src) { + const errMsg = 'Infinite loop on byte: ' + src.charCodeAt(0); + if (this.options.silent) { + console.error(errMsg); + break; + } else { + throw new Error(errMsg); + } + } + } + + return tokens; + } +} + +/** + * Renderer + */ +class Renderer { + constructor(options) { + this.options = options || defaults; + } + + code(code, infostring, escaped) { + const lang = (infostring || '').match(/\S*/)[0]; + if (this.options.highlight) { + const out = this.options.highlight(code, lang); + if (out != null && out !== code) { + escaped = true; + code = out; + } + } + + code = code.replace(/\n$/, '') + '\n'; + + if (!lang) { + return '
    '
    +        + (escaped ? code : escape(code, true))
    +        + '
    \n'; + } + + return '
    '
    +      + (escaped ? code : escape(code, true))
    +      + '
    \n'; + } + + /** + * @param {string} quote + */ + blockquote(quote) { + return `
    \n${quote}
    \n`; + } + + html(html) { + return html; + } + + /** + * @param {string} text + * @param {string} level + * @param {string} raw + * @param {any} slugger + */ + heading(text, level, raw, slugger) { + if (this.options.headerIds) { + const id = this.options.headerPrefix + slugger.slug(raw); + return `${text}\n`; + } + + // ignore IDs + return `${text}\n`; + } + + hr() { + return this.options.xhtml ? '
    \n' : '
    \n'; + } + + list(body, ordered, start) { + const type = ordered ? 'ol' : 'ul', + startatt = (ordered && start !== 1) ? (' start="' + start + '"') : ''; + return '<' + type + startatt + '>\n' + body + '\n'; + } + + /** + * @param {string} text + */ + listitem(text) { + return `
  • ${text}
  • \n`; + } + + checkbox(checked) { + return ' '; + } + + /** + * @param {string} text + */ + paragraph(text) { + return `

    ${text}

    \n`; + } + + /** + * @param {string} header + * @param {string} body + */ + table(header, body) { + if (body) body = `${body}`; + + return '\n' + + '\n' + + header + + '\n' + + body + + '
    \n'; + } + + /** + * @param {string} content + */ + tablerow(content) { + return `\n${content}\n`; + } + + tablecell(content, flags) { + const type = flags.header ? 'th' : 'td'; + const tag = flags.align + ? `<${type} align="${flags.align}">` + : `<${type}>`; + return tag + content + `\n`; + } + + /** + * span level renderer + * @param {string} text + */ + strong(text) { + return `${text}`; + } + + /** + * @param {string} text + */ + em(text) { + return `${text}`; + } + + /** + * @param {string} text + */ + codespan(text) { + return `${text}`; + } + + br() { + return this.options.xhtml ? '
    ' : '
    '; + } + + /** + * @param {string} text + */ + del(text) { + return `${text}`; + } + + /** + * @param {string} href + * @param {string} title + * @param {string} text + */ + link(href, title, text) { + href = cleanUrl(this.options.sanitize, this.options.baseUrl, href); + if (href === null) { + return text; + } + let out = '
    '; + return out; + } + + /** + * @param {string} href + * @param {string} title + * @param {string} text + */ + image(href, title, text) { + href = cleanUrl(this.options.sanitize, this.options.baseUrl, href); + if (href === null) { + return text; + } + + let out = `${text}' : '>'; + return out; + } + + text(text) { + return text; + } +} + +/** + * TextRenderer + * returns only the textual part of the token + */ +class TextRenderer { + // no need for block level renderers + strong(text) { + return text; + } + + em(text) { + return text; + } + + codespan(text) { + return text; + } + + del(text) { + return text; + } + + html(text) { + return text; + } + + text(text) { + return text; + } + + link(href, title, text) { + return '' + text; + } + + image(href, title, text) { + return '' + text; + } + + br() { + return ''; + } +} + +/** + * Slugger generates header id + */ +class Slugger { + constructor() { + this.seen = {}; + } + + /** + * @param {string} value + */ + serialize(value) { + return value + .toLowerCase() + .trim() + // remove html tags + .replace(/<[!\/a-z].*?>/ig, '') + // remove unwanted chars + .replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g, '') + .replace(/\s/g, '-'); + } + + /** + * Finds the next safe (unique) slug to use + * @param {string} originalSlug + * @param {boolean} isDryRun + */ + getNextSafeSlug(originalSlug, isDryRun) { + let slug = originalSlug; + let occurenceAccumulator = 0; + if (this.seen.hasOwnProperty(slug)) { + occurenceAccumulator = this.seen[originalSlug]; + do { + occurenceAccumulator++; + slug = originalSlug + '-' + occurenceAccumulator; + } while (this.seen.hasOwnProperty(slug)); + } + if (!isDryRun) { + this.seen[originalSlug] = occurenceAccumulator; + this.seen[slug] = 0; + } + return slug; + } + + /** + * Convert string to unique id + * @param {object} [options] + * @param {boolean} [options.dryrun] Generates the next unique slug without + * updating the internal accumulator. + */ + slug(value, options = {}) { + const slug = this.serialize(value); + return this.getNextSafeSlug(slug, options.dryrun); + } +} + +/** + * Parsing & Compiling + */ +class Parser { + constructor(options) { + this.options = options || defaults; + this.options.renderer = this.options.renderer || new Renderer(); + this.renderer = this.options.renderer; + this.renderer.options = this.options; + this.textRenderer = new TextRenderer(); + this.slugger = new Slugger(); + } + + /** + * Static Parse Method + */ + static parse(tokens, options) { + const parser = new Parser(options); + return parser.parse(tokens); + } + + /** + * Static Parse Inline Method + */ + static parseInline(tokens, options) { + const parser = new Parser(options); + return parser.parseInline(tokens); + } + + /** + * Parse Loop + */ + parse(tokens, top = true) { + let out = '', + i, + j, + k, + l2, + l3, + row, + cell, + header, + body, + token, + ordered, + start, + loose, + itemBody, + item, + checked, + task, + checkbox, + ret; + + const l = tokens.length; + for (i = 0; i < l; i++) { + token = tokens[i]; + + // Run any renderer extensions + if (this.options.extensions && this.options.extensions.renderers && this.options.extensions.renderers[token.type]) { + ret = this.options.extensions.renderers[token.type].call({ parser: this }, token); + if (ret !== false || !['space', 'hr', 'heading', 'code', 'table', 'blockquote', 'list', 'html', 'paragraph', 'text'].includes(token.type)) { + out += ret || ''; + continue; + } + } + + switch (token.type) { + case 'space': { + continue; + } + case 'hr': { + out += this.renderer.hr(); + continue; + } + case 'heading': { + out += this.renderer.heading( + this.parseInline(token.tokens), + token.depth, + unescape(this.parseInline(token.tokens, this.textRenderer)), + this.slugger); + continue; + } + case 'code': { + out += this.renderer.code(token.text, + token.lang, + token.escaped); + continue; + } + case 'table': { + header = ''; + + // header + cell = ''; + l2 = token.header.length; + for (j = 0; j < l2; j++) { + cell += this.renderer.tablecell( + this.parseInline(token.header[j].tokens), + { header: true, align: token.align[j] } + ); + } + header += this.renderer.tablerow(cell); + + body = ''; + l2 = token.rows.length; + for (j = 0; j < l2; j++) { + row = token.rows[j]; + + cell = ''; + l3 = row.length; + for (k = 0; k < l3; k++) { + cell += this.renderer.tablecell( + this.parseInline(row[k].tokens), + { header: false, align: token.align[k] } + ); + } + + body += this.renderer.tablerow(cell); + } + out += this.renderer.table(header, body); + continue; + } + case 'blockquote': { + body = this.parse(token.tokens); + out += this.renderer.blockquote(body); + continue; + } + case 'list': { + ordered = token.ordered; + start = token.start; + loose = token.loose; + l2 = token.items.length; + + body = ''; + for (j = 0; j < l2; j++) { + item = token.items[j]; + checked = item.checked; + task = item.task; + + itemBody = ''; + if (item.task) { + checkbox = this.renderer.checkbox(checked); + if (loose) { + if (item.tokens.length > 0 && item.tokens[0].type === 'paragraph') { + item.tokens[0].text = checkbox + ' ' + item.tokens[0].text; + if (item.tokens[0].tokens && item.tokens[0].tokens.length > 0 && item.tokens[0].tokens[0].type === 'text') { + item.tokens[0].tokens[0].text = checkbox + ' ' + item.tokens[0].tokens[0].text; + } + } else { + item.tokens.unshift({ + type: 'text', + text: checkbox + }); + } + } else { + itemBody += checkbox; + } + } + + itemBody += this.parse(item.tokens, loose); + body += this.renderer.listitem(itemBody, task, checked); + } + + out += this.renderer.list(body, ordered, start); + continue; + } + case 'html': { + // TODO parse inline content if parameter markdown=1 + out += this.renderer.html(token.text); + continue; + } + case 'paragraph': { + out += this.renderer.paragraph(this.parseInline(token.tokens)); + continue; + } + case 'text': { + body = token.tokens ? this.parseInline(token.tokens) : token.text; + while (i + 1 < l && tokens[i + 1].type === 'text') { + token = tokens[++i]; + body += '\n' + (token.tokens ? this.parseInline(token.tokens) : token.text); + } + out += top ? this.renderer.paragraph(body) : body; + continue; + } + + default: { + const errMsg = 'Token with "' + token.type + '" type was not found.'; + if (this.options.silent) { + console.error(errMsg); + return; + } else { + throw new Error(errMsg); + } + } + } + } + + return out; + } + + /** + * Parse Inline Tokens + */ + parseInline(tokens, renderer) { + renderer = renderer || this.renderer; + let out = '', + i, + token, + ret; + + const l = tokens.length; + for (i = 0; i < l; i++) { + token = tokens[i]; + + // Run any renderer extensions + if (this.options.extensions && this.options.extensions.renderers && this.options.extensions.renderers[token.type]) { + ret = this.options.extensions.renderers[token.type].call({ parser: this }, token); + if (ret !== false || !['escape', 'html', 'link', 'image', 'strong', 'em', 'codespan', 'br', 'del', 'text'].includes(token.type)) { + out += ret || ''; + continue; + } + } + + switch (token.type) { + case 'escape': { + out += renderer.text(token.text); + break; + } + case 'html': { + out += renderer.html(token.text); + break; + } + case 'link': { + out += renderer.link(token.href, token.title, this.parseInline(token.tokens, renderer)); + break; + } + case 'image': { + out += renderer.image(token.href, token.title, token.text); + break; + } + case 'strong': { + out += renderer.strong(this.parseInline(token.tokens, renderer)); + break; + } + case 'em': { + out += renderer.em(this.parseInline(token.tokens, renderer)); + break; + } + case 'codespan': { + out += renderer.codespan(token.text); + break; + } + case 'br': { + out += renderer.br(); + break; + } + case 'del': { + out += renderer.del(this.parseInline(token.tokens, renderer)); + break; + } + case 'text': { + out += renderer.text(token.text); + break; + } + default: { + const errMsg = 'Token with "' + token.type + '" type was not found.'; + if (this.options.silent) { + console.error(errMsg); + return; + } else { + throw new Error(errMsg); + } + } + } + } + return out; + } +} + +class Hooks { + constructor(options) { + this.options = options || defaults; + } + + static passThroughHooks = new Set([ + 'preprocess', + 'postprocess' + ]); + + /** + * Process markdown before marked + */ + preprocess(markdown) { + return markdown; + } + + /** + * Process HTML after marked is finished + */ + postprocess(html) { + return html; + } +} + +function onError(silent, async, callback) { + return (e) => { + e.message += '\nPlease report this to https://github.com/markedjs/marked.'; + + if (silent) { + const msg = '

    An error occurred:

    '
    +        + escape(e.message + '', true)
    +        + '
    '; + if (async) { + return Promise.resolve(msg); + } + if (callback) { + callback(null, msg); + return; + } + return msg; + } + + if (async) { + return Promise.reject(e); + } + if (callback) { + callback(e); + return; + } + throw e; + }; +} + +function parseMarkdown(lexer, parser) { + return (src, opt, callback) => { + if (typeof opt === 'function') { + callback = opt; + opt = null; + } + + const origOpt = { ...opt }; + opt = { ...marked.defaults, ...origOpt }; + const throwError = onError(opt.silent, opt.async, callback); + + // throw error in case of non string input + if (typeof src === 'undefined' || src === null) { + return throwError(new Error('marked(): input parameter is undefined or null')); + } + if (typeof src !== 'string') { + return throwError(new Error('marked(): input parameter is of type ' + + Object.prototype.toString.call(src) + ', string expected')); + } + + checkSanitizeDeprecation(opt); + + if (opt.hooks) { + opt.hooks.options = opt; + } + + if (callback) { + const highlight = opt.highlight; + let tokens; + + try { + if (opt.hooks) { + src = opt.hooks.preprocess(src); + } + tokens = lexer(src, opt); + } catch (e) { + return throwError(e); + } + + const done = function(err) { + let out; + + if (!err) { + try { + if (opt.walkTokens) { + marked.walkTokens(tokens, opt.walkTokens); + } + out = parser(tokens, opt); + if (opt.hooks) { + out = opt.hooks.postprocess(out); + } + } catch (e) { + err = e; + } + } + + opt.highlight = highlight; + + return err + ? throwError(err) + : callback(null, out); + }; + + if (!highlight || highlight.length < 3) { + return done(); + } + + delete opt.highlight; + + if (!tokens.length) return done(); + + let pending = 0; + marked.walkTokens(tokens, function(token) { + if (token.type === 'code') { + pending++; + setTimeout(() => { + highlight(token.text, token.lang, function(err, code) { + if (err) { + return done(err); + } + if (code != null && code !== token.text) { + token.text = code; + token.escaped = true; + } + + pending--; + if (pending === 0) { + done(); + } + }); + }, 0); + } + }); + + if (pending === 0) { + done(); + } + + return; + } + + if (opt.async) { + return Promise.resolve(opt.hooks ? opt.hooks.preprocess(src) : src) + .then(src => lexer(src, opt)) + .then(tokens => opt.walkTokens ? Promise.all(marked.walkTokens(tokens, opt.walkTokens)).then(() => tokens) : tokens) + .then(tokens => parser(tokens, opt)) + .then(html => opt.hooks ? opt.hooks.postprocess(html) : html) + .catch(throwError); + } + + try { + if (opt.hooks) { + src = opt.hooks.preprocess(src); + } + const tokens = lexer(src, opt); + if (opt.walkTokens) { + marked.walkTokens(tokens, opt.walkTokens); + } + let html = parser(tokens, opt); + if (opt.hooks) { + html = opt.hooks.postprocess(html); + } + return html; + } catch (e) { + return throwError(e); + } + }; +} + +/** + * Marked + */ +function marked(src, opt, callback) { + return parseMarkdown(Lexer.lex, Parser.parse)(src, opt, callback); +} + +/** + * Options + */ + +marked.options = +marked.setOptions = function(opt) { + marked.defaults = { ...marked.defaults, ...opt }; + changeDefaults(marked.defaults); + return marked; +}; + +marked.getDefaults = getDefaults; + +marked.defaults = defaults; + +/** + * Use Extension + */ + +marked.use = function(...args) { + const extensions = marked.defaults.extensions || { renderers: {}, childTokens: {} }; + + args.forEach((pack) => { + // copy options to new object + const opts = { ...pack }; + + // set async to true if it was set to true before + opts.async = marked.defaults.async || opts.async || false; + + // ==-- Parse "addon" extensions --== // + if (pack.extensions) { + pack.extensions.forEach((ext) => { + if (!ext.name) { + throw new Error('extension name required'); + } + if (ext.renderer) { // Renderer extensions + const prevRenderer = extensions.renderers[ext.name]; + if (prevRenderer) { + // Replace extension with func to run new extension but fall back if false + extensions.renderers[ext.name] = function(...args) { + let ret = ext.renderer.apply(this, args); + if (ret === false) { + ret = prevRenderer.apply(this, args); + } + return ret; + }; + } else { + extensions.renderers[ext.name] = ext.renderer; + } + } + if (ext.tokenizer) { // Tokenizer Extensions + if (!ext.level || (ext.level !== 'block' && ext.level !== 'inline')) { + throw new Error("extension level must be 'block' or 'inline'"); + } + if (extensions[ext.level]) { + extensions[ext.level].unshift(ext.tokenizer); + } else { + extensions[ext.level] = [ext.tokenizer]; + } + if (ext.start) { // Function to check for start of token + if (ext.level === 'block') { + if (extensions.startBlock) { + extensions.startBlock.push(ext.start); + } else { + extensions.startBlock = [ext.start]; + } + } else if (ext.level === 'inline') { + if (extensions.startInline) { + extensions.startInline.push(ext.start); + } else { + extensions.startInline = [ext.start]; + } + } + } + } + if (ext.childTokens) { // Child tokens to be visited by walkTokens + extensions.childTokens[ext.name] = ext.childTokens; + } + }); + opts.extensions = extensions; + } + + // ==-- Parse "overwrite" extensions --== // + if (pack.renderer) { + const renderer = marked.defaults.renderer || new Renderer(); + for (const prop in pack.renderer) { + const prevRenderer = renderer[prop]; + // Replace renderer with func to run extension, but fall back if false + renderer[prop] = (...args) => { + let ret = pack.renderer[prop].apply(renderer, args); + if (ret === false) { + ret = prevRenderer.apply(renderer, args); + } + return ret; + }; + } + opts.renderer = renderer; + } + if (pack.tokenizer) { + const tokenizer = marked.defaults.tokenizer || new Tokenizer(); + for (const prop in pack.tokenizer) { + const prevTokenizer = tokenizer[prop]; + // Replace tokenizer with func to run extension, but fall back if false + tokenizer[prop] = (...args) => { + let ret = pack.tokenizer[prop].apply(tokenizer, args); + if (ret === false) { + ret = prevTokenizer.apply(tokenizer, args); + } + return ret; + }; + } + opts.tokenizer = tokenizer; + } + + // ==-- Parse Hooks extensions --== // + if (pack.hooks) { + const hooks = marked.defaults.hooks || new Hooks(); + for (const prop in pack.hooks) { + const prevHook = hooks[prop]; + if (Hooks.passThroughHooks.has(prop)) { + hooks[prop] = (arg) => { + if (marked.defaults.async) { + return Promise.resolve(pack.hooks[prop].call(hooks, arg)).then(ret => { + return prevHook.call(hooks, ret); + }); + } + + const ret = pack.hooks[prop].call(hooks, arg); + return prevHook.call(hooks, ret); + }; + } else { + hooks[prop] = (...args) => { + let ret = pack.hooks[prop].apply(hooks, args); + if (ret === false) { + ret = prevHook.apply(hooks, args); + } + return ret; + }; + } + } + opts.hooks = hooks; + } + + // ==-- Parse WalkTokens extensions --== // + if (pack.walkTokens) { + const walkTokens = marked.defaults.walkTokens; + opts.walkTokens = function(token) { + let values = []; + values.push(pack.walkTokens.call(this, token)); + if (walkTokens) { + values = values.concat(walkTokens.call(this, token)); + } + return values; + }; + } + + marked.setOptions(opts); + }); +}; + +/** + * Run callback for every token + */ + +marked.walkTokens = function(tokens, callback) { + let values = []; + for (const token of tokens) { + values = values.concat(callback.call(marked, token)); + switch (token.type) { + case 'table': { + for (const cell of token.header) { + values = values.concat(marked.walkTokens(cell.tokens, callback)); + } + for (const row of token.rows) { + for (const cell of row) { + values = values.concat(marked.walkTokens(cell.tokens, callback)); + } + } + break; + } + case 'list': { + values = values.concat(marked.walkTokens(token.items, callback)); + break; + } + default: { + if (marked.defaults.extensions && marked.defaults.extensions.childTokens && marked.defaults.extensions.childTokens[token.type]) { // Walk any extensions + marked.defaults.extensions.childTokens[token.type].forEach(function(childTokens) { + values = values.concat(marked.walkTokens(token[childTokens], callback)); + }); + } else if (token.tokens) { + values = values.concat(marked.walkTokens(token.tokens, callback)); + } + } + } + } + return values; +}; + +/** + * Parse Inline + * @param {string} src + */ +marked.parseInline = parseMarkdown(Lexer.lexInline, Parser.parseInline); + +/** + * Expose + */ +marked.Parser = Parser; +marked.parser = Parser.parse; +marked.Renderer = Renderer; +marked.TextRenderer = TextRenderer; +marked.Lexer = Lexer; +marked.lexer = Lexer.lex; +marked.Tokenizer = Tokenizer; +marked.Slugger = Slugger; +marked.Hooks = Hooks; +marked.parse = marked; + +const options = marked.options; +const setOptions = marked.setOptions; +const use = marked.use; +const walkTokens = marked.walkTokens; +const parseInline = marked.parseInline; +const parse = marked; +const parser = Parser.parse; +const lexer = Lexer.lex; + +export { Hooks, Lexer, Parser, Renderer, Slugger, TextRenderer, Tokenizer, defaults, getDefaults, lexer, marked, options, parse, parseInline, parser, setOptions, use, walkTokens }; diff --git a/node_modules/marked/lib/marked.esm.js.map b/node_modules/marked/lib/marked.esm.js.map deleted file mode 100644 index 089b63b..0000000 --- a/node_modules/marked/lib/marked.esm.js.map +++ /dev/null @@ -1,7 +0,0 @@ -{ - "version": 3, - "sources": ["../src/defaults.ts", "../src/rules.ts", "../src/helpers.ts", "../src/Tokenizer.ts", "../src/Lexer.ts", "../src/Renderer.ts", "../src/TextRenderer.ts", "../src/Parser.ts", "../src/Hooks.ts", "../src/Instance.ts", "../src/marked.ts"], - "sourcesContent": ["import type { MarkedOptions } from './MarkedOptions.ts';\n\n/**\n * Gets the original marked default options.\n */\nexport function _getDefaults(): MarkedOptions {\n return {\n async: false,\n breaks: false,\n extensions: null,\n gfm: true,\n hooks: null,\n pedantic: false,\n renderer: null,\n silent: false,\n tokenizer: null,\n walkTokens: null,\n };\n}\n\nexport let _defaults = _getDefaults();\n\nexport function changeDefaults(newDefaults: MarkedOptions) {\n _defaults = newDefaults;\n}\n", "const noopTest = { exec: () => null } as unknown as RegExp;\n\nfunction edit(regex: string | RegExp, opt = '') {\n let source = typeof regex === 'string' ? regex : regex.source;\n const obj = {\n replace: (name: string | RegExp, val: string | RegExp) => {\n let valSource = typeof val === 'string' ? val : val.source;\n valSource = valSource.replace(other.caret, '$1');\n source = source.replace(name, valSource);\n return obj;\n },\n getRegex: () => {\n return new RegExp(source, opt);\n },\n };\n return obj;\n}\n\nexport const other = {\n codeRemoveIndent: /^(?: {1,4}| {0,3}\\t)/gm,\n outputLinkReplace: /\\\\([\\[\\]])/g,\n indentCodeCompensation: /^(\\s+)(?:```)/,\n beginningSpace: /^\\s+/,\n endingHash: /#$/,\n startingSpaceChar: /^ /,\n endingSpaceChar: / $/,\n nonSpaceChar: /[^ ]/,\n newLineCharGlobal: /\\n/g,\n tabCharGlobal: /\\t/g,\n multipleSpaceGlobal: /\\s+/g,\n blankLine: /^[ \\t]*$/,\n doubleBlankLine: /\\n[ \\t]*\\n[ \\t]*$/,\n blockquoteStart: /^ {0,3}>/,\n blockquoteSetextReplace: /\\n {0,3}((?:=+|-+) *)(?=\\n|$)/g,\n blockquoteSetextReplace2: /^ {0,3}>[ \\t]?/gm,\n listReplaceTabs: /^\\t+/,\n listReplaceNesting: /^ {1,4}(?=( {4})*[^ ])/g,\n listIsTask: /^\\[[ xX]\\] /,\n listReplaceTask: /^\\[[ xX]\\] +/,\n anyLine: /\\n.*\\n/,\n hrefBrackets: /^<(.*)>$/,\n tableDelimiter: /[:|]/,\n tableAlignChars: /^\\||\\| *$/g,\n tableRowBlankLine: /\\n[ \\t]*$/,\n tableAlignRight: /^ *-+: *$/,\n tableAlignCenter: /^ *:-+: *$/,\n tableAlignLeft: /^ *:-+ *$/,\n startATag: /^
    /i,\n startPreScriptTag: /^<(pre|code|kbd|script)(\\s|>)/i,\n endPreScriptTag: /^<\\/(pre|code|kbd|script)(\\s|>)/i,\n startAngleBracket: /^$/,\n pedanticHrefTitle: /^([^'\"]*[^\\s])\\s+(['\"])(.*)\\2/,\n unicodeAlphaNumeric: /[\\p{L}\\p{N}]/u,\n escapeTest: /[&<>\"']/,\n escapeReplace: /[&<>\"']/g,\n escapeTestNoEncode: /[<>\"']|&(?!(#\\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\\w+);)/,\n escapeReplaceNoEncode: /[<>\"']|&(?!(#\\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\\w+);)/g,\n unescapeTest: /&(#(?:\\d+)|(?:#x[0-9A-Fa-f]+)|(?:\\w+));?/ig,\n caret: /(^|[^\\[])\\^/g,\n percentDecode: /%25/g,\n findPipe: /\\|/g,\n splitPipe: / \\|/,\n slashPipe: /\\\\\\|/g,\n carriageReturn: /\\r\\n|\\r/g,\n spaceLine: /^ +$/gm,\n notSpaceStart: /^\\S*/,\n endingNewline: /\\n$/,\n listItemRegex: (bull: string) => new RegExp(`^( {0,3}${bull})((?:[\\t ][^\\\\n]*)?(?:\\\\n|$))`),\n nextBulletRegex: (indent: number) => new RegExp(`^ {0,${Math.min(3, indent - 1)}}(?:[*+-]|\\\\d{1,9}[.)])((?:[ \\t][^\\\\n]*)?(?:\\\\n|$))`),\n hrRegex: (indent: number) => new RegExp(`^ {0,${Math.min(3, indent - 1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\\\* *){3,})(?:\\\\n+|$)`),\n fencesBeginRegex: (indent: number) => new RegExp(`^ {0,${Math.min(3, indent - 1)}}(?:\\`\\`\\`|~~~)`),\n headingBeginRegex: (indent: number) => new RegExp(`^ {0,${Math.min(3, indent - 1)}}#`),\n htmlBeginRegex: (indent: number) => new RegExp(`^ {0,${Math.min(3, indent - 1)}}<(?:[a-z].*>|!--)`, 'i'),\n};\n\n/**\n * Block-Level Grammar\n */\n\nconst newline = /^(?:[ \\t]*(?:\\n|$))+/;\nconst blockCode = /^((?: {4}| {0,3}\\t)[^\\n]+(?:\\n(?:[ \\t]*(?:\\n|$))*)?)+/;\nconst fences = /^ {0,3}(`{3,}(?=[^`\\n]*(?:\\n|$))|~{3,})([^\\n]*)(?:\\n|$)(?:|([\\s\\S]*?)(?:\\n|$))(?: {0,3}\\1[~`]* *(?=\\n|$)|$)/;\nconst hr = /^ {0,3}((?:-[\\t ]*){3,}|(?:_[ \\t]*){3,}|(?:\\*[ \\t]*){3,})(?:\\n+|$)/;\nconst heading = /^ {0,3}(#{1,6})(?=\\s|$)(.*)(?:\\n+|$)/;\nconst bullet = /(?:[*+-]|\\d{1,9}[.)])/;\nconst lheadingCore = /^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\\n(?!\\s*?\\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\\n {0,3}(=+|-+) *(?:\\n+|$)/;\nconst lheading = edit(lheadingCore)\n .replace(/bull/g, bullet) // lists can interrupt\n .replace(/blockCode/g, /(?: {4}| {0,3}\\t)/) // indented code blocks can interrupt\n .replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/) // fenced code blocks can interrupt\n .replace(/blockquote/g, / {0,3}>/) // blockquote can interrupt\n .replace(/heading/g, / {0,3}#{1,6}/) // ATX heading can interrupt\n .replace(/html/g, / {0,3}<[^\\n>]+>\\n/) // block html can interrupt\n .replace(/\\|table/g, '') // table not in commonmark\n .getRegex();\nconst lheadingGfm = edit(lheadingCore)\n .replace(/bull/g, bullet) // lists can interrupt\n .replace(/blockCode/g, /(?: {4}| {0,3}\\t)/) // indented code blocks can interrupt\n .replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/) // fenced code blocks can interrupt\n .replace(/blockquote/g, / {0,3}>/) // blockquote can interrupt\n .replace(/heading/g, / {0,3}#{1,6}/) // ATX heading can interrupt\n .replace(/html/g, / {0,3}<[^\\n>]+>\\n/) // block html can interrupt\n .replace(/table/g, / {0,3}\\|?(?:[:\\- ]*\\|)+[\\:\\- ]*\\n/) // table can interrupt\n .getRegex();\nconst _paragraph = /^([^\\n]+(?:\\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\\n)[^\\n]+)*)/;\nconst blockText = /^[^\\n]+/;\nconst _blockLabel = /(?!\\s*\\])(?:\\\\.|[^\\[\\]\\\\])+/;\nconst def = edit(/^ {0,3}\\[(label)\\]: *(?:\\n[ \\t]*)?([^<\\s][^\\s]*|<.*?>)(?:(?: +(?:\\n[ \\t]*)?| *\\n[ \\t]*)(title))? *(?:\\n+|$)/)\n .replace('label', _blockLabel)\n .replace('title', /(?:\"(?:\\\\\"?|[^\"\\\\])*\"|'[^'\\n]*(?:\\n[^'\\n]+)*\\n?'|\\([^()]*\\))/)\n .getRegex();\n\nconst list = edit(/^( {0,3}bull)([ \\t][^\\n]+?)?(?:\\n|$)/)\n .replace(/bull/g, bullet)\n .getRegex();\n\nconst _tag = 'address|article|aside|base|basefont|blockquote|body|caption'\n + '|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption'\n + '|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe'\n + '|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option'\n + '|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title'\n + '|tr|track|ul';\nconst _comment = /|$))/;\nconst html = edit(\n '^ {0,3}(?:' // optional indentation\n+ '<(script|pre|style|textarea)[\\\\s>][\\\\s\\\\S]*?(?:[^\\\\n]*\\\\n+|$)' // (1)\n+ '|comment[^\\\\n]*(\\\\n+|$)' // (2)\n+ '|<\\\\?[\\\\s\\\\S]*?(?:\\\\?>\\\\n*|$)' // (3)\n+ '|\\\\n*|$)' // (4)\n+ '|\\\\n*|$)' // (5)\n+ '|)[\\\\s\\\\S]*?(?:(?:\\\\n[ \\t]*)+\\\\n|$)' // (6)\n+ '|<(?!script|pre|style|textarea)([a-z][\\\\w-]*)(?:attribute)*? */?>(?=[ \\\\t]*(?:\\\\n|$))[\\\\s\\\\S]*?(?:(?:\\\\n[ \\t]*)+\\\\n|$)' // (7) open tag\n+ '|(?=[ \\\\t]*(?:\\\\n|$))[\\\\s\\\\S]*?(?:(?:\\\\n[ \\t]*)+\\\\n|$)' // (7) closing tag\n+ ')', 'i')\n .replace('comment', _comment)\n .replace('tag', _tag)\n .replace('attribute', / +[a-zA-Z:_][\\w.:-]*(?: *= *\"[^\"\\n]*\"| *= *'[^'\\n]*'| *= *[^\\s\"'=<>`]+)?/)\n .getRegex();\n\nconst paragraph = edit(_paragraph)\n .replace('hr', hr)\n .replace('heading', ' {0,3}#{1,6}(?:\\\\s|$)')\n .replace('|lheading', '') // setext headings don't interrupt commonmark paragraphs\n .replace('|table', '')\n .replace('blockquote', ' {0,3}>')\n .replace('fences', ' {0,3}(?:`{3,}(?=[^`\\\\n]*\\\\n)|~{3,})[^\\\\n]*\\\\n')\n .replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt\n .replace('html', ')|<(?:script|pre|style|textarea|!--)')\n .replace('tag', _tag) // pars can be interrupted by type (6) html blocks\n .getRegex();\n\nconst blockquote = edit(/^( {0,3}> ?(paragraph|[^\\n]*)(?:\\n|$))+/)\n .replace('paragraph', paragraph)\n .getRegex();\n\n/**\n * Normal Block Grammar\n */\n\nconst blockNormal = {\n blockquote,\n code: blockCode,\n def,\n fences,\n heading,\n hr,\n html,\n lheading,\n list,\n newline,\n paragraph,\n table: noopTest,\n text: blockText,\n};\n\ntype BlockKeys = keyof typeof blockNormal;\n\n/**\n * GFM Block Grammar\n */\n\nconst gfmTable = edit(\n '^ *([^\\\\n ].*)\\\\n' // Header\n+ ' {0,3}((?:\\\\| *)?:?-+:? *(?:\\\\| *:?-+:? *)*(?:\\\\| *)?)' // Align\n+ '(?:\\\\n((?:(?! *\\\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\\\n|$))*)\\\\n*|$)') // Cells\n .replace('hr', hr)\n .replace('heading', ' {0,3}#{1,6}(?:\\\\s|$)')\n .replace('blockquote', ' {0,3}>')\n .replace('code', '(?: {4}| {0,3}\\t)[^\\\\n]')\n .replace('fences', ' {0,3}(?:`{3,}(?=[^`\\\\n]*\\\\n)|~{3,})[^\\\\n]*\\\\n')\n .replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt\n .replace('html', ')|<(?:script|pre|style|textarea|!--)')\n .replace('tag', _tag) // tables can be interrupted by type (6) html blocks\n .getRegex();\n\nconst blockGfm: Record = {\n ...blockNormal,\n lheading: lheadingGfm,\n table: gfmTable,\n paragraph: edit(_paragraph)\n .replace('hr', hr)\n .replace('heading', ' {0,3}#{1,6}(?:\\\\s|$)')\n .replace('|lheading', '') // setext headings don't interrupt commonmark paragraphs\n .replace('table', gfmTable) // interrupt paragraphs with table\n .replace('blockquote', ' {0,3}>')\n .replace('fences', ' {0,3}(?:`{3,}(?=[^`\\\\n]*\\\\n)|~{3,})[^\\\\n]*\\\\n')\n .replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt\n .replace('html', ')|<(?:script|pre|style|textarea|!--)')\n .replace('tag', _tag) // pars can be interrupted by type (6) html blocks\n .getRegex(),\n};\n\n/**\n * Pedantic grammar (original John Gruber's loose markdown specification)\n */\n\nconst blockPedantic: Record = {\n ...blockNormal,\n html: edit(\n '^ *(?:comment *(?:\\\\n|\\\\s*$)'\n + '|<(tag)[\\\\s\\\\S]+? *(?:\\\\n{2,}|\\\\s*$)' // closed tag\n + '|\\\\s]*)*?/?> *(?:\\\\n{2,}|\\\\s*$))')\n .replace('comment', _comment)\n .replace(/tag/g, '(?!(?:'\n + 'a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub'\n + '|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)'\n + '\\\\b)\\\\w+(?!:|[^\\\\w\\\\s@]*@)\\\\b')\n .getRegex(),\n def: /^ *\\[([^\\]]+)\\]: *]+)>?(?: +([\"(][^\\n]+[\")]))? *(?:\\n+|$)/,\n heading: /^(#{1,6})(.*)(?:\\n+|$)/,\n fences: noopTest, // fences not supported\n lheading: /^(.+?)\\n {0,3}(=+|-+) *(?:\\n+|$)/,\n paragraph: edit(_paragraph)\n .replace('hr', hr)\n .replace('heading', ' *#{1,6} *[^\\n]')\n .replace('lheading', lheading)\n .replace('|table', '')\n .replace('blockquote', ' {0,3}>')\n .replace('|fences', '')\n .replace('|list', '')\n .replace('|html', '')\n .replace('|tag', '')\n .getRegex(),\n};\n\n/**\n * Inline-Level Grammar\n */\n\nconst escape = /^\\\\([!\"#$%&'()*+,\\-./:;<=>?@\\[\\]\\\\^_`{|}~])/;\nconst inlineCode = /^(`+)([^`]|[^`][\\s\\S]*?[^`])\\1(?!`)/;\nconst br = /^( {2,}|\\\\)\\n(?!\\s*$)/;\nconst inlineText = /^(`+|[^`])(?:(?= {2,}\\n)|[\\s\\S]*?(?:(?=[\\\\\nconst blockSkip = /\\[[^[\\]]*?\\]\\((?:\\\\.|[^\\\\\\(\\)]|\\((?:\\\\.|[^\\\\\\(\\)])*\\))*\\)|`[^`]*?`|<[^<>]*?>/g;\n\nconst emStrongLDelimCore = /^(?:\\*+(?:((?!\\*)punct)|[^\\s*]))|^_+(?:((?!_)punct)|([^\\s_]))/;\n\nconst emStrongLDelim = edit(emStrongLDelimCore, 'u')\n .replace(/punct/g, _punctuation)\n .getRegex();\n\nconst emStrongLDelimGfm = edit(emStrongLDelimCore, 'u')\n .replace(/punct/g, _punctuationGfmStrongEm)\n .getRegex();\n\nconst emStrongRDelimAstCore =\n '^[^_*]*?__[^_*]*?\\\\*[^_*]*?(?=__)' // Skip orphan inside strong\n+ '|[^*]+(?=[^*])' // Consume to delim\n+ '|(?!\\\\*)punct(\\\\*+)(?=[\\\\s]|$)' // (1) #*** can only be a Right Delimiter\n+ '|notPunctSpace(\\\\*+)(?!\\\\*)(?=punctSpace|$)' // (2) a***#, a*** can only be a Right Delimiter\n+ '|(?!\\\\*)punctSpace(\\\\*+)(?=notPunctSpace)' // (3) #***a, ***a can only be Left Delimiter\n+ '|[\\\\s](\\\\*+)(?!\\\\*)(?=punct)' // (4) ***# can only be Left Delimiter\n+ '|(?!\\\\*)punct(\\\\*+)(?!\\\\*)(?=punct)' // (5) #***# can be either Left or Right Delimiter\n+ '|notPunctSpace(\\\\*+)(?=notPunctSpace)'; // (6) a***a can be either Left or Right Delimiter\n\nconst emStrongRDelimAst = edit(emStrongRDelimAstCore, 'gu')\n .replace(/notPunctSpace/g, _notPunctuationOrSpace)\n .replace(/punctSpace/g, _punctuationOrSpace)\n .replace(/punct/g, _punctuation)\n .getRegex();\n\nconst emStrongRDelimAstGfm = edit(emStrongRDelimAstCore, 'gu')\n .replace(/notPunctSpace/g, _notPunctuationOrSpaceGfmStrongEm)\n .replace(/punctSpace/g, _punctuationOrSpaceGfmStrongEm)\n .replace(/punct/g, _punctuationGfmStrongEm)\n .getRegex();\n\n// (6) Not allowed for _\nconst emStrongRDelimUnd = edit(\n '^[^_*]*?\\\\*\\\\*[^_*]*?_[^_*]*?(?=\\\\*\\\\*)' // Skip orphan inside strong\n+ '|[^_]+(?=[^_])' // Consume to delim\n+ '|(?!_)punct(_+)(?=[\\\\s]|$)' // (1) #___ can only be a Right Delimiter\n+ '|notPunctSpace(_+)(?!_)(?=punctSpace|$)' // (2) a___#, a___ can only be a Right Delimiter\n+ '|(?!_)punctSpace(_+)(?=notPunctSpace)' // (3) #___a, ___a can only be Left Delimiter\n+ '|[\\\\s](_+)(?!_)(?=punct)' // (4) ___# can only be Left Delimiter\n+ '|(?!_)punct(_+)(?!_)(?=punct)', 'gu') // (5) #___# can be either Left or Right Delimiter\n .replace(/notPunctSpace/g, _notPunctuationOrSpace)\n .replace(/punctSpace/g, _punctuationOrSpace)\n .replace(/punct/g, _punctuation)\n .getRegex();\n\nconst anyPunctuation = edit(/\\\\(punct)/, 'gu')\n .replace(/punct/g, _punctuation)\n .getRegex();\n\nconst autolink = edit(/^<(scheme:[^\\s\\x00-\\x1f<>]*|email)>/)\n .replace('scheme', /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/)\n .replace('email', /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/)\n .getRegex();\n\nconst _inlineComment = edit(_comment).replace('(?:-->|$)', '-->').getRegex();\nconst tag = edit(\n '^comment'\n + '|^' // self-closing tag\n + '|^<[a-zA-Z][\\\\w-]*(?:attribute)*?\\\\s*/?>' // open tag\n + '|^<\\\\?[\\\\s\\\\S]*?\\\\?>' // processing instruction, e.g. \n + '|^' // declaration, e.g. \n + '|^') // CDATA section\n .replace('comment', _inlineComment)\n .replace('attribute', /\\s+[a-zA-Z:_][\\w.:-]*(?:\\s*=\\s*\"[^\"]*\"|\\s*=\\s*'[^']*'|\\s*=\\s*[^\\s\"'=<>`]+)?/)\n .getRegex();\n\nconst _inlineLabel = /(?:\\[(?:\\\\.|[^\\[\\]\\\\])*\\]|\\\\.|`[^`]*`|[^\\[\\]\\\\`])*?/;\n\nconst link = edit(/^!?\\[(label)\\]\\(\\s*(href)(?:(?:[ \\t]*(?:\\n[ \\t]*)?)(title))?\\s*\\)/)\n .replace('label', _inlineLabel)\n .replace('href', /<(?:\\\\.|[^\\n<>\\\\])+>|[^ \\t\\n\\x00-\\x1f]*/)\n .replace('title', /\"(?:\\\\\"?|[^\"\\\\])*\"|'(?:\\\\'?|[^'\\\\])*'|\\((?:\\\\\\)?|[^)\\\\])*\\)/)\n .getRegex();\n\nconst reflink = edit(/^!?\\[(label)\\]\\[(ref)\\]/)\n .replace('label', _inlineLabel)\n .replace('ref', _blockLabel)\n .getRegex();\n\nconst nolink = edit(/^!?\\[(ref)\\](?:\\[\\])?/)\n .replace('ref', _blockLabel)\n .getRegex();\n\nconst reflinkSearch = edit('reflink|nolink(?!\\\\()', 'g')\n .replace('reflink', reflink)\n .replace('nolink', nolink)\n .getRegex();\n\n/**\n * Normal Inline Grammar\n */\n\nconst inlineNormal = {\n _backpedal: noopTest, // only used for GFM url\n anyPunctuation,\n autolink,\n blockSkip,\n br,\n code: inlineCode,\n del: noopTest,\n emStrongLDelim,\n emStrongRDelimAst,\n emStrongRDelimUnd,\n escape,\n link,\n nolink,\n punctuation,\n reflink,\n reflinkSearch,\n tag,\n text: inlineText,\n url: noopTest,\n};\n\ntype InlineKeys = keyof typeof inlineNormal;\n\n/**\n * Pedantic Inline Grammar\n */\n\nconst inlinePedantic: Record = {\n ...inlineNormal,\n link: edit(/^!?\\[(label)\\]\\((.*?)\\)/)\n .replace('label', _inlineLabel)\n .getRegex(),\n reflink: edit(/^!?\\[(label)\\]\\s*\\[([^\\]]*)\\]/)\n .replace('label', _inlineLabel)\n .getRegex(),\n};\n\n/**\n * GFM Inline Grammar\n */\n\nconst inlineGfm: Record = {\n ...inlineNormal,\n emStrongRDelimAst: emStrongRDelimAstGfm,\n emStrongLDelim: emStrongLDelimGfm,\n url: edit(/^((?:ftp|https?):\\/\\/|www\\.)(?:[a-zA-Z0-9\\-]+\\.?)+[^\\s<]*|^email/, 'i')\n .replace('email', /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/)\n .getRegex(),\n _backpedal: /(?:[^?!.,:;*_'\"~()&]+|\\([^)]*\\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'\"~)]+(?!$))+/,\n del: /^(~~?)(?=[^\\s~])((?:\\\\.|[^\\\\])*?(?:\\\\.|[^\\s~\\\\]))\\1(?=[^~]|$)/,\n text: /^([`~]+|[^`~])(?:(?= {2,}\\n)|(?=[a-zA-Z0-9.!#$%&'*+\\/=?_`{\\|}~-]+@)|[\\s\\S]*?(?:(?=[\\\\ = {\n ...inlineGfm,\n br: edit(br).replace('{2,}', '*').getRegex(),\n text: edit(inlineGfm.text)\n .replace('\\\\b_', '\\\\b_| {2,}\\\\n')\n .replace(/\\{2,\\}/g, '*')\n .getRegex(),\n};\n\n/**\n * exports\n */\n\nexport const block = {\n normal: blockNormal,\n gfm: blockGfm,\n pedantic: blockPedantic,\n};\n\nexport const inline = {\n normal: inlineNormal,\n gfm: inlineGfm,\n breaks: inlineBreaks,\n pedantic: inlinePedantic,\n};\n\nexport interface Rules {\n other: typeof other\n block: Record\n inline: Record\n}\n", "import { other } from './rules.ts';\n\n/**\n * Helpers\n */\nconst escapeReplacements: { [index: string]: string } = {\n '&': '&',\n '<': '<',\n '>': '>',\n '\"': '"',\n \"'\": ''',\n};\nconst getEscapeReplacement = (ch: string) => escapeReplacements[ch];\n\nexport function escape(html: string, encode?: boolean) {\n if (encode) {\n if (other.escapeTest.test(html)) {\n return html.replace(other.escapeReplace, getEscapeReplacement);\n }\n } else {\n if (other.escapeTestNoEncode.test(html)) {\n return html.replace(other.escapeReplaceNoEncode, getEscapeReplacement);\n }\n }\n\n return html;\n}\n\nexport function unescape(html: string) {\n // explicitly match decimal, hex, and named HTML entities\n return html.replace(other.unescapeTest, (_, n) => {\n n = n.toLowerCase();\n if (n === 'colon') return ':';\n if (n.charAt(0) === '#') {\n return n.charAt(1) === 'x'\n ? String.fromCharCode(parseInt(n.substring(2), 16))\n : String.fromCharCode(+n.substring(1));\n }\n return '';\n });\n}\n\nexport function cleanUrl(href: string) {\n try {\n href = encodeURI(href).replace(other.percentDecode, '%');\n } catch {\n return null;\n }\n return href;\n}\n\nexport function splitCells(tableRow: string, count?: number) {\n // ensure that every cell-delimiting pipe has a space\n // before it to distinguish it from an escaped pipe\n const row = tableRow.replace(other.findPipe, (match, offset, str) => {\n let escaped = false;\n let curr = offset;\n while (--curr >= 0 && str[curr] === '\\\\') escaped = !escaped;\n if (escaped) {\n // odd number of slashes means | is escaped\n // so we leave it alone\n return '|';\n } else {\n // add space before unescaped |\n return ' |';\n }\n }),\n cells = row.split(other.splitPipe);\n let i = 0;\n\n // First/last cell in a row cannot be empty if it has no leading/trailing pipe\n if (!cells[0].trim()) {\n cells.shift();\n }\n if (cells.length > 0 && !cells.at(-1)?.trim()) {\n cells.pop();\n }\n\n if (count) {\n if (cells.length > count) {\n cells.splice(count);\n } else {\n while (cells.length < count) cells.push('');\n }\n }\n\n for (; i < cells.length; i++) {\n // leading or trailing whitespace is ignored per the gfm spec\n cells[i] = cells[i].trim().replace(other.slashPipe, '|');\n }\n return cells;\n}\n\n/**\n * Remove trailing 'c's. Equivalent to str.replace(/c*$/, '').\n * /c*$/ is vulnerable to REDOS.\n *\n * @param str\n * @param c\n * @param invert Remove suffix of non-c chars instead. Default falsey.\n */\nexport function rtrim(str: string, c: string, invert?: boolean) {\n const l = str.length;\n if (l === 0) {\n return '';\n }\n\n // Length of suffix matching the invert condition.\n let suffLen = 0;\n\n // Step left until we fail to match the invert condition.\n while (suffLen < l) {\n const currChar = str.charAt(l - suffLen - 1);\n if (currChar === c && !invert) {\n suffLen++;\n } else if (currChar !== c && invert) {\n suffLen++;\n } else {\n break;\n }\n }\n\n return str.slice(0, l - suffLen);\n}\n\nexport function findClosingBracket(str: string, b: string) {\n if (str.indexOf(b[1]) === -1) {\n return -1;\n }\n\n let level = 0;\n for (let i = 0; i < str.length; i++) {\n if (str[i] === '\\\\') {\n i++;\n } else if (str[i] === b[0]) {\n level++;\n } else if (str[i] === b[1]) {\n level--;\n if (level < 0) {\n return i;\n }\n }\n }\n if (level > 0) {\n return -2;\n }\n\n return -1;\n}\n", "import { _defaults } from './defaults.ts';\nimport {\n rtrim,\n splitCells,\n findClosingBracket,\n} from './helpers.ts';\nimport type { Rules } from './rules.ts';\nimport type { _Lexer } from './Lexer.ts';\nimport type { Links, Tokens, Token } from './Tokens.ts';\nimport type { MarkedOptions } from './MarkedOptions.ts';\n\nfunction outputLink(cap: string[], link: Pick, raw: string, lexer: _Lexer, rules: Rules): Tokens.Link | Tokens.Image {\n const href = link.href;\n const title = link.title || null;\n const text = cap[1].replace(rules.other.outputLinkReplace, '$1');\n\n lexer.state.inLink = true;\n const token: Tokens.Link | Tokens.Image = {\n type: cap[0].charAt(0) === '!' ? 'image' : 'link',\n raw,\n href,\n title,\n text,\n tokens: lexer.inlineTokens(text),\n };\n lexer.state.inLink = false;\n return token;\n}\n\nfunction indentCodeCompensation(raw: string, text: string, rules: Rules) {\n const matchIndentToCode = raw.match(rules.other.indentCodeCompensation);\n\n if (matchIndentToCode === null) {\n return text;\n }\n\n const indentToCode = matchIndentToCode[1];\n\n return text\n .split('\\n')\n .map(node => {\n const matchIndentInNode = node.match(rules.other.beginningSpace);\n if (matchIndentInNode === null) {\n return node;\n }\n\n const [indentInNode] = matchIndentInNode;\n\n if (indentInNode.length >= indentToCode.length) {\n return node.slice(indentToCode.length);\n }\n\n return node;\n })\n .join('\\n');\n}\n\n/**\n * Tokenizer\n */\nexport class _Tokenizer {\n options: MarkedOptions;\n rules!: Rules; // set by the lexer\n lexer!: _Lexer; // set by the lexer\n\n constructor(options?: MarkedOptions) {\n this.options = options || _defaults;\n }\n\n space(src: string): Tokens.Space | undefined {\n const cap = this.rules.block.newline.exec(src);\n if (cap && cap[0].length > 0) {\n return {\n type: 'space',\n raw: cap[0],\n };\n }\n }\n\n code(src: string): Tokens.Code | undefined {\n const cap = this.rules.block.code.exec(src);\n if (cap) {\n const text = cap[0].replace(this.rules.other.codeRemoveIndent, '');\n return {\n type: 'code',\n raw: cap[0],\n codeBlockStyle: 'indented',\n text: !this.options.pedantic\n ? rtrim(text, '\\n')\n : text,\n };\n }\n }\n\n fences(src: string): Tokens.Code | undefined {\n const cap = this.rules.block.fences.exec(src);\n if (cap) {\n const raw = cap[0];\n const text = indentCodeCompensation(raw, cap[3] || '', this.rules);\n\n return {\n type: 'code',\n raw,\n lang: cap[2] ? cap[2].trim().replace(this.rules.inline.anyPunctuation, '$1') : cap[2],\n text,\n };\n }\n }\n\n heading(src: string): Tokens.Heading | undefined {\n const cap = this.rules.block.heading.exec(src);\n if (cap) {\n let text = cap[2].trim();\n\n // remove trailing #s\n if (this.rules.other.endingHash.test(text)) {\n const trimmed = rtrim(text, '#');\n if (this.options.pedantic) {\n text = trimmed.trim();\n } else if (!trimmed || this.rules.other.endingSpaceChar.test(trimmed)) {\n // CommonMark requires space before trailing #s\n text = trimmed.trim();\n }\n }\n\n return {\n type: 'heading',\n raw: cap[0],\n depth: cap[1].length,\n text,\n tokens: this.lexer.inline(text),\n };\n }\n }\n\n hr(src: string): Tokens.Hr | undefined {\n const cap = this.rules.block.hr.exec(src);\n if (cap) {\n return {\n type: 'hr',\n raw: rtrim(cap[0], '\\n'),\n };\n }\n }\n\n blockquote(src: string): Tokens.Blockquote | undefined {\n const cap = this.rules.block.blockquote.exec(src);\n if (cap) {\n let lines = rtrim(cap[0], '\\n').split('\\n');\n let raw = '';\n let text = '';\n const tokens: Token[] = [];\n\n while (lines.length > 0) {\n let inBlockquote = false;\n const currentLines = [];\n\n let i;\n for (i = 0; i < lines.length; i++) {\n // get lines up to a continuation\n if (this.rules.other.blockquoteStart.test(lines[i])) {\n currentLines.push(lines[i]);\n inBlockquote = true;\n } else if (!inBlockquote) {\n currentLines.push(lines[i]);\n } else {\n break;\n }\n }\n lines = lines.slice(i);\n\n const currentRaw = currentLines.join('\\n');\n const currentText = currentRaw\n // precede setext continuation with 4 spaces so it isn't a setext\n .replace(this.rules.other.blockquoteSetextReplace, '\\n $1')\n .replace(this.rules.other.blockquoteSetextReplace2, '');\n raw = raw ? `${raw}\\n${currentRaw}` : currentRaw;\n text = text ? `${text}\\n${currentText}` : currentText;\n\n // parse blockquote lines as top level tokens\n // merge paragraphs if this is a continuation\n const top = this.lexer.state.top;\n this.lexer.state.top = true;\n this.lexer.blockTokens(currentText, tokens, true);\n this.lexer.state.top = top;\n\n // if there is no continuation then we are done\n if (lines.length === 0) {\n break;\n }\n\n const lastToken = tokens.at(-1);\n\n if (lastToken?.type === 'code') {\n // blockquote continuation cannot be preceded by a code block\n break;\n } else if (lastToken?.type === 'blockquote') {\n // include continuation in nested blockquote\n const oldToken = lastToken as Tokens.Blockquote;\n const newText = oldToken.raw + '\\n' + lines.join('\\n');\n const newToken = this.blockquote(newText)!;\n tokens[tokens.length - 1] = newToken;\n\n raw = raw.substring(0, raw.length - oldToken.raw.length) + newToken.raw;\n text = text.substring(0, text.length - oldToken.text.length) + newToken.text;\n break;\n } else if (lastToken?.type === 'list') {\n // include continuation in nested list\n const oldToken = lastToken as Tokens.List;\n const newText = oldToken.raw + '\\n' + lines.join('\\n');\n const newToken = this.list(newText)!;\n tokens[tokens.length - 1] = newToken;\n\n raw = raw.substring(0, raw.length - lastToken.raw.length) + newToken.raw;\n text = text.substring(0, text.length - oldToken.raw.length) + newToken.raw;\n lines = newText.substring(tokens.at(-1)!.raw.length).split('\\n');\n continue;\n }\n }\n\n return {\n type: 'blockquote',\n raw,\n tokens,\n text,\n };\n }\n }\n\n list(src: string): Tokens.List | undefined {\n let cap = this.rules.block.list.exec(src);\n if (cap) {\n let bull = cap[1].trim();\n const isordered = bull.length > 1;\n\n const list: Tokens.List = {\n type: 'list',\n raw: '',\n ordered: isordered,\n start: isordered ? +bull.slice(0, -1) : '',\n loose: false,\n items: [],\n };\n\n bull = isordered ? `\\\\d{1,9}\\\\${bull.slice(-1)}` : `\\\\${bull}`;\n\n if (this.options.pedantic) {\n bull = isordered ? bull : '[*+-]';\n }\n\n // Get next list item\n const itemRegex = this.rules.other.listItemRegex(bull);\n let endsWithBlankLine = false;\n // Check if current bullet point can start a new List Item\n while (src) {\n let endEarly = false;\n let raw = '';\n let itemContents = '';\n if (!(cap = itemRegex.exec(src))) {\n break;\n }\n\n if (this.rules.block.hr.test(src)) { // End list if bullet was actually HR (possibly move into itemRegex?)\n break;\n }\n\n raw = cap[0];\n src = src.substring(raw.length);\n\n let line = cap[2].split('\\n', 1)[0].replace(this.rules.other.listReplaceTabs, (t: string) => ' '.repeat(3 * t.length));\n let nextLine = src.split('\\n', 1)[0];\n let blankLine = !line.trim();\n\n let indent = 0;\n if (this.options.pedantic) {\n indent = 2;\n itemContents = line.trimStart();\n } else if (blankLine) {\n indent = cap[1].length + 1;\n } else {\n indent = cap[2].search(this.rules.other.nonSpaceChar); // Find first non-space char\n indent = indent > 4 ? 1 : indent; // Treat indented code blocks (> 4 spaces) as having only 1 indent\n itemContents = line.slice(indent);\n indent += cap[1].length;\n }\n\n if (blankLine && this.rules.other.blankLine.test(nextLine)) { // Items begin with at most one blank line\n raw += nextLine + '\\n';\n src = src.substring(nextLine.length + 1);\n endEarly = true;\n }\n\n if (!endEarly) {\n const nextBulletRegex = this.rules.other.nextBulletRegex(indent);\n const hrRegex = this.rules.other.hrRegex(indent);\n const fencesBeginRegex = this.rules.other.fencesBeginRegex(indent);\n const headingBeginRegex = this.rules.other.headingBeginRegex(indent);\n const htmlBeginRegex = this.rules.other.htmlBeginRegex(indent);\n\n // Check if following lines should be included in List Item\n while (src) {\n const rawLine = src.split('\\n', 1)[0];\n let nextLineWithoutTabs;\n nextLine = rawLine;\n\n // Re-align to follow commonmark nesting rules\n if (this.options.pedantic) {\n nextLine = nextLine.replace(this.rules.other.listReplaceNesting, ' ');\n nextLineWithoutTabs = nextLine;\n } else {\n nextLineWithoutTabs = nextLine.replace(this.rules.other.tabCharGlobal, ' ');\n }\n\n // End list item if found code fences\n if (fencesBeginRegex.test(nextLine)) {\n break;\n }\n\n // End list item if found start of new heading\n if (headingBeginRegex.test(nextLine)) {\n break;\n }\n\n // End list item if found start of html block\n if (htmlBeginRegex.test(nextLine)) {\n break;\n }\n\n // End list item if found start of new bullet\n if (nextBulletRegex.test(nextLine)) {\n break;\n }\n\n // Horizontal rule found\n if (hrRegex.test(nextLine)) {\n break;\n }\n\n if (nextLineWithoutTabs.search(this.rules.other.nonSpaceChar) >= indent || !nextLine.trim()) { // Dedent if possible\n itemContents += '\\n' + nextLineWithoutTabs.slice(indent);\n } else {\n // not enough indentation\n if (blankLine) {\n break;\n }\n\n // paragraph continuation unless last line was a different block level element\n if (line.replace(this.rules.other.tabCharGlobal, ' ').search(this.rules.other.nonSpaceChar) >= 4) { // indented code block\n break;\n }\n if (fencesBeginRegex.test(line)) {\n break;\n }\n if (headingBeginRegex.test(line)) {\n break;\n }\n if (hrRegex.test(line)) {\n break;\n }\n\n itemContents += '\\n' + nextLine;\n }\n\n if (!blankLine && !nextLine.trim()) { // Check if current line is blank\n blankLine = true;\n }\n\n raw += rawLine + '\\n';\n src = src.substring(rawLine.length + 1);\n line = nextLineWithoutTabs.slice(indent);\n }\n }\n\n if (!list.loose) {\n // If the previous item ended with a blank line, the list is loose\n if (endsWithBlankLine) {\n list.loose = true;\n } else if (this.rules.other.doubleBlankLine.test(raw)) {\n endsWithBlankLine = true;\n }\n }\n\n let istask: RegExpExecArray | null = null;\n let ischecked: boolean | undefined;\n // Check for task list items\n if (this.options.gfm) {\n istask = this.rules.other.listIsTask.exec(itemContents);\n if (istask) {\n ischecked = istask[0] !== '[ ] ';\n itemContents = itemContents.replace(this.rules.other.listReplaceTask, '');\n }\n }\n\n list.items.push({\n type: 'list_item',\n raw,\n task: !!istask,\n checked: ischecked,\n loose: false,\n text: itemContents,\n tokens: [],\n });\n\n list.raw += raw;\n }\n\n // Do not consume newlines at end of final item. Alternatively, make itemRegex *start* with any newlines to simplify/speed up endsWithBlankLine logic\n const lastItem = list.items.at(-1);\n if (lastItem) {\n lastItem.raw = lastItem.raw.trimEnd();\n lastItem.text = lastItem.text.trimEnd();\n } else {\n // not a list since there were no items\n return;\n }\n list.raw = list.raw.trimEnd();\n\n // Item child tokens handled here at end because we needed to have the final item to trim it first\n for (let i = 0; i < list.items.length; i++) {\n this.lexer.state.top = false;\n list.items[i].tokens = this.lexer.blockTokens(list.items[i].text, []);\n\n if (!list.loose) {\n // Check if list should be loose\n const spacers = list.items[i].tokens.filter(t => t.type === 'space');\n const hasMultipleLineBreaks = spacers.length > 0 && spacers.some(t => this.rules.other.anyLine.test(t.raw));\n\n list.loose = hasMultipleLineBreaks;\n }\n }\n\n // Set all items to loose if list is loose\n if (list.loose) {\n for (let i = 0; i < list.items.length; i++) {\n list.items[i].loose = true;\n }\n }\n\n return list;\n }\n }\n\n html(src: string): Tokens.HTML | undefined {\n const cap = this.rules.block.html.exec(src);\n if (cap) {\n const token: Tokens.HTML = {\n type: 'html',\n block: true,\n raw: cap[0],\n pre: cap[1] === 'pre' || cap[1] === 'script' || cap[1] === 'style',\n text: cap[0],\n };\n return token;\n }\n }\n\n def(src: string): Tokens.Def | undefined {\n const cap = this.rules.block.def.exec(src);\n if (cap) {\n const tag = cap[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal, ' ');\n const href = cap[2] ? cap[2].replace(this.rules.other.hrefBrackets, '$1').replace(this.rules.inline.anyPunctuation, '$1') : '';\n const title = cap[3] ? cap[3].substring(1, cap[3].length - 1).replace(this.rules.inline.anyPunctuation, '$1') : cap[3];\n return {\n type: 'def',\n tag,\n raw: cap[0],\n href,\n title,\n };\n }\n }\n\n table(src: string): Tokens.Table | undefined {\n const cap = this.rules.block.table.exec(src);\n if (!cap) {\n return;\n }\n\n if (!this.rules.other.tableDelimiter.test(cap[2])) {\n // delimiter row must have a pipe (|) or colon (:) otherwise it is a setext heading\n return;\n }\n\n const headers = splitCells(cap[1]);\n const aligns = cap[2].replace(this.rules.other.tableAlignChars, '').split('|');\n const rows = cap[3]?.trim() ? cap[3].replace(this.rules.other.tableRowBlankLine, '').split('\\n') : [];\n\n const item: Tokens.Table = {\n type: 'table',\n raw: cap[0],\n header: [],\n align: [],\n rows: [],\n };\n\n if (headers.length !== aligns.length) {\n // header and align columns must be equal, rows can be different.\n return;\n }\n\n for (const align of aligns) {\n if (this.rules.other.tableAlignRight.test(align)) {\n item.align.push('right');\n } else if (this.rules.other.tableAlignCenter.test(align)) {\n item.align.push('center');\n } else if (this.rules.other.tableAlignLeft.test(align)) {\n item.align.push('left');\n } else {\n item.align.push(null);\n }\n }\n\n for (let i = 0; i < headers.length; i++) {\n item.header.push({\n text: headers[i],\n tokens: this.lexer.inline(headers[i]),\n header: true,\n align: item.align[i],\n });\n }\n\n for (const row of rows) {\n item.rows.push(splitCells(row, item.header.length).map((cell, i) => {\n return {\n text: cell,\n tokens: this.lexer.inline(cell),\n header: false,\n align: item.align[i],\n };\n }));\n }\n\n return item;\n }\n\n lheading(src: string): Tokens.Heading | undefined {\n const cap = this.rules.block.lheading.exec(src);\n if (cap) {\n return {\n type: 'heading',\n raw: cap[0],\n depth: cap[2].charAt(0) === '=' ? 1 : 2,\n text: cap[1],\n tokens: this.lexer.inline(cap[1]),\n };\n }\n }\n\n paragraph(src: string): Tokens.Paragraph | undefined {\n const cap = this.rules.block.paragraph.exec(src);\n if (cap) {\n const text = cap[1].charAt(cap[1].length - 1) === '\\n'\n ? cap[1].slice(0, -1)\n : cap[1];\n return {\n type: 'paragraph',\n raw: cap[0],\n text,\n tokens: this.lexer.inline(text),\n };\n }\n }\n\n text(src: string): Tokens.Text | undefined {\n const cap = this.rules.block.text.exec(src);\n if (cap) {\n return {\n type: 'text',\n raw: cap[0],\n text: cap[0],\n tokens: this.lexer.inline(cap[0]),\n };\n }\n }\n\n escape(src: string): Tokens.Escape | undefined {\n const cap = this.rules.inline.escape.exec(src);\n if (cap) {\n return {\n type: 'escape',\n raw: cap[0],\n text: cap[1],\n };\n }\n }\n\n tag(src: string): Tokens.Tag | undefined {\n const cap = this.rules.inline.tag.exec(src);\n if (cap) {\n if (!this.lexer.state.inLink && this.rules.other.startATag.test(cap[0])) {\n this.lexer.state.inLink = true;\n } else if (this.lexer.state.inLink && this.rules.other.endATag.test(cap[0])) {\n this.lexer.state.inLink = false;\n }\n if (!this.lexer.state.inRawBlock && this.rules.other.startPreScriptTag.test(cap[0])) {\n this.lexer.state.inRawBlock = true;\n } else if (this.lexer.state.inRawBlock && this.rules.other.endPreScriptTag.test(cap[0])) {\n this.lexer.state.inRawBlock = false;\n }\n\n return {\n type: 'html',\n raw: cap[0],\n inLink: this.lexer.state.inLink,\n inRawBlock: this.lexer.state.inRawBlock,\n block: false,\n text: cap[0],\n };\n }\n }\n\n link(src: string): Tokens.Link | Tokens.Image | undefined {\n const cap = this.rules.inline.link.exec(src);\n if (cap) {\n const trimmedUrl = cap[2].trim();\n if (!this.options.pedantic && this.rules.other.startAngleBracket.test(trimmedUrl)) {\n // commonmark requires matching angle brackets\n if (!(this.rules.other.endAngleBracket.test(trimmedUrl))) {\n return;\n }\n\n // ending angle bracket cannot be escaped\n const rtrimSlash = rtrim(trimmedUrl.slice(0, -1), '\\\\');\n if ((trimmedUrl.length - rtrimSlash.length) % 2 === 0) {\n return;\n }\n } else {\n // find closing parenthesis\n const lastParenIndex = findClosingBracket(cap[2], '()');\n if (lastParenIndex === -2) {\n // more open parens than closed\n return;\n }\n\n if (lastParenIndex > -1) {\n const start = cap[0].indexOf('!') === 0 ? 5 : 4;\n const linkLen = start + cap[1].length + lastParenIndex;\n cap[2] = cap[2].substring(0, lastParenIndex);\n cap[0] = cap[0].substring(0, linkLen).trim();\n cap[3] = '';\n }\n }\n let href = cap[2];\n let title = '';\n if (this.options.pedantic) {\n // split pedantic href and title\n const link = this.rules.other.pedanticHrefTitle.exec(href);\n\n if (link) {\n href = link[1];\n title = link[3];\n }\n } else {\n title = cap[3] ? cap[3].slice(1, -1) : '';\n }\n\n href = href.trim();\n if (this.rules.other.startAngleBracket.test(href)) {\n if (this.options.pedantic && !(this.rules.other.endAngleBracket.test(trimmedUrl))) {\n // pedantic allows starting angle bracket without ending angle bracket\n href = href.slice(1);\n } else {\n href = href.slice(1, -1);\n }\n }\n return outputLink(cap, {\n href: href ? href.replace(this.rules.inline.anyPunctuation, '$1') : href,\n title: title ? title.replace(this.rules.inline.anyPunctuation, '$1') : title,\n }, cap[0], this.lexer, this.rules);\n }\n }\n\n reflink(src: string, links: Links): Tokens.Link | Tokens.Image | Tokens.Text | undefined {\n let cap;\n if ((cap = this.rules.inline.reflink.exec(src))\n || (cap = this.rules.inline.nolink.exec(src))) {\n const linkString = (cap[2] || cap[1]).replace(this.rules.other.multipleSpaceGlobal, ' ');\n const link = links[linkString.toLowerCase()];\n if (!link) {\n const text = cap[0].charAt(0);\n return {\n type: 'text',\n raw: text,\n text,\n };\n }\n return outputLink(cap, link, cap[0], this.lexer, this.rules);\n }\n }\n\n emStrong(src: string, maskedSrc: string, prevChar = ''): Tokens.Em | Tokens.Strong | undefined {\n let match = this.rules.inline.emStrongLDelim.exec(src);\n if (!match) return;\n\n // _ can't be between two alphanumerics. \\p{L}\\p{N} includes non-english alphabet/numbers as well\n if (match[3] && prevChar.match(this.rules.other.unicodeAlphaNumeric)) return;\n\n const nextChar = match[1] || match[2] || '';\n\n if (!nextChar || !prevChar || this.rules.inline.punctuation.exec(prevChar)) {\n // unicode Regex counts emoji as 1 char; spread into array for proper count (used multiple times below)\n const lLength = [...match[0]].length - 1;\n let rDelim, rLength, delimTotal = lLength, midDelimTotal = 0;\n\n const endReg = match[0][0] === '*' ? this.rules.inline.emStrongRDelimAst : this.rules.inline.emStrongRDelimUnd;\n endReg.lastIndex = 0;\n\n // Clip maskedSrc to same section of string as src (move to lexer?)\n maskedSrc = maskedSrc.slice(-1 * src.length + lLength);\n\n while ((match = endReg.exec(maskedSrc)) != null) {\n rDelim = match[1] || match[2] || match[3] || match[4] || match[5] || match[6];\n\n if (!rDelim) continue; // skip single * in __abc*abc__\n\n rLength = [...rDelim].length;\n\n if (match[3] || match[4]) { // found another Left Delim\n delimTotal += rLength;\n continue;\n } else if (match[5] || match[6]) { // either Left or Right Delim\n if (lLength % 3 && !((lLength + rLength) % 3)) {\n midDelimTotal += rLength;\n continue; // CommonMark Emphasis Rules 9-10\n }\n }\n\n delimTotal -= rLength;\n\n if (delimTotal > 0) continue; // Haven't found enough closing delimiters\n\n // Remove extra characters. *a*** -> *a*\n rLength = Math.min(rLength, rLength + delimTotal + midDelimTotal);\n // char length can be >1 for unicode characters;\n const lastCharLength = [...match[0]][0].length;\n const raw = src.slice(0, lLength + match.index + lastCharLength + rLength);\n\n // Create `em` if smallest delimiter has odd char count. *a***\n if (Math.min(lLength, rLength) % 2) {\n const text = raw.slice(1, -1);\n return {\n type: 'em',\n raw,\n text,\n tokens: this.lexer.inlineTokens(text),\n };\n }\n\n // Create 'strong' if smallest delimiter has even char count. **a***\n const text = raw.slice(2, -2);\n return {\n type: 'strong',\n raw,\n text,\n tokens: this.lexer.inlineTokens(text),\n };\n }\n }\n }\n\n codespan(src: string): Tokens.Codespan | undefined {\n const cap = this.rules.inline.code.exec(src);\n if (cap) {\n let text = cap[2].replace(this.rules.other.newLineCharGlobal, ' ');\n const hasNonSpaceChars = this.rules.other.nonSpaceChar.test(text);\n const hasSpaceCharsOnBothEnds = this.rules.other.startingSpaceChar.test(text) && this.rules.other.endingSpaceChar.test(text);\n if (hasNonSpaceChars && hasSpaceCharsOnBothEnds) {\n text = text.substring(1, text.length - 1);\n }\n return {\n type: 'codespan',\n raw: cap[0],\n text,\n };\n }\n }\n\n br(src: string): Tokens.Br | undefined {\n const cap = this.rules.inline.br.exec(src);\n if (cap) {\n return {\n type: 'br',\n raw: cap[0],\n };\n }\n }\n\n del(src: string): Tokens.Del | undefined {\n const cap = this.rules.inline.del.exec(src);\n if (cap) {\n return {\n type: 'del',\n raw: cap[0],\n text: cap[2],\n tokens: this.lexer.inlineTokens(cap[2]),\n };\n }\n }\n\n autolink(src: string): Tokens.Link | undefined {\n const cap = this.rules.inline.autolink.exec(src);\n if (cap) {\n let text, href;\n if (cap[2] === '@') {\n text = cap[1];\n href = 'mailto:' + text;\n } else {\n text = cap[1];\n href = text;\n }\n\n return {\n type: 'link',\n raw: cap[0],\n text,\n href,\n tokens: [\n {\n type: 'text',\n raw: text,\n text,\n },\n ],\n };\n }\n }\n\n url(src: string): Tokens.Link | undefined {\n let cap;\n if (cap = this.rules.inline.url.exec(src)) {\n let text, href;\n if (cap[2] === '@') {\n text = cap[0];\n href = 'mailto:' + text;\n } else {\n // do extended autolink path validation\n let prevCapZero;\n do {\n prevCapZero = cap[0];\n cap[0] = this.rules.inline._backpedal.exec(cap[0])?.[0] ?? '';\n } while (prevCapZero !== cap[0]);\n text = cap[0];\n if (cap[1] === 'www.') {\n href = 'http://' + cap[0];\n } else {\n href = cap[0];\n }\n }\n return {\n type: 'link',\n raw: cap[0],\n text,\n href,\n tokens: [\n {\n type: 'text',\n raw: text,\n text,\n },\n ],\n };\n }\n }\n\n inlineText(src: string): Tokens.Text | undefined {\n const cap = this.rules.inline.text.exec(src);\n if (cap) {\n const escaped = this.lexer.state.inRawBlock;\n return {\n type: 'text',\n raw: cap[0],\n text: cap[0],\n escaped,\n };\n }\n }\n}\n", "import { _Tokenizer } from './Tokenizer.ts';\nimport { _defaults } from './defaults.ts';\nimport { other, block, inline } from './rules.ts';\nimport type { Token, TokensList, Tokens } from './Tokens.ts';\nimport type { MarkedOptions } from './MarkedOptions.ts';\n\n/**\n * Block Lexer\n */\nexport class _Lexer {\n tokens: TokensList;\n options: MarkedOptions;\n state: {\n inLink: boolean;\n inRawBlock: boolean;\n top: boolean;\n };\n\n private tokenizer: _Tokenizer;\n private inlineQueue: { src: string, tokens: Token[] }[];\n\n constructor(options?: MarkedOptions) {\n // TokenList cannot be created in one go\n this.tokens = [] as unknown as TokensList;\n this.tokens.links = Object.create(null);\n this.options = options || _defaults;\n this.options.tokenizer = this.options.tokenizer || new _Tokenizer();\n this.tokenizer = this.options.tokenizer;\n this.tokenizer.options = this.options;\n this.tokenizer.lexer = this;\n this.inlineQueue = [];\n this.state = {\n inLink: false,\n inRawBlock: false,\n top: true,\n };\n\n const rules = {\n other,\n block: block.normal,\n inline: inline.normal,\n };\n\n if (this.options.pedantic) {\n rules.block = block.pedantic;\n rules.inline = inline.pedantic;\n } else if (this.options.gfm) {\n rules.block = block.gfm;\n if (this.options.breaks) {\n rules.inline = inline.breaks;\n } else {\n rules.inline = inline.gfm;\n }\n }\n this.tokenizer.rules = rules;\n }\n\n /**\n * Expose Rules\n */\n static get rules() {\n return {\n block,\n inline,\n };\n }\n\n /**\n * Static Lex Method\n */\n static lex(src: string, options?: MarkedOptions) {\n const lexer = new _Lexer(options);\n return lexer.lex(src);\n }\n\n /**\n * Static Lex Inline Method\n */\n static lexInline(src: string, options?: MarkedOptions) {\n const lexer = new _Lexer(options);\n return lexer.inlineTokens(src);\n }\n\n /**\n * Preprocessing\n */\n lex(src: string) {\n src = src.replace(other.carriageReturn, '\\n');\n\n this.blockTokens(src, this.tokens);\n\n for (let i = 0; i < this.inlineQueue.length; i++) {\n const next = this.inlineQueue[i];\n this.inlineTokens(next.src, next.tokens);\n }\n this.inlineQueue = [];\n\n return this.tokens;\n }\n\n /**\n * Lexing\n */\n blockTokens(src: string, tokens?: Token[], lastParagraphClipped?: boolean): Token[];\n blockTokens(src: string, tokens?: TokensList, lastParagraphClipped?: boolean): TokensList;\n blockTokens(src: string, tokens: Token[] = [], lastParagraphClipped = false) {\n if (this.options.pedantic) {\n src = src.replace(other.tabCharGlobal, ' ').replace(other.spaceLine, '');\n }\n\n while (src) {\n let token: Tokens.Generic | undefined;\n\n if (this.options.extensions?.block?.some((extTokenizer) => {\n if (token = extTokenizer.call({ lexer: this }, src, tokens)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n return true;\n }\n return false;\n })) {\n continue;\n }\n\n // newline\n if (token = this.tokenizer.space(src)) {\n src = src.substring(token.raw.length);\n const lastToken = tokens.at(-1);\n if (token.raw.length === 1 && lastToken !== undefined) {\n // if there's a single \\n as a spacer, it's terminating the last line,\n // so move it there so that we don't get unnecessary paragraph tags\n lastToken.raw += '\\n';\n } else {\n tokens.push(token);\n }\n continue;\n }\n\n // code\n if (token = this.tokenizer.code(src)) {\n src = src.substring(token.raw.length);\n const lastToken = tokens.at(-1);\n // An indented code block cannot interrupt a paragraph.\n if (lastToken?.type === 'paragraph' || lastToken?.type === 'text') {\n lastToken.raw += '\\n' + token.raw;\n lastToken.text += '\\n' + token.text;\n this.inlineQueue.at(-1)!.src = lastToken.text;\n } else {\n tokens.push(token);\n }\n continue;\n }\n\n // fences\n if (token = this.tokenizer.fences(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // heading\n if (token = this.tokenizer.heading(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // hr\n if (token = this.tokenizer.hr(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // blockquote\n if (token = this.tokenizer.blockquote(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // list\n if (token = this.tokenizer.list(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // html\n if (token = this.tokenizer.html(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // def\n if (token = this.tokenizer.def(src)) {\n src = src.substring(token.raw.length);\n const lastToken = tokens.at(-1);\n if (lastToken?.type === 'paragraph' || lastToken?.type === 'text') {\n lastToken.raw += '\\n' + token.raw;\n lastToken.text += '\\n' + token.raw;\n this.inlineQueue.at(-1)!.src = lastToken.text;\n } else if (!this.tokens.links[token.tag]) {\n this.tokens.links[token.tag] = {\n href: token.href,\n title: token.title,\n };\n }\n continue;\n }\n\n // table (gfm)\n if (token = this.tokenizer.table(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // lheading\n if (token = this.tokenizer.lheading(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // top-level paragraph\n // prevent paragraph consuming extensions by clipping 'src' to extension start\n let cutSrc = src;\n if (this.options.extensions?.startBlock) {\n let startIndex = Infinity;\n const tempSrc = src.slice(1);\n let tempStart;\n this.options.extensions.startBlock.forEach((getStartIndex) => {\n tempStart = getStartIndex.call({ lexer: this }, tempSrc);\n if (typeof tempStart === 'number' && tempStart >= 0) {\n startIndex = Math.min(startIndex, tempStart);\n }\n });\n if (startIndex < Infinity && startIndex >= 0) {\n cutSrc = src.substring(0, startIndex + 1);\n }\n }\n if (this.state.top && (token = this.tokenizer.paragraph(cutSrc))) {\n const lastToken = tokens.at(-1);\n if (lastParagraphClipped && lastToken?.type === 'paragraph') {\n lastToken.raw += '\\n' + token.raw;\n lastToken.text += '\\n' + token.text;\n this.inlineQueue.pop();\n this.inlineQueue.at(-1)!.src = lastToken.text;\n } else {\n tokens.push(token);\n }\n lastParagraphClipped = cutSrc.length !== src.length;\n src = src.substring(token.raw.length);\n continue;\n }\n\n // text\n if (token = this.tokenizer.text(src)) {\n src = src.substring(token.raw.length);\n const lastToken = tokens.at(-1);\n if (lastToken?.type === 'text') {\n lastToken.raw += '\\n' + token.raw;\n lastToken.text += '\\n' + token.text;\n this.inlineQueue.pop();\n this.inlineQueue.at(-1)!.src = lastToken.text;\n } else {\n tokens.push(token);\n }\n continue;\n }\n\n if (src) {\n const errMsg = 'Infinite loop on byte: ' + src.charCodeAt(0);\n if (this.options.silent) {\n console.error(errMsg);\n break;\n } else {\n throw new Error(errMsg);\n }\n }\n }\n\n this.state.top = true;\n return tokens;\n }\n\n inline(src: string, tokens: Token[] = []) {\n this.inlineQueue.push({ src, tokens });\n return tokens;\n }\n\n /**\n * Lexing/Compiling\n */\n inlineTokens(src: string, tokens: Token[] = []): Token[] {\n // String with links masked to avoid interference with em and strong\n let maskedSrc = src;\n let match: RegExpExecArray | null = null;\n\n // Mask out reflinks\n if (this.tokens.links) {\n const links = Object.keys(this.tokens.links);\n if (links.length > 0) {\n while ((match = this.tokenizer.rules.inline.reflinkSearch.exec(maskedSrc)) != null) {\n if (links.includes(match[0].slice(match[0].lastIndexOf('[') + 1, -1))) {\n maskedSrc = maskedSrc.slice(0, match.index)\n + '[' + 'a'.repeat(match[0].length - 2) + ']'\n + maskedSrc.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex);\n }\n }\n }\n }\n\n // Mask out escaped characters\n while ((match = this.tokenizer.rules.inline.anyPunctuation.exec(maskedSrc)) != null) {\n maskedSrc = maskedSrc.slice(0, match.index) + '++' + maskedSrc.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);\n }\n\n // Mask out other blocks\n while ((match = this.tokenizer.rules.inline.blockSkip.exec(maskedSrc)) != null) {\n maskedSrc = maskedSrc.slice(0, match.index) + '[' + 'a'.repeat(match[0].length - 2) + ']' + maskedSrc.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);\n }\n\n let keepPrevChar = false;\n let prevChar = '';\n while (src) {\n if (!keepPrevChar) {\n prevChar = '';\n }\n keepPrevChar = false;\n\n let token: Tokens.Generic | undefined;\n\n // extensions\n if (this.options.extensions?.inline?.some((extTokenizer) => {\n if (token = extTokenizer.call({ lexer: this }, src, tokens)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n return true;\n }\n return false;\n })) {\n continue;\n }\n\n // escape\n if (token = this.tokenizer.escape(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // tag\n if (token = this.tokenizer.tag(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // link\n if (token = this.tokenizer.link(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // reflink, nolink\n if (token = this.tokenizer.reflink(src, this.tokens.links)) {\n src = src.substring(token.raw.length);\n const lastToken = tokens.at(-1);\n if (token.type === 'text' && lastToken?.type === 'text') {\n lastToken.raw += token.raw;\n lastToken.text += token.text;\n } else {\n tokens.push(token);\n }\n continue;\n }\n\n // em & strong\n if (token = this.tokenizer.emStrong(src, maskedSrc, prevChar)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // code\n if (token = this.tokenizer.codespan(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // br\n if (token = this.tokenizer.br(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // del (gfm)\n if (token = this.tokenizer.del(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // autolink\n if (token = this.tokenizer.autolink(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // url (gfm)\n if (!this.state.inLink && (token = this.tokenizer.url(src))) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // text\n // prevent inlineText consuming extensions by clipping 'src' to extension start\n let cutSrc = src;\n if (this.options.extensions?.startInline) {\n let startIndex = Infinity;\n const tempSrc = src.slice(1);\n let tempStart;\n this.options.extensions.startInline.forEach((getStartIndex) => {\n tempStart = getStartIndex.call({ lexer: this }, tempSrc);\n if (typeof tempStart === 'number' && tempStart >= 0) {\n startIndex = Math.min(startIndex, tempStart);\n }\n });\n if (startIndex < Infinity && startIndex >= 0) {\n cutSrc = src.substring(0, startIndex + 1);\n }\n }\n if (token = this.tokenizer.inlineText(cutSrc)) {\n src = src.substring(token.raw.length);\n if (token.raw.slice(-1) !== '_') { // Track prevChar before string of ____ started\n prevChar = token.raw.slice(-1);\n }\n keepPrevChar = true;\n const lastToken = tokens.at(-1);\n if (lastToken?.type === 'text') {\n lastToken.raw += token.raw;\n lastToken.text += token.text;\n } else {\n tokens.push(token);\n }\n continue;\n }\n\n if (src) {\n const errMsg = 'Infinite loop on byte: ' + src.charCodeAt(0);\n if (this.options.silent) {\n console.error(errMsg);\n break;\n } else {\n throw new Error(errMsg);\n }\n }\n }\n\n return tokens;\n }\n}\n", "import { _defaults } from './defaults.ts';\nimport {\n cleanUrl,\n escape,\n} from './helpers.ts';\nimport { other } from './rules.ts';\nimport type { MarkedOptions } from './MarkedOptions.ts';\nimport type { Tokens } from './Tokens.ts';\nimport type { _Parser } from './Parser.ts';\n\n/**\n * Renderer\n */\nexport class _Renderer {\n options: MarkedOptions;\n parser!: _Parser; // set by the parser\n constructor(options?: MarkedOptions) {\n this.options = options || _defaults;\n }\n\n space(token: Tokens.Space): string {\n return '';\n }\n\n code({ text, lang, escaped }: Tokens.Code): string {\n const langString = (lang || '').match(other.notSpaceStart)?.[0];\n\n const code = text.replace(other.endingNewline, '') + '\\n';\n\n if (!langString) {\n return '
    '\n        + (escaped ? code : escape(code, true))\n        + '
    \\n';\n }\n\n return '
    '\n      + (escaped ? code : escape(code, true))\n      + '
    \\n';\n }\n\n blockquote({ tokens }: Tokens.Blockquote): string {\n const body = this.parser.parse(tokens);\n return `
    \\n${body}
    \\n`;\n }\n\n html({ text }: Tokens.HTML | Tokens.Tag) : string {\n return text;\n }\n\n heading({ tokens, depth }: Tokens.Heading): string {\n return `${this.parser.parseInline(tokens)}\\n`;\n }\n\n hr(token: Tokens.Hr): string {\n return '
    \\n';\n }\n\n list(token: Tokens.List): string {\n const ordered = token.ordered;\n const start = token.start;\n\n let body = '';\n for (let j = 0; j < token.items.length; j++) {\n const item = token.items[j];\n body += this.listitem(item);\n }\n\n const type = ordered ? 'ol' : 'ul';\n const startAttr = (ordered && start !== 1) ? (' start=\"' + start + '\"') : '';\n return '<' + type + startAttr + '>\\n' + body + '\\n';\n }\n\n listitem(item: Tokens.ListItem): string {\n let itemBody = '';\n if (item.task) {\n const checkbox = this.checkbox({ checked: !!item.checked });\n if (item.loose) {\n if (item.tokens[0]?.type === 'paragraph') {\n item.tokens[0].text = checkbox + ' ' + item.tokens[0].text;\n if (item.tokens[0].tokens && item.tokens[0].tokens.length > 0 && item.tokens[0].tokens[0].type === 'text') {\n item.tokens[0].tokens[0].text = checkbox + ' ' + escape(item.tokens[0].tokens[0].text);\n item.tokens[0].tokens[0].escaped = true;\n }\n } else {\n item.tokens.unshift({\n type: 'text',\n raw: checkbox + ' ',\n text: checkbox + ' ',\n escaped: true,\n });\n }\n } else {\n itemBody += checkbox + ' ';\n }\n }\n\n itemBody += this.parser.parse(item.tokens, !!item.loose);\n\n return `
  • ${itemBody}
  • \\n`;\n }\n\n checkbox({ checked }: Tokens.Checkbox): string {\n return '';\n }\n\n paragraph({ tokens }: Tokens.Paragraph): string {\n return `

    ${this.parser.parseInline(tokens)}

    \\n`;\n }\n\n table(token: Tokens.Table): string {\n let header = '';\n\n // header\n let cell = '';\n for (let j = 0; j < token.header.length; j++) {\n cell += this.tablecell(token.header[j]);\n }\n header += this.tablerow({ text: cell });\n\n let body = '';\n for (let j = 0; j < token.rows.length; j++) {\n const row = token.rows[j];\n\n cell = '';\n for (let k = 0; k < row.length; k++) {\n cell += this.tablecell(row[k]);\n }\n\n body += this.tablerow({ text: cell });\n }\n if (body) body = `${body}`;\n\n return '\\n'\n + '\\n'\n + header\n + '\\n'\n + body\n + '
    \\n';\n }\n\n tablerow({ text }: Tokens.TableRow): string {\n return `\\n${text}\\n`;\n }\n\n tablecell(token: Tokens.TableCell): string {\n const content = this.parser.parseInline(token.tokens);\n const type = token.header ? 'th' : 'td';\n const tag = token.align\n ? `<${type} align=\"${token.align}\">`\n : `<${type}>`;\n return tag + content + `\\n`;\n }\n\n /**\n * span level renderer\n */\n strong({ tokens }: Tokens.Strong): string {\n return `${this.parser.parseInline(tokens)}`;\n }\n\n em({ tokens }: Tokens.Em): string {\n return `${this.parser.parseInline(tokens)}`;\n }\n\n codespan({ text }: Tokens.Codespan): string {\n return `${escape(text, true)}`;\n }\n\n br(token: Tokens.Br): string {\n return '
    ';\n }\n\n del({ tokens }: Tokens.Del): string {\n return `${this.parser.parseInline(tokens)}`;\n }\n\n link({ href, title, tokens }: Tokens.Link): string {\n const text = this.parser.parseInline(tokens);\n const cleanHref = cleanUrl(href);\n if (cleanHref === null) {\n return text;\n }\n href = cleanHref;\n let out = '
    ';\n return out;\n }\n\n image({ href, title, text, tokens }: Tokens.Image): string {\n if (tokens) {\n text = this.parser.parseInline(tokens, this.parser.textRenderer);\n }\n const cleanHref = cleanUrl(href);\n if (cleanHref === null) {\n return escape(text);\n }\n href = cleanHref;\n\n let out = `\"${text}\"`;\n;\n\ntype UnknownFunction = (...args: unknown[]) => unknown;\ntype GenericRendererFunction = (...args: unknown[]) => string | false;\n\nexport class Marked {\n defaults = _getDefaults();\n options = this.setOptions;\n\n parse = this.parseMarkdown(true);\n parseInline = this.parseMarkdown(false);\n\n Parser = _Parser;\n Renderer = _Renderer;\n TextRenderer = _TextRenderer;\n Lexer = _Lexer;\n Tokenizer = _Tokenizer;\n Hooks = _Hooks;\n\n constructor(...args: MarkedExtension[]) {\n this.use(...args);\n }\n\n /**\n * Run callback for every token\n */\n walkTokens(tokens: Token[] | TokensList, callback: (token: Token) => MaybePromise | MaybePromise[]) {\n let values: MaybePromise[] = [];\n for (const token of tokens) {\n values = values.concat(callback.call(this, token));\n switch (token.type) {\n case 'table': {\n const tableToken = token as Tokens.Table;\n for (const cell of tableToken.header) {\n values = values.concat(this.walkTokens(cell.tokens, callback));\n }\n for (const row of tableToken.rows) {\n for (const cell of row) {\n values = values.concat(this.walkTokens(cell.tokens, callback));\n }\n }\n break;\n }\n case 'list': {\n const listToken = token as Tokens.List;\n values = values.concat(this.walkTokens(listToken.items, callback));\n break;\n }\n default: {\n const genericToken = token as Tokens.Generic;\n if (this.defaults.extensions?.childTokens?.[genericToken.type]) {\n this.defaults.extensions.childTokens[genericToken.type].forEach((childTokens) => {\n const tokens = genericToken[childTokens].flat(Infinity) as Token[] | TokensList;\n values = values.concat(this.walkTokens(tokens, callback));\n });\n } else if (genericToken.tokens) {\n values = values.concat(this.walkTokens(genericToken.tokens, callback));\n }\n }\n }\n }\n return values;\n }\n\n use(...args: MarkedExtension[]) {\n const extensions: MarkedOptions['extensions'] = this.defaults.extensions || { renderers: {}, childTokens: {} };\n\n args.forEach((pack) => {\n // copy options to new object\n const opts = { ...pack } as MarkedOptions;\n\n // set async to true if it was set to true before\n opts.async = this.defaults.async || opts.async || false;\n\n // ==-- Parse \"addon\" extensions --== //\n if (pack.extensions) {\n pack.extensions.forEach((ext) => {\n if (!ext.name) {\n throw new Error('extension name required');\n }\n if ('renderer' in ext) { // Renderer extensions\n const prevRenderer = extensions.renderers[ext.name];\n if (prevRenderer) {\n // Replace extension with func to run new extension but fall back if false\n extensions.renderers[ext.name] = function(...args) {\n let ret = ext.renderer.apply(this, args);\n if (ret === false) {\n ret = prevRenderer.apply(this, args);\n }\n return ret;\n };\n } else {\n extensions.renderers[ext.name] = ext.renderer;\n }\n }\n if ('tokenizer' in ext) { // Tokenizer Extensions\n if (!ext.level || (ext.level !== 'block' && ext.level !== 'inline')) {\n throw new Error(\"extension level must be 'block' or 'inline'\");\n }\n const extLevel = extensions[ext.level];\n if (extLevel) {\n extLevel.unshift(ext.tokenizer);\n } else {\n extensions[ext.level] = [ext.tokenizer];\n }\n if (ext.start) { // Function to check for start of token\n if (ext.level === 'block') {\n if (extensions.startBlock) {\n extensions.startBlock.push(ext.start);\n } else {\n extensions.startBlock = [ext.start];\n }\n } else if (ext.level === 'inline') {\n if (extensions.startInline) {\n extensions.startInline.push(ext.start);\n } else {\n extensions.startInline = [ext.start];\n }\n }\n }\n }\n if ('childTokens' in ext && ext.childTokens) { // Child tokens to be visited by walkTokens\n extensions.childTokens[ext.name] = ext.childTokens;\n }\n });\n opts.extensions = extensions;\n }\n\n // ==-- Parse \"overwrite\" extensions --== //\n if (pack.renderer) {\n const renderer = this.defaults.renderer || new _Renderer(this.defaults);\n for (const prop in pack.renderer) {\n if (!(prop in renderer)) {\n throw new Error(`renderer '${prop}' does not exist`);\n }\n if (['options', 'parser'].includes(prop)) {\n // ignore options property\n continue;\n }\n const rendererProp = prop as Exclude;\n const rendererFunc = pack.renderer[rendererProp] as GenericRendererFunction;\n const prevRenderer = renderer[rendererProp] as GenericRendererFunction;\n // Replace renderer with func to run extension, but fall back if false\n renderer[rendererProp] = (...args: unknown[]) => {\n let ret = rendererFunc.apply(renderer, args);\n if (ret === false) {\n ret = prevRenderer.apply(renderer, args);\n }\n return ret || '';\n };\n }\n opts.renderer = renderer;\n }\n if (pack.tokenizer) {\n const tokenizer = this.defaults.tokenizer || new _Tokenizer(this.defaults);\n for (const prop in pack.tokenizer) {\n if (!(prop in tokenizer)) {\n throw new Error(`tokenizer '${prop}' does not exist`);\n }\n if (['options', 'rules', 'lexer'].includes(prop)) {\n // ignore options, rules, and lexer properties\n continue;\n }\n const tokenizerProp = prop as Exclude;\n const tokenizerFunc = pack.tokenizer[tokenizerProp] as UnknownFunction;\n const prevTokenizer = tokenizer[tokenizerProp] as UnknownFunction;\n // Replace tokenizer with func to run extension, but fall back if false\n // @ts-expect-error cannot type tokenizer function dynamically\n tokenizer[tokenizerProp] = (...args: unknown[]) => {\n let ret = tokenizerFunc.apply(tokenizer, args);\n if (ret === false) {\n ret = prevTokenizer.apply(tokenizer, args);\n }\n return ret;\n };\n }\n opts.tokenizer = tokenizer;\n }\n\n // ==-- Parse Hooks extensions --== //\n if (pack.hooks) {\n const hooks = this.defaults.hooks || new _Hooks();\n for (const prop in pack.hooks) {\n if (!(prop in hooks)) {\n throw new Error(`hook '${prop}' does not exist`);\n }\n if (['options', 'block'].includes(prop)) {\n // ignore options and block properties\n continue;\n }\n const hooksProp = prop as Exclude;\n const hooksFunc = pack.hooks[hooksProp] as UnknownFunction;\n const prevHook = hooks[hooksProp] as UnknownFunction;\n if (_Hooks.passThroughHooks.has(prop)) {\n // @ts-expect-error cannot type hook function dynamically\n hooks[hooksProp] = (arg: unknown) => {\n if (this.defaults.async) {\n return Promise.resolve(hooksFunc.call(hooks, arg)).then(ret => {\n return prevHook.call(hooks, ret);\n });\n }\n\n const ret = hooksFunc.call(hooks, arg);\n return prevHook.call(hooks, ret);\n };\n } else {\n // @ts-expect-error cannot type hook function dynamically\n hooks[hooksProp] = (...args: unknown[]) => {\n let ret = hooksFunc.apply(hooks, args);\n if (ret === false) {\n ret = prevHook.apply(hooks, args);\n }\n return ret;\n };\n }\n }\n opts.hooks = hooks;\n }\n\n // ==-- Parse WalkTokens extensions --== //\n if (pack.walkTokens) {\n const walkTokens = this.defaults.walkTokens;\n const packWalktokens = pack.walkTokens;\n opts.walkTokens = function(token) {\n let values: MaybePromise[] = [];\n values.push(packWalktokens.call(this, token));\n if (walkTokens) {\n values = values.concat(walkTokens.call(this, token));\n }\n return values;\n };\n }\n\n this.defaults = { ...this.defaults, ...opts };\n });\n\n return this;\n }\n\n setOptions(opt: MarkedOptions) {\n this.defaults = { ...this.defaults, ...opt };\n return this;\n }\n\n lexer(src: string, options?: MarkedOptions) {\n return _Lexer.lex(src, options ?? this.defaults);\n }\n\n parser(tokens: Token[], options?: MarkedOptions) {\n return _Parser.parse(tokens, options ?? this.defaults);\n }\n\n private parseMarkdown(blockType: boolean) {\n type overloadedParse = {\n (src: string, options: MarkedOptions & { async: true }): Promise;\n (src: string, options: MarkedOptions & { async: false }): string;\n (src: string, options?: MarkedOptions | null): string | Promise;\n };\n\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const parse: overloadedParse = (src: string, options?: MarkedOptions | null): any => {\n const origOpt = { ...options };\n const opt = { ...this.defaults, ...origOpt };\n\n const throwError = this.onError(!!opt.silent, !!opt.async);\n\n // throw error if an extension set async to true but parse was called with async: false\n if (this.defaults.async === true && origOpt.async === false) {\n return throwError(new Error('marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise.'));\n }\n\n // throw error in case of non string input\n if (typeof src === 'undefined' || src === null) {\n return throwError(new Error('marked(): input parameter is undefined or null'));\n }\n if (typeof src !== 'string') {\n return throwError(new Error('marked(): input parameter is of type '\n + Object.prototype.toString.call(src) + ', string expected'));\n }\n\n if (opt.hooks) {\n opt.hooks.options = opt;\n opt.hooks.block = blockType;\n }\n\n const lexer = opt.hooks ? opt.hooks.provideLexer() : (blockType ? _Lexer.lex : _Lexer.lexInline);\n const parser = opt.hooks ? opt.hooks.provideParser() : (blockType ? _Parser.parse : _Parser.parseInline);\n\n if (opt.async) {\n return Promise.resolve(opt.hooks ? opt.hooks.preprocess(src) : src)\n .then(src => lexer(src, opt))\n .then(tokens => opt.hooks ? opt.hooks.processAllTokens(tokens) : tokens)\n .then(tokens => opt.walkTokens ? Promise.all(this.walkTokens(tokens, opt.walkTokens)).then(() => tokens) : tokens)\n .then(tokens => parser(tokens, opt))\n .then(html => opt.hooks ? opt.hooks.postprocess(html) : html)\n .catch(throwError);\n }\n\n try {\n if (opt.hooks) {\n src = opt.hooks.preprocess(src) as string;\n }\n let tokens = lexer(src, opt);\n if (opt.hooks) {\n tokens = opt.hooks.processAllTokens(tokens);\n }\n if (opt.walkTokens) {\n this.walkTokens(tokens, opt.walkTokens);\n }\n let html = parser(tokens, opt);\n if (opt.hooks) {\n html = opt.hooks.postprocess(html) as string;\n }\n return html;\n } catch(e) {\n return throwError(e as Error);\n }\n };\n\n return parse;\n }\n\n private onError(silent: boolean, async: boolean) {\n return (e: Error): string | Promise => {\n e.message += '\\nPlease report this to https://github.com/markedjs/marked.';\n\n if (silent) {\n const msg = '

    An error occurred:

    '\n          + escape(e.message + '', true)\n          + '
    ';\n if (async) {\n return Promise.resolve(msg);\n }\n return msg;\n }\n\n if (async) {\n return Promise.reject(e);\n }\n throw e;\n };\n }\n}\n", "import { _Lexer } from './Lexer.ts';\nimport { _Parser } from './Parser.ts';\nimport { _Tokenizer } from './Tokenizer.ts';\nimport { _Renderer } from './Renderer.ts';\nimport { _TextRenderer } from './TextRenderer.ts';\nimport { _Hooks } from './Hooks.ts';\nimport { Marked } from './Instance.ts';\nimport {\n _getDefaults,\n changeDefaults,\n _defaults,\n} from './defaults.ts';\nimport type { MarkedExtension, MarkedOptions } from './MarkedOptions.ts';\nimport type { Token, TokensList } from './Tokens.ts';\nimport type { MaybePromise } from './Instance.ts';\n\nconst markedInstance = new Marked();\n\n/**\n * Compiles markdown to HTML asynchronously.\n *\n * @param src String of markdown source to be compiled\n * @param options Hash of options, having async: true\n * @return Promise of string of compiled HTML\n */\nexport function marked(src: string, options: MarkedOptions & { async: true }): Promise;\n\n/**\n * Compiles markdown to HTML.\n *\n * @param src String of markdown source to be compiled\n * @param options Optional hash of options\n * @return String of compiled HTML. Will be a Promise of string if async is set to true by any extensions.\n */\nexport function marked(src: string, options: MarkedOptions & { async: false }): string;\nexport function marked(src: string, options: MarkedOptions & { async: true }): Promise;\nexport function marked(src: string, options?: MarkedOptions | null): string | Promise;\nexport function marked(src: string, opt?: MarkedOptions | null): string | Promise {\n return markedInstance.parse(src, opt);\n}\n\n/**\n * Sets the default options.\n *\n * @param options Hash of options\n */\nmarked.options =\nmarked.setOptions = function(options: MarkedOptions) {\n markedInstance.setOptions(options);\n marked.defaults = markedInstance.defaults;\n changeDefaults(marked.defaults);\n return marked;\n};\n\n/**\n * Gets the original marked default options.\n */\nmarked.getDefaults = _getDefaults;\n\nmarked.defaults = _defaults;\n\n/**\n * Use Extension\n */\n\nmarked.use = function(...args: MarkedExtension[]) {\n markedInstance.use(...args);\n marked.defaults = markedInstance.defaults;\n changeDefaults(marked.defaults);\n return marked;\n};\n\n/**\n * Run callback for every token\n */\n\nmarked.walkTokens = function(tokens: Token[] | TokensList, callback: (token: Token) => MaybePromise | MaybePromise[]) {\n return markedInstance.walkTokens(tokens, callback);\n};\n\n/**\n * Compiles markdown to HTML without enclosing `p` tag.\n *\n * @param src String of markdown source to be compiled\n * @param options Hash of options\n * @return String of compiled HTML\n */\nmarked.parseInline = markedInstance.parseInline;\n\n/**\n * Expose\n */\nmarked.Parser = _Parser;\nmarked.parser = _Parser.parse;\nmarked.Renderer = _Renderer;\nmarked.TextRenderer = _TextRenderer;\nmarked.Lexer = _Lexer;\nmarked.lexer = _Lexer.lex;\nmarked.Tokenizer = _Tokenizer;\nmarked.Hooks = _Hooks;\nmarked.parse = marked;\n\nexport const options = marked.options;\nexport const setOptions = marked.setOptions;\nexport const use = marked.use;\nexport const walkTokens = marked.walkTokens;\nexport const parseInline = marked.parseInline;\nexport const parse = marked;\nexport const parser = _Parser.parse;\nexport const lexer = _Lexer.lex;\nexport { _defaults as defaults, _getDefaults as getDefaults } from './defaults.ts';\nexport { _Lexer as Lexer } from './Lexer.ts';\nexport { _Parser as Parser } from './Parser.ts';\nexport { _Tokenizer as Tokenizer } from './Tokenizer.ts';\nexport { _Renderer as Renderer } from './Renderer.ts';\nexport { _TextRenderer as TextRenderer } from './TextRenderer.ts';\nexport { _Hooks as Hooks } from './Hooks.ts';\nexport { Marked } from './Instance.ts';\nexport type * from './MarkedOptions.ts';\nexport type * from './Tokens.ts';\n"], - "mappings": ";;;;;;;;;;;AAKO,SAASA,GAA8B,CAC5C,MAAO,CACL,MAAO,GACP,OAAQ,GACR,WAAY,KACZ,IAAK,GACL,MAAO,KACP,SAAU,GACV,SAAU,KACV,OAAQ,GACR,UAAW,KACX,WAAY,IACd,CACF,CAEO,IAAIC,EAAYD,EAAa,EAE7B,SAASE,EAAeC,EAA4B,CACzDF,EAAYE,CACd,CCxBA,IAAMC,EAAW,CAAE,KAAM,IAAM,IAAK,EAEpC,SAASC,EAAKC,EAAwBC,EAAM,GAAI,CAC9C,IAAIC,EAAS,OAAOF,GAAU,SAAWA,EAAQA,EAAM,OACjDG,EAAM,CACV,QAAS,CAACC,EAAuBC,IAAyB,CACxD,IAAIC,EAAY,OAAOD,GAAQ,SAAWA,EAAMA,EAAI,OACpD,OAAAC,EAAYA,EAAU,QAAQC,EAAM,MAAO,IAAI,EAC/CL,EAASA,EAAO,QAAQE,EAAME,CAAS,EAChCH,CACT,EACA,SAAU,IACD,IAAI,OAAOD,EAAQD,CAAG,CAEjC,EACA,OAAOE,CACT,CAEO,IAAMI,EAAQ,CACnB,iBAAkB,yBAClB,kBAAmB,cACnB,uBAAwB,gBACxB,eAAgB,OAChB,WAAY,KACZ,kBAAmB,KACnB,gBAAiB,KACjB,aAAc,OACd,kBAAmB,MACnB,cAAe,MACf,oBAAqB,OACrB,UAAW,WACX,gBAAiB,oBACjB,gBAAiB,WACjB,wBAAyB,iCACzB,yBAA0B,mBAC1B,gBAAiB,OACjB,mBAAoB,0BACpB,WAAY,cACZ,gBAAiB,eACjB,QAAS,SACT,aAAc,WACd,eAAgB,OAChB,gBAAiB,aACjB,kBAAmB,YACnB,gBAAiB,YACjB,iBAAkB,aAClB,eAAgB,YAChB,UAAW,QACX,QAAS,UACT,kBAAmB,iCACnB,gBAAiB,mCACjB,kBAAmB,KACnB,gBAAiB,KACjB,kBAAmB,gCACnB,oBAAqB,gBACrB,WAAY,UACZ,cAAe,WACf,mBAAoB,oDACpB,sBAAuB,qDACvB,aAAc,6CACd,MAAO,eACP,cAAe,OACf,SAAU,MACV,UAAW,MACX,UAAW,QACX,eAAgB,WAChB,UAAW,SACX,cAAe,OACf,cAAe,MACf,cAAgBC,GAAiB,IAAI,OAAO,WAAWA,CAAI,8BAA+B,EAC1F,gBAAkBC,GAAmB,IAAI,OAAO,QAAQ,KAAK,IAAI,EAAGA,EAAS,CAAC,CAAC,oDAAqD,EACpI,QAAUA,GAAmB,IAAI,OAAO,QAAQ,KAAK,IAAI,EAAGA,EAAS,CAAC,CAAC,oDAAoD,EAC3H,iBAAmBA,GAAmB,IAAI,OAAO,QAAQ,KAAK,IAAI,EAAGA,EAAS,CAAC,CAAC,iBAAiB,EACjG,kBAAoBA,GAAmB,IAAI,OAAO,QAAQ,KAAK,IAAI,EAAGA,EAAS,CAAC,CAAC,IAAI,EACrF,eAAiBA,GAAmB,IAAI,OAAO,QAAQ,KAAK,IAAI,EAAGA,EAAS,CAAC,CAAC,qBAAsB,GAAG,CACzG,EAMMC,GAAU,uBACVC,GAAY,wDACZC,GAAS,8GACTC,EAAK,qEACLC,GAAU,uCACVC,EAAS,wBACTC,GAAe,iKACfC,GAAWlB,EAAKiB,EAAY,EAC/B,QAAQ,QAASD,CAAM,EACvB,QAAQ,aAAc,mBAAmB,EACzC,QAAQ,UAAW,uBAAuB,EAC1C,QAAQ,cAAe,SAAS,EAChC,QAAQ,WAAY,cAAc,EAClC,QAAQ,QAAS,mBAAmB,EACpC,QAAQ,WAAY,EAAE,EACtB,SAAS,EACNG,GAAcnB,EAAKiB,EAAY,EAClC,QAAQ,QAASD,CAAM,EACvB,QAAQ,aAAc,mBAAmB,EACzC,QAAQ,UAAW,uBAAuB,EAC1C,QAAQ,cAAe,SAAS,EAChC,QAAQ,WAAY,cAAc,EAClC,QAAQ,QAAS,mBAAmB,EACpC,QAAQ,SAAU,mCAAmC,EACrD,SAAS,EACNI,EAAa,uFACbC,GAAY,UACZC,EAAc,8BACdC,GAAMvB,EAAK,6GAA6G,EAC3H,QAAQ,QAASsB,CAAW,EAC5B,QAAQ,QAAS,8DAA8D,EAC/E,SAAS,EAENE,GAAOxB,EAAK,sCAAsC,EACrD,QAAQ,QAASgB,CAAM,EACvB,SAAS,EAENS,EAAO,gWAMPC,EAAW,gCACXC,GAAO3B,EACX,4dASK,GAAG,EACP,QAAQ,UAAW0B,CAAQ,EAC3B,QAAQ,MAAOD,CAAI,EACnB,QAAQ,YAAa,0EAA0E,EAC/F,SAAS,EAENG,GAAY5B,EAAKoB,CAAU,EAC9B,QAAQ,KAAMN,CAAE,EAChB,QAAQ,UAAW,uBAAuB,EAC1C,QAAQ,YAAa,EAAE,EACvB,QAAQ,SAAU,EAAE,EACpB,QAAQ,aAAc,SAAS,EAC/B,QAAQ,SAAU,gDAAgD,EAClE,QAAQ,OAAQ,wBAAwB,EACxC,QAAQ,OAAQ,6DAA6D,EAC7E,QAAQ,MAAOW,CAAI,EACnB,SAAS,EAENI,GAAa7B,EAAK,yCAAyC,EAC9D,QAAQ,YAAa4B,EAAS,EAC9B,SAAS,EAMNE,EAAc,CAClB,WAAAD,GACA,KAAMjB,GACN,IAAAW,GACA,OAAAV,GACA,QAAAE,GACA,GAAAD,EACA,KAAAa,GACA,SAAAT,GACA,KAAAM,GACA,QAAAb,GACA,UAAAiB,GACA,MAAO7B,EACP,KAAMsB,EACR,EAQMU,GAAW/B,EACf,6JAEsF,EACrF,QAAQ,KAAMc,CAAE,EAChB,QAAQ,UAAW,uBAAuB,EAC1C,QAAQ,aAAc,SAAS,EAC/B,QAAQ,OAAQ,wBAAyB,EACzC,QAAQ,SAAU,gDAAgD,EAClE,QAAQ,OAAQ,wBAAwB,EACxC,QAAQ,OAAQ,6DAA6D,EAC7E,QAAQ,MAAOW,CAAI,EACnB,SAAS,EAENO,GAAsC,CAC1C,GAAGF,EACH,SAAUX,GACV,MAAOY,GACP,UAAW/B,EAAKoB,CAAU,EACvB,QAAQ,KAAMN,CAAE,EAChB,QAAQ,UAAW,uBAAuB,EAC1C,QAAQ,YAAa,EAAE,EACvB,QAAQ,QAASiB,EAAQ,EACzB,QAAQ,aAAc,SAAS,EAC/B,QAAQ,SAAU,gDAAgD,EAClE,QAAQ,OAAQ,wBAAwB,EACxC,QAAQ,OAAQ,6DAA6D,EAC7E,QAAQ,MAAON,CAAI,EACnB,SAAS,CACd,EAMMQ,GAA2C,CAC/C,GAAGH,EACH,KAAM9B,EACJ,wIAEwE,EACvE,QAAQ,UAAW0B,CAAQ,EAC3B,QAAQ,OAAQ,mKAGkB,EAClC,SAAS,EACZ,IAAK,oEACL,QAAS,yBACT,OAAQ3B,EACR,SAAU,mCACV,UAAWC,EAAKoB,CAAU,EACvB,QAAQ,KAAMN,CAAE,EAChB,QAAQ,UAAW;AAAA,EAAiB,EACpC,QAAQ,WAAYI,EAAQ,EAC5B,QAAQ,SAAU,EAAE,EACpB,QAAQ,aAAc,SAAS,EAC/B,QAAQ,UAAW,EAAE,EACrB,QAAQ,QAAS,EAAE,EACnB,QAAQ,QAAS,EAAE,EACnB,QAAQ,OAAQ,EAAE,EAClB,SAAS,CACd,EAMMgB,GAAS,8CACTC,GAAa,sCACbC,GAAK,wBACLC,GAAa,8EAGbC,EAAe,gBACfC,EAAsB,kBACtBC,GAAyB,mBACzBC,GAAczC,EAAK,wBAAyB,GAAG,EAClD,QAAQ,cAAeuC,CAAmB,EAAE,SAAS,EAGlDG,GAA0B,qBAC1BC,GAAiC,uBACjCC,GAAoC,yBAGpCC,GAAY,gFAEZC,GAAqB,gEAErBC,GAAiB/C,EAAK8C,GAAoB,GAAG,EAChD,QAAQ,SAAUR,CAAY,EAC9B,SAAS,EAENU,GAAoBhD,EAAK8C,GAAoB,GAAG,EACnD,QAAQ,SAAUJ,EAAuB,EACzC,SAAS,EAENO,GACJ,wQASIC,GAAoBlD,EAAKiD,GAAuB,IAAI,EACvD,QAAQ,iBAAkBT,EAAsB,EAChD,QAAQ,cAAeD,CAAmB,EAC1C,QAAQ,SAAUD,CAAY,EAC9B,SAAS,EAENa,GAAuBnD,EAAKiD,GAAuB,IAAI,EAC1D,QAAQ,iBAAkBL,EAAiC,EAC3D,QAAQ,cAAeD,EAA8B,EACrD,QAAQ,SAAUD,EAAuB,EACzC,SAAS,EAGNU,GAAoBpD,EACxB,mNAMiC,IAAI,EACpC,QAAQ,iBAAkBwC,EAAsB,EAChD,QAAQ,cAAeD,CAAmB,EAC1C,QAAQ,SAAUD,CAAY,EAC9B,SAAS,EAENe,GAAiBrD,EAAK,YAAa,IAAI,EAC1C,QAAQ,SAAUsC,CAAY,EAC9B,SAAS,EAENgB,GAAWtD,EAAK,qCAAqC,EACxD,QAAQ,SAAU,8BAA8B,EAChD,QAAQ,QAAS,8IAA8I,EAC/J,SAAS,EAENuD,GAAiBvD,EAAK0B,CAAQ,EAAE,QAAQ,YAAa,KAAK,EAAE,SAAS,EACrE8B,GAAMxD,EACV,0JAKsC,EACrC,QAAQ,UAAWuD,EAAc,EACjC,QAAQ,YAAa,6EAA6E,EAClG,SAAS,EAENE,EAAe,sDAEfC,GAAO1D,EAAK,mEAAmE,EAClF,QAAQ,QAASyD,CAAY,EAC7B,QAAQ,OAAQ,yCAAyC,EACzD,QAAQ,QAAS,6DAA6D,EAC9E,SAAS,EAENE,GAAU3D,EAAK,yBAAyB,EAC3C,QAAQ,QAASyD,CAAY,EAC7B,QAAQ,MAAOnC,CAAW,EAC1B,SAAS,EAENsC,GAAS5D,EAAK,uBAAuB,EACxC,QAAQ,MAAOsB,CAAW,EAC1B,SAAS,EAENuC,GAAgB7D,EAAK,wBAAyB,GAAG,EACpD,QAAQ,UAAW2D,EAAO,EAC1B,QAAQ,SAAUC,EAAM,EACxB,SAAS,EAMNE,EAAe,CACnB,WAAY/D,EACZ,eAAAsD,GACA,SAAAC,GACA,UAAAT,GACA,GAAAT,GACA,KAAMD,GACN,IAAKpC,EACL,eAAAgD,GACA,kBAAAG,GACA,kBAAAE,GACA,OAAAlB,GACA,KAAAwB,GACA,OAAAE,GACA,YAAAnB,GACA,QAAAkB,GACA,cAAAE,GACA,IAAAL,GACA,KAAMnB,GACN,IAAKtC,CACP,EAQMgE,GAA6C,CACjD,GAAGD,EACH,KAAM9D,EAAK,yBAAyB,EACjC,QAAQ,QAASyD,CAAY,EAC7B,SAAS,EACZ,QAASzD,EAAK,+BAA+B,EAC1C,QAAQ,QAASyD,CAAY,EAC7B,SAAS,CACd,EAMMO,EAAwC,CAC5C,GAAGF,EACH,kBAAmBX,GACnB,eAAgBH,GAChB,IAAKhD,EAAK,mEAAoE,GAAG,EAC9E,QAAQ,QAAS,2EAA2E,EAC5F,SAAS,EACZ,WAAY,6EACZ,IAAK,gEACL,KAAM,4NACR,EAMMiE,GAA2C,CAC/C,GAAGD,EACH,GAAIhE,EAAKoC,EAAE,EAAE,QAAQ,OAAQ,GAAG,EAAE,SAAS,EAC3C,KAAMpC,EAAKgE,EAAU,IAAI,EACtB,QAAQ,OAAQ,eAAe,EAC/B,QAAQ,UAAW,GAAG,EACtB,SAAS,CACd,EAMaE,EAAQ,CACnB,OAAQpC,EACR,IAAKE,GACL,SAAUC,EACZ,EAEakC,EAAS,CACpB,OAAQL,EACR,IAAKE,EACL,OAAQC,GACR,SAAUF,EACZ,ECzbA,IAAMK,GAAkD,CACtD,IAAK,QACL,IAAK,OACL,IAAK,OACL,IAAK,SACL,IAAK,OACP,EACMC,GAAwBC,GAAeF,GAAmBE,CAAE,EAE3D,SAASC,EAAOC,EAAcC,EAAkB,CACrD,GAAIA,GACF,GAAIC,EAAM,WAAW,KAAKF,CAAI,EAC5B,OAAOA,EAAK,QAAQE,EAAM,cAAeL,EAAoB,UAG3DK,EAAM,mBAAmB,KAAKF,CAAI,EACpC,OAAOA,EAAK,QAAQE,EAAM,sBAAuBL,EAAoB,EAIzE,OAAOG,CACT,CAgBO,SAASG,EAASC,EAAc,CACrC,GAAI,CACFA,EAAO,UAAUA,CAAI,EAAE,QAAQC,EAAM,cAAe,GAAG,CACzD,MAAQ,CACN,OAAO,IACT,CACA,OAAOD,CACT,CAEO,SAASE,EAAWC,EAAkBC,EAAgB,CAG3D,IAAMC,EAAMF,EAAS,QAAQF,EAAM,SAAU,CAACK,EAAOC,EAAQC,IAAQ,CACjE,IAAIC,EAAU,GACVC,EAAOH,EACX,KAAO,EAAEG,GAAQ,GAAKF,EAAIE,CAAI,IAAM,MAAMD,EAAU,CAACA,EACrD,OAAIA,EAGK,IAGA,IAEX,CAAC,EACDE,EAAQN,EAAI,MAAMJ,EAAM,SAAS,EAC/BW,EAAI,EAUR,GAPKD,EAAM,CAAC,EAAE,KAAK,GACjBA,EAAM,MAAM,EAEVA,EAAM,OAAS,GAAK,CAACA,EAAM,GAAG,EAAE,GAAG,KAAK,GAC1CA,EAAM,IAAI,EAGRP,EACF,GAAIO,EAAM,OAASP,EACjBO,EAAM,OAAOP,CAAK,MAElB,MAAOO,EAAM,OAASP,GAAOO,EAAM,KAAK,EAAE,EAI9C,KAAOC,EAAID,EAAM,OAAQC,IAEvBD,EAAMC,CAAC,EAAID,EAAMC,CAAC,EAAE,KAAK,EAAE,QAAQX,EAAM,UAAW,GAAG,EAEzD,OAAOU,CACT,CAUO,SAASE,EAAML,EAAaM,EAAWC,EAAkB,CAC9D,IAAMC,EAAIR,EAAI,OACd,GAAIQ,IAAM,EACR,MAAO,GAIT,IAAIC,EAAU,EAGd,KAAOA,EAAUD,GAAG,CAClB,IAAME,EAAWV,EAAI,OAAOQ,EAAIC,EAAU,CAAC,EAC3C,GAAIC,IAAaJ,GAAK,CAACC,EACrBE,YACSC,IAAaJ,GAAKC,EAC3BE,QAEA,MAEJ,CAEA,OAAOT,EAAI,MAAM,EAAGQ,EAAIC,CAAO,CACjC,CAEO,SAASE,GAAmBX,EAAaY,EAAW,CACzD,GAAIZ,EAAI,QAAQY,EAAE,CAAC,CAAC,IAAM,GACxB,MAAO,GAGT,IAAIC,EAAQ,EACZ,QAAST,EAAI,EAAGA,EAAIJ,EAAI,OAAQI,IAC9B,GAAIJ,EAAII,CAAC,IAAM,KACbA,YACSJ,EAAII,CAAC,IAAMQ,EAAE,CAAC,EACvBC,YACSb,EAAII,CAAC,IAAMQ,EAAE,CAAC,IACvBC,IACIA,EAAQ,GACV,OAAOT,EAIb,OAAIS,EAAQ,EACH,GAGF,EACT,CCzIA,SAASC,GAAWC,EAAeC,EAA2CC,EAAaC,EAAeC,EAA0C,CAClJ,IAAMC,EAAOJ,EAAK,KACZK,EAAQL,EAAK,OAAS,KACtBM,EAAOP,EAAI,CAAC,EAAE,QAAQI,EAAM,MAAM,kBAAmB,IAAI,EAE/DD,EAAM,MAAM,OAAS,GACrB,IAAMK,EAAoC,CACxC,KAAMR,EAAI,CAAC,EAAE,OAAO,CAAC,IAAM,IAAM,QAAU,OAC3C,IAAAE,EACA,KAAAG,EACA,MAAAC,EACA,KAAAC,EACA,OAAQJ,EAAM,aAAaI,CAAI,CACjC,EACA,OAAAJ,EAAM,MAAM,OAAS,GACdK,CACT,CAEA,SAASC,GAAuBP,EAAaK,EAAcH,EAAc,CACvE,IAAMM,EAAoBR,EAAI,MAAME,EAAM,MAAM,sBAAsB,EAEtE,GAAIM,IAAsB,KACxB,OAAOH,EAGT,IAAMI,EAAeD,EAAkB,CAAC,EAExC,OAAOH,EACJ,MAAM;AAAA,CAAI,EACV,IAAIK,GAAQ,CACX,IAAMC,EAAoBD,EAAK,MAAMR,EAAM,MAAM,cAAc,EAC/D,GAAIS,IAAsB,KACxB,OAAOD,EAGT,GAAM,CAACE,CAAY,EAAID,EAEvB,OAAIC,EAAa,QAAUH,EAAa,OAC/BC,EAAK,MAAMD,EAAa,MAAM,EAGhCC,CACT,CAAC,EACA,KAAK;AAAA,CAAI,CACd,CAKO,IAAMG,EAAN,KAAiB,CACtB,QACA,MACA,MAEA,YAAYC,EAAyB,CACnC,KAAK,QAAUA,GAAWC,CAC5B,CAEA,MAAMC,EAAuC,CAC3C,IAAMlB,EAAM,KAAK,MAAM,MAAM,QAAQ,KAAKkB,CAAG,EAC7C,GAAIlB,GAAOA,EAAI,CAAC,EAAE,OAAS,EACzB,MAAO,CACL,KAAM,QACN,IAAKA,EAAI,CAAC,CACZ,CAEJ,CAEA,KAAKkB,EAAsC,CACzC,IAAMlB,EAAM,KAAK,MAAM,MAAM,KAAK,KAAKkB,CAAG,EAC1C,GAAIlB,EAAK,CACP,IAAMO,EAAOP,EAAI,CAAC,EAAE,QAAQ,KAAK,MAAM,MAAM,iBAAkB,EAAE,EACjE,MAAO,CACL,KAAM,OACN,IAAKA,EAAI,CAAC,EACV,eAAgB,WAChB,KAAO,KAAK,QAAQ,SAEhBO,EADAY,EAAMZ,EAAM;AAAA,CAAI,CAEtB,CACF,CACF,CAEA,OAAOW,EAAsC,CAC3C,IAAMlB,EAAM,KAAK,MAAM,MAAM,OAAO,KAAKkB,CAAG,EAC5C,GAAIlB,EAAK,CACP,IAAME,EAAMF,EAAI,CAAC,EACXO,EAAOE,GAAuBP,EAAKF,EAAI,CAAC,GAAK,GAAI,KAAK,KAAK,EAEjE,MAAO,CACL,KAAM,OACN,IAAAE,EACA,KAAMF,EAAI,CAAC,EAAIA,EAAI,CAAC,EAAE,KAAK,EAAE,QAAQ,KAAK,MAAM,OAAO,eAAgB,IAAI,EAAIA,EAAI,CAAC,EACpF,KAAAO,CACF,CACF,CACF,CAEA,QAAQW,EAAyC,CAC/C,IAAMlB,EAAM,KAAK,MAAM,MAAM,QAAQ,KAAKkB,CAAG,EAC7C,GAAIlB,EAAK,CACP,IAAIO,EAAOP,EAAI,CAAC,EAAE,KAAK,EAGvB,GAAI,KAAK,MAAM,MAAM,WAAW,KAAKO,CAAI,EAAG,CAC1C,IAAMa,EAAUD,EAAMZ,EAAM,GAAG,GAC3B,KAAK,QAAQ,UAEN,CAACa,GAAW,KAAK,MAAM,MAAM,gBAAgB,KAAKA,CAAO,KAElEb,EAAOa,EAAQ,KAAK,EAExB,CAEA,MAAO,CACL,KAAM,UACN,IAAKpB,EAAI,CAAC,EACV,MAAOA,EAAI,CAAC,EAAE,OACd,KAAAO,EACA,OAAQ,KAAK,MAAM,OAAOA,CAAI,CAChC,CACF,CACF,CAEA,GAAGW,EAAoC,CACrC,IAAMlB,EAAM,KAAK,MAAM,MAAM,GAAG,KAAKkB,CAAG,EACxC,GAAIlB,EACF,MAAO,CACL,KAAM,KACN,IAAKmB,EAAMnB,EAAI,CAAC,EAAG;AAAA,CAAI,CACzB,CAEJ,CAEA,WAAWkB,EAA4C,CACrD,IAAMlB,EAAM,KAAK,MAAM,MAAM,WAAW,KAAKkB,CAAG,EAChD,GAAIlB,EAAK,CACP,IAAIqB,EAAQF,EAAMnB,EAAI,CAAC,EAAG;AAAA,CAAI,EAAE,MAAM;AAAA,CAAI,EACtCE,EAAM,GACNK,EAAO,GACLe,EAAkB,CAAC,EAEzB,KAAOD,EAAM,OAAS,GAAG,CACvB,IAAIE,EAAe,GACbC,EAAe,CAAC,EAElBC,EACJ,IAAKA,EAAI,EAAGA,EAAIJ,EAAM,OAAQI,IAE5B,GAAI,KAAK,MAAM,MAAM,gBAAgB,KAAKJ,EAAMI,CAAC,CAAC,EAChDD,EAAa,KAAKH,EAAMI,CAAC,CAAC,EAC1BF,EAAe,WACN,CAACA,EACVC,EAAa,KAAKH,EAAMI,CAAC,CAAC,MAE1B,OAGJJ,EAAQA,EAAM,MAAMI,CAAC,EAErB,IAAMC,EAAaF,EAAa,KAAK;AAAA,CAAI,EACnCG,EAAcD,EAEjB,QAAQ,KAAK,MAAM,MAAM,wBAAyB;AAAA,OAAU,EAC5D,QAAQ,KAAK,MAAM,MAAM,yBAA0B,EAAE,EACxDxB,EAAMA,EAAM,GAAGA,CAAG;AAAA,EAAKwB,CAAU,GAAKA,EACtCnB,EAAOA,EAAO,GAAGA,CAAI;AAAA,EAAKoB,CAAW,GAAKA,EAI1C,IAAMC,EAAM,KAAK,MAAM,MAAM,IAM7B,GALA,KAAK,MAAM,MAAM,IAAM,GACvB,KAAK,MAAM,YAAYD,EAAaL,EAAQ,EAAI,EAChD,KAAK,MAAM,MAAM,IAAMM,EAGnBP,EAAM,SAAW,EACnB,MAGF,IAAMQ,EAAYP,EAAO,GAAG,EAAE,EAE9B,GAAIO,GAAW,OAAS,OAEtB,MACK,GAAIA,GAAW,OAAS,aAAc,CAE3C,IAAMC,EAAWD,EACXE,EAAUD,EAAS,IAAM;AAAA,EAAOT,EAAM,KAAK;AAAA,CAAI,EAC/CW,EAAW,KAAK,WAAWD,CAAO,EACxCT,EAAOA,EAAO,OAAS,CAAC,EAAIU,EAE5B9B,EAAMA,EAAI,UAAU,EAAGA,EAAI,OAAS4B,EAAS,IAAI,MAAM,EAAIE,EAAS,IACpEzB,EAAOA,EAAK,UAAU,EAAGA,EAAK,OAASuB,EAAS,KAAK,MAAM,EAAIE,EAAS,KACxE,KACF,SAAWH,GAAW,OAAS,OAAQ,CAErC,IAAMC,EAAWD,EACXE,EAAUD,EAAS,IAAM;AAAA,EAAOT,EAAM,KAAK;AAAA,CAAI,EAC/CW,EAAW,KAAK,KAAKD,CAAO,EAClCT,EAAOA,EAAO,OAAS,CAAC,EAAIU,EAE5B9B,EAAMA,EAAI,UAAU,EAAGA,EAAI,OAAS2B,EAAU,IAAI,MAAM,EAAIG,EAAS,IACrEzB,EAAOA,EAAK,UAAU,EAAGA,EAAK,OAASuB,EAAS,IAAI,MAAM,EAAIE,EAAS,IACvEX,EAAQU,EAAQ,UAAUT,EAAO,GAAG,EAAE,EAAG,IAAI,MAAM,EAAE,MAAM;AAAA,CAAI,EAC/D,QACF,CACF,CAEA,MAAO,CACL,KAAM,aACN,IAAApB,EACA,OAAAoB,EACA,KAAAf,CACF,CACF,CACF,CAEA,KAAKW,EAAsC,CACzC,IAAIlB,EAAM,KAAK,MAAM,MAAM,KAAK,KAAKkB,CAAG,EACxC,GAAIlB,EAAK,CACP,IAAIiC,EAAOjC,EAAI,CAAC,EAAE,KAAK,EACjBkC,EAAYD,EAAK,OAAS,EAE1BE,EAAoB,CACxB,KAAM,OACN,IAAK,GACL,QAASD,EACT,MAAOA,EAAY,CAACD,EAAK,MAAM,EAAG,EAAE,EAAI,GACxC,MAAO,GACP,MAAO,CAAC,CACV,EAEAA,EAAOC,EAAY,aAAaD,EAAK,MAAM,EAAE,CAAC,GAAK,KAAKA,CAAI,GAExD,KAAK,QAAQ,WACfA,EAAOC,EAAYD,EAAO,SAI5B,IAAMG,EAAY,KAAK,MAAM,MAAM,cAAcH,CAAI,EACjDI,EAAoB,GAExB,KAAOnB,GAAK,CACV,IAAIoB,EAAW,GACXpC,EAAM,GACNqC,EAAe,GAKnB,GAJI,EAAEvC,EAAMoC,EAAU,KAAKlB,CAAG,IAI1B,KAAK,MAAM,MAAM,GAAG,KAAKA,CAAG,EAC9B,MAGFhB,EAAMF,EAAI,CAAC,EACXkB,EAAMA,EAAI,UAAUhB,EAAI,MAAM,EAE9B,IAAIsC,EAAOxC,EAAI,CAAC,EAAE,MAAM;AAAA,EAAM,CAAC,EAAE,CAAC,EAAE,QAAQ,KAAK,MAAM,MAAM,gBAAkByC,GAAc,IAAI,OAAO,EAAIA,EAAE,MAAM,CAAC,EACjHC,EAAWxB,EAAI,MAAM;AAAA,EAAM,CAAC,EAAE,CAAC,EAC/ByB,EAAY,CAACH,EAAK,KAAK,EAEvBI,EAAS,EAmBb,GAlBI,KAAK,QAAQ,UACfA,EAAS,EACTL,EAAeC,EAAK,UAAU,GACrBG,EACTC,EAAS5C,EAAI,CAAC,EAAE,OAAS,GAEzB4C,EAAS5C,EAAI,CAAC,EAAE,OAAO,KAAK,MAAM,MAAM,YAAY,EACpD4C,EAASA,EAAS,EAAI,EAAIA,EAC1BL,EAAeC,EAAK,MAAMI,CAAM,EAChCA,GAAU5C,EAAI,CAAC,EAAE,QAGf2C,GAAa,KAAK,MAAM,MAAM,UAAU,KAAKD,CAAQ,IACvDxC,GAAOwC,EAAW;AAAA,EAClBxB,EAAMA,EAAI,UAAUwB,EAAS,OAAS,CAAC,EACvCJ,EAAW,IAGT,CAACA,EAAU,CACb,IAAMO,EAAkB,KAAK,MAAM,MAAM,gBAAgBD,CAAM,EACzDE,GAAU,KAAK,MAAM,MAAM,QAAQF,CAAM,EACzCG,GAAmB,KAAK,MAAM,MAAM,iBAAiBH,CAAM,EAC3DI,GAAoB,KAAK,MAAM,MAAM,kBAAkBJ,CAAM,EAC7DK,GAAiB,KAAK,MAAM,MAAM,eAAeL,CAAM,EAG7D,KAAO1B,GAAK,CACV,IAAMgC,EAAUhC,EAAI,MAAM;AAAA,EAAM,CAAC,EAAE,CAAC,EAChCiC,EAgCJ,GA/BAT,EAAWQ,EAGP,KAAK,QAAQ,UACfR,EAAWA,EAAS,QAAQ,KAAK,MAAM,MAAM,mBAAoB,IAAI,EACrES,EAAsBT,GAEtBS,EAAsBT,EAAS,QAAQ,KAAK,MAAM,MAAM,cAAe,MAAM,EAI3EK,GAAiB,KAAKL,CAAQ,GAK9BM,GAAkB,KAAKN,CAAQ,GAK/BO,GAAe,KAAKP,CAAQ,GAK5BG,EAAgB,KAAKH,CAAQ,GAK7BI,GAAQ,KAAKJ,CAAQ,EACvB,MAGF,GAAIS,EAAoB,OAAO,KAAK,MAAM,MAAM,YAAY,GAAKP,GAAU,CAACF,EAAS,KAAK,EACxFH,GAAgB;AAAA,EAAOY,EAAoB,MAAMP,CAAM,MAClD,CAgBL,GAdID,GAKAH,EAAK,QAAQ,KAAK,MAAM,MAAM,cAAe,MAAM,EAAE,OAAO,KAAK,MAAM,MAAM,YAAY,GAAK,GAG9FO,GAAiB,KAAKP,CAAI,GAG1BQ,GAAkB,KAAKR,CAAI,GAG3BM,GAAQ,KAAKN,CAAI,EACnB,MAGFD,GAAgB;AAAA,EAAOG,CACzB,CAEI,CAACC,GAAa,CAACD,EAAS,KAAK,IAC/BC,EAAY,IAGdzC,GAAOgD,EAAU;AAAA,EACjBhC,EAAMA,EAAI,UAAUgC,EAAQ,OAAS,CAAC,EACtCV,EAAOW,EAAoB,MAAMP,CAAM,CACzC,CACF,CAEKT,EAAK,QAEJE,EACFF,EAAK,MAAQ,GACJ,KAAK,MAAM,MAAM,gBAAgB,KAAKjC,CAAG,IAClDmC,EAAoB,KAIxB,IAAIe,EAAiC,KACjCC,EAEA,KAAK,QAAQ,MACfD,EAAS,KAAK,MAAM,MAAM,WAAW,KAAKb,CAAY,EAClDa,IACFC,EAAYD,EAAO,CAAC,IAAM,OAC1Bb,EAAeA,EAAa,QAAQ,KAAK,MAAM,MAAM,gBAAiB,EAAE,IAI5EJ,EAAK,MAAM,KAAK,CACd,KAAM,YACN,IAAAjC,EACA,KAAM,CAAC,CAACkD,EACR,QAASC,EACT,MAAO,GACP,KAAMd,EACN,OAAQ,CAAC,CACX,CAAC,EAEDJ,EAAK,KAAOjC,CACd,CAGA,IAAMoD,EAAWnB,EAAK,MAAM,GAAG,EAAE,EACjC,GAAImB,EACFA,EAAS,IAAMA,EAAS,IAAI,QAAQ,EACpCA,EAAS,KAAOA,EAAS,KAAK,QAAQ,MAGtC,QAEFnB,EAAK,IAAMA,EAAK,IAAI,QAAQ,EAG5B,QAASV,EAAI,EAAGA,EAAIU,EAAK,MAAM,OAAQV,IAIrC,GAHA,KAAK,MAAM,MAAM,IAAM,GACvBU,EAAK,MAAMV,CAAC,EAAE,OAAS,KAAK,MAAM,YAAYU,EAAK,MAAMV,CAAC,EAAE,KAAM,CAAC,CAAC,EAEhE,CAACU,EAAK,MAAO,CAEf,IAAMoB,EAAUpB,EAAK,MAAMV,CAAC,EAAE,OAAO,OAAOgB,GAAKA,EAAE,OAAS,OAAO,EAC7De,EAAwBD,EAAQ,OAAS,GAAKA,EAAQ,KAAKd,GAAK,KAAK,MAAM,MAAM,QAAQ,KAAKA,EAAE,GAAG,CAAC,EAE1GN,EAAK,MAAQqB,CACf,CAIF,GAAIrB,EAAK,MACP,QAASV,EAAI,EAAGA,EAAIU,EAAK,MAAM,OAAQV,IACrCU,EAAK,MAAMV,CAAC,EAAE,MAAQ,GAI1B,OAAOU,CACT,CACF,CAEA,KAAKjB,EAAsC,CACzC,IAAMlB,EAAM,KAAK,MAAM,MAAM,KAAK,KAAKkB,CAAG,EAC1C,GAAIlB,EAQF,MAP2B,CACzB,KAAM,OACN,MAAO,GACP,IAAKA,EAAI,CAAC,EACV,IAAKA,EAAI,CAAC,IAAM,OAASA,EAAI,CAAC,IAAM,UAAYA,EAAI,CAAC,IAAM,QAC3D,KAAMA,EAAI,CAAC,CACb,CAGJ,CAEA,IAAIkB,EAAqC,CACvC,IAAMlB,EAAM,KAAK,MAAM,MAAM,IAAI,KAAKkB,CAAG,EACzC,GAAIlB,EAAK,CACP,IAAMyD,EAAMzD,EAAI,CAAC,EAAE,YAAY,EAAE,QAAQ,KAAK,MAAM,MAAM,oBAAqB,GAAG,EAC5EK,EAAOL,EAAI,CAAC,EAAIA,EAAI,CAAC,EAAE,QAAQ,KAAK,MAAM,MAAM,aAAc,IAAI,EAAE,QAAQ,KAAK,MAAM,OAAO,eAAgB,IAAI,EAAI,GACtHM,EAAQN,EAAI,CAAC,EAAIA,EAAI,CAAC,EAAE,UAAU,EAAGA,EAAI,CAAC,EAAE,OAAS,CAAC,EAAE,QAAQ,KAAK,MAAM,OAAO,eAAgB,IAAI,EAAIA,EAAI,CAAC,EACrH,MAAO,CACL,KAAM,MACN,IAAAyD,EACA,IAAKzD,EAAI,CAAC,EACV,KAAAK,EACA,MAAAC,CACF,CACF,CACF,CAEA,MAAMY,EAAuC,CAC3C,IAAMlB,EAAM,KAAK,MAAM,MAAM,MAAM,KAAKkB,CAAG,EAK3C,GAJI,CAAClB,GAID,CAAC,KAAK,MAAM,MAAM,eAAe,KAAKA,EAAI,CAAC,CAAC,EAE9C,OAGF,IAAM0D,EAAUC,EAAW3D,EAAI,CAAC,CAAC,EAC3B4D,EAAS5D,EAAI,CAAC,EAAE,QAAQ,KAAK,MAAM,MAAM,gBAAiB,EAAE,EAAE,MAAM,GAAG,EACvE6D,EAAO7D,EAAI,CAAC,GAAG,KAAK,EAAIA,EAAI,CAAC,EAAE,QAAQ,KAAK,MAAM,MAAM,kBAAmB,EAAE,EAAE,MAAM;AAAA,CAAI,EAAI,CAAC,EAE9F8D,EAAqB,CACzB,KAAM,QACN,IAAK9D,EAAI,CAAC,EACV,OAAQ,CAAC,EACT,MAAO,CAAC,EACR,KAAM,CAAC,CACT,EAEA,GAAI0D,EAAQ,SAAWE,EAAO,OAK9B,SAAWG,KAASH,EACd,KAAK,MAAM,MAAM,gBAAgB,KAAKG,CAAK,EAC7CD,EAAK,MAAM,KAAK,OAAO,EACd,KAAK,MAAM,MAAM,iBAAiB,KAAKC,CAAK,EACrDD,EAAK,MAAM,KAAK,QAAQ,EACf,KAAK,MAAM,MAAM,eAAe,KAAKC,CAAK,EACnDD,EAAK,MAAM,KAAK,MAAM,EAEtBA,EAAK,MAAM,KAAK,IAAI,EAIxB,QAASrC,EAAI,EAAGA,EAAIiC,EAAQ,OAAQjC,IAClCqC,EAAK,OAAO,KAAK,CACf,KAAMJ,EAAQjC,CAAC,EACf,OAAQ,KAAK,MAAM,OAAOiC,EAAQjC,CAAC,CAAC,EACpC,OAAQ,GACR,MAAOqC,EAAK,MAAMrC,CAAC,CACrB,CAAC,EAGH,QAAWuC,KAAOH,EAChBC,EAAK,KAAK,KAAKH,EAAWK,EAAKF,EAAK,OAAO,MAAM,EAAE,IAAI,CAACG,EAAMxC,KACrD,CACL,KAAMwC,EACN,OAAQ,KAAK,MAAM,OAAOA,CAAI,EAC9B,OAAQ,GACR,MAAOH,EAAK,MAAMrC,CAAC,CACrB,EACD,CAAC,EAGJ,OAAOqC,EACT,CAEA,SAAS5C,EAAyC,CAChD,IAAMlB,EAAM,KAAK,MAAM,MAAM,SAAS,KAAKkB,CAAG,EAC9C,GAAIlB,EACF,MAAO,CACL,KAAM,UACN,IAAKA,EAAI,CAAC,EACV,MAAOA,EAAI,CAAC,EAAE,OAAO,CAAC,IAAM,IAAM,EAAI,EACtC,KAAMA,EAAI,CAAC,EACX,OAAQ,KAAK,MAAM,OAAOA,EAAI,CAAC,CAAC,CAClC,CAEJ,CAEA,UAAUkB,EAA2C,CACnD,IAAMlB,EAAM,KAAK,MAAM,MAAM,UAAU,KAAKkB,CAAG,EAC/C,GAAIlB,EAAK,CACP,IAAMO,EAAOP,EAAI,CAAC,EAAE,OAAOA,EAAI,CAAC,EAAE,OAAS,CAAC,IAAM;AAAA,EAC9CA,EAAI,CAAC,EAAE,MAAM,EAAG,EAAE,EAClBA,EAAI,CAAC,EACT,MAAO,CACL,KAAM,YACN,IAAKA,EAAI,CAAC,EACV,KAAAO,EACA,OAAQ,KAAK,MAAM,OAAOA,CAAI,CAChC,CACF,CACF,CAEA,KAAKW,EAAsC,CACzC,IAAMlB,EAAM,KAAK,MAAM,MAAM,KAAK,KAAKkB,CAAG,EAC1C,GAAIlB,EACF,MAAO,CACL,KAAM,OACN,IAAKA,EAAI,CAAC,EACV,KAAMA,EAAI,CAAC,EACX,OAAQ,KAAK,MAAM,OAAOA,EAAI,CAAC,CAAC,CAClC,CAEJ,CAEA,OAAOkB,EAAwC,CAC7C,IAAMlB,EAAM,KAAK,MAAM,OAAO,OAAO,KAAKkB,CAAG,EAC7C,GAAIlB,EACF,MAAO,CACL,KAAM,SACN,IAAKA,EAAI,CAAC,EACV,KAAMA,EAAI,CAAC,CACb,CAEJ,CAEA,IAAIkB,EAAqC,CACvC,IAAMlB,EAAM,KAAK,MAAM,OAAO,IAAI,KAAKkB,CAAG,EAC1C,GAAIlB,EACF,MAAI,CAAC,KAAK,MAAM,MAAM,QAAU,KAAK,MAAM,MAAM,UAAU,KAAKA,EAAI,CAAC,CAAC,EACpE,KAAK,MAAM,MAAM,OAAS,GACjB,KAAK,MAAM,MAAM,QAAU,KAAK,MAAM,MAAM,QAAQ,KAAKA,EAAI,CAAC,CAAC,IACxE,KAAK,MAAM,MAAM,OAAS,IAExB,CAAC,KAAK,MAAM,MAAM,YAAc,KAAK,MAAM,MAAM,kBAAkB,KAAKA,EAAI,CAAC,CAAC,EAChF,KAAK,MAAM,MAAM,WAAa,GACrB,KAAK,MAAM,MAAM,YAAc,KAAK,MAAM,MAAM,gBAAgB,KAAKA,EAAI,CAAC,CAAC,IACpF,KAAK,MAAM,MAAM,WAAa,IAGzB,CACL,KAAM,OACN,IAAKA,EAAI,CAAC,EACV,OAAQ,KAAK,MAAM,MAAM,OACzB,WAAY,KAAK,MAAM,MAAM,WAC7B,MAAO,GACP,KAAMA,EAAI,CAAC,CACb,CAEJ,CAEA,KAAKkB,EAAqD,CACxD,IAAMlB,EAAM,KAAK,MAAM,OAAO,KAAK,KAAKkB,CAAG,EAC3C,GAAIlB,EAAK,CACP,IAAMkE,EAAalE,EAAI,CAAC,EAAE,KAAK,EAC/B,GAAI,CAAC,KAAK,QAAQ,UAAY,KAAK,MAAM,MAAM,kBAAkB,KAAKkE,CAAU,EAAG,CAEjF,GAAI,CAAE,KAAK,MAAM,MAAM,gBAAgB,KAAKA,CAAU,EACpD,OAIF,IAAMC,EAAahD,EAAM+C,EAAW,MAAM,EAAG,EAAE,EAAG,IAAI,EACtD,IAAKA,EAAW,OAASC,EAAW,QAAU,IAAM,EAClD,MAEJ,KAAO,CAEL,IAAMC,EAAiBC,GAAmBrE,EAAI,CAAC,EAAG,IAAI,EACtD,GAAIoE,IAAmB,GAErB,OAGF,GAAIA,EAAiB,GAAI,CAEvB,IAAME,GADQtE,EAAI,CAAC,EAAE,QAAQ,GAAG,IAAM,EAAI,EAAI,GACtBA,EAAI,CAAC,EAAE,OAASoE,EACxCpE,EAAI,CAAC,EAAIA,EAAI,CAAC,EAAE,UAAU,EAAGoE,CAAc,EAC3CpE,EAAI,CAAC,EAAIA,EAAI,CAAC,EAAE,UAAU,EAAGsE,CAAO,EAAE,KAAK,EAC3CtE,EAAI,CAAC,EAAI,EACX,CACF,CACA,IAAIK,EAAOL,EAAI,CAAC,EACZM,EAAQ,GACZ,GAAI,KAAK,QAAQ,SAAU,CAEzB,IAAML,EAAO,KAAK,MAAM,MAAM,kBAAkB,KAAKI,CAAI,EAErDJ,IACFI,EAAOJ,EAAK,CAAC,EACbK,EAAQL,EAAK,CAAC,EAElB,MACEK,EAAQN,EAAI,CAAC,EAAIA,EAAI,CAAC,EAAE,MAAM,EAAG,EAAE,EAAI,GAGzC,OAAAK,EAAOA,EAAK,KAAK,EACb,KAAK,MAAM,MAAM,kBAAkB,KAAKA,CAAI,IAC1C,KAAK,QAAQ,UAAY,CAAE,KAAK,MAAM,MAAM,gBAAgB,KAAK6D,CAAU,EAE7E7D,EAAOA,EAAK,MAAM,CAAC,EAEnBA,EAAOA,EAAK,MAAM,EAAG,EAAE,GAGpBN,GAAWC,EAAK,CACrB,KAAMK,GAAOA,EAAK,QAAQ,KAAK,MAAM,OAAO,eAAgB,IAAI,EAChE,MAAOC,GAAQA,EAAM,QAAQ,KAAK,MAAM,OAAO,eAAgB,IAAI,CACrE,EAAGN,EAAI,CAAC,EAAG,KAAK,MAAO,KAAK,KAAK,CACnC,CACF,CAEA,QAAQkB,EAAaqD,EAAoE,CACvF,IAAIvE,EACJ,IAAKA,EAAM,KAAK,MAAM,OAAO,QAAQ,KAAKkB,CAAG,KACvClB,EAAM,KAAK,MAAM,OAAO,OAAO,KAAKkB,CAAG,GAAI,CAC/C,IAAMsD,GAAcxE,EAAI,CAAC,GAAKA,EAAI,CAAC,GAAG,QAAQ,KAAK,MAAM,MAAM,oBAAqB,GAAG,EACjFC,EAAOsE,EAAMC,EAAW,YAAY,CAAC,EAC3C,GAAI,CAACvE,EAAM,CACT,IAAMM,EAAOP,EAAI,CAAC,EAAE,OAAO,CAAC,EAC5B,MAAO,CACL,KAAM,OACN,IAAKO,EACL,KAAAA,CACF,CACF,CACA,OAAOR,GAAWC,EAAKC,EAAMD,EAAI,CAAC,EAAG,KAAK,MAAO,KAAK,KAAK,CAC7D,CACF,CAEA,SAASkB,EAAauD,EAAmBC,EAAW,GAA2C,CAC7F,IAAIC,EAAQ,KAAK,MAAM,OAAO,eAAe,KAAKzD,CAAG,EAIrD,GAHI,CAACyD,GAGDA,EAAM,CAAC,GAAKD,EAAS,MAAM,KAAK,MAAM,MAAM,mBAAmB,EAAG,OAItE,GAAI,EAFaC,EAAM,CAAC,GAAKA,EAAM,CAAC,GAAK,KAExB,CAACD,GAAY,KAAK,MAAM,OAAO,YAAY,KAAKA,CAAQ,EAAG,CAE1E,IAAME,EAAU,CAAC,GAAGD,EAAM,CAAC,CAAC,EAAE,OAAS,EACnCE,EAAQC,EAASC,EAAaH,EAASI,EAAgB,EAErDC,EAASN,EAAM,CAAC,EAAE,CAAC,IAAM,IAAM,KAAK,MAAM,OAAO,kBAAoB,KAAK,MAAM,OAAO,kBAM7F,IALAM,EAAO,UAAY,EAGnBR,EAAYA,EAAU,MAAM,GAAKvD,EAAI,OAAS0D,CAAO,GAE7CD,EAAQM,EAAO,KAAKR,CAAS,IAAM,MAAM,CAG/C,GAFAI,EAASF,EAAM,CAAC,GAAKA,EAAM,CAAC,GAAKA,EAAM,CAAC,GAAKA,EAAM,CAAC,GAAKA,EAAM,CAAC,GAAKA,EAAM,CAAC,EAExE,CAACE,EAAQ,SAIb,GAFAC,EAAU,CAAC,GAAGD,CAAM,EAAE,OAElBF,EAAM,CAAC,GAAKA,EAAM,CAAC,EAAG,CACxBI,GAAcD,EACd,QACF,UAAWH,EAAM,CAAC,GAAKA,EAAM,CAAC,IACxBC,EAAU,GAAK,GAAGA,EAAUE,GAAW,GAAI,CAC7CE,GAAiBF,EACjB,QACF,CAKF,GAFAC,GAAcD,EAEVC,EAAa,EAAG,SAGpBD,EAAU,KAAK,IAAIA,EAASA,EAAUC,EAAaC,CAAa,EAEhE,IAAME,EAAiB,CAAC,GAAGP,EAAM,CAAC,CAAC,EAAE,CAAC,EAAE,OAClCzE,EAAMgB,EAAI,MAAM,EAAG0D,EAAUD,EAAM,MAAQO,EAAiBJ,CAAO,EAGzE,GAAI,KAAK,IAAIF,EAASE,CAAO,EAAI,EAAG,CAClC,IAAMvE,EAAOL,EAAI,MAAM,EAAG,EAAE,EAC5B,MAAO,CACL,KAAM,KACN,IAAAA,EACA,KAAAK,EACA,OAAQ,KAAK,MAAM,aAAaA,CAAI,CACtC,CACF,CAGA,IAAMA,EAAOL,EAAI,MAAM,EAAG,EAAE,EAC5B,MAAO,CACL,KAAM,SACN,IAAAA,EACA,KAAAK,EACA,OAAQ,KAAK,MAAM,aAAaA,CAAI,CACtC,CACF,CACF,CACF,CAEA,SAASW,EAA0C,CACjD,IAAMlB,EAAM,KAAK,MAAM,OAAO,KAAK,KAAKkB,CAAG,EAC3C,GAAIlB,EAAK,CACP,IAAIO,EAAOP,EAAI,CAAC,EAAE,QAAQ,KAAK,MAAM,MAAM,kBAAmB,GAAG,EAC3DmF,EAAmB,KAAK,MAAM,MAAM,aAAa,KAAK5E,CAAI,EAC1D6E,EAA0B,KAAK,MAAM,MAAM,kBAAkB,KAAK7E,CAAI,GAAK,KAAK,MAAM,MAAM,gBAAgB,KAAKA,CAAI,EAC3H,OAAI4E,GAAoBC,IACtB7E,EAAOA,EAAK,UAAU,EAAGA,EAAK,OAAS,CAAC,GAEnC,CACL,KAAM,WACN,IAAKP,EAAI,CAAC,EACV,KAAAO,CACF,CACF,CACF,CAEA,GAAGW,EAAoC,CACrC,IAAMlB,EAAM,KAAK,MAAM,OAAO,GAAG,KAAKkB,CAAG,EACzC,GAAIlB,EACF,MAAO,CACL,KAAM,KACN,IAAKA,EAAI,CAAC,CACZ,CAEJ,CAEA,IAAIkB,EAAqC,CACvC,IAAMlB,EAAM,KAAK,MAAM,OAAO,IAAI,KAAKkB,CAAG,EAC1C,GAAIlB,EACF,MAAO,CACL,KAAM,MACN,IAAKA,EAAI,CAAC,EACV,KAAMA,EAAI,CAAC,EACX,OAAQ,KAAK,MAAM,aAAaA,EAAI,CAAC,CAAC,CACxC,CAEJ,CAEA,SAASkB,EAAsC,CAC7C,IAAMlB,EAAM,KAAK,MAAM,OAAO,SAAS,KAAKkB,CAAG,EAC/C,GAAIlB,EAAK,CACP,IAAIO,EAAMF,EACV,OAAIL,EAAI,CAAC,IAAM,KACbO,EAAOP,EAAI,CAAC,EACZK,EAAO,UAAYE,IAEnBA,EAAOP,EAAI,CAAC,EACZK,EAAOE,GAGF,CACL,KAAM,OACN,IAAKP,EAAI,CAAC,EACV,KAAAO,EACA,KAAAF,EACA,OAAQ,CACN,CACE,KAAM,OACN,IAAKE,EACL,KAAAA,CACF,CACF,CACF,CACF,CACF,CAEA,IAAIW,EAAsC,CACxC,IAAIlB,EACJ,GAAIA,EAAM,KAAK,MAAM,OAAO,IAAI,KAAKkB,CAAG,EAAG,CACzC,IAAIX,EAAMF,EACV,GAAIL,EAAI,CAAC,IAAM,IACbO,EAAOP,EAAI,CAAC,EACZK,EAAO,UAAYE,MACd,CAEL,IAAI8E,EACJ,GACEA,EAAcrF,EAAI,CAAC,EACnBA,EAAI,CAAC,EAAI,KAAK,MAAM,OAAO,WAAW,KAAKA,EAAI,CAAC,CAAC,IAAI,CAAC,GAAK,SACpDqF,IAAgBrF,EAAI,CAAC,GAC9BO,EAAOP,EAAI,CAAC,EACRA,EAAI,CAAC,IAAM,OACbK,EAAO,UAAYL,EAAI,CAAC,EAExBK,EAAOL,EAAI,CAAC,CAEhB,CACA,MAAO,CACL,KAAM,OACN,IAAKA,EAAI,CAAC,EACV,KAAAO,EACA,KAAAF,EACA,OAAQ,CACN,CACE,KAAM,OACN,IAAKE,EACL,KAAAA,CACF,CACF,CACF,CACF,CACF,CAEA,WAAWW,EAAsC,CAC/C,IAAMlB,EAAM,KAAK,MAAM,OAAO,KAAK,KAAKkB,CAAG,EAC3C,GAAIlB,EAAK,CACP,IAAMsF,EAAU,KAAK,MAAM,MAAM,WACjC,MAAO,CACL,KAAM,OACN,IAAKtF,EAAI,CAAC,EACV,KAAMA,EAAI,CAAC,EACX,QAAAsF,CACF,CACF,CACF,CACF,ECn2BO,IAAMC,EAAN,MAAMC,CAAO,CAClB,OACA,QACA,MAMQ,UACA,YAER,YAAYC,EAAyB,CAEnC,KAAK,OAAS,CAAC,EACf,KAAK,OAAO,MAAQ,OAAO,OAAO,IAAI,EACtC,KAAK,QAAUA,GAAWC,EAC1B,KAAK,QAAQ,UAAY,KAAK,QAAQ,WAAa,IAAIC,EACvD,KAAK,UAAY,KAAK,QAAQ,UAC9B,KAAK,UAAU,QAAU,KAAK,QAC9B,KAAK,UAAU,MAAQ,KACvB,KAAK,YAAc,CAAC,EACpB,KAAK,MAAQ,CACX,OAAQ,GACR,WAAY,GACZ,IAAK,EACP,EAEA,IAAMC,EAAQ,CACZ,MAAAC,EACA,MAAOC,EAAM,OACb,OAAQC,EAAO,MACjB,EAEI,KAAK,QAAQ,UACfH,EAAM,MAAQE,EAAM,SACpBF,EAAM,OAASG,EAAO,UACb,KAAK,QAAQ,MACtBH,EAAM,MAAQE,EAAM,IAChB,KAAK,QAAQ,OACfF,EAAM,OAASG,EAAO,OAEtBH,EAAM,OAASG,EAAO,KAG1B,KAAK,UAAU,MAAQH,CACzB,CAKA,WAAW,OAAQ,CACjB,MAAO,CACL,MAAAE,EACA,OAAAC,CACF,CACF,CAKA,OAAO,IAAIC,EAAaP,EAAyB,CAE/C,OADc,IAAID,EAAOC,CAAO,EACnB,IAAIO,CAAG,CACtB,CAKA,OAAO,UAAUA,EAAaP,EAAyB,CAErD,OADc,IAAID,EAAOC,CAAO,EACnB,aAAaO,CAAG,CAC/B,CAKA,IAAIA,EAAa,CACfA,EAAMA,EAAI,QAAQH,EAAM,eAAgB;AAAA,CAAI,EAE5C,KAAK,YAAYG,EAAK,KAAK,MAAM,EAEjC,QAASC,EAAI,EAAGA,EAAI,KAAK,YAAY,OAAQA,IAAK,CAChD,IAAMC,EAAO,KAAK,YAAYD,CAAC,EAC/B,KAAK,aAAaC,EAAK,IAAKA,EAAK,MAAM,CACzC,CACA,YAAK,YAAc,CAAC,EAEb,KAAK,MACd,CAOA,YAAYF,EAAaG,EAAkB,CAAC,EAAGC,EAAuB,GAAO,CAK3E,IAJI,KAAK,QAAQ,WACfJ,EAAMA,EAAI,QAAQH,EAAM,cAAe,MAAM,EAAE,QAAQA,EAAM,UAAW,EAAE,GAGrEG,GAAK,CACV,IAAIK,EAEJ,GAAI,KAAK,QAAQ,YAAY,OAAO,KAAMC,IACpCD,EAAQC,EAAa,KAAK,CAAE,MAAO,IAAK,EAAGN,EAAKG,CAAM,IACxDH,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACV,IAEF,EACR,EACC,SAIF,GAAIA,EAAQ,KAAK,UAAU,MAAML,CAAG,EAAG,CACrCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpC,IAAME,EAAYJ,EAAO,GAAG,EAAE,EAC1BE,EAAM,IAAI,SAAW,GAAKE,IAAc,OAG1CA,EAAU,KAAO;AAAA,EAEjBJ,EAAO,KAAKE,CAAK,EAEnB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,KAAKL,CAAG,EAAG,CACpCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpC,IAAME,EAAYJ,EAAO,GAAG,EAAE,EAE1BI,GAAW,OAAS,aAAeA,GAAW,OAAS,QACzDA,EAAU,KAAO;AAAA,EAAOF,EAAM,IAC9BE,EAAU,MAAQ;AAAA,EAAOF,EAAM,KAC/B,KAAK,YAAY,GAAG,EAAE,EAAG,IAAME,EAAU,MAEzCJ,EAAO,KAAKE,CAAK,EAEnB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,OAAOL,CAAG,EAAG,CACtCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,QAAQL,CAAG,EAAG,CACvCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,GAAGL,CAAG,EAAG,CAClCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,WAAWL,CAAG,EAAG,CAC1CA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,KAAKL,CAAG,EAAG,CACpCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,KAAKL,CAAG,EAAG,CACpCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,IAAIL,CAAG,EAAG,CACnCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpC,IAAME,EAAYJ,EAAO,GAAG,EAAE,EAC1BI,GAAW,OAAS,aAAeA,GAAW,OAAS,QACzDA,EAAU,KAAO;AAAA,EAAOF,EAAM,IAC9BE,EAAU,MAAQ;AAAA,EAAOF,EAAM,IAC/B,KAAK,YAAY,GAAG,EAAE,EAAG,IAAME,EAAU,MAC/B,KAAK,OAAO,MAAMF,EAAM,GAAG,IACrC,KAAK,OAAO,MAAMA,EAAM,GAAG,EAAI,CAC7B,KAAMA,EAAM,KACZ,MAAOA,EAAM,KACf,GAEF,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,MAAML,CAAG,EAAG,CACrCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,SAASL,CAAG,EAAG,CACxCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAIA,IAAIG,EAASR,EACb,GAAI,KAAK,QAAQ,YAAY,WAAY,CACvC,IAAIS,EAAa,IACXC,EAAUV,EAAI,MAAM,CAAC,EACvBW,EACJ,KAAK,QAAQ,WAAW,WAAW,QAASC,GAAkB,CAC5DD,EAAYC,EAAc,KAAK,CAAE,MAAO,IAAK,EAAGF,CAAO,EACnD,OAAOC,GAAc,UAAYA,GAAa,IAChDF,EAAa,KAAK,IAAIA,EAAYE,CAAS,EAE/C,CAAC,EACGF,EAAa,KAAYA,GAAc,IACzCD,EAASR,EAAI,UAAU,EAAGS,EAAa,CAAC,EAE5C,CACA,GAAI,KAAK,MAAM,MAAQJ,EAAQ,KAAK,UAAU,UAAUG,CAAM,GAAI,CAChE,IAAMD,EAAYJ,EAAO,GAAG,EAAE,EAC1BC,GAAwBG,GAAW,OAAS,aAC9CA,EAAU,KAAO;AAAA,EAAOF,EAAM,IAC9BE,EAAU,MAAQ;AAAA,EAAOF,EAAM,KAC/B,KAAK,YAAY,IAAI,EACrB,KAAK,YAAY,GAAG,EAAE,EAAG,IAAME,EAAU,MAEzCJ,EAAO,KAAKE,CAAK,EAEnBD,EAAuBI,EAAO,SAAWR,EAAI,OAC7CA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpC,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,KAAKL,CAAG,EAAG,CACpCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpC,IAAME,EAAYJ,EAAO,GAAG,EAAE,EAC1BI,GAAW,OAAS,QACtBA,EAAU,KAAO;AAAA,EAAOF,EAAM,IAC9BE,EAAU,MAAQ;AAAA,EAAOF,EAAM,KAC/B,KAAK,YAAY,IAAI,EACrB,KAAK,YAAY,GAAG,EAAE,EAAG,IAAME,EAAU,MAEzCJ,EAAO,KAAKE,CAAK,EAEnB,QACF,CAEA,GAAIL,EAAK,CACP,IAAMa,EAAS,0BAA4Bb,EAAI,WAAW,CAAC,EAC3D,GAAI,KAAK,QAAQ,OAAQ,CACvB,QAAQ,MAAMa,CAAM,EACpB,KACF,KACE,OAAM,IAAI,MAAMA,CAAM,CAE1B,CACF,CAEA,YAAK,MAAM,IAAM,GACVV,CACT,CAEA,OAAOH,EAAaG,EAAkB,CAAC,EAAG,CACxC,YAAK,YAAY,KAAK,CAAE,IAAAH,EAAK,OAAAG,CAAO,CAAC,EAC9BA,CACT,CAKA,aAAaH,EAAaG,EAAkB,CAAC,EAAY,CAEvD,IAAIW,EAAYd,EACZe,EAAgC,KAGpC,GAAI,KAAK,OAAO,MAAO,CACrB,IAAMC,EAAQ,OAAO,KAAK,KAAK,OAAO,KAAK,EAC3C,GAAIA,EAAM,OAAS,EACjB,MAAQD,EAAQ,KAAK,UAAU,MAAM,OAAO,cAAc,KAAKD,CAAS,IAAM,MACxEE,EAAM,SAASD,EAAM,CAAC,EAAE,MAAMA,EAAM,CAAC,EAAE,YAAY,GAAG,EAAI,EAAG,EAAE,CAAC,IAClED,EAAYA,EAAU,MAAM,EAAGC,EAAM,KAAK,EACtC,IAAM,IAAI,OAAOA,EAAM,CAAC,EAAE,OAAS,CAAC,EAAI,IACxCD,EAAU,MAAM,KAAK,UAAU,MAAM,OAAO,cAAc,SAAS,EAI/E,CAGA,MAAQC,EAAQ,KAAK,UAAU,MAAM,OAAO,eAAe,KAAKD,CAAS,IAAM,MAC7EA,EAAYA,EAAU,MAAM,EAAGC,EAAM,KAAK,EAAI,KAAOD,EAAU,MAAM,KAAK,UAAU,MAAM,OAAO,eAAe,SAAS,EAI3H,MAAQC,EAAQ,KAAK,UAAU,MAAM,OAAO,UAAU,KAAKD,CAAS,IAAM,MACxEA,EAAYA,EAAU,MAAM,EAAGC,EAAM,KAAK,EAAI,IAAM,IAAI,OAAOA,EAAM,CAAC,EAAE,OAAS,CAAC,EAAI,IAAMD,EAAU,MAAM,KAAK,UAAU,MAAM,OAAO,UAAU,SAAS,EAG7J,IAAIG,EAAe,GACfC,EAAW,GACf,KAAOlB,GAAK,CACLiB,IACHC,EAAW,IAEbD,EAAe,GAEf,IAAIZ,EAGJ,GAAI,KAAK,QAAQ,YAAY,QAAQ,KAAMC,IACrCD,EAAQC,EAAa,KAAK,CAAE,MAAO,IAAK,EAAGN,EAAKG,CAAM,IACxDH,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACV,IAEF,EACR,EACC,SAIF,GAAIA,EAAQ,KAAK,UAAU,OAAOL,CAAG,EAAG,CACtCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,IAAIL,CAAG,EAAG,CACnCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,KAAKL,CAAG,EAAG,CACpCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,QAAQL,EAAK,KAAK,OAAO,KAAK,EAAG,CAC1DA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpC,IAAME,EAAYJ,EAAO,GAAG,EAAE,EAC1BE,EAAM,OAAS,QAAUE,GAAW,OAAS,QAC/CA,EAAU,KAAOF,EAAM,IACvBE,EAAU,MAAQF,EAAM,MAExBF,EAAO,KAAKE,CAAK,EAEnB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,SAASL,EAAKc,EAAWI,CAAQ,EAAG,CAC7DlB,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,SAASL,CAAG,EAAG,CACxCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,GAAGL,CAAG,EAAG,CAClCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,IAAIL,CAAG,EAAG,CACnCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,SAASL,CAAG,EAAG,CACxCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAI,CAAC,KAAK,MAAM,SAAWA,EAAQ,KAAK,UAAU,IAAIL,CAAG,GAAI,CAC3DA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAIA,IAAIG,EAASR,EACb,GAAI,KAAK,QAAQ,YAAY,YAAa,CACxC,IAAIS,EAAa,IACXC,EAAUV,EAAI,MAAM,CAAC,EACvBW,EACJ,KAAK,QAAQ,WAAW,YAAY,QAASC,GAAkB,CAC7DD,EAAYC,EAAc,KAAK,CAAE,MAAO,IAAK,EAAGF,CAAO,EACnD,OAAOC,GAAc,UAAYA,GAAa,IAChDF,EAAa,KAAK,IAAIA,EAAYE,CAAS,EAE/C,CAAC,EACGF,EAAa,KAAYA,GAAc,IACzCD,EAASR,EAAI,UAAU,EAAGS,EAAa,CAAC,EAE5C,CACA,GAAIJ,EAAQ,KAAK,UAAU,WAAWG,CAAM,EAAG,CAC7CR,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EAChCA,EAAM,IAAI,MAAM,EAAE,IAAM,MAC1Ba,EAAWb,EAAM,IAAI,MAAM,EAAE,GAE/BY,EAAe,GACf,IAAMV,EAAYJ,EAAO,GAAG,EAAE,EAC1BI,GAAW,OAAS,QACtBA,EAAU,KAAOF,EAAM,IACvBE,EAAU,MAAQF,EAAM,MAExBF,EAAO,KAAKE,CAAK,EAEnB,QACF,CAEA,GAAIL,EAAK,CACP,IAAMa,EAAS,0BAA4Bb,EAAI,WAAW,CAAC,EAC3D,GAAI,KAAK,QAAQ,OAAQ,CACvB,QAAQ,MAAMa,CAAM,EACpB,KACF,KACE,OAAM,IAAI,MAAMA,CAAM,CAE1B,CACF,CAEA,OAAOV,CACT,CACF,ECxcO,IAAMgB,EAAN,KAAgB,CACrB,QACA,OACA,YAAYC,EAAyB,CACnC,KAAK,QAAUA,GAAWC,CAC5B,CAEA,MAAMC,EAA6B,CACjC,MAAO,EACT,CAEA,KAAK,CAAE,KAAAC,EAAM,KAAAC,EAAM,QAAAC,CAAQ,EAAwB,CACjD,IAAMC,GAAcF,GAAQ,IAAI,MAAMG,EAAM,aAAa,IAAI,CAAC,EAExDC,EAAOL,EAAK,QAAQI,EAAM,cAAe,EAAE,EAAI;AAAA,EAErD,OAAKD,EAME,8BACHG,EAAOH,CAAU,EACjB,MACCD,EAAUG,EAAOC,EAAOD,EAAM,EAAI,GACnC;AAAA,EATK,eACFH,EAAUG,EAAOC,EAAOD,EAAM,EAAI,GACnC;AAAA,CAQR,CAEA,WAAW,CAAE,OAAAE,CAAO,EAA8B,CAEhD,MAAO;AAAA,EADM,KAAK,OAAO,MAAMA,CAAM,CACT;AAAA,CAC9B,CAEA,KAAK,CAAE,KAAAP,CAAK,EAAsC,CAChD,OAAOA,CACT,CAEA,QAAQ,CAAE,OAAAO,EAAQ,MAAAC,CAAM,EAA2B,CACjD,MAAO,KAAKA,CAAK,IAAI,KAAK,OAAO,YAAYD,CAAM,CAAC,MAAMC,CAAK;AAAA,CACjE,CAEA,GAAGT,EAA0B,CAC3B,MAAO;AAAA,CACT,CAEA,KAAKA,EAA4B,CAC/B,IAAMU,EAAUV,EAAM,QAChBW,EAAQX,EAAM,MAEhBY,EAAO,GACX,QAASC,EAAI,EAAGA,EAAIb,EAAM,MAAM,OAAQa,IAAK,CAC3C,IAAMC,EAAOd,EAAM,MAAMa,CAAC,EAC1BD,GAAQ,KAAK,SAASE,CAAI,CAC5B,CAEA,IAAMC,EAAOL,EAAU,KAAO,KACxBM,EAAaN,GAAWC,IAAU,EAAM,WAAaA,EAAQ,IAAO,GAC1E,MAAO,IAAMI,EAAOC,EAAY;AAAA,EAAQJ,EAAO,KAAOG,EAAO;AAAA,CAC/D,CAEA,SAASD,EAA+B,CACtC,IAAIG,EAAW,GACf,GAAIH,EAAK,KAAM,CACb,IAAMI,EAAW,KAAK,SAAS,CAAE,QAAS,CAAC,CAACJ,EAAK,OAAQ,CAAC,EACtDA,EAAK,MACHA,EAAK,OAAO,CAAC,GAAG,OAAS,aAC3BA,EAAK,OAAO,CAAC,EAAE,KAAOI,EAAW,IAAMJ,EAAK,OAAO,CAAC,EAAE,KAClDA,EAAK,OAAO,CAAC,EAAE,QAAUA,EAAK,OAAO,CAAC,EAAE,OAAO,OAAS,GAAKA,EAAK,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,OAAS,SACjGA,EAAK,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,KAAOI,EAAW,IAAMX,EAAOO,EAAK,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,IAAI,EACrFA,EAAK,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,QAAU,KAGrCA,EAAK,OAAO,QAAQ,CAClB,KAAM,OACN,IAAKI,EAAW,IAChB,KAAMA,EAAW,IACjB,QAAS,EACX,CAAC,EAGHD,GAAYC,EAAW,GAE3B,CAEA,OAAAD,GAAY,KAAK,OAAO,MAAMH,EAAK,OAAQ,CAAC,CAACA,EAAK,KAAK,EAEhD,OAAOG,CAAQ;AAAA,CACxB,CAEA,SAAS,CAAE,QAAAE,CAAQ,EAA4B,CAC7C,MAAO,WACFA,EAAU,cAAgB,IAC3B,8BACN,CAEA,UAAU,CAAE,OAAAX,CAAO,EAA6B,CAC9C,MAAO,MAAM,KAAK,OAAO,YAAYA,CAAM,CAAC;AAAA,CAC9C,CAEA,MAAMR,EAA6B,CACjC,IAAIoB,EAAS,GAGTC,EAAO,GACX,QAASR,EAAI,EAAGA,EAAIb,EAAM,OAAO,OAAQa,IACvCQ,GAAQ,KAAK,UAAUrB,EAAM,OAAOa,CAAC,CAAC,EAExCO,GAAU,KAAK,SAAS,CAAE,KAAMC,CAAK,CAAC,EAEtC,IAAIT,EAAO,GACX,QAASC,EAAI,EAAGA,EAAIb,EAAM,KAAK,OAAQa,IAAK,CAC1C,IAAMS,EAAMtB,EAAM,KAAKa,CAAC,EAExBQ,EAAO,GACP,QAASE,EAAI,EAAGA,EAAID,EAAI,OAAQC,IAC9BF,GAAQ,KAAK,UAAUC,EAAIC,CAAC,CAAC,EAG/BX,GAAQ,KAAK,SAAS,CAAE,KAAMS,CAAK,CAAC,CACtC,CACA,OAAIT,IAAMA,EAAO,UAAUA,CAAI,YAExB;AAAA;AAAA,EAEHQ,EACA;AAAA,EACAR,EACA;AAAA,CACN,CAEA,SAAS,CAAE,KAAAX,CAAK,EAA4B,CAC1C,MAAO;AAAA,EAASA,CAAI;AAAA,CACtB,CAEA,UAAUD,EAAiC,CACzC,IAAMwB,EAAU,KAAK,OAAO,YAAYxB,EAAM,MAAM,EAC9Ce,EAAOf,EAAM,OAAS,KAAO,KAInC,OAHYA,EAAM,MACd,IAAIe,CAAI,WAAWf,EAAM,KAAK,KAC9B,IAAIe,CAAI,KACCS,EAAU,KAAKT,CAAI;AAAA,CAClC,CAKA,OAAO,CAAE,OAAAP,CAAO,EAA0B,CACxC,MAAO,WAAW,KAAK,OAAO,YAAYA,CAAM,CAAC,WACnD,CAEA,GAAG,CAAE,OAAAA,CAAO,EAAsB,CAChC,MAAO,OAAO,KAAK,OAAO,YAAYA,CAAM,CAAC,OAC/C,CAEA,SAAS,CAAE,KAAAP,CAAK,EAA4B,CAC1C,MAAO,SAASM,EAAON,EAAM,EAAI,CAAC,SACpC,CAEA,GAAGD,EAA0B,CAC3B,MAAO,MACT,CAEA,IAAI,CAAE,OAAAQ,CAAO,EAAuB,CAClC,MAAO,QAAQ,KAAK,OAAO,YAAYA,CAAM,CAAC,QAChD,CAEA,KAAK,CAAE,KAAAiB,EAAM,MAAAC,EAAO,OAAAlB,CAAO,EAAwB,CACjD,IAAMP,EAAO,KAAK,OAAO,YAAYO,CAAM,EACrCmB,EAAYC,EAASH,CAAI,EAC/B,GAAIE,IAAc,KAChB,OAAO1B,EAETwB,EAAOE,EACP,IAAIE,EAAM,YAAcJ,EAAO,IAC/B,OAAIC,IACFG,GAAO,WAActB,EAAOmB,CAAK,EAAK,KAExCG,GAAO,IAAM5B,EAAO,OACb4B,CACT,CAEA,MAAM,CAAE,KAAAJ,EAAM,MAAAC,EAAO,KAAAzB,EAAM,OAAAO,CAAO,EAAyB,CACrDA,IACFP,EAAO,KAAK,OAAO,YAAYO,EAAQ,KAAK,OAAO,YAAY,GAEjE,IAAMmB,EAAYC,EAASH,CAAI,EAC/B,GAAIE,IAAc,KAChB,OAAOpB,EAAON,CAAI,EAEpBwB,EAAOE,EAEP,IAAIE,EAAM,aAAaJ,CAAI,UAAUxB,CAAI,IACzC,OAAIyB,IACFG,GAAO,WAAWtB,EAAOmB,CAAK,CAAC,KAEjCG,GAAO,IACAA,CACT,CAEA,KAAK7B,EAA6C,CAChD,MAAO,WAAYA,GAASA,EAAM,OAC9B,KAAK,OAAO,YAAYA,EAAM,MAAM,EACnC,YAAaA,GAASA,EAAM,QAAUA,EAAM,KAAOO,EAAOP,EAAM,IAAI,CAC3E,CACF,ECpNO,IAAM8B,EAAN,KAAoB,CAEzB,OAAO,CAAE,KAAAC,CAAK,EAAkB,CAC9B,OAAOA,CACT,CAEA,GAAG,CAAE,KAAAA,CAAK,EAAc,CACtB,OAAOA,CACT,CAEA,SAAS,CAAE,KAAAA,CAAK,EAAoB,CAClC,OAAOA,CACT,CAEA,IAAI,CAAE,KAAAA,CAAK,EAAe,CACxB,OAAOA,CACT,CAEA,KAAK,CAAE,KAAAA,CAAK,EAA6B,CACvC,OAAOA,CACT,CAEA,KAAK,CAAE,KAAAA,CAAK,EAA6C,CACvD,OAAOA,CACT,CAEA,KAAK,CAAE,KAAAA,CAAK,EAAgB,CAC1B,MAAO,GAAKA,CACd,CAEA,MAAM,CAAE,KAAAA,CAAK,EAAiB,CAC5B,MAAO,GAAKA,CACd,CAEA,IAAK,CACH,MAAO,EACT,CACF,EClCO,IAAMC,EAAN,MAAMC,CAAQ,CACnB,QACA,SACA,aACA,YAAYC,EAAyB,CACnC,KAAK,QAAUA,GAAWC,EAC1B,KAAK,QAAQ,SAAW,KAAK,QAAQ,UAAY,IAAIC,EACrD,KAAK,SAAW,KAAK,QAAQ,SAC7B,KAAK,SAAS,QAAU,KAAK,QAC7B,KAAK,SAAS,OAAS,KACvB,KAAK,aAAe,IAAIC,CAC1B,CAKA,OAAO,MAAMC,EAAiBJ,EAAyB,CAErD,OADe,IAAID,EAAQC,CAAO,EACpB,MAAMI,CAAM,CAC5B,CAKA,OAAO,YAAYA,EAAiBJ,EAAyB,CAE3D,OADe,IAAID,EAAQC,CAAO,EACpB,YAAYI,CAAM,CAClC,CAKA,MAAMA,EAAiBC,EAAM,GAAc,CACzC,IAAIC,EAAM,GAEV,QAASC,EAAI,EAAGA,EAAIH,EAAO,OAAQG,IAAK,CACtC,IAAMC,EAAWJ,EAAOG,CAAC,EAGzB,GAAI,KAAK,QAAQ,YAAY,YAAYC,EAAS,IAAI,EAAG,CACvD,IAAMC,EAAeD,EACfE,EAAM,KAAK,QAAQ,WAAW,UAAUD,EAAa,IAAI,EAAE,KAAK,CAAE,OAAQ,IAAK,EAAGA,CAAY,EACpG,GAAIC,IAAQ,IAAS,CAAC,CAAC,QAAS,KAAM,UAAW,OAAQ,QAAS,aAAc,OAAQ,OAAQ,YAAa,MAAM,EAAE,SAASD,EAAa,IAAI,EAAG,CAChJH,GAAOI,GAAO,GACd,QACF,CACF,CAEA,IAAMC,EAAQH,EAEd,OAAQG,EAAM,KAAM,CAClB,IAAK,QAAS,CACZL,GAAO,KAAK,SAAS,MAAMK,CAAK,EAChC,QACF,CACA,IAAK,KAAM,CACTL,GAAO,KAAK,SAAS,GAAGK,CAAK,EAC7B,QACF,CACA,IAAK,UAAW,CACdL,GAAO,KAAK,SAAS,QAAQK,CAAK,EAClC,QACF,CACA,IAAK,OAAQ,CACXL,GAAO,KAAK,SAAS,KAAKK,CAAK,EAC/B,QACF,CACA,IAAK,QAAS,CACZL,GAAO,KAAK,SAAS,MAAMK,CAAK,EAChC,QACF,CACA,IAAK,aAAc,CACjBL,GAAO,KAAK,SAAS,WAAWK,CAAK,EACrC,QACF,CACA,IAAK,OAAQ,CACXL,GAAO,KAAK,SAAS,KAAKK,CAAK,EAC/B,QACF,CACA,IAAK,OAAQ,CACXL,GAAO,KAAK,SAAS,KAAKK,CAAK,EAC/B,QACF,CACA,IAAK,YAAa,CAChBL,GAAO,KAAK,SAAS,UAAUK,CAAK,EACpC,QACF,CACA,IAAK,OAAQ,CACX,IAAIC,EAAYD,EACZE,EAAO,KAAK,SAAS,KAAKD,CAAS,EACvC,KAAOL,EAAI,EAAIH,EAAO,QAAUA,EAAOG,EAAI,CAAC,EAAE,OAAS,QACrDK,EAAYR,EAAO,EAAEG,CAAC,EACtBM,GAAQ;AAAA,EAAO,KAAK,SAAS,KAAKD,CAAS,EAEzCP,EACFC,GAAO,KAAK,SAAS,UAAU,CAC7B,KAAM,YACN,IAAKO,EACL,KAAMA,EACN,OAAQ,CAAC,CAAE,KAAM,OAAQ,IAAKA,EAAM,KAAMA,EAAM,QAAS,EAAK,CAAC,CACjE,CAAC,EAEDP,GAAOO,EAET,QACF,CAEA,QAAS,CACP,IAAMC,EAAS,eAAiBH,EAAM,KAAO,wBAC7C,GAAI,KAAK,QAAQ,OACf,eAAQ,MAAMG,CAAM,EACb,GAEP,MAAM,IAAI,MAAMA,CAAM,CAE1B,CACF,CACF,CAEA,OAAOR,CACT,CAKA,YAAYF,EAAiBW,EAAsC,KAAK,SAAkB,CACxF,IAAIT,EAAM,GAEV,QAASC,EAAI,EAAGA,EAAIH,EAAO,OAAQG,IAAK,CACtC,IAAMC,EAAWJ,EAAOG,CAAC,EAGzB,GAAI,KAAK,QAAQ,YAAY,YAAYC,EAAS,IAAI,EAAG,CACvD,IAAME,EAAM,KAAK,QAAQ,WAAW,UAAUF,EAAS,IAAI,EAAE,KAAK,CAAE,OAAQ,IAAK,EAAGA,CAAQ,EAC5F,GAAIE,IAAQ,IAAS,CAAC,CAAC,SAAU,OAAQ,OAAQ,QAAS,SAAU,KAAM,WAAY,KAAM,MAAO,MAAM,EAAE,SAASF,EAAS,IAAI,EAAG,CAClIF,GAAOI,GAAO,GACd,QACF,CACF,CAEA,IAAMC,EAAQH,EAEd,OAAQG,EAAM,KAAM,CAClB,IAAK,SAAU,CACbL,GAAOS,EAAS,KAAKJ,CAAK,EAC1B,KACF,CACA,IAAK,OAAQ,CACXL,GAAOS,EAAS,KAAKJ,CAAK,EAC1B,KACF,CACA,IAAK,OAAQ,CACXL,GAAOS,EAAS,KAAKJ,CAAK,EAC1B,KACF,CACA,IAAK,QAAS,CACZL,GAAOS,EAAS,MAAMJ,CAAK,EAC3B,KACF,CACA,IAAK,SAAU,CACbL,GAAOS,EAAS,OAAOJ,CAAK,EAC5B,KACF,CACA,IAAK,KAAM,CACTL,GAAOS,EAAS,GAAGJ,CAAK,EACxB,KACF,CACA,IAAK,WAAY,CACfL,GAAOS,EAAS,SAASJ,CAAK,EAC9B,KACF,CACA,IAAK,KAAM,CACTL,GAAOS,EAAS,GAAGJ,CAAK,EACxB,KACF,CACA,IAAK,MAAO,CACVL,GAAOS,EAAS,IAAIJ,CAAK,EACzB,KACF,CACA,IAAK,OAAQ,CACXL,GAAOS,EAAS,KAAKJ,CAAK,EAC1B,KACF,CACA,QAAS,CACP,IAAMG,EAAS,eAAiBH,EAAM,KAAO,wBAC7C,GAAI,KAAK,QAAQ,OACf,eAAQ,MAAMG,CAAM,EACb,GAEP,MAAM,IAAI,MAAMA,CAAM,CAE1B,CACF,CACF,CACA,OAAOR,CACT,CACF,ECvMO,IAAMU,EAAN,KAAa,CAClB,QACA,MAEA,YAAYC,EAAyB,CACnC,KAAK,QAAUA,GAAWC,CAC5B,CAEA,OAAO,iBAAmB,IAAI,IAAI,CAChC,aACA,cACA,kBACF,CAAC,EAKD,WAAWC,EAAkB,CAC3B,OAAOA,CACT,CAKA,YAAYC,EAAc,CACxB,OAAOA,CACT,CAKA,iBAAiBC,EAA8B,CAC7C,OAAOA,CACT,CAKA,cAAe,CACb,OAAO,KAAK,MAAQC,EAAO,IAAMA,EAAO,SAC1C,CAKA,eAAgB,CACd,OAAO,KAAK,MAAQC,EAAQ,MAAQA,EAAQ,WAC9C,CACF,ECtCO,IAAMC,EAAN,KAAa,CAClB,SAAWC,EAAa,EACxB,QAAU,KAAK,WAEf,MAAQ,KAAK,cAAc,EAAI,EAC/B,YAAc,KAAK,cAAc,EAAK,EAEtC,OAASC,EACT,SAAWC,EACX,aAAeC,EACf,MAAQC,EACR,UAAYC,EACZ,MAAQC,EAER,eAAeC,EAAyB,CACtC,KAAK,IAAI,GAAGA,CAAI,CAClB,CAKA,WAAWC,EAA8BC,EAA2D,CAClG,IAAIC,EAAyB,CAAC,EAC9B,QAAWC,KAASH,EAElB,OADAE,EAASA,EAAO,OAAOD,EAAS,KAAK,KAAME,CAAK,CAAC,EACzCA,EAAM,KAAM,CAClB,IAAK,QAAS,CACZ,IAAMC,EAAaD,EACnB,QAAWE,KAAQD,EAAW,OAC5BF,EAASA,EAAO,OAAO,KAAK,WAAWG,EAAK,OAAQJ,CAAQ,CAAC,EAE/D,QAAWK,KAAOF,EAAW,KAC3B,QAAWC,KAAQC,EACjBJ,EAASA,EAAO,OAAO,KAAK,WAAWG,EAAK,OAAQJ,CAAQ,CAAC,EAGjE,KACF,CACA,IAAK,OAAQ,CACX,IAAMM,EAAYJ,EAClBD,EAASA,EAAO,OAAO,KAAK,WAAWK,EAAU,MAAON,CAAQ,CAAC,EACjE,KACF,CACA,QAAS,CACP,IAAMO,EAAeL,EACjB,KAAK,SAAS,YAAY,cAAcK,EAAa,IAAI,EAC3D,KAAK,SAAS,WAAW,YAAYA,EAAa,IAAI,EAAE,QAASC,GAAgB,CAC/E,IAAMT,EAASQ,EAAaC,CAAW,EAAE,KAAK,GAAQ,EACtDP,EAASA,EAAO,OAAO,KAAK,WAAWF,EAAQC,CAAQ,CAAC,CAC1D,CAAC,EACQO,EAAa,SACtBN,EAASA,EAAO,OAAO,KAAK,WAAWM,EAAa,OAAQP,CAAQ,CAAC,EAEzE,CACF,CAEF,OAAOC,CACT,CAEA,OAAOH,EAAyB,CAC9B,IAAMW,EAA0C,KAAK,SAAS,YAAc,CAAE,UAAW,CAAC,EAAG,YAAa,CAAC,CAAE,EAE7G,OAAAX,EAAK,QAASY,GAAS,CAErB,IAAMC,EAAO,CAAE,GAAGD,CAAK,EA4DvB,GAzDAC,EAAK,MAAQ,KAAK,SAAS,OAASA,EAAK,OAAS,GAG9CD,EAAK,aACPA,EAAK,WAAW,QAASE,GAAQ,CAC/B,GAAI,CAACA,EAAI,KACP,MAAM,IAAI,MAAM,yBAAyB,EAE3C,GAAI,aAAcA,EAAK,CACrB,IAAMC,EAAeJ,EAAW,UAAUG,EAAI,IAAI,EAC9CC,EAEFJ,EAAW,UAAUG,EAAI,IAAI,EAAI,YAAYd,EAAM,CACjD,IAAIgB,EAAMF,EAAI,SAAS,MAAM,KAAMd,CAAI,EACvC,OAAIgB,IAAQ,KACVA,EAAMD,EAAa,MAAM,KAAMf,CAAI,GAE9BgB,CACT,EAEAL,EAAW,UAAUG,EAAI,IAAI,EAAIA,EAAI,QAEzC,CACA,GAAI,cAAeA,EAAK,CACtB,GAAI,CAACA,EAAI,OAAUA,EAAI,QAAU,SAAWA,EAAI,QAAU,SACxD,MAAM,IAAI,MAAM,6CAA6C,EAE/D,IAAMG,EAAWN,EAAWG,EAAI,KAAK,EACjCG,EACFA,EAAS,QAAQH,EAAI,SAAS,EAE9BH,EAAWG,EAAI,KAAK,EAAI,CAACA,EAAI,SAAS,EAEpCA,EAAI,QACFA,EAAI,QAAU,QACZH,EAAW,WACbA,EAAW,WAAW,KAAKG,EAAI,KAAK,EAEpCH,EAAW,WAAa,CAACG,EAAI,KAAK,EAE3BA,EAAI,QAAU,WACnBH,EAAW,YACbA,EAAW,YAAY,KAAKG,EAAI,KAAK,EAErCH,EAAW,YAAc,CAACG,EAAI,KAAK,GAI3C,CACI,gBAAiBA,GAAOA,EAAI,cAC9BH,EAAW,YAAYG,EAAI,IAAI,EAAIA,EAAI,YAE3C,CAAC,EACDD,EAAK,WAAaF,GAIhBC,EAAK,SAAU,CACjB,IAAMM,EAAW,KAAK,SAAS,UAAY,IAAIvB,EAAU,KAAK,QAAQ,EACtE,QAAWwB,KAAQP,EAAK,SAAU,CAChC,GAAI,EAAEO,KAAQD,GACZ,MAAM,IAAI,MAAM,aAAaC,CAAI,kBAAkB,EAErD,GAAI,CAAC,UAAW,QAAQ,EAAE,SAASA,CAAI,EAErC,SAEF,IAAMC,EAAeD,EACfE,EAAeT,EAAK,SAASQ,CAAY,EACzCL,EAAeG,EAASE,CAAY,EAE1CF,EAASE,CAAY,EAAI,IAAIpB,IAAoB,CAC/C,IAAIgB,EAAMK,EAAa,MAAMH,EAAUlB,CAAI,EAC3C,OAAIgB,IAAQ,KACVA,EAAMD,EAAa,MAAMG,EAAUlB,CAAI,GAElCgB,GAAO,EAChB,CACF,CACAH,EAAK,SAAWK,CAClB,CACA,GAAIN,EAAK,UAAW,CAClB,IAAMU,EAAY,KAAK,SAAS,WAAa,IAAIxB,EAAW,KAAK,QAAQ,EACzE,QAAWqB,KAAQP,EAAK,UAAW,CACjC,GAAI,EAAEO,KAAQG,GACZ,MAAM,IAAI,MAAM,cAAcH,CAAI,kBAAkB,EAEtD,GAAI,CAAC,UAAW,QAAS,OAAO,EAAE,SAASA,CAAI,EAE7C,SAEF,IAAMI,EAAgBJ,EAChBK,EAAgBZ,EAAK,UAAUW,CAAa,EAC5CE,EAAgBH,EAAUC,CAAa,EAG7CD,EAAUC,CAAa,EAAI,IAAIvB,IAAoB,CACjD,IAAIgB,EAAMQ,EAAc,MAAMF,EAAWtB,CAAI,EAC7C,OAAIgB,IAAQ,KACVA,EAAMS,EAAc,MAAMH,EAAWtB,CAAI,GAEpCgB,CACT,CACF,CACAH,EAAK,UAAYS,CACnB,CAGA,GAAIV,EAAK,MAAO,CACd,IAAMc,EAAQ,KAAK,SAAS,OAAS,IAAI3B,EACzC,QAAWoB,KAAQP,EAAK,MAAO,CAC7B,GAAI,EAAEO,KAAQO,GACZ,MAAM,IAAI,MAAM,SAASP,CAAI,kBAAkB,EAEjD,GAAI,CAAC,UAAW,OAAO,EAAE,SAASA,CAAI,EAEpC,SAEF,IAAMQ,EAAYR,EACZS,EAAYhB,EAAK,MAAMe,CAAS,EAChCE,EAAWH,EAAMC,CAAS,EAC5B5B,EAAO,iBAAiB,IAAIoB,CAAI,EAElCO,EAAMC,CAAS,EAAKG,GAAiB,CACnC,GAAI,KAAK,SAAS,MAChB,OAAO,QAAQ,QAAQF,EAAU,KAAKF,EAAOI,CAAG,CAAC,EAAE,KAAKd,GAC/Ca,EAAS,KAAKH,EAAOV,CAAG,CAChC,EAGH,IAAMA,EAAMY,EAAU,KAAKF,EAAOI,CAAG,EACrC,OAAOD,EAAS,KAAKH,EAAOV,CAAG,CACjC,EAGAU,EAAMC,CAAS,EAAI,IAAI3B,IAAoB,CACzC,IAAIgB,EAAMY,EAAU,MAAMF,EAAO1B,CAAI,EACrC,OAAIgB,IAAQ,KACVA,EAAMa,EAAS,MAAMH,EAAO1B,CAAI,GAE3BgB,CACT,CAEJ,CACAH,EAAK,MAAQa,CACf,CAGA,GAAId,EAAK,WAAY,CACnB,IAAMmB,EAAa,KAAK,SAAS,WAC3BC,EAAiBpB,EAAK,WAC5BC,EAAK,WAAa,SAAST,EAAO,CAChC,IAAID,EAAyB,CAAC,EAC9B,OAAAA,EAAO,KAAK6B,EAAe,KAAK,KAAM5B,CAAK,CAAC,EACxC2B,IACF5B,EAASA,EAAO,OAAO4B,EAAW,KAAK,KAAM3B,CAAK,CAAC,GAE9CD,CACT,CACF,CAEA,KAAK,SAAW,CAAE,GAAG,KAAK,SAAU,GAAGU,CAAK,CAC9C,CAAC,EAEM,IACT,CAEA,WAAWoB,EAAoB,CAC7B,YAAK,SAAW,CAAE,GAAG,KAAK,SAAU,GAAGA,CAAI,EACpC,IACT,CAEA,MAAMC,EAAaC,EAAyB,CAC1C,OAAOtC,EAAO,IAAIqC,EAAKC,GAAW,KAAK,QAAQ,CACjD,CAEA,OAAOlC,EAAiBkC,EAAyB,CAC/C,OAAOzC,EAAQ,MAAMO,EAAQkC,GAAW,KAAK,QAAQ,CACvD,CAEQ,cAAcC,EAAoB,CAmExC,MA3D+B,CAACF,EAAaC,IAAwC,CACnF,IAAME,EAAU,CAAE,GAAGF,CAAQ,EACvBF,EAAM,CAAE,GAAG,KAAK,SAAU,GAAGI,CAAQ,EAErCC,EAAa,KAAK,QAAQ,CAAC,CAACL,EAAI,OAAQ,CAAC,CAACA,EAAI,KAAK,EAGzD,GAAI,KAAK,SAAS,QAAU,IAAQI,EAAQ,QAAU,GACpD,OAAOC,EAAW,IAAI,MAAM,oIAAoI,CAAC,EAInK,GAAI,OAAOJ,EAAQ,KAAeA,IAAQ,KACxC,OAAOI,EAAW,IAAI,MAAM,gDAAgD,CAAC,EAE/E,GAAI,OAAOJ,GAAQ,SACjB,OAAOI,EAAW,IAAI,MAAM,wCACxB,OAAO,UAAU,SAAS,KAAKJ,CAAG,EAAI,mBAAmB,CAAC,EAG5DD,EAAI,QACNA,EAAI,MAAM,QAAUA,EACpBA,EAAI,MAAM,MAAQG,GAGpB,IAAMG,EAAQN,EAAI,MAAQA,EAAI,MAAM,aAAa,EAAKG,EAAYvC,EAAO,IAAMA,EAAO,UAChF2C,EAASP,EAAI,MAAQA,EAAI,MAAM,cAAc,EAAKG,EAAY1C,EAAQ,MAAQA,EAAQ,YAE5F,GAAIuC,EAAI,MACN,OAAO,QAAQ,QAAQA,EAAI,MAAQA,EAAI,MAAM,WAAWC,CAAG,EAAIA,CAAG,EAC/D,KAAKA,GAAOK,EAAML,EAAKD,CAAG,CAAC,EAC3B,KAAKhC,GAAUgC,EAAI,MAAQA,EAAI,MAAM,iBAAiBhC,CAAM,EAAIA,CAAM,EACtE,KAAKA,GAAUgC,EAAI,WAAa,QAAQ,IAAI,KAAK,WAAWhC,EAAQgC,EAAI,UAAU,CAAC,EAAE,KAAK,IAAMhC,CAAM,EAAIA,CAAM,EAChH,KAAKA,GAAUuC,EAAOvC,EAAQgC,CAAG,CAAC,EAClC,KAAKQ,GAAQR,EAAI,MAAQA,EAAI,MAAM,YAAYQ,CAAI,EAAIA,CAAI,EAC3D,MAAMH,CAAU,EAGrB,GAAI,CACEL,EAAI,QACNC,EAAMD,EAAI,MAAM,WAAWC,CAAG,GAEhC,IAAIjC,EAASsC,EAAML,EAAKD,CAAG,EACvBA,EAAI,QACNhC,EAASgC,EAAI,MAAM,iBAAiBhC,CAAM,GAExCgC,EAAI,YACN,KAAK,WAAWhC,EAAQgC,EAAI,UAAU,EAExC,IAAIQ,EAAOD,EAAOvC,EAAQgC,CAAG,EAC7B,OAAIA,EAAI,QACNQ,EAAOR,EAAI,MAAM,YAAYQ,CAAI,GAE5BA,CACT,OAAQC,EAAG,CACT,OAAOJ,EAAWI,CAAU,CAC9B,CACF,CAGF,CAEQ,QAAQC,EAAiBC,EAAgB,CAC/C,OAAQF,GAAuC,CAG7C,GAFAA,EAAE,SAAW;AAAA,2DAETC,EAAQ,CACV,IAAME,EAAM,iCACRC,EAAOJ,EAAE,QAAU,GAAI,EAAI,EAC3B,SACJ,OAAIE,EACK,QAAQ,QAAQC,CAAG,EAErBA,CACT,CAEA,GAAID,EACF,OAAO,QAAQ,OAAOF,CAAC,EAEzB,MAAMA,CACR,CACF,CACF,ECjVA,IAAMK,EAAiB,IAAIC,EAqBpB,SAASC,EAAOC,EAAaC,EAAsD,CACxF,OAAOJ,EAAe,MAAMG,EAAKC,CAAG,CACtC,CAOAF,EAAO,QACPA,EAAO,WAAa,SAASG,EAAwB,CACnD,OAAAL,EAAe,WAAWK,CAAO,EACjCH,EAAO,SAAWF,EAAe,SACjCM,EAAeJ,EAAO,QAAQ,EACvBA,CACT,EAKAA,EAAO,YAAcK,EAErBL,EAAO,SAAWM,EAMlBN,EAAO,IAAM,YAAYO,EAAyB,CAChD,OAAAT,EAAe,IAAI,GAAGS,CAAI,EAC1BP,EAAO,SAAWF,EAAe,SACjCM,EAAeJ,EAAO,QAAQ,EACvBA,CACT,EAMAA,EAAO,WAAa,SAASQ,EAA8BC,EAA2D,CACpH,OAAOX,EAAe,WAAWU,EAAQC,CAAQ,CACnD,EASAT,EAAO,YAAcF,EAAe,YAKpCE,EAAO,OAASU,EAChBV,EAAO,OAASU,EAAQ,MACxBV,EAAO,SAAWW,EAClBX,EAAO,aAAeY,EACtBZ,EAAO,MAAQa,EACfb,EAAO,MAAQa,EAAO,IACtBb,EAAO,UAAYc,EACnBd,EAAO,MAAQe,EACff,EAAO,MAAQA,EAER,IAAMG,GAAUH,EAAO,QACjBgB,GAAahB,EAAO,WACpBiB,GAAMjB,EAAO,IACbkB,GAAalB,EAAO,WACpBmB,GAAcnB,EAAO,YACrBoB,GAAQpB,EACRqB,GAASX,EAAQ,MACjBY,GAAQT,EAAO", - "names": ["_getDefaults", "_defaults", "changeDefaults", "newDefaults", "noopTest", "edit", "regex", "opt", "source", "obj", "name", "val", "valSource", "other", "bull", "indent", "newline", "blockCode", "fences", "hr", "heading", "bullet", "lheadingCore", "lheading", "lheadingGfm", "_paragraph", "blockText", "_blockLabel", "def", "list", "_tag", "_comment", "html", "paragraph", "blockquote", "blockNormal", "gfmTable", "blockGfm", "blockPedantic", "escape", "inlineCode", "br", "inlineText", "_punctuation", "_punctuationOrSpace", "_notPunctuationOrSpace", "punctuation", "_punctuationGfmStrongEm", "_punctuationOrSpaceGfmStrongEm", "_notPunctuationOrSpaceGfmStrongEm", "blockSkip", "emStrongLDelimCore", "emStrongLDelim", "emStrongLDelimGfm", "emStrongRDelimAstCore", "emStrongRDelimAst", "emStrongRDelimAstGfm", "emStrongRDelimUnd", "anyPunctuation", "autolink", "_inlineComment", "tag", "_inlineLabel", "link", "reflink", "nolink", "reflinkSearch", "inlineNormal", "inlinePedantic", "inlineGfm", "inlineBreaks", "block", "inline", "escapeReplacements", "getEscapeReplacement", "ch", "escape", "html", "encode", "other", "cleanUrl", "href", "other", "splitCells", "tableRow", "count", "row", "match", "offset", "str", "escaped", "curr", "cells", "i", "rtrim", "c", "invert", "l", "suffLen", "currChar", "findClosingBracket", "b", "level", "outputLink", "cap", "link", "raw", "lexer", "rules", "href", "title", "text", "token", "indentCodeCompensation", "matchIndentToCode", "indentToCode", "node", "matchIndentInNode", "indentInNode", "_Tokenizer", "options", "_defaults", "src", "rtrim", "trimmed", "lines", "tokens", "inBlockquote", "currentLines", "i", "currentRaw", "currentText", "top", "lastToken", "oldToken", "newText", "newToken", "bull", "isordered", "list", "itemRegex", "endsWithBlankLine", "endEarly", "itemContents", "line", "t", "nextLine", "blankLine", "indent", "nextBulletRegex", "hrRegex", "fencesBeginRegex", "headingBeginRegex", "htmlBeginRegex", "rawLine", "nextLineWithoutTabs", "istask", "ischecked", "lastItem", "spacers", "hasMultipleLineBreaks", "tag", "headers", "splitCells", "aligns", "rows", "item", "align", "row", "cell", "trimmedUrl", "rtrimSlash", "lastParenIndex", "findClosingBracket", "linkLen", "links", "linkString", "maskedSrc", "prevChar", "match", "lLength", "rDelim", "rLength", "delimTotal", "midDelimTotal", "endReg", "lastCharLength", "hasNonSpaceChars", "hasSpaceCharsOnBothEnds", "prevCapZero", "escaped", "_Lexer", "__Lexer", "options", "_defaults", "_Tokenizer", "rules", "other", "block", "inline", "src", "i", "next", "tokens", "lastParagraphClipped", "token", "extTokenizer", "lastToken", "cutSrc", "startIndex", "tempSrc", "tempStart", "getStartIndex", "errMsg", "maskedSrc", "match", "links", "keepPrevChar", "prevChar", "_Renderer", "options", "_defaults", "token", "text", "lang", "escaped", "langString", "other", "code", "escape", "tokens", "depth", "ordered", "start", "body", "j", "item", "type", "startAttr", "itemBody", "checkbox", "checked", "header", "cell", "row", "k", "content", "href", "title", "cleanHref", "cleanUrl", "out", "_TextRenderer", "text", "_Parser", "__Parser", "options", "_defaults", "_Renderer", "_TextRenderer", "tokens", "top", "out", "i", "anyToken", "genericToken", "ret", "token", "textToken", "body", "errMsg", "renderer", "_Hooks", "options", "_defaults", "markdown", "html", "tokens", "_Lexer", "_Parser", "Marked", "_getDefaults", "_Parser", "_Renderer", "_TextRenderer", "_Lexer", "_Tokenizer", "_Hooks", "args", "tokens", "callback", "values", "token", "tableToken", "cell", "row", "listToken", "genericToken", "childTokens", "extensions", "pack", "opts", "ext", "prevRenderer", "ret", "extLevel", "renderer", "prop", "rendererProp", "rendererFunc", "tokenizer", "tokenizerProp", "tokenizerFunc", "prevTokenizer", "hooks", "hooksProp", "hooksFunc", "prevHook", "arg", "walkTokens", "packWalktokens", "opt", "src", "options", "blockType", "origOpt", "throwError", "lexer", "parser", "html", "e", "silent", "async", "msg", "escape", "markedInstance", "Marked", "marked", "src", "opt", "options", "changeDefaults", "_getDefaults", "_defaults", "args", "tokens", "callback", "_Parser", "_Renderer", "_TextRenderer", "_Lexer", "_Tokenizer", "_Hooks", "setOptions", "use", "walkTokens", "parseInline", "parse", "parser", "lexer"] -} diff --git a/node_modules/marked/lib/marked.umd.js b/node_modules/marked/lib/marked.umd.js index b5d0b6a..29a6c5c 100644 --- a/node_modules/marked/lib/marked.umd.js +++ b/node_modules/marked/lib/marked.umd.js @@ -1,6 +1,6 @@ /** - * marked v16.0.0 - a markdown parser - * Copyright (c) 2011-2025, Christopher Jeffrey. (MIT Licensed) + * marked v4.3.0 - a markdown parser + * Copyright (c) 2011-2023, Christopher Jeffrey. (MIT Licensed) * https://github.com/markedjs/marked */ @@ -8,63 +8,2810 @@ * DO NOT EDIT THIS FILE * The code in this file is generated from files in ./src/ */ -(function(g,f){if(typeof exports=="object"&&typeof module<"u"){module.exports=f()}else if("function"==typeof define && define.amd){define("marked",f)}else {g["marked"]=f()}}(typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : this,function(){var exports={};var __exports=exports;var module={exports}; -"use strict";var H=Object.defineProperty;var be=Object.getOwnPropertyDescriptor;var Te=Object.getOwnPropertyNames;var we=Object.prototype.hasOwnProperty;var ye=(l,e)=>{for(var t in e)H(l,t,{get:e[t],enumerable:!0})},Re=(l,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Te(e))!we.call(l,s)&&s!==t&&H(l,s,{get:()=>e[s],enumerable:!(n=be(e,s))||n.enumerable});return l};var Se=l=>Re(H({},"__esModule",{value:!0}),l);var kt={};ye(kt,{Hooks:()=>L,Lexer:()=>x,Marked:()=>E,Parser:()=>b,Renderer:()=>$,TextRenderer:()=>_,Tokenizer:()=>S,defaults:()=>w,getDefaults:()=>z,lexer:()=>ht,marked:()=>k,options:()=>it,parse:()=>pt,parseInline:()=>ct,parser:()=>ut,setOptions:()=>ot,use:()=>lt,walkTokens:()=>at});module.exports=Se(kt);function z(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var w=z();function N(l){w=l}var I={exec:()=>null};function h(l,e=""){let t=typeof l=="string"?l:l.source,n={replace:(s,i)=>{let r=typeof i=="string"?i:i.source;return r=r.replace(m.caret,"$1"),t=t.replace(s,r),n},getRegex:()=>new RegExp(t,e)};return n}var m={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceTabs:/^\t+/,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] /,listReplaceTask:/^\[[ xX]\] +/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^
    /i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,unescapeTest:/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:l=>new RegExp(`^( {0,3}${l})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:l=>new RegExp(`^ {0,${Math.min(3,l-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),hrRegex:l=>new RegExp(`^ {0,${Math.min(3,l-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),fencesBeginRegex:l=>new RegExp(`^ {0,${Math.min(3,l-1)}}(?:\`\`\`|~~~)`),headingBeginRegex:l=>new RegExp(`^ {0,${Math.min(3,l-1)}}#`),htmlBeginRegex:l=>new RegExp(`^ {0,${Math.min(3,l-1)}}<(?:[a-z].*>|!--)`,"i")},$e=/^(?:[ \t]*(?:\n|$))+/,_e=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,Le=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,O=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,ze=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,F=/(?:[*+-]|\d{1,9}[.)])/,ie=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,oe=h(ie).replace(/bull/g,F).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),Me=h(ie).replace(/bull/g,F).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),Q=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,Pe=/^[^\n]+/,U=/(?!\s*\])(?:\\.|[^\[\]\\])+/,Ae=h(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",U).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),Ee=h(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,F).getRegex(),v="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",K=/|$))/,Ce=h("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))","i").replace("comment",K).replace("tag",v).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),le=h(Q).replace("hr",O).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",v).getRegex(),Ie=h(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",le).getRegex(),X={blockquote:Ie,code:_e,def:Ae,fences:Le,heading:ze,hr:O,html:Ce,lheading:oe,list:Ee,newline:$e,paragraph:le,table:I,text:Pe},re=h("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",O).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3} )[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",v).getRegex(),Oe={...X,lheading:Me,table:re,paragraph:h(Q).replace("hr",O).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",re).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",v).getRegex()},Be={...X,html:h(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",K).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:I,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:h(Q).replace("hr",O).replace("heading",` *#{1,6} *[^ -]`).replace("lheading",oe).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},qe=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,ve=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,ae=/^( {2,}|\\)\n(?!\s*$)/,De=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\]*?>/g,ue=/^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/,je=h(ue,"u").replace(/punct/g,D).getRegex(),Fe=h(ue,"u").replace(/punct/g,pe).getRegex(),he="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",Qe=h(he,"gu").replace(/notPunctSpace/g,ce).replace(/punctSpace/g,W).replace(/punct/g,D).getRegex(),Ue=h(he,"gu").replace(/notPunctSpace/g,He).replace(/punctSpace/g,Ge).replace(/punct/g,pe).getRegex(),Ke=h("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,ce).replace(/punctSpace/g,W).replace(/punct/g,D).getRegex(),Xe=h(/\\(punct)/,"gu").replace(/punct/g,D).getRegex(),We=h(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),Je=h(K).replace("(?:-->|$)","-->").getRegex(),Ve=h("^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^").replace("comment",Je).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),q=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Ye=h(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label",q).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),ke=h(/^!?\[(label)\]\[(ref)\]/).replace("label",q).replace("ref",U).getRegex(),ge=h(/^!?\[(ref)\](?:\[\])?/).replace("ref",U).getRegex(),et=h("reflink|nolink(?!\\()","g").replace("reflink",ke).replace("nolink",ge).getRegex(),J={_backpedal:I,anyPunctuation:Xe,autolink:We,blockSkip:Ne,br:ae,code:ve,del:I,emStrongLDelim:je,emStrongRDelimAst:Qe,emStrongRDelimUnd:Ke,escape:qe,link:Ye,nolink:ge,punctuation:Ze,reflink:ke,reflinkSearch:et,tag:Ve,text:De,url:I},tt={...J,link:h(/^!?\[(label)\]\((.*?)\)/).replace("label",q).getRegex(),reflink:h(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",q).getRegex()},j={...J,emStrongRDelimAst:Ue,emStrongLDelim:Fe,url:h(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\":">",'"':""","'":"'"},fe=l=>st[l];function R(l,e){if(e){if(m.escapeTest.test(l))return l.replace(m.escapeReplace,fe)}else if(m.escapeTestNoEncode.test(l))return l.replace(m.escapeReplaceNoEncode,fe);return l}function V(l){try{l=encodeURI(l).replace(m.percentDecode,"%")}catch{return null}return l}function Y(l,e){let t=l.replace(m.findPipe,(i,r,o)=>{let a=!1,c=r;for(;--c>=0&&o[c]==="\\";)a=!a;return a?"|":" |"}),n=t.split(m.splitPipe),s=0;if(n[0].trim()||n.shift(),n.length>0&&!n.at(-1)?.trim()&&n.pop(),e)if(n.length>e)n.splice(e);else for(;n.length0?-2:-1}function me(l,e,t,n,s){let i=e.href,r=e.title||null,o=l[1].replace(s.other.outputLinkReplace,"$1");n.state.inLink=!0;let a={type:l[0].charAt(0)==="!"?"image":"link",raw:t,href:i,title:r,text:o,tokens:n.inlineTokens(o)};return n.state.inLink=!1,a}function rt(l,e,t){let n=l.match(t.other.indentCodeCompensation);if(n===null)return e;let s=n[1];return e.split(` -`).map(i=>{let r=i.match(t.other.beginningSpace);if(r===null)return i;let[o]=r;return o.length>=s.length?i.slice(s.length):i}).join(` -`)}var S=class{options;rules;lexer;constructor(e){this.options=e||w}space(e){let t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}code(e){let t=this.rules.block.code.exec(e);if(t){let n=t[0].replace(this.rules.other.codeRemoveIndent,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?n:A(n,` -`)}}}fences(e){let t=this.rules.block.fences.exec(e);if(t){let n=t[0],s=rt(n,t[3]||"",this.rules);return{type:"code",raw:n,lang:t[2]?t[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):t[2],text:s}}}heading(e){let t=this.rules.block.heading.exec(e);if(t){let n=t[2].trim();if(this.rules.other.endingHash.test(n)){let s=A(n,"#");(this.options.pedantic||!s||this.rules.other.endingSpaceChar.test(s))&&(n=s.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:n,tokens:this.lexer.inline(n)}}}hr(e){let t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:A(t[0],` -`)}}blockquote(e){let t=this.rules.block.blockquote.exec(e);if(t){let n=A(t[0],` -`).split(` -`),s="",i="",r=[];for(;n.length>0;){let o=!1,a=[],c;for(c=0;c1,i={type:"list",raw:"",ordered:s,start:s?+n.slice(0,-1):"",loose:!1,items:[]};n=s?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=s?n:"[*+-]");let r=this.rules.other.listItemRegex(n),o=!1;for(;e;){let c=!1,p="",u="";if(!(t=r.exec(e))||this.rules.block.hr.test(e))break;p=t[0],e=e.substring(p.length);let d=t[2].split(` -`,1)[0].replace(this.rules.other.listReplaceTabs,Z=>" ".repeat(3*Z.length)),g=e.split(` -`,1)[0],T=!d.trim(),f=0;if(this.options.pedantic?(f=2,u=d.trimStart()):T?f=t[1].length+1:(f=t[2].search(this.rules.other.nonSpaceChar),f=f>4?1:f,u=d.slice(f),f+=t[1].length),T&&this.rules.other.blankLine.test(g)&&(p+=g+` -`,e=e.substring(g.length+1),c=!0),!c){let Z=this.rules.other.nextBulletRegex(f),te=this.rules.other.hrRegex(f),ne=this.rules.other.fencesBeginRegex(f),se=this.rules.other.headingBeginRegex(f),xe=this.rules.other.htmlBeginRegex(f);for(;e;){let G=e.split(` -`,1)[0],C;if(g=G,this.options.pedantic?(g=g.replace(this.rules.other.listReplaceNesting," "),C=g):C=g.replace(this.rules.other.tabCharGlobal," "),ne.test(g)||se.test(g)||xe.test(g)||Z.test(g)||te.test(g))break;if(C.search(this.rules.other.nonSpaceChar)>=f||!g.trim())u+=` -`+C.slice(f);else{if(T||d.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||ne.test(d)||se.test(d)||te.test(d))break;u+=` -`+g}!T&&!g.trim()&&(T=!0),p+=G+` -`,e=e.substring(G.length+1),d=C.slice(f)}}i.loose||(o?i.loose=!0:this.rules.other.doubleBlankLine.test(p)&&(o=!0));let y=null,ee;this.options.gfm&&(y=this.rules.other.listIsTask.exec(u),y&&(ee=y[0]!=="[ ] ",u=u.replace(this.rules.other.listReplaceTask,""))),i.items.push({type:"list_item",raw:p,task:!!y,checked:ee,loose:!1,text:u,tokens:[]}),i.raw+=p}let a=i.items.at(-1);if(a)a.raw=a.raw.trimEnd(),a.text=a.text.trimEnd();else return;i.raw=i.raw.trimEnd();for(let c=0;cd.type==="space"),u=p.length>0&&p.some(d=>this.rules.other.anyLine.test(d.raw));i.loose=u}if(i.loose)for(let c=0;c({text:a,tokens:this.lexer.inline(a),header:!1,align:r.align[c]})));return r}}lheading(e){let t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:t[2].charAt(0)==="="?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}paragraph(e){let t=this.rules.block.paragraph.exec(e);if(t){let n=t[1].charAt(t[1].length-1)===` -`?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:n,tokens:this.lexer.inline(n)}}}text(e){let t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}escape(e){let t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:t[1]}}tag(e){let t=this.rules.inline.tag.exec(e);if(t)return!this.lexer.state.inLink&&this.rules.other.startATag.test(t[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:t[0]}}link(e){let t=this.rules.inline.link.exec(e);if(t){let n=t[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(n)){if(!this.rules.other.endAngleBracket.test(n))return;let r=A(n.slice(0,-1),"\\");if((n.length-r.length)%2===0)return}else{let r=de(t[2],"()");if(r===-2)return;if(r>-1){let a=(t[0].indexOf("!")===0?5:4)+t[1].length+r;t[2]=t[2].substring(0,r),t[0]=t[0].substring(0,a).trim(),t[3]=""}}let s=t[2],i="";if(this.options.pedantic){let r=this.rules.other.pedanticHrefTitle.exec(s);r&&(s=r[1],i=r[3])}else i=t[3]?t[3].slice(1,-1):"";return s=s.trim(),this.rules.other.startAngleBracket.test(s)&&(this.options.pedantic&&!this.rules.other.endAngleBracket.test(n)?s=s.slice(1):s=s.slice(1,-1)),me(t,{href:s&&s.replace(this.rules.inline.anyPunctuation,"$1"),title:i&&i.replace(this.rules.inline.anyPunctuation,"$1")},t[0],this.lexer,this.rules)}}reflink(e,t){let n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){let s=(n[2]||n[1]).replace(this.rules.other.multipleSpaceGlobal," "),i=t[s.toLowerCase()];if(!i){let r=n[0].charAt(0);return{type:"text",raw:r,text:r}}return me(n,i,n[0],this.lexer,this.rules)}}emStrong(e,t,n=""){let s=this.rules.inline.emStrongLDelim.exec(e);if(!s||s[3]&&n.match(this.rules.other.unicodeAlphaNumeric))return;if(!(s[1]||s[2]||"")||!n||this.rules.inline.punctuation.exec(n)){let r=[...s[0]].length-1,o,a,c=r,p=0,u=s[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(u.lastIndex=0,t=t.slice(-1*e.length+r);(s=u.exec(t))!=null;){if(o=s[1]||s[2]||s[3]||s[4]||s[5]||s[6],!o)continue;if(a=[...o].length,s[3]||s[4]){c+=a;continue}else if((s[5]||s[6])&&r%3&&!((r+a)%3)){p+=a;continue}if(c-=a,c>0)continue;a=Math.min(a,a+c+p);let d=[...s[0]][0].length,g=e.slice(0,r+s.index+d+a);if(Math.min(r,a)%2){let f=g.slice(1,-1);return{type:"em",raw:g,text:f,tokens:this.lexer.inlineTokens(f)}}let T=g.slice(2,-2);return{type:"strong",raw:g,text:T,tokens:this.lexer.inlineTokens(T)}}}}codespan(e){let t=this.rules.inline.code.exec(e);if(t){let n=t[2].replace(this.rules.other.newLineCharGlobal," "),s=this.rules.other.nonSpaceChar.test(n),i=this.rules.other.startingSpaceChar.test(n)&&this.rules.other.endingSpaceChar.test(n);return s&&i&&(n=n.substring(1,n.length-1)),{type:"codespan",raw:t[0],text:n}}}br(e){let t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}del(e){let t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}autolink(e){let t=this.rules.inline.autolink.exec(e);if(t){let n,s;return t[2]==="@"?(n=t[1],s="mailto:"+n):(n=t[1],s=n),{type:"link",raw:t[0],text:n,href:s,tokens:[{type:"text",raw:n,text:n}]}}}url(e){let t;if(t=this.rules.inline.url.exec(e)){let n,s;if(t[2]==="@")n=t[0],s="mailto:"+n;else{let i;do i=t[0],t[0]=this.rules.inline._backpedal.exec(t[0])?.[0]??"";while(i!==t[0]);n=t[0],t[1]==="www."?s="http://"+t[0]:s=t[0]}return{type:"link",raw:t[0],text:n,href:s,tokens:[{type:"text",raw:n,text:n}]}}}inlineText(e){let t=this.rules.inline.text.exec(e);if(t){let n=this.lexer.state.inRawBlock;return{type:"text",raw:t[0],text:t[0],escaped:n}}}};var x=class l{tokens;options;state;tokenizer;inlineQueue;constructor(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||w,this.options.tokenizer=this.options.tokenizer||new S,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};let t={other:m,block:B.normal,inline:P.normal};this.options.pedantic?(t.block=B.pedantic,t.inline=P.pedantic):this.options.gfm&&(t.block=B.gfm,this.options.breaks?t.inline=P.breaks:t.inline=P.gfm),this.tokenizer.rules=t}static get rules(){return{block:B,inline:P}}static lex(e,t){return new l(t).lex(e)}static lexInline(e,t){return new l(t).inlineTokens(e)}lex(e){e=e.replace(m.carriageReturn,` -`),this.blockTokens(e,this.tokens);for(let t=0;t(s=r.call({lexer:this},e,t))?(e=e.substring(s.raw.length),t.push(s),!0):!1))continue;if(s=this.tokenizer.space(e)){e=e.substring(s.raw.length);let r=t.at(-1);s.raw.length===1&&r!==void 0?r.raw+=` -`:t.push(s);continue}if(s=this.tokenizer.code(e)){e=e.substring(s.raw.length);let r=t.at(-1);r?.type==="paragraph"||r?.type==="text"?(r.raw+=` -`+s.raw,r.text+=` -`+s.text,this.inlineQueue.at(-1).src=r.text):t.push(s);continue}if(s=this.tokenizer.fences(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.heading(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.hr(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.blockquote(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.list(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.html(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.def(e)){e=e.substring(s.raw.length);let r=t.at(-1);r?.type==="paragraph"||r?.type==="text"?(r.raw+=` -`+s.raw,r.text+=` -`+s.raw,this.inlineQueue.at(-1).src=r.text):this.tokens.links[s.tag]||(this.tokens.links[s.tag]={href:s.href,title:s.title});continue}if(s=this.tokenizer.table(e)){e=e.substring(s.raw.length),t.push(s);continue}if(s=this.tokenizer.lheading(e)){e=e.substring(s.raw.length),t.push(s);continue}let i=e;if(this.options.extensions?.startBlock){let r=1/0,o=e.slice(1),a;this.options.extensions.startBlock.forEach(c=>{a=c.call({lexer:this},o),typeof a=="number"&&a>=0&&(r=Math.min(r,a))}),r<1/0&&r>=0&&(i=e.substring(0,r+1))}if(this.state.top&&(s=this.tokenizer.paragraph(i))){let r=t.at(-1);n&&r?.type==="paragraph"?(r.raw+=` -`+s.raw,r.text+=` -`+s.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=r.text):t.push(s),n=i.length!==e.length,e=e.substring(s.raw.length);continue}if(s=this.tokenizer.text(e)){e=e.substring(s.raw.length);let r=t.at(-1);r?.type==="text"?(r.raw+=` -`+s.raw,r.text+=` -`+s.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=r.text):t.push(s);continue}if(e){let r="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(r);break}else throw new Error(r)}}return this.state.top=!0,t}inline(e,t=[]){return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e,t=[]){let n=e,s=null;if(this.tokens.links){let o=Object.keys(this.tokens.links);if(o.length>0)for(;(s=this.tokenizer.rules.inline.reflinkSearch.exec(n))!=null;)o.includes(s[0].slice(s[0].lastIndexOf("[")+1,-1))&&(n=n.slice(0,s.index)+"["+"a".repeat(s[0].length-2)+"]"+n.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(s=this.tokenizer.rules.inline.anyPunctuation.exec(n))!=null;)n=n.slice(0,s.index)+"++"+n.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;(s=this.tokenizer.rules.inline.blockSkip.exec(n))!=null;)n=n.slice(0,s.index)+"["+"a".repeat(s[0].length-2)+"]"+n.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);let i=!1,r="";for(;e;){i||(r=""),i=!1;let o;if(this.options.extensions?.inline?.some(c=>(o=c.call({lexer:this},e,t))?(e=e.substring(o.raw.length),t.push(o),!0):!1))continue;if(o=this.tokenizer.escape(e)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.tag(e)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.link(e)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(o.raw.length);let c=t.at(-1);o.type==="text"&&c?.type==="text"?(c.raw+=o.raw,c.text+=o.text):t.push(o);continue}if(o=this.tokenizer.emStrong(e,n,r)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.codespan(e)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.br(e)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.del(e)){e=e.substring(o.raw.length),t.push(o);continue}if(o=this.tokenizer.autolink(e)){e=e.substring(o.raw.length),t.push(o);continue}if(!this.state.inLink&&(o=this.tokenizer.url(e))){e=e.substring(o.raw.length),t.push(o);continue}let a=e;if(this.options.extensions?.startInline){let c=1/0,p=e.slice(1),u;this.options.extensions.startInline.forEach(d=>{u=d.call({lexer:this},p),typeof u=="number"&&u>=0&&(c=Math.min(c,u))}),c<1/0&&c>=0&&(a=e.substring(0,c+1))}if(o=this.tokenizer.inlineText(a)){e=e.substring(o.raw.length),o.raw.slice(-1)!=="_"&&(r=o.raw.slice(-1)),i=!0;let c=t.at(-1);c?.type==="text"?(c.raw+=o.raw,c.text+=o.text):t.push(o);continue}if(e){let c="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(c);break}else throw new Error(c)}}return t}};var $=class{options;parser;constructor(e){this.options=e||w}space(e){return""}code({text:e,lang:t,escaped:n}){let s=(t||"").match(m.notSpaceStart)?.[0],i=e.replace(m.endingNewline,"")+` -`;return s?'
    '+(n?i:R(i,!0))+`
    -`:"
    "+(n?i:R(i,!0))+`
    -`}blockquote({tokens:e}){return`
    -${this.parser.parse(e)}
    -`}html({text:e}){return e}heading({tokens:e,depth:t}){return`${this.parser.parseInline(e)} -`}hr(e){return`
    -`}list(e){let t=e.ordered,n=e.start,s="";for(let o=0;o -`+s+" -`}listitem(e){let t="";if(e.task){let n=this.checkbox({checked:!!e.checked});e.loose?e.tokens[0]?.type==="paragraph"?(e.tokens[0].text=n+" "+e.tokens[0].text,e.tokens[0].tokens&&e.tokens[0].tokens.length>0&&e.tokens[0].tokens[0].type==="text"&&(e.tokens[0].tokens[0].text=n+" "+R(e.tokens[0].tokens[0].text),e.tokens[0].tokens[0].escaped=!0)):e.tokens.unshift({type:"text",raw:n+" ",text:n+" ",escaped:!0}):t+=n+" "}return t+=this.parser.parse(e.tokens,!!e.loose),`
  • ${t}
  • -`}checkbox({checked:e}){return"'}paragraph({tokens:e}){return`

    ${this.parser.parseInline(e)}

    -`}table(e){let t="",n="";for(let i=0;i${s}`),` - -`+t+` -`+s+`
    -`}tablerow({text:e}){return` -${e} -`}tablecell(e){let t=this.parser.parseInline(e.tokens),n=e.header?"th":"td";return(e.align?`<${n} align="${e.align}">`:`<${n}>`)+t+` -`}strong({tokens:e}){return`${this.parser.parseInline(e)}`}em({tokens:e}){return`${this.parser.parseInline(e)}`}codespan({text:e}){return`${R(e,!0)}`}br(e){return"
    "}del({tokens:e}){return`${this.parser.parseInline(e)}`}link({href:e,title:t,tokens:n}){let s=this.parser.parseInline(n),i=V(e);if(i===null)return s;e=i;let r='
    ",r}image({href:e,title:t,text:n,tokens:s}){s&&(n=this.parser.parseInline(s,this.parser.textRenderer));let i=V(e);if(i===null)return R(n);e=i;let r=`${n}{let o=i[r].flat(1/0);n=n.concat(this.walkTokens(o,t))}):i.tokens&&(n=n.concat(this.walkTokens(i.tokens,t)))}}return n}use(...e){let t=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach(n=>{let s={...n};if(s.async=this.defaults.async||s.async||!1,n.extensions&&(n.extensions.forEach(i=>{if(!i.name)throw new Error("extension name required");if("renderer"in i){let r=t.renderers[i.name];r?t.renderers[i.name]=function(...o){let a=i.renderer.apply(this,o);return a===!1&&(a=r.apply(this,o)),a}:t.renderers[i.name]=i.renderer}if("tokenizer"in i){if(!i.level||i.level!=="block"&&i.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");let r=t[i.level];r?r.unshift(i.tokenizer):t[i.level]=[i.tokenizer],i.start&&(i.level==="block"?t.startBlock?t.startBlock.push(i.start):t.startBlock=[i.start]:i.level==="inline"&&(t.startInline?t.startInline.push(i.start):t.startInline=[i.start]))}"childTokens"in i&&i.childTokens&&(t.childTokens[i.name]=i.childTokens)}),s.extensions=t),n.renderer){let i=this.defaults.renderer||new $(this.defaults);for(let r in n.renderer){if(!(r in i))throw new Error(`renderer '${r}' does not exist`);if(["options","parser"].includes(r))continue;let o=r,a=n.renderer[o],c=i[o];i[o]=(...p)=>{let u=a.apply(i,p);return u===!1&&(u=c.apply(i,p)),u||""}}s.renderer=i}if(n.tokenizer){let i=this.defaults.tokenizer||new S(this.defaults);for(let r in n.tokenizer){if(!(r in i))throw new Error(`tokenizer '${r}' does not exist`);if(["options","rules","lexer"].includes(r))continue;let o=r,a=n.tokenizer[o],c=i[o];i[o]=(...p)=>{let u=a.apply(i,p);return u===!1&&(u=c.apply(i,p)),u}}s.tokenizer=i}if(n.hooks){let i=this.defaults.hooks||new L;for(let r in n.hooks){if(!(r in i))throw new Error(`hook '${r}' does not exist`);if(["options","block"].includes(r))continue;let o=r,a=n.hooks[o],c=i[o];L.passThroughHooks.has(r)?i[o]=p=>{if(this.defaults.async)return Promise.resolve(a.call(i,p)).then(d=>c.call(i,d));let u=a.call(i,p);return c.call(i,u)}:i[o]=(...p)=>{let u=a.apply(i,p);return u===!1&&(u=c.apply(i,p)),u}}s.hooks=i}if(n.walkTokens){let i=this.defaults.walkTokens,r=n.walkTokens;s.walkTokens=function(o){let a=[];return a.push(r.call(this,o)),i&&(a=a.concat(i.call(this,o))),a}}this.defaults={...this.defaults,...s}}),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,t){return x.lex(e,t??this.defaults)}parser(e,t){return b.parse(e,t??this.defaults)}parseMarkdown(e){return(n,s)=>{let i={...s},r={...this.defaults,...i},o=this.onError(!!r.silent,!!r.async);if(this.defaults.async===!0&&i.async===!1)return o(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof n>"u"||n===null)return o(new Error("marked(): input parameter is undefined or null"));if(typeof n!="string")return o(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(n)+", string expected"));r.hooks&&(r.hooks.options=r,r.hooks.block=e);let a=r.hooks?r.hooks.provideLexer():e?x.lex:x.lexInline,c=r.hooks?r.hooks.provideParser():e?b.parse:b.parseInline;if(r.async)return Promise.resolve(r.hooks?r.hooks.preprocess(n):n).then(p=>a(p,r)).then(p=>r.hooks?r.hooks.processAllTokens(p):p).then(p=>r.walkTokens?Promise.all(this.walkTokens(p,r.walkTokens)).then(()=>p):p).then(p=>c(p,r)).then(p=>r.hooks?r.hooks.postprocess(p):p).catch(o);try{r.hooks&&(n=r.hooks.preprocess(n));let p=a(n,r);r.hooks&&(p=r.hooks.processAllTokens(p)),r.walkTokens&&this.walkTokens(p,r.walkTokens);let u=c(p,r);return r.hooks&&(u=r.hooks.postprocess(u)),u}catch(p){return o(p)}}}onError(e,t){return n=>{if(n.message+=` -Please report this to https://github.com/markedjs/marked.`,e){let s="

    An error occurred:

    "+R(n.message+"",!0)+"
    ";return t?Promise.resolve(s):s}if(t)return Promise.reject(n);throw n}}};var M=new E;function k(l,e){return M.parse(l,e)}k.options=k.setOptions=function(l){return M.setOptions(l),k.defaults=M.defaults,N(k.defaults),k};k.getDefaults=z;k.defaults=w;k.use=function(...l){return M.use(...l),k.defaults=M.defaults,N(k.defaults),k};k.walkTokens=function(l,e){return M.walkTokens(l,e)};k.parseInline=M.parseInline;k.Parser=b;k.parser=b.parse;k.Renderer=$;k.TextRenderer=_;k.Lexer=x;k.lexer=x.lex;k.Tokenizer=S;k.Hooks=L;k.parse=k;var it=k.options,ot=k.setOptions,lt=k.use,at=k.walkTokens,ct=k.parseInline,pt=k,ut=b.parse,ht=x.lex; -if(__exports != exports)module.exports = exports;return module.exports})); -//# sourceMappingURL=marked.umd.js.map +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : + typeof define === 'function' && define.amd ? define(['exports'], factory) : + (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.marked = {})); +})(this, (function (exports) { 'use strict'; + + function _defineProperties(target, props) { + for (var i = 0; i < props.length; i++) { + var descriptor = props[i]; + descriptor.enumerable = descriptor.enumerable || false; + descriptor.configurable = true; + if ("value" in descriptor) descriptor.writable = true; + Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); + } + } + function _createClass(Constructor, protoProps, staticProps) { + if (protoProps) _defineProperties(Constructor.prototype, protoProps); + if (staticProps) _defineProperties(Constructor, staticProps); + Object.defineProperty(Constructor, "prototype", { + writable: false + }); + return Constructor; + } + function _extends() { + _extends = Object.assign ? Object.assign.bind() : function (target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i]; + for (var key in source) { + if (Object.prototype.hasOwnProperty.call(source, key)) { + target[key] = source[key]; + } + } + } + return target; + }; + return _extends.apply(this, arguments); + } + function _unsupportedIterableToArray(o, minLen) { + if (!o) return; + if (typeof o === "string") return _arrayLikeToArray(o, minLen); + var n = Object.prototype.toString.call(o).slice(8, -1); + if (n === "Object" && o.constructor) n = o.constructor.name; + if (n === "Map" || n === "Set") return Array.from(o); + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); + } + function _arrayLikeToArray(arr, len) { + if (len == null || len > arr.length) len = arr.length; + for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; + return arr2; + } + function _createForOfIteratorHelperLoose(o, allowArrayLike) { + var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; + if (it) return (it = it.call(o)).next.bind(it); + if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { + if (it) o = it; + var i = 0; + return function () { + if (i >= o.length) return { + done: true + }; + return { + done: false, + value: o[i++] + }; + }; + } + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + } + function _toPrimitive(input, hint) { + if (typeof input !== "object" || input === null) return input; + var prim = input[Symbol.toPrimitive]; + if (prim !== undefined) { + var res = prim.call(input, hint || "default"); + if (typeof res !== "object") return res; + throw new TypeError("@@toPrimitive must return a primitive value."); + } + return (hint === "string" ? String : Number)(input); + } + function _toPropertyKey(arg) { + var key = _toPrimitive(arg, "string"); + return typeof key === "symbol" ? key : String(key); + } + + function getDefaults() { + return { + async: false, + baseUrl: null, + breaks: false, + extensions: null, + gfm: true, + headerIds: true, + headerPrefix: '', + highlight: null, + hooks: null, + langPrefix: 'language-', + mangle: true, + pedantic: false, + renderer: null, + sanitize: false, + sanitizer: null, + silent: false, + smartypants: false, + tokenizer: null, + walkTokens: null, + xhtml: false + }; + } + exports.defaults = getDefaults(); + function changeDefaults(newDefaults) { + exports.defaults = newDefaults; + } + + /** + * Helpers + */ + var escapeTest = /[&<>"']/; + var escapeReplace = new RegExp(escapeTest.source, 'g'); + var escapeTestNoEncode = /[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/; + var escapeReplaceNoEncode = new RegExp(escapeTestNoEncode.source, 'g'); + var escapeReplacements = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + "'": ''' + }; + var getEscapeReplacement = function getEscapeReplacement(ch) { + return escapeReplacements[ch]; + }; + function escape(html, encode) { + if (encode) { + if (escapeTest.test(html)) { + return html.replace(escapeReplace, getEscapeReplacement); + } + } else { + if (escapeTestNoEncode.test(html)) { + return html.replace(escapeReplaceNoEncode, getEscapeReplacement); + } + } + return html; + } + var unescapeTest = /&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig; + + /** + * @param {string} html + */ + function unescape(html) { + // explicitly match decimal, hex, and named HTML entities + return html.replace(unescapeTest, function (_, n) { + n = n.toLowerCase(); + if (n === 'colon') return ':'; + if (n.charAt(0) === '#') { + return n.charAt(1) === 'x' ? String.fromCharCode(parseInt(n.substring(2), 16)) : String.fromCharCode(+n.substring(1)); + } + return ''; + }); + } + var caret = /(^|[^\[])\^/g; + + /** + * @param {string | RegExp} regex + * @param {string} opt + */ + function edit(regex, opt) { + regex = typeof regex === 'string' ? regex : regex.source; + opt = opt || ''; + var obj = { + replace: function replace(name, val) { + val = val.source || val; + val = val.replace(caret, '$1'); + regex = regex.replace(name, val); + return obj; + }, + getRegex: function getRegex() { + return new RegExp(regex, opt); + } + }; + return obj; + } + var nonWordAndColonTest = /[^\w:]/g; + var originIndependentUrl = /^$|^[a-z][a-z0-9+.-]*:|^[?#]/i; + + /** + * @param {boolean} sanitize + * @param {string} base + * @param {string} href + */ + function cleanUrl(sanitize, base, href) { + if (sanitize) { + var prot; + try { + prot = decodeURIComponent(unescape(href)).replace(nonWordAndColonTest, '').toLowerCase(); + } catch (e) { + return null; + } + if (prot.indexOf('javascript:') === 0 || prot.indexOf('vbscript:') === 0 || prot.indexOf('data:') === 0) { + return null; + } + } + if (base && !originIndependentUrl.test(href)) { + href = resolveUrl(base, href); + } + try { + href = encodeURI(href).replace(/%25/g, '%'); + } catch (e) { + return null; + } + return href; + } + var baseUrls = {}; + var justDomain = /^[^:]+:\/*[^/]*$/; + var protocol = /^([^:]+:)[\s\S]*$/; + var domain = /^([^:]+:\/*[^/]*)[\s\S]*$/; + + /** + * @param {string} base + * @param {string} href + */ + function resolveUrl(base, href) { + if (!baseUrls[' ' + base]) { + // we can ignore everything in base after the last slash of its path component, + // but we might need to add _that_ + // https://tools.ietf.org/html/rfc3986#section-3 + if (justDomain.test(base)) { + baseUrls[' ' + base] = base + '/'; + } else { + baseUrls[' ' + base] = rtrim(base, '/', true); + } + } + base = baseUrls[' ' + base]; + var relativeBase = base.indexOf(':') === -1; + if (href.substring(0, 2) === '//') { + if (relativeBase) { + return href; + } + return base.replace(protocol, '$1') + href; + } else if (href.charAt(0) === '/') { + if (relativeBase) { + return href; + } + return base.replace(domain, '$1') + href; + } else { + return base + href; + } + } + var noopTest = { + exec: function noopTest() {} + }; + function splitCells(tableRow, count) { + // ensure that every cell-delimiting pipe has a space + // before it to distinguish it from an escaped pipe + var row = tableRow.replace(/\|/g, function (match, offset, str) { + var escaped = false, + curr = offset; + while (--curr >= 0 && str[curr] === '\\') { + escaped = !escaped; + } + if (escaped) { + // odd number of slashes means | is escaped + // so we leave it alone + return '|'; + } else { + // add space before unescaped | + return ' |'; + } + }), + cells = row.split(/ \|/); + var i = 0; + + // First/last cell in a row cannot be empty if it has no leading/trailing pipe + if (!cells[0].trim()) { + cells.shift(); + } + if (cells.length > 0 && !cells[cells.length - 1].trim()) { + cells.pop(); + } + if (cells.length > count) { + cells.splice(count); + } else { + while (cells.length < count) { + cells.push(''); + } + } + for (; i < cells.length; i++) { + // leading or trailing whitespace is ignored per the gfm spec + cells[i] = cells[i].trim().replace(/\\\|/g, '|'); + } + return cells; + } + + /** + * Remove trailing 'c's. Equivalent to str.replace(/c*$/, ''). + * /c*$/ is vulnerable to REDOS. + * + * @param {string} str + * @param {string} c + * @param {boolean} invert Remove suffix of non-c chars instead. Default falsey. + */ + function rtrim(str, c, invert) { + var l = str.length; + if (l === 0) { + return ''; + } + + // Length of suffix matching the invert condition. + var suffLen = 0; + + // Step left until we fail to match the invert condition. + while (suffLen < l) { + var currChar = str.charAt(l - suffLen - 1); + if (currChar === c && !invert) { + suffLen++; + } else if (currChar !== c && invert) { + suffLen++; + } else { + break; + } + } + return str.slice(0, l - suffLen); + } + function findClosingBracket(str, b) { + if (str.indexOf(b[1]) === -1) { + return -1; + } + var l = str.length; + var level = 0, + i = 0; + for (; i < l; i++) { + if (str[i] === '\\') { + i++; + } else if (str[i] === b[0]) { + level++; + } else if (str[i] === b[1]) { + level--; + if (level < 0) { + return i; + } + } + } + return -1; + } + function checkSanitizeDeprecation(opt) { + if (opt && opt.sanitize && !opt.silent) { + console.warn('marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options'); + } + } + + // copied from https://stackoverflow.com/a/5450113/806777 + /** + * @param {string} pattern + * @param {number} count + */ + function repeatString(pattern, count) { + if (count < 1) { + return ''; + } + var result = ''; + while (count > 1) { + if (count & 1) { + result += pattern; + } + count >>= 1; + pattern += pattern; + } + return result + pattern; + } + + function outputLink(cap, link, raw, lexer) { + var href = link.href; + var title = link.title ? escape(link.title) : null; + var text = cap[1].replace(/\\([\[\]])/g, '$1'); + if (cap[0].charAt(0) !== '!') { + lexer.state.inLink = true; + var token = { + type: 'link', + raw: raw, + href: href, + title: title, + text: text, + tokens: lexer.inlineTokens(text) + }; + lexer.state.inLink = false; + return token; + } + return { + type: 'image', + raw: raw, + href: href, + title: title, + text: escape(text) + }; + } + function indentCodeCompensation(raw, text) { + var matchIndentToCode = raw.match(/^(\s+)(?:```)/); + if (matchIndentToCode === null) { + return text; + } + var indentToCode = matchIndentToCode[1]; + return text.split('\n').map(function (node) { + var matchIndentInNode = node.match(/^\s+/); + if (matchIndentInNode === null) { + return node; + } + var indentInNode = matchIndentInNode[0]; + if (indentInNode.length >= indentToCode.length) { + return node.slice(indentToCode.length); + } + return node; + }).join('\n'); + } + + /** + * Tokenizer + */ + var Tokenizer = /*#__PURE__*/function () { + function Tokenizer(options) { + this.options = options || exports.defaults; + } + var _proto = Tokenizer.prototype; + _proto.space = function space(src) { + var cap = this.rules.block.newline.exec(src); + if (cap && cap[0].length > 0) { + return { + type: 'space', + raw: cap[0] + }; + } + }; + _proto.code = function code(src) { + var cap = this.rules.block.code.exec(src); + if (cap) { + var text = cap[0].replace(/^ {1,4}/gm, ''); + return { + type: 'code', + raw: cap[0], + codeBlockStyle: 'indented', + text: !this.options.pedantic ? rtrim(text, '\n') : text + }; + } + }; + _proto.fences = function fences(src) { + var cap = this.rules.block.fences.exec(src); + if (cap) { + var raw = cap[0]; + var text = indentCodeCompensation(raw, cap[3] || ''); + return { + type: 'code', + raw: raw, + lang: cap[2] ? cap[2].trim().replace(this.rules.inline._escapes, '$1') : cap[2], + text: text + }; + } + }; + _proto.heading = function heading(src) { + var cap = this.rules.block.heading.exec(src); + if (cap) { + var text = cap[2].trim(); + + // remove trailing #s + if (/#$/.test(text)) { + var trimmed = rtrim(text, '#'); + if (this.options.pedantic) { + text = trimmed.trim(); + } else if (!trimmed || / $/.test(trimmed)) { + // CommonMark requires space before trailing #s + text = trimmed.trim(); + } + } + return { + type: 'heading', + raw: cap[0], + depth: cap[1].length, + text: text, + tokens: this.lexer.inline(text) + }; + } + }; + _proto.hr = function hr(src) { + var cap = this.rules.block.hr.exec(src); + if (cap) { + return { + type: 'hr', + raw: cap[0] + }; + } + }; + _proto.blockquote = function blockquote(src) { + var cap = this.rules.block.blockquote.exec(src); + if (cap) { + var text = cap[0].replace(/^ *>[ \t]?/gm, ''); + var top = this.lexer.state.top; + this.lexer.state.top = true; + var tokens = this.lexer.blockTokens(text); + this.lexer.state.top = top; + return { + type: 'blockquote', + raw: cap[0], + tokens: tokens, + text: text + }; + } + }; + _proto.list = function list(src) { + var cap = this.rules.block.list.exec(src); + if (cap) { + var raw, istask, ischecked, indent, i, blankLine, endsWithBlankLine, line, nextLine, rawLine, itemContents, endEarly; + var bull = cap[1].trim(); + var isordered = bull.length > 1; + var list = { + type: 'list', + raw: '', + ordered: isordered, + start: isordered ? +bull.slice(0, -1) : '', + loose: false, + items: [] + }; + bull = isordered ? "\\d{1,9}\\" + bull.slice(-1) : "\\" + bull; + if (this.options.pedantic) { + bull = isordered ? bull : '[*+-]'; + } + + // Get next list item + var itemRegex = new RegExp("^( {0,3}" + bull + ")((?:[\t ][^\\n]*)?(?:\\n|$))"); + + // Check if current bullet point can start a new List Item + while (src) { + endEarly = false; + if (!(cap = itemRegex.exec(src))) { + break; + } + if (this.rules.block.hr.test(src)) { + // End list if bullet was actually HR (possibly move into itemRegex?) + break; + } + raw = cap[0]; + src = src.substring(raw.length); + line = cap[2].split('\n', 1)[0].replace(/^\t+/, function (t) { + return ' '.repeat(3 * t.length); + }); + nextLine = src.split('\n', 1)[0]; + if (this.options.pedantic) { + indent = 2; + itemContents = line.trimLeft(); + } else { + indent = cap[2].search(/[^ ]/); // Find first non-space char + indent = indent > 4 ? 1 : indent; // Treat indented code blocks (> 4 spaces) as having only 1 indent + itemContents = line.slice(indent); + indent += cap[1].length; + } + blankLine = false; + if (!line && /^ *$/.test(nextLine)) { + // Items begin with at most one blank line + raw += nextLine + '\n'; + src = src.substring(nextLine.length + 1); + endEarly = true; + } + if (!endEarly) { + var nextBulletRegex = new RegExp("^ {0," + Math.min(3, indent - 1) + "}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))"); + var hrRegex = new RegExp("^ {0," + Math.min(3, indent - 1) + "}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)"); + var fencesBeginRegex = new RegExp("^ {0," + Math.min(3, indent - 1) + "}(?:```|~~~)"); + var headingBeginRegex = new RegExp("^ {0," + Math.min(3, indent - 1) + "}#"); + + // Check if following lines should be included in List Item + while (src) { + rawLine = src.split('\n', 1)[0]; + nextLine = rawLine; + + // Re-align to follow commonmark nesting rules + if (this.options.pedantic) { + nextLine = nextLine.replace(/^ {1,4}(?=( {4})*[^ ])/g, ' '); + } + + // End list item if found code fences + if (fencesBeginRegex.test(nextLine)) { + break; + } + + // End list item if found start of new heading + if (headingBeginRegex.test(nextLine)) { + break; + } + + // End list item if found start of new bullet + if (nextBulletRegex.test(nextLine)) { + break; + } + + // Horizontal rule found + if (hrRegex.test(src)) { + break; + } + if (nextLine.search(/[^ ]/) >= indent || !nextLine.trim()) { + // Dedent if possible + itemContents += '\n' + nextLine.slice(indent); + } else { + // not enough indentation + if (blankLine) { + break; + } + + // paragraph continuation unless last line was a different block level element + if (line.search(/[^ ]/) >= 4) { + // indented code block + break; + } + if (fencesBeginRegex.test(line)) { + break; + } + if (headingBeginRegex.test(line)) { + break; + } + if (hrRegex.test(line)) { + break; + } + itemContents += '\n' + nextLine; + } + if (!blankLine && !nextLine.trim()) { + // Check if current line is blank + blankLine = true; + } + raw += rawLine + '\n'; + src = src.substring(rawLine.length + 1); + line = nextLine.slice(indent); + } + } + if (!list.loose) { + // If the previous item ended with a blank line, the list is loose + if (endsWithBlankLine) { + list.loose = true; + } else if (/\n *\n *$/.test(raw)) { + endsWithBlankLine = true; + } + } + + // Check for task list items + if (this.options.gfm) { + istask = /^\[[ xX]\] /.exec(itemContents); + if (istask) { + ischecked = istask[0] !== '[ ] '; + itemContents = itemContents.replace(/^\[[ xX]\] +/, ''); + } + } + list.items.push({ + type: 'list_item', + raw: raw, + task: !!istask, + checked: ischecked, + loose: false, + text: itemContents + }); + list.raw += raw; + } + + // Do not consume newlines at end of final item. Alternatively, make itemRegex *start* with any newlines to simplify/speed up endsWithBlankLine logic + list.items[list.items.length - 1].raw = raw.trimRight(); + list.items[list.items.length - 1].text = itemContents.trimRight(); + list.raw = list.raw.trimRight(); + var l = list.items.length; + + // Item child tokens handled here at end because we needed to have the final item to trim it first + for (i = 0; i < l; i++) { + this.lexer.state.top = false; + list.items[i].tokens = this.lexer.blockTokens(list.items[i].text, []); + if (!list.loose) { + // Check if list should be loose + var spacers = list.items[i].tokens.filter(function (t) { + return t.type === 'space'; + }); + var hasMultipleLineBreaks = spacers.length > 0 && spacers.some(function (t) { + return /\n.*\n/.test(t.raw); + }); + list.loose = hasMultipleLineBreaks; + } + } + + // Set all items to loose if list is loose + if (list.loose) { + for (i = 0; i < l; i++) { + list.items[i].loose = true; + } + } + return list; + } + }; + _proto.html = function html(src) { + var cap = this.rules.block.html.exec(src); + if (cap) { + var token = { + type: 'html', + raw: cap[0], + pre: !this.options.sanitizer && (cap[1] === 'pre' || cap[1] === 'script' || cap[1] === 'style'), + text: cap[0] + }; + if (this.options.sanitize) { + var text = this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0]); + token.type = 'paragraph'; + token.text = text; + token.tokens = this.lexer.inline(text); + } + return token; + } + }; + _proto.def = function def(src) { + var cap = this.rules.block.def.exec(src); + if (cap) { + var tag = cap[1].toLowerCase().replace(/\s+/g, ' '); + var href = cap[2] ? cap[2].replace(/^<(.*)>$/, '$1').replace(this.rules.inline._escapes, '$1') : ''; + var title = cap[3] ? cap[3].substring(1, cap[3].length - 1).replace(this.rules.inline._escapes, '$1') : cap[3]; + return { + type: 'def', + tag: tag, + raw: cap[0], + href: href, + title: title + }; + } + }; + _proto.table = function table(src) { + var cap = this.rules.block.table.exec(src); + if (cap) { + var item = { + type: 'table', + header: splitCells(cap[1]).map(function (c) { + return { + text: c + }; + }), + align: cap[2].replace(/^ *|\| *$/g, '').split(/ *\| */), + rows: cap[3] && cap[3].trim() ? cap[3].replace(/\n[ \t]*$/, '').split('\n') : [] + }; + if (item.header.length === item.align.length) { + item.raw = cap[0]; + var l = item.align.length; + var i, j, k, row; + for (i = 0; i < l; i++) { + if (/^ *-+: *$/.test(item.align[i])) { + item.align[i] = 'right'; + } else if (/^ *:-+: *$/.test(item.align[i])) { + item.align[i] = 'center'; + } else if (/^ *:-+ *$/.test(item.align[i])) { + item.align[i] = 'left'; + } else { + item.align[i] = null; + } + } + l = item.rows.length; + for (i = 0; i < l; i++) { + item.rows[i] = splitCells(item.rows[i], item.header.length).map(function (c) { + return { + text: c + }; + }); + } + + // parse child tokens inside headers and cells + + // header child tokens + l = item.header.length; + for (j = 0; j < l; j++) { + item.header[j].tokens = this.lexer.inline(item.header[j].text); + } + + // cell child tokens + l = item.rows.length; + for (j = 0; j < l; j++) { + row = item.rows[j]; + for (k = 0; k < row.length; k++) { + row[k].tokens = this.lexer.inline(row[k].text); + } + } + return item; + } + } + }; + _proto.lheading = function lheading(src) { + var cap = this.rules.block.lheading.exec(src); + if (cap) { + return { + type: 'heading', + raw: cap[0], + depth: cap[2].charAt(0) === '=' ? 1 : 2, + text: cap[1], + tokens: this.lexer.inline(cap[1]) + }; + } + }; + _proto.paragraph = function paragraph(src) { + var cap = this.rules.block.paragraph.exec(src); + if (cap) { + var text = cap[1].charAt(cap[1].length - 1) === '\n' ? cap[1].slice(0, -1) : cap[1]; + return { + type: 'paragraph', + raw: cap[0], + text: text, + tokens: this.lexer.inline(text) + }; + } + }; + _proto.text = function text(src) { + var cap = this.rules.block.text.exec(src); + if (cap) { + return { + type: 'text', + raw: cap[0], + text: cap[0], + tokens: this.lexer.inline(cap[0]) + }; + } + }; + _proto.escape = function escape$1(src) { + var cap = this.rules.inline.escape.exec(src); + if (cap) { + return { + type: 'escape', + raw: cap[0], + text: escape(cap[1]) + }; + } + }; + _proto.tag = function tag(src) { + var cap = this.rules.inline.tag.exec(src); + if (cap) { + if (!this.lexer.state.inLink && /^
    /i.test(cap[0])) { + this.lexer.state.inLink = false; + } + if (!this.lexer.state.inRawBlock && /^<(pre|code|kbd|script)(\s|>)/i.test(cap[0])) { + this.lexer.state.inRawBlock = true; + } else if (this.lexer.state.inRawBlock && /^<\/(pre|code|kbd|script)(\s|>)/i.test(cap[0])) { + this.lexer.state.inRawBlock = false; + } + return { + type: this.options.sanitize ? 'text' : 'html', + raw: cap[0], + inLink: this.lexer.state.inLink, + inRawBlock: this.lexer.state.inRawBlock, + text: this.options.sanitize ? this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0]) : cap[0] + }; + } + }; + _proto.link = function link(src) { + var cap = this.rules.inline.link.exec(src); + if (cap) { + var trimmedUrl = cap[2].trim(); + if (!this.options.pedantic && /^$/.test(trimmedUrl)) { + return; + } + + // ending angle bracket cannot be escaped + var rtrimSlash = rtrim(trimmedUrl.slice(0, -1), '\\'); + if ((trimmedUrl.length - rtrimSlash.length) % 2 === 0) { + return; + } + } else { + // find closing parenthesis + var lastParenIndex = findClosingBracket(cap[2], '()'); + if (lastParenIndex > -1) { + var start = cap[0].indexOf('!') === 0 ? 5 : 4; + var linkLen = start + cap[1].length + lastParenIndex; + cap[2] = cap[2].substring(0, lastParenIndex); + cap[0] = cap[0].substring(0, linkLen).trim(); + cap[3] = ''; + } + } + var href = cap[2]; + var title = ''; + if (this.options.pedantic) { + // split pedantic href and title + var link = /^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(href); + if (link) { + href = link[1]; + title = link[3]; + } + } else { + title = cap[3] ? cap[3].slice(1, -1) : ''; + } + href = href.trim(); + if (/^$/.test(trimmedUrl)) { + // pedantic allows starting angle bracket without ending angle bracket + href = href.slice(1); + } else { + href = href.slice(1, -1); + } + } + return outputLink(cap, { + href: href ? href.replace(this.rules.inline._escapes, '$1') : href, + title: title ? title.replace(this.rules.inline._escapes, '$1') : title + }, cap[0], this.lexer); + } + }; + _proto.reflink = function reflink(src, links) { + var cap; + if ((cap = this.rules.inline.reflink.exec(src)) || (cap = this.rules.inline.nolink.exec(src))) { + var link = (cap[2] || cap[1]).replace(/\s+/g, ' '); + link = links[link.toLowerCase()]; + if (!link) { + var text = cap[0].charAt(0); + return { + type: 'text', + raw: text, + text: text + }; + } + return outputLink(cap, link, cap[0], this.lexer); + } + }; + _proto.emStrong = function emStrong(src, maskedSrc, prevChar) { + if (prevChar === void 0) { + prevChar = ''; + } + var match = this.rules.inline.emStrong.lDelim.exec(src); + if (!match) return; + + // _ can't be between two alphanumerics. \p{L}\p{N} includes non-english alphabet/numbers as well + if (match[3] && prevChar.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDF70-\uDF81\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])/)) return; + var nextChar = match[1] || match[2] || ''; + if (!nextChar || nextChar && (prevChar === '' || this.rules.inline.punctuation.exec(prevChar))) { + var lLength = match[0].length - 1; + var rDelim, + rLength, + delimTotal = lLength, + midDelimTotal = 0; + var endReg = match[0][0] === '*' ? this.rules.inline.emStrong.rDelimAst : this.rules.inline.emStrong.rDelimUnd; + endReg.lastIndex = 0; + + // Clip maskedSrc to same section of string as src (move to lexer?) + maskedSrc = maskedSrc.slice(-1 * src.length + lLength); + while ((match = endReg.exec(maskedSrc)) != null) { + rDelim = match[1] || match[2] || match[3] || match[4] || match[5] || match[6]; + if (!rDelim) continue; // skip single * in __abc*abc__ + + rLength = rDelim.length; + if (match[3] || match[4]) { + // found another Left Delim + delimTotal += rLength; + continue; + } else if (match[5] || match[6]) { + // either Left or Right Delim + if (lLength % 3 && !((lLength + rLength) % 3)) { + midDelimTotal += rLength; + continue; // CommonMark Emphasis Rules 9-10 + } + } + + delimTotal -= rLength; + if (delimTotal > 0) continue; // Haven't found enough closing delimiters + + // Remove extra characters. *a*** -> *a* + rLength = Math.min(rLength, rLength + delimTotal + midDelimTotal); + var raw = src.slice(0, lLength + match.index + (match[0].length - rDelim.length) + rLength); + + // Create `em` if smallest delimiter has odd char count. *a*** + if (Math.min(lLength, rLength) % 2) { + var _text = raw.slice(1, -1); + return { + type: 'em', + raw: raw, + text: _text, + tokens: this.lexer.inlineTokens(_text) + }; + } + + // Create 'strong' if smallest delimiter has even char count. **a*** + var text = raw.slice(2, -2); + return { + type: 'strong', + raw: raw, + text: text, + tokens: this.lexer.inlineTokens(text) + }; + } + } + }; + _proto.codespan = function codespan(src) { + var cap = this.rules.inline.code.exec(src); + if (cap) { + var text = cap[2].replace(/\n/g, ' '); + var hasNonSpaceChars = /[^ ]/.test(text); + var hasSpaceCharsOnBothEnds = /^ /.test(text) && / $/.test(text); + if (hasNonSpaceChars && hasSpaceCharsOnBothEnds) { + text = text.substring(1, text.length - 1); + } + text = escape(text, true); + return { + type: 'codespan', + raw: cap[0], + text: text + }; + } + }; + _proto.br = function br(src) { + var cap = this.rules.inline.br.exec(src); + if (cap) { + return { + type: 'br', + raw: cap[0] + }; + } + }; + _proto.del = function del(src) { + var cap = this.rules.inline.del.exec(src); + if (cap) { + return { + type: 'del', + raw: cap[0], + text: cap[2], + tokens: this.lexer.inlineTokens(cap[2]) + }; + } + }; + _proto.autolink = function autolink(src, mangle) { + var cap = this.rules.inline.autolink.exec(src); + if (cap) { + var text, href; + if (cap[2] === '@') { + text = escape(this.options.mangle ? mangle(cap[1]) : cap[1]); + href = 'mailto:' + text; + } else { + text = escape(cap[1]); + href = text; + } + return { + type: 'link', + raw: cap[0], + text: text, + href: href, + tokens: [{ + type: 'text', + raw: text, + text: text + }] + }; + } + }; + _proto.url = function url(src, mangle) { + var cap; + if (cap = this.rules.inline.url.exec(src)) { + var text, href; + if (cap[2] === '@') { + text = escape(this.options.mangle ? mangle(cap[0]) : cap[0]); + href = 'mailto:' + text; + } else { + // do extended autolink path validation + var prevCapZero; + do { + prevCapZero = cap[0]; + cap[0] = this.rules.inline._backpedal.exec(cap[0])[0]; + } while (prevCapZero !== cap[0]); + text = escape(cap[0]); + if (cap[1] === 'www.') { + href = 'http://' + cap[0]; + } else { + href = cap[0]; + } + } + return { + type: 'link', + raw: cap[0], + text: text, + href: href, + tokens: [{ + type: 'text', + raw: text, + text: text + }] + }; + } + }; + _proto.inlineText = function inlineText(src, smartypants) { + var cap = this.rules.inline.text.exec(src); + if (cap) { + var text; + if (this.lexer.state.inRawBlock) { + text = this.options.sanitize ? this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0]) : cap[0]; + } else { + text = escape(this.options.smartypants ? smartypants(cap[0]) : cap[0]); + } + return { + type: 'text', + raw: cap[0], + text: text + }; + } + }; + return Tokenizer; + }(); + + /** + * Block-Level Grammar + */ + var block = { + newline: /^(?: *(?:\n|$))+/, + code: /^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/, + fences: /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/, + hr: /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/, + heading: /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/, + blockquote: /^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/, + list: /^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/, + html: '^ {0,3}(?:' // optional indentation + + '<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)' // (1) + + '|comment[^\\n]*(\\n+|$)' // (2) + + '|<\\?[\\s\\S]*?(?:\\?>\\n*|$)' // (3) + + '|\\n*|$)' // (4) + + '|\\n*|$)' // (5) + + '|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)' // (6) + + '|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)' // (7) open tag + + '|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)' // (7) closing tag + + ')', + def: /^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/, + table: noopTest, + lheading: /^((?:.|\n(?!\n))+?)\n {0,3}(=+|-+) *(?:\n+|$)/, + // regex template, placeholders will be replaced according to different paragraph + // interruption rules of commonmark and the original markdown spec: + _paragraph: /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/, + text: /^[^\n]+/ + }; + block._label = /(?!\s*\])(?:\\.|[^\[\]\\])+/; + block._title = /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/; + block.def = edit(block.def).replace('label', block._label).replace('title', block._title).getRegex(); + block.bullet = /(?:[*+-]|\d{1,9}[.)])/; + block.listItemStart = edit(/^( *)(bull) */).replace('bull', block.bullet).getRegex(); + block.list = edit(block.list).replace(/bull/g, block.bullet).replace('hr', '\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))').replace('def', '\\n+(?=' + block.def.source + ')').getRegex(); + block._tag = 'address|article|aside|base|basefont|blockquote|body|caption' + '|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption' + '|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe' + '|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option' + '|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr' + '|track|ul'; + block._comment = /|$)/; + block.html = edit(block.html, 'i').replace('comment', block._comment).replace('tag', block._tag).replace('attribute', / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(); + block.paragraph = edit(block._paragraph).replace('hr', block.hr).replace('heading', ' {0,3}#{1,6} ').replace('|lheading', '') // setex headings don't interrupt commonmark paragraphs + .replace('|table', '').replace('blockquote', ' {0,3}>').replace('fences', ' {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n').replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt + .replace('html', ')|<(?:script|pre|style|textarea|!--)').replace('tag', block._tag) // pars can be interrupted by type (6) html blocks + .getRegex(); + block.blockquote = edit(block.blockquote).replace('paragraph', block.paragraph).getRegex(); + + /** + * Normal Block Grammar + */ + + block.normal = _extends({}, block); + + /** + * GFM Block Grammar + */ + + block.gfm = _extends({}, block.normal, { + table: '^ *([^\\n ].*\\|.*)\\n' // Header + + ' {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?' // Align + + '(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)' // Cells + }); + + block.gfm.table = edit(block.gfm.table).replace('hr', block.hr).replace('heading', ' {0,3}#{1,6} ').replace('blockquote', ' {0,3}>').replace('code', ' {4}[^\\n]').replace('fences', ' {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n').replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt + .replace('html', ')|<(?:script|pre|style|textarea|!--)').replace('tag', block._tag) // tables can be interrupted by type (6) html blocks + .getRegex(); + block.gfm.paragraph = edit(block._paragraph).replace('hr', block.hr).replace('heading', ' {0,3}#{1,6} ').replace('|lheading', '') // setex headings don't interrupt commonmark paragraphs + .replace('table', block.gfm.table) // interrupt paragraphs with table + .replace('blockquote', ' {0,3}>').replace('fences', ' {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n').replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt + .replace('html', ')|<(?:script|pre|style|textarea|!--)').replace('tag', block._tag) // pars can be interrupted by type (6) html blocks + .getRegex(); + /** + * Pedantic grammar (original John Gruber's loose markdown specification) + */ + + block.pedantic = _extends({}, block.normal, { + html: edit('^ *(?:comment *(?:\\n|\\s*$)' + '|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)' // closed tag + + '|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))').replace('comment', block._comment).replace(/tag/g, '(?!(?:' + 'a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub' + '|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)' + '\\b)\\w+(?!:|[^\\w\\s@]*@)\\b').getRegex(), + def: /^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/, + heading: /^(#{1,6})(.*)(?:\n+|$)/, + fences: noopTest, + // fences not supported + lheading: /^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/, + paragraph: edit(block.normal._paragraph).replace('hr', block.hr).replace('heading', ' *#{1,6} *[^\n]').replace('lheading', block.lheading).replace('blockquote', ' {0,3}>').replace('|fences', '').replace('|list', '').replace('|html', '').getRegex() + }); + + /** + * Inline-Level Grammar + */ + var inline = { + escape: /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, + autolink: /^<(scheme:[^\s\x00-\x1f<>]*|email)>/, + url: noopTest, + tag: '^comment' + '|^' // self-closing tag + + '|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>' // open tag + + '|^<\\?[\\s\\S]*?\\?>' // processing instruction, e.g. + + '|^' // declaration, e.g. + + '|^', + // CDATA section + link: /^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/, + reflink: /^!?\[(label)\]\[(ref)\]/, + nolink: /^!?\[(ref)\](?:\[\])?/, + reflinkSearch: 'reflink|nolink(?!\\()', + emStrong: { + lDelim: /^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/, + // (1) and (2) can only be a Right Delimiter. (3) and (4) can only be Left. (5) and (6) can be either Left or Right. + // () Skip orphan inside strong () Consume to delim (1) #*** (2) a***#, a*** (3) #***a, ***a (4) ***# (5) #***# (6) a***a + rDelimAst: /^(?:[^_*\\]|\\.)*?\_\_(?:[^_*\\]|\\.)*?\*(?:[^_*\\]|\\.)*?(?=\_\_)|(?:[^*\\]|\\.)+(?=[^*])|[punct_](\*+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|(?:[^punct*_\s\\]|\\.)(\*+)(?=[^punct*_\s])/, + rDelimUnd: /^(?:[^_*\\]|\\.)*?\*\*(?:[^_*\\]|\\.)*?\_(?:[^_*\\]|\\.)*?(?=\*\*)|(?:[^_\\]|\\.)+(?=[^_])|[punct*](\_+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/ // ^- Not allowed for _ + }, + + code: /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/, + br: /^( {2,}|\\)\n(?!\s*$)/, + del: noopTest, + text: /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\?@\\[\\]`^{|}~'; + inline.punctuation = edit(inline.punctuation).replace(/punctuation/g, inline._punctuation).getRegex(); + + // sequences em should skip over [title](link), `code`, + inline.blockSkip = /\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g; + // lookbehind is not available on Safari as of version 16 + // inline.escapedEmSt = /(?<=(?:^|[^\\)(?:\\[^])*)\\[*_]/g; + inline.escapedEmSt = /(?:^|[^\\])(?:\\\\)*\\[*_]/g; + inline._comment = edit(block._comment).replace('(?:-->|$)', '-->').getRegex(); + inline.emStrong.lDelim = edit(inline.emStrong.lDelim).replace(/punct/g, inline._punctuation).getRegex(); + inline.emStrong.rDelimAst = edit(inline.emStrong.rDelimAst, 'g').replace(/punct/g, inline._punctuation).getRegex(); + inline.emStrong.rDelimUnd = edit(inline.emStrong.rDelimUnd, 'g').replace(/punct/g, inline._punctuation).getRegex(); + inline._escapes = /\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g; + inline._scheme = /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/; + inline._email = /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/; + inline.autolink = edit(inline.autolink).replace('scheme', inline._scheme).replace('email', inline._email).getRegex(); + inline._attribute = /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/; + inline.tag = edit(inline.tag).replace('comment', inline._comment).replace('attribute', inline._attribute).getRegex(); + inline._label = /(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/; + inline._href = /<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/; + inline._title = /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/; + inline.link = edit(inline.link).replace('label', inline._label).replace('href', inline._href).replace('title', inline._title).getRegex(); + inline.reflink = edit(inline.reflink).replace('label', inline._label).replace('ref', block._label).getRegex(); + inline.nolink = edit(inline.nolink).replace('ref', block._label).getRegex(); + inline.reflinkSearch = edit(inline.reflinkSearch, 'g').replace('reflink', inline.reflink).replace('nolink', inline.nolink).getRegex(); + + /** + * Normal Inline Grammar + */ + + inline.normal = _extends({}, inline); + + /** + * Pedantic Inline Grammar + */ + + inline.pedantic = _extends({}, inline.normal, { + strong: { + start: /^__|\*\*/, + middle: /^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/, + endAst: /\*\*(?!\*)/g, + endUnd: /__(?!_)/g + }, + em: { + start: /^_|\*/, + middle: /^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/, + endAst: /\*(?!\*)/g, + endUnd: /_(?!_)/g + }, + link: edit(/^!?\[(label)\]\((.*?)\)/).replace('label', inline._label).getRegex(), + reflink: edit(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace('label', inline._label).getRegex() + }); + + /** + * GFM Inline Grammar + */ + + inline.gfm = _extends({}, inline.normal, { + escape: edit(inline.escape).replace('])', '~|])').getRegex(), + _extended_email: /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/, + url: /^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/, + _backpedal: /(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/, + del: /^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/, + text: /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\ 0.5) { + ch = 'x' + ch.toString(16); + } + out += '&#' + ch + ';'; + } + return out; + } + + /** + * Block Lexer + */ + var Lexer = /*#__PURE__*/function () { + function Lexer(options) { + this.tokens = []; + this.tokens.links = Object.create(null); + this.options = options || exports.defaults; + this.options.tokenizer = this.options.tokenizer || new Tokenizer(); + this.tokenizer = this.options.tokenizer; + this.tokenizer.options = this.options; + this.tokenizer.lexer = this; + this.inlineQueue = []; + this.state = { + inLink: false, + inRawBlock: false, + top: true + }; + var rules = { + block: block.normal, + inline: inline.normal + }; + if (this.options.pedantic) { + rules.block = block.pedantic; + rules.inline = inline.pedantic; + } else if (this.options.gfm) { + rules.block = block.gfm; + if (this.options.breaks) { + rules.inline = inline.breaks; + } else { + rules.inline = inline.gfm; + } + } + this.tokenizer.rules = rules; + } + + /** + * Expose Rules + */ + /** + * Static Lex Method + */ + Lexer.lex = function lex(src, options) { + var lexer = new Lexer(options); + return lexer.lex(src); + } + + /** + * Static Lex Inline Method + */; + Lexer.lexInline = function lexInline(src, options) { + var lexer = new Lexer(options); + return lexer.inlineTokens(src); + } + + /** + * Preprocessing + */; + var _proto = Lexer.prototype; + _proto.lex = function lex(src) { + src = src.replace(/\r\n|\r/g, '\n'); + this.blockTokens(src, this.tokens); + var next; + while (next = this.inlineQueue.shift()) { + this.inlineTokens(next.src, next.tokens); + } + return this.tokens; + } + + /** + * Lexing + */; + _proto.blockTokens = function blockTokens(src, tokens) { + var _this = this; + if (tokens === void 0) { + tokens = []; + } + if (this.options.pedantic) { + src = src.replace(/\t/g, ' ').replace(/^ +$/gm, ''); + } else { + src = src.replace(/^( *)(\t+)/gm, function (_, leading, tabs) { + return leading + ' '.repeat(tabs.length); + }); + } + var token, lastToken, cutSrc, lastParagraphClipped; + while (src) { + if (this.options.extensions && this.options.extensions.block && this.options.extensions.block.some(function (extTokenizer) { + if (token = extTokenizer.call({ + lexer: _this + }, src, tokens)) { + src = src.substring(token.raw.length); + tokens.push(token); + return true; + } + return false; + })) { + continue; + } + + // newline + if (token = this.tokenizer.space(src)) { + src = src.substring(token.raw.length); + if (token.raw.length === 1 && tokens.length > 0) { + // if there's a single \n as a spacer, it's terminating the last line, + // so move it there so that we don't get unecessary paragraph tags + tokens[tokens.length - 1].raw += '\n'; + } else { + tokens.push(token); + } + continue; + } + + // code + if (token = this.tokenizer.code(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + // An indented code block cannot interrupt a paragraph. + if (lastToken && (lastToken.type === 'paragraph' || lastToken.type === 'text')) { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.text; + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else { + tokens.push(token); + } + continue; + } + + // fences + if (token = this.tokenizer.fences(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // heading + if (token = this.tokenizer.heading(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // hr + if (token = this.tokenizer.hr(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // blockquote + if (token = this.tokenizer.blockquote(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // list + if (token = this.tokenizer.list(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // html + if (token = this.tokenizer.html(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // def + if (token = this.tokenizer.def(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && (lastToken.type === 'paragraph' || lastToken.type === 'text')) { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.raw; + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else if (!this.tokens.links[token.tag]) { + this.tokens.links[token.tag] = { + href: token.href, + title: token.title + }; + } + continue; + } + + // table (gfm) + if (token = this.tokenizer.table(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // lheading + if (token = this.tokenizer.lheading(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // top-level paragraph + // prevent paragraph consuming extensions by clipping 'src' to extension start + cutSrc = src; + if (this.options.extensions && this.options.extensions.startBlock) { + (function () { + var startIndex = Infinity; + var tempSrc = src.slice(1); + var tempStart = void 0; + _this.options.extensions.startBlock.forEach(function (getStartIndex) { + tempStart = getStartIndex.call({ + lexer: this + }, tempSrc); + if (typeof tempStart === 'number' && tempStart >= 0) { + startIndex = Math.min(startIndex, tempStart); + } + }); + if (startIndex < Infinity && startIndex >= 0) { + cutSrc = src.substring(0, startIndex + 1); + } + })(); + } + if (this.state.top && (token = this.tokenizer.paragraph(cutSrc))) { + lastToken = tokens[tokens.length - 1]; + if (lastParagraphClipped && lastToken.type === 'paragraph') { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.text; + this.inlineQueue.pop(); + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else { + tokens.push(token); + } + lastParagraphClipped = cutSrc.length !== src.length; + src = src.substring(token.raw.length); + continue; + } + + // text + if (token = this.tokenizer.text(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && lastToken.type === 'text') { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.text; + this.inlineQueue.pop(); + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else { + tokens.push(token); + } + continue; + } + if (src) { + var errMsg = 'Infinite loop on byte: ' + src.charCodeAt(0); + if (this.options.silent) { + console.error(errMsg); + break; + } else { + throw new Error(errMsg); + } + } + } + this.state.top = true; + return tokens; + }; + _proto.inline = function inline(src, tokens) { + if (tokens === void 0) { + tokens = []; + } + this.inlineQueue.push({ + src: src, + tokens: tokens + }); + return tokens; + } + + /** + * Lexing/Compiling + */; + _proto.inlineTokens = function inlineTokens(src, tokens) { + var _this2 = this; + if (tokens === void 0) { + tokens = []; + } + var token, lastToken, cutSrc; + + // String with links masked to avoid interference with em and strong + var maskedSrc = src; + var match; + var keepPrevChar, prevChar; + + // Mask out reflinks + if (this.tokens.links) { + var links = Object.keys(this.tokens.links); + if (links.length > 0) { + while ((match = this.tokenizer.rules.inline.reflinkSearch.exec(maskedSrc)) != null) { + if (links.includes(match[0].slice(match[0].lastIndexOf('[') + 1, -1))) { + maskedSrc = maskedSrc.slice(0, match.index) + '[' + repeatString('a', match[0].length - 2) + ']' + maskedSrc.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex); + } + } + } + } + // Mask out other blocks + while ((match = this.tokenizer.rules.inline.blockSkip.exec(maskedSrc)) != null) { + maskedSrc = maskedSrc.slice(0, match.index) + '[' + repeatString('a', match[0].length - 2) + ']' + maskedSrc.slice(this.tokenizer.rules.inline.blockSkip.lastIndex); + } + + // Mask out escaped em & strong delimiters + while ((match = this.tokenizer.rules.inline.escapedEmSt.exec(maskedSrc)) != null) { + maskedSrc = maskedSrc.slice(0, match.index + match[0].length - 2) + '++' + maskedSrc.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex); + this.tokenizer.rules.inline.escapedEmSt.lastIndex--; + } + while (src) { + if (!keepPrevChar) { + prevChar = ''; + } + keepPrevChar = false; + + // extensions + if (this.options.extensions && this.options.extensions.inline && this.options.extensions.inline.some(function (extTokenizer) { + if (token = extTokenizer.call({ + lexer: _this2 + }, src, tokens)) { + src = src.substring(token.raw.length); + tokens.push(token); + return true; + } + return false; + })) { + continue; + } + + // escape + if (token = this.tokenizer.escape(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // tag + if (token = this.tokenizer.tag(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && token.type === 'text' && lastToken.type === 'text') { + lastToken.raw += token.raw; + lastToken.text += token.text; + } else { + tokens.push(token); + } + continue; + } + + // link + if (token = this.tokenizer.link(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // reflink, nolink + if (token = this.tokenizer.reflink(src, this.tokens.links)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && token.type === 'text' && lastToken.type === 'text') { + lastToken.raw += token.raw; + lastToken.text += token.text; + } else { + tokens.push(token); + } + continue; + } + + // em & strong + if (token = this.tokenizer.emStrong(src, maskedSrc, prevChar)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // code + if (token = this.tokenizer.codespan(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // br + if (token = this.tokenizer.br(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // del (gfm) + if (token = this.tokenizer.del(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // autolink + if (token = this.tokenizer.autolink(src, mangle)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // url (gfm) + if (!this.state.inLink && (token = this.tokenizer.url(src, mangle))) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // text + // prevent inlineText consuming extensions by clipping 'src' to extension start + cutSrc = src; + if (this.options.extensions && this.options.extensions.startInline) { + (function () { + var startIndex = Infinity; + var tempSrc = src.slice(1); + var tempStart = void 0; + _this2.options.extensions.startInline.forEach(function (getStartIndex) { + tempStart = getStartIndex.call({ + lexer: this + }, tempSrc); + if (typeof tempStart === 'number' && tempStart >= 0) { + startIndex = Math.min(startIndex, tempStart); + } + }); + if (startIndex < Infinity && startIndex >= 0) { + cutSrc = src.substring(0, startIndex + 1); + } + })(); + } + if (token = this.tokenizer.inlineText(cutSrc, smartypants)) { + src = src.substring(token.raw.length); + if (token.raw.slice(-1) !== '_') { + // Track prevChar before string of ____ started + prevChar = token.raw.slice(-1); + } + keepPrevChar = true; + lastToken = tokens[tokens.length - 1]; + if (lastToken && lastToken.type === 'text') { + lastToken.raw += token.raw; + lastToken.text += token.text; + } else { + tokens.push(token); + } + continue; + } + if (src) { + var errMsg = 'Infinite loop on byte: ' + src.charCodeAt(0); + if (this.options.silent) { + console.error(errMsg); + break; + } else { + throw new Error(errMsg); + } + } + } + return tokens; + }; + _createClass(Lexer, null, [{ + key: "rules", + get: function get() { + return { + block: block, + inline: inline + }; + } + }]); + return Lexer; + }(); + + /** + * Renderer + */ + var Renderer = /*#__PURE__*/function () { + function Renderer(options) { + this.options = options || exports.defaults; + } + var _proto = Renderer.prototype; + _proto.code = function code(_code, infostring, escaped) { + var lang = (infostring || '').match(/\S*/)[0]; + if (this.options.highlight) { + var out = this.options.highlight(_code, lang); + if (out != null && out !== _code) { + escaped = true; + _code = out; + } + } + _code = _code.replace(/\n$/, '') + '\n'; + if (!lang) { + return '
    ' + (escaped ? _code : escape(_code, true)) + '
    \n'; + } + return '
    ' + (escaped ? _code : escape(_code, true)) + '
    \n'; + } + + /** + * @param {string} quote + */; + _proto.blockquote = function blockquote(quote) { + return "
    \n" + quote + "
    \n"; + }; + _proto.html = function html(_html) { + return _html; + } + + /** + * @param {string} text + * @param {string} level + * @param {string} raw + * @param {any} slugger + */; + _proto.heading = function heading(text, level, raw, slugger) { + if (this.options.headerIds) { + var id = this.options.headerPrefix + slugger.slug(raw); + return "" + text + "\n"; + } + + // ignore IDs + return "" + text + "\n"; + }; + _proto.hr = function hr() { + return this.options.xhtml ? '
    \n' : '
    \n'; + }; + _proto.list = function list(body, ordered, start) { + var type = ordered ? 'ol' : 'ul', + startatt = ordered && start !== 1 ? ' start="' + start + '"' : ''; + return '<' + type + startatt + '>\n' + body + '\n'; + } + + /** + * @param {string} text + */; + _proto.listitem = function listitem(text) { + return "
  • " + text + "
  • \n"; + }; + _proto.checkbox = function checkbox(checked) { + return ' '; + } + + /** + * @param {string} text + */; + _proto.paragraph = function paragraph(text) { + return "

    " + text + "

    \n"; + } + + /** + * @param {string} header + * @param {string} body + */; + _proto.table = function table(header, body) { + if (body) body = "" + body + ""; + return '\n' + '\n' + header + '\n' + body + '
    \n'; + } + + /** + * @param {string} content + */; + _proto.tablerow = function tablerow(content) { + return "\n" + content + "\n"; + }; + _proto.tablecell = function tablecell(content, flags) { + var type = flags.header ? 'th' : 'td'; + var tag = flags.align ? "<" + type + " align=\"" + flags.align + "\">" : "<" + type + ">"; + return tag + content + ("\n"); + } + + /** + * span level renderer + * @param {string} text + */; + _proto.strong = function strong(text) { + return "" + text + ""; + } + + /** + * @param {string} text + */; + _proto.em = function em(text) { + return "" + text + ""; + } + + /** + * @param {string} text + */; + _proto.codespan = function codespan(text) { + return "" + text + ""; + }; + _proto.br = function br() { + return this.options.xhtml ? '
    ' : '
    '; + } + + /** + * @param {string} text + */; + _proto.del = function del(text) { + return "" + text + ""; + } + + /** + * @param {string} href + * @param {string} title + * @param {string} text + */; + _proto.link = function link(href, title, text) { + href = cleanUrl(this.options.sanitize, this.options.baseUrl, href); + if (href === null) { + return text; + } + var out = '
    '; + return out; + } + + /** + * @param {string} href + * @param {string} title + * @param {string} text + */; + _proto.image = function image(href, title, text) { + href = cleanUrl(this.options.sanitize, this.options.baseUrl, href); + if (href === null) { + return text; + } + var out = "\""' : '>'; + return out; + }; + _proto.text = function text(_text) { + return _text; + }; + return Renderer; + }(); + + /** + * TextRenderer + * returns only the textual part of the token + */ + var TextRenderer = /*#__PURE__*/function () { + function TextRenderer() {} + var _proto = TextRenderer.prototype; + // no need for block level renderers + _proto.strong = function strong(text) { + return text; + }; + _proto.em = function em(text) { + return text; + }; + _proto.codespan = function codespan(text) { + return text; + }; + _proto.del = function del(text) { + return text; + }; + _proto.html = function html(text) { + return text; + }; + _proto.text = function text(_text) { + return _text; + }; + _proto.link = function link(href, title, text) { + return '' + text; + }; + _proto.image = function image(href, title, text) { + return '' + text; + }; + _proto.br = function br() { + return ''; + }; + return TextRenderer; + }(); + + /** + * Slugger generates header id + */ + var Slugger = /*#__PURE__*/function () { + function Slugger() { + this.seen = {}; + } + + /** + * @param {string} value + */ + var _proto = Slugger.prototype; + _proto.serialize = function serialize(value) { + return value.toLowerCase().trim() + // remove html tags + .replace(/<[!\/a-z].*?>/ig, '') + // remove unwanted chars + .replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g, '').replace(/\s/g, '-'); + } + + /** + * Finds the next safe (unique) slug to use + * @param {string} originalSlug + * @param {boolean} isDryRun + */; + _proto.getNextSafeSlug = function getNextSafeSlug(originalSlug, isDryRun) { + var slug = originalSlug; + var occurenceAccumulator = 0; + if (this.seen.hasOwnProperty(slug)) { + occurenceAccumulator = this.seen[originalSlug]; + do { + occurenceAccumulator++; + slug = originalSlug + '-' + occurenceAccumulator; + } while (this.seen.hasOwnProperty(slug)); + } + if (!isDryRun) { + this.seen[originalSlug] = occurenceAccumulator; + this.seen[slug] = 0; + } + return slug; + } + + /** + * Convert string to unique id + * @param {object} [options] + * @param {boolean} [options.dryrun] Generates the next unique slug without + * updating the internal accumulator. + */; + _proto.slug = function slug(value, options) { + if (options === void 0) { + options = {}; + } + var slug = this.serialize(value); + return this.getNextSafeSlug(slug, options.dryrun); + }; + return Slugger; + }(); + + /** + * Parsing & Compiling + */ + var Parser = /*#__PURE__*/function () { + function Parser(options) { + this.options = options || exports.defaults; + this.options.renderer = this.options.renderer || new Renderer(); + this.renderer = this.options.renderer; + this.renderer.options = this.options; + this.textRenderer = new TextRenderer(); + this.slugger = new Slugger(); + } + + /** + * Static Parse Method + */ + Parser.parse = function parse(tokens, options) { + var parser = new Parser(options); + return parser.parse(tokens); + } + + /** + * Static Parse Inline Method + */; + Parser.parseInline = function parseInline(tokens, options) { + var parser = new Parser(options); + return parser.parseInline(tokens); + } + + /** + * Parse Loop + */; + var _proto = Parser.prototype; + _proto.parse = function parse(tokens, top) { + if (top === void 0) { + top = true; + } + var out = '', + i, + j, + k, + l2, + l3, + row, + cell, + header, + body, + token, + ordered, + start, + loose, + itemBody, + item, + checked, + task, + checkbox, + ret; + var l = tokens.length; + for (i = 0; i < l; i++) { + token = tokens[i]; + + // Run any renderer extensions + if (this.options.extensions && this.options.extensions.renderers && this.options.extensions.renderers[token.type]) { + ret = this.options.extensions.renderers[token.type].call({ + parser: this + }, token); + if (ret !== false || !['space', 'hr', 'heading', 'code', 'table', 'blockquote', 'list', 'html', 'paragraph', 'text'].includes(token.type)) { + out += ret || ''; + continue; + } + } + switch (token.type) { + case 'space': + { + continue; + } + case 'hr': + { + out += this.renderer.hr(); + continue; + } + case 'heading': + { + out += this.renderer.heading(this.parseInline(token.tokens), token.depth, unescape(this.parseInline(token.tokens, this.textRenderer)), this.slugger); + continue; + } + case 'code': + { + out += this.renderer.code(token.text, token.lang, token.escaped); + continue; + } + case 'table': + { + header = ''; + + // header + cell = ''; + l2 = token.header.length; + for (j = 0; j < l2; j++) { + cell += this.renderer.tablecell(this.parseInline(token.header[j].tokens), { + header: true, + align: token.align[j] + }); + } + header += this.renderer.tablerow(cell); + body = ''; + l2 = token.rows.length; + for (j = 0; j < l2; j++) { + row = token.rows[j]; + cell = ''; + l3 = row.length; + for (k = 0; k < l3; k++) { + cell += this.renderer.tablecell(this.parseInline(row[k].tokens), { + header: false, + align: token.align[k] + }); + } + body += this.renderer.tablerow(cell); + } + out += this.renderer.table(header, body); + continue; + } + case 'blockquote': + { + body = this.parse(token.tokens); + out += this.renderer.blockquote(body); + continue; + } + case 'list': + { + ordered = token.ordered; + start = token.start; + loose = token.loose; + l2 = token.items.length; + body = ''; + for (j = 0; j < l2; j++) { + item = token.items[j]; + checked = item.checked; + task = item.task; + itemBody = ''; + if (item.task) { + checkbox = this.renderer.checkbox(checked); + if (loose) { + if (item.tokens.length > 0 && item.tokens[0].type === 'paragraph') { + item.tokens[0].text = checkbox + ' ' + item.tokens[0].text; + if (item.tokens[0].tokens && item.tokens[0].tokens.length > 0 && item.tokens[0].tokens[0].type === 'text') { + item.tokens[0].tokens[0].text = checkbox + ' ' + item.tokens[0].tokens[0].text; + } + } else { + item.tokens.unshift({ + type: 'text', + text: checkbox + }); + } + } else { + itemBody += checkbox; + } + } + itemBody += this.parse(item.tokens, loose); + body += this.renderer.listitem(itemBody, task, checked); + } + out += this.renderer.list(body, ordered, start); + continue; + } + case 'html': + { + // TODO parse inline content if parameter markdown=1 + out += this.renderer.html(token.text); + continue; + } + case 'paragraph': + { + out += this.renderer.paragraph(this.parseInline(token.tokens)); + continue; + } + case 'text': + { + body = token.tokens ? this.parseInline(token.tokens) : token.text; + while (i + 1 < l && tokens[i + 1].type === 'text') { + token = tokens[++i]; + body += '\n' + (token.tokens ? this.parseInline(token.tokens) : token.text); + } + out += top ? this.renderer.paragraph(body) : body; + continue; + } + default: + { + var errMsg = 'Token with "' + token.type + '" type was not found.'; + if (this.options.silent) { + console.error(errMsg); + return; + } else { + throw new Error(errMsg); + } + } + } + } + return out; + } + + /** + * Parse Inline Tokens + */; + _proto.parseInline = function parseInline(tokens, renderer) { + renderer = renderer || this.renderer; + var out = '', + i, + token, + ret; + var l = tokens.length; + for (i = 0; i < l; i++) { + token = tokens[i]; + + // Run any renderer extensions + if (this.options.extensions && this.options.extensions.renderers && this.options.extensions.renderers[token.type]) { + ret = this.options.extensions.renderers[token.type].call({ + parser: this + }, token); + if (ret !== false || !['escape', 'html', 'link', 'image', 'strong', 'em', 'codespan', 'br', 'del', 'text'].includes(token.type)) { + out += ret || ''; + continue; + } + } + switch (token.type) { + case 'escape': + { + out += renderer.text(token.text); + break; + } + case 'html': + { + out += renderer.html(token.text); + break; + } + case 'link': + { + out += renderer.link(token.href, token.title, this.parseInline(token.tokens, renderer)); + break; + } + case 'image': + { + out += renderer.image(token.href, token.title, token.text); + break; + } + case 'strong': + { + out += renderer.strong(this.parseInline(token.tokens, renderer)); + break; + } + case 'em': + { + out += renderer.em(this.parseInline(token.tokens, renderer)); + break; + } + case 'codespan': + { + out += renderer.codespan(token.text); + break; + } + case 'br': + { + out += renderer.br(); + break; + } + case 'del': + { + out += renderer.del(this.parseInline(token.tokens, renderer)); + break; + } + case 'text': + { + out += renderer.text(token.text); + break; + } + default: + { + var errMsg = 'Token with "' + token.type + '" type was not found.'; + if (this.options.silent) { + console.error(errMsg); + return; + } else { + throw new Error(errMsg); + } + } + } + } + return out; + }; + return Parser; + }(); + + var Hooks = /*#__PURE__*/function () { + function Hooks(options) { + this.options = options || exports.defaults; + } + var _proto = Hooks.prototype; + /** + * Process markdown before marked + */ + _proto.preprocess = function preprocess(markdown) { + return markdown; + } + + /** + * Process HTML after marked is finished + */; + _proto.postprocess = function postprocess(html) { + return html; + }; + return Hooks; + }(); + Hooks.passThroughHooks = new Set(['preprocess', 'postprocess']); + + function onError(silent, async, callback) { + return function (e) { + e.message += '\nPlease report this to https://github.com/markedjs/marked.'; + if (silent) { + var msg = '

    An error occurred:

    ' + escape(e.message + '', true) + '
    '; + if (async) { + return Promise.resolve(msg); + } + if (callback) { + callback(null, msg); + return; + } + return msg; + } + if (async) { + return Promise.reject(e); + } + if (callback) { + callback(e); + return; + } + throw e; + }; + } + function parseMarkdown(lexer, parser) { + return function (src, opt, callback) { + if (typeof opt === 'function') { + callback = opt; + opt = null; + } + var origOpt = _extends({}, opt); + opt = _extends({}, marked.defaults, origOpt); + var throwError = onError(opt.silent, opt.async, callback); + + // throw error in case of non string input + if (typeof src === 'undefined' || src === null) { + return throwError(new Error('marked(): input parameter is undefined or null')); + } + if (typeof src !== 'string') { + return throwError(new Error('marked(): input parameter is of type ' + Object.prototype.toString.call(src) + ', string expected')); + } + checkSanitizeDeprecation(opt); + if (opt.hooks) { + opt.hooks.options = opt; + } + if (callback) { + var highlight = opt.highlight; + var tokens; + try { + if (opt.hooks) { + src = opt.hooks.preprocess(src); + } + tokens = lexer(src, opt); + } catch (e) { + return throwError(e); + } + var done = function done(err) { + var out; + if (!err) { + try { + if (opt.walkTokens) { + marked.walkTokens(tokens, opt.walkTokens); + } + out = parser(tokens, opt); + if (opt.hooks) { + out = opt.hooks.postprocess(out); + } + } catch (e) { + err = e; + } + } + opt.highlight = highlight; + return err ? throwError(err) : callback(null, out); + }; + if (!highlight || highlight.length < 3) { + return done(); + } + delete opt.highlight; + if (!tokens.length) return done(); + var pending = 0; + marked.walkTokens(tokens, function (token) { + if (token.type === 'code') { + pending++; + setTimeout(function () { + highlight(token.text, token.lang, function (err, code) { + if (err) { + return done(err); + } + if (code != null && code !== token.text) { + token.text = code; + token.escaped = true; + } + pending--; + if (pending === 0) { + done(); + } + }); + }, 0); + } + }); + if (pending === 0) { + done(); + } + return; + } + if (opt.async) { + return Promise.resolve(opt.hooks ? opt.hooks.preprocess(src) : src).then(function (src) { + return lexer(src, opt); + }).then(function (tokens) { + return opt.walkTokens ? Promise.all(marked.walkTokens(tokens, opt.walkTokens)).then(function () { + return tokens; + }) : tokens; + }).then(function (tokens) { + return parser(tokens, opt); + }).then(function (html) { + return opt.hooks ? opt.hooks.postprocess(html) : html; + })["catch"](throwError); + } + try { + if (opt.hooks) { + src = opt.hooks.preprocess(src); + } + var _tokens = lexer(src, opt); + if (opt.walkTokens) { + marked.walkTokens(_tokens, opt.walkTokens); + } + var html = parser(_tokens, opt); + if (opt.hooks) { + html = opt.hooks.postprocess(html); + } + return html; + } catch (e) { + return throwError(e); + } + }; + } + + /** + * Marked + */ + function marked(src, opt, callback) { + return parseMarkdown(Lexer.lex, Parser.parse)(src, opt, callback); + } + + /** + * Options + */ + + marked.options = marked.setOptions = function (opt) { + marked.defaults = _extends({}, marked.defaults, opt); + changeDefaults(marked.defaults); + return marked; + }; + marked.getDefaults = getDefaults; + marked.defaults = exports.defaults; + + /** + * Use Extension + */ + + marked.use = function () { + var extensions = marked.defaults.extensions || { + renderers: {}, + childTokens: {} + }; + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + args.forEach(function (pack) { + // copy options to new object + var opts = _extends({}, pack); + + // set async to true if it was set to true before + opts.async = marked.defaults.async || opts.async || false; + + // ==-- Parse "addon" extensions --== // + if (pack.extensions) { + pack.extensions.forEach(function (ext) { + if (!ext.name) { + throw new Error('extension name required'); + } + if (ext.renderer) { + // Renderer extensions + var prevRenderer = extensions.renderers[ext.name]; + if (prevRenderer) { + // Replace extension with func to run new extension but fall back if false + extensions.renderers[ext.name] = function () { + for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { + args[_key2] = arguments[_key2]; + } + var ret = ext.renderer.apply(this, args); + if (ret === false) { + ret = prevRenderer.apply(this, args); + } + return ret; + }; + } else { + extensions.renderers[ext.name] = ext.renderer; + } + } + if (ext.tokenizer) { + // Tokenizer Extensions + if (!ext.level || ext.level !== 'block' && ext.level !== 'inline') { + throw new Error("extension level must be 'block' or 'inline'"); + } + if (extensions[ext.level]) { + extensions[ext.level].unshift(ext.tokenizer); + } else { + extensions[ext.level] = [ext.tokenizer]; + } + if (ext.start) { + // Function to check for start of token + if (ext.level === 'block') { + if (extensions.startBlock) { + extensions.startBlock.push(ext.start); + } else { + extensions.startBlock = [ext.start]; + } + } else if (ext.level === 'inline') { + if (extensions.startInline) { + extensions.startInline.push(ext.start); + } else { + extensions.startInline = [ext.start]; + } + } + } + } + if (ext.childTokens) { + // Child tokens to be visited by walkTokens + extensions.childTokens[ext.name] = ext.childTokens; + } + }); + opts.extensions = extensions; + } + + // ==-- Parse "overwrite" extensions --== // + if (pack.renderer) { + (function () { + var renderer = marked.defaults.renderer || new Renderer(); + var _loop = function _loop(prop) { + var prevRenderer = renderer[prop]; + // Replace renderer with func to run extension, but fall back if false + renderer[prop] = function () { + for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) { + args[_key3] = arguments[_key3]; + } + var ret = pack.renderer[prop].apply(renderer, args); + if (ret === false) { + ret = prevRenderer.apply(renderer, args); + } + return ret; + }; + }; + for (var prop in pack.renderer) { + _loop(prop); + } + opts.renderer = renderer; + })(); + } + if (pack.tokenizer) { + (function () { + var tokenizer = marked.defaults.tokenizer || new Tokenizer(); + var _loop2 = function _loop2(prop) { + var prevTokenizer = tokenizer[prop]; + // Replace tokenizer with func to run extension, but fall back if false + tokenizer[prop] = function () { + for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) { + args[_key4] = arguments[_key4]; + } + var ret = pack.tokenizer[prop].apply(tokenizer, args); + if (ret === false) { + ret = prevTokenizer.apply(tokenizer, args); + } + return ret; + }; + }; + for (var prop in pack.tokenizer) { + _loop2(prop); + } + opts.tokenizer = tokenizer; + })(); + } + + // ==-- Parse Hooks extensions --== // + if (pack.hooks) { + (function () { + var hooks = marked.defaults.hooks || new Hooks(); + var _loop3 = function _loop3(prop) { + var prevHook = hooks[prop]; + if (Hooks.passThroughHooks.has(prop)) { + hooks[prop] = function (arg) { + if (marked.defaults.async) { + return Promise.resolve(pack.hooks[prop].call(hooks, arg)).then(function (ret) { + return prevHook.call(hooks, ret); + }); + } + var ret = pack.hooks[prop].call(hooks, arg); + return prevHook.call(hooks, ret); + }; + } else { + hooks[prop] = function () { + for (var _len5 = arguments.length, args = new Array(_len5), _key5 = 0; _key5 < _len5; _key5++) { + args[_key5] = arguments[_key5]; + } + var ret = pack.hooks[prop].apply(hooks, args); + if (ret === false) { + ret = prevHook.apply(hooks, args); + } + return ret; + }; + } + }; + for (var prop in pack.hooks) { + _loop3(prop); + } + opts.hooks = hooks; + })(); + } + + // ==-- Parse WalkTokens extensions --== // + if (pack.walkTokens) { + var _walkTokens = marked.defaults.walkTokens; + opts.walkTokens = function (token) { + var values = []; + values.push(pack.walkTokens.call(this, token)); + if (_walkTokens) { + values = values.concat(_walkTokens.call(this, token)); + } + return values; + }; + } + marked.setOptions(opts); + }); + }; + + /** + * Run callback for every token + */ + + marked.walkTokens = function (tokens, callback) { + var values = []; + var _loop4 = function _loop4() { + var token = _step.value; + values = values.concat(callback.call(marked, token)); + switch (token.type) { + case 'table': + { + for (var _iterator2 = _createForOfIteratorHelperLoose(token.header), _step2; !(_step2 = _iterator2()).done;) { + var cell = _step2.value; + values = values.concat(marked.walkTokens(cell.tokens, callback)); + } + for (var _iterator3 = _createForOfIteratorHelperLoose(token.rows), _step3; !(_step3 = _iterator3()).done;) { + var row = _step3.value; + for (var _iterator4 = _createForOfIteratorHelperLoose(row), _step4; !(_step4 = _iterator4()).done;) { + var _cell = _step4.value; + values = values.concat(marked.walkTokens(_cell.tokens, callback)); + } + } + break; + } + case 'list': + { + values = values.concat(marked.walkTokens(token.items, callback)); + break; + } + default: + { + if (marked.defaults.extensions && marked.defaults.extensions.childTokens && marked.defaults.extensions.childTokens[token.type]) { + // Walk any extensions + marked.defaults.extensions.childTokens[token.type].forEach(function (childTokens) { + values = values.concat(marked.walkTokens(token[childTokens], callback)); + }); + } else if (token.tokens) { + values = values.concat(marked.walkTokens(token.tokens, callback)); + } + } + } + }; + for (var _iterator = _createForOfIteratorHelperLoose(tokens), _step; !(_step = _iterator()).done;) { + _loop4(); + } + return values; + }; + + /** + * Parse Inline + * @param {string} src + */ + marked.parseInline = parseMarkdown(Lexer.lexInline, Parser.parseInline); + + /** + * Expose + */ + marked.Parser = Parser; + marked.parser = Parser.parse; + marked.Renderer = Renderer; + marked.TextRenderer = TextRenderer; + marked.Lexer = Lexer; + marked.lexer = Lexer.lex; + marked.Tokenizer = Tokenizer; + marked.Slugger = Slugger; + marked.Hooks = Hooks; + marked.parse = marked; + var options = marked.options; + var setOptions = marked.setOptions; + var use = marked.use; + var walkTokens = marked.walkTokens; + var parseInline = marked.parseInline; + var parse = marked; + var parser = Parser.parse; + var lexer = Lexer.lex; + + exports.Hooks = Hooks; + exports.Lexer = Lexer; + exports.Parser = Parser; + exports.Renderer = Renderer; + exports.Slugger = Slugger; + exports.TextRenderer = TextRenderer; + exports.Tokenizer = Tokenizer; + exports.getDefaults = getDefaults; + exports.lexer = lexer; + exports.marked = marked; + exports.options = options; + exports.parse = parse; + exports.parseInline = parseInline; + exports.parser = parser; + exports.setOptions = setOptions; + exports.use = use; + exports.walkTokens = walkTokens; + +})); diff --git a/node_modules/marked/lib/marked.umd.js.map b/node_modules/marked/lib/marked.umd.js.map deleted file mode 100644 index fa22e03..0000000 --- a/node_modules/marked/lib/marked.umd.js.map +++ /dev/null @@ -1,7 +0,0 @@ -{ - "version": 3, - "sources": ["../src/marked.ts", "../src/defaults.ts", "../src/rules.ts", "../src/helpers.ts", "../src/Tokenizer.ts", "../src/Lexer.ts", "../src/Renderer.ts", "../src/TextRenderer.ts", "../src/Parser.ts", "../src/Hooks.ts", "../src/Instance.ts"], - "sourcesContent": ["import { _Lexer } from './Lexer.ts';\nimport { _Parser } from './Parser.ts';\nimport { _Tokenizer } from './Tokenizer.ts';\nimport { _Renderer } from './Renderer.ts';\nimport { _TextRenderer } from './TextRenderer.ts';\nimport { _Hooks } from './Hooks.ts';\nimport { Marked } from './Instance.ts';\nimport {\n _getDefaults,\n changeDefaults,\n _defaults,\n} from './defaults.ts';\nimport type { MarkedExtension, MarkedOptions } from './MarkedOptions.ts';\nimport type { Token, TokensList } from './Tokens.ts';\nimport type { MaybePromise } from './Instance.ts';\n\nconst markedInstance = new Marked();\n\n/**\n * Compiles markdown to HTML asynchronously.\n *\n * @param src String of markdown source to be compiled\n * @param options Hash of options, having async: true\n * @return Promise of string of compiled HTML\n */\nexport function marked(src: string, options: MarkedOptions & { async: true }): Promise;\n\n/**\n * Compiles markdown to HTML.\n *\n * @param src String of markdown source to be compiled\n * @param options Optional hash of options\n * @return String of compiled HTML. Will be a Promise of string if async is set to true by any extensions.\n */\nexport function marked(src: string, options: MarkedOptions & { async: false }): string;\nexport function marked(src: string, options: MarkedOptions & { async: true }): Promise;\nexport function marked(src: string, options?: MarkedOptions | null): string | Promise;\nexport function marked(src: string, opt?: MarkedOptions | null): string | Promise {\n return markedInstance.parse(src, opt);\n}\n\n/**\n * Sets the default options.\n *\n * @param options Hash of options\n */\nmarked.options =\nmarked.setOptions = function(options: MarkedOptions) {\n markedInstance.setOptions(options);\n marked.defaults = markedInstance.defaults;\n changeDefaults(marked.defaults);\n return marked;\n};\n\n/**\n * Gets the original marked default options.\n */\nmarked.getDefaults = _getDefaults;\n\nmarked.defaults = _defaults;\n\n/**\n * Use Extension\n */\n\nmarked.use = function(...args: MarkedExtension[]) {\n markedInstance.use(...args);\n marked.defaults = markedInstance.defaults;\n changeDefaults(marked.defaults);\n return marked;\n};\n\n/**\n * Run callback for every token\n */\n\nmarked.walkTokens = function(tokens: Token[] | TokensList, callback: (token: Token) => MaybePromise | MaybePromise[]) {\n return markedInstance.walkTokens(tokens, callback);\n};\n\n/**\n * Compiles markdown to HTML without enclosing `p` tag.\n *\n * @param src String of markdown source to be compiled\n * @param options Hash of options\n * @return String of compiled HTML\n */\nmarked.parseInline = markedInstance.parseInline;\n\n/**\n * Expose\n */\nmarked.Parser = _Parser;\nmarked.parser = _Parser.parse;\nmarked.Renderer = _Renderer;\nmarked.TextRenderer = _TextRenderer;\nmarked.Lexer = _Lexer;\nmarked.lexer = _Lexer.lex;\nmarked.Tokenizer = _Tokenizer;\nmarked.Hooks = _Hooks;\nmarked.parse = marked;\n\nexport const options = marked.options;\nexport const setOptions = marked.setOptions;\nexport const use = marked.use;\nexport const walkTokens = marked.walkTokens;\nexport const parseInline = marked.parseInline;\nexport const parse = marked;\nexport const parser = _Parser.parse;\nexport const lexer = _Lexer.lex;\nexport { _defaults as defaults, _getDefaults as getDefaults } from './defaults.ts';\nexport { _Lexer as Lexer } from './Lexer.ts';\nexport { _Parser as Parser } from './Parser.ts';\nexport { _Tokenizer as Tokenizer } from './Tokenizer.ts';\nexport { _Renderer as Renderer } from './Renderer.ts';\nexport { _TextRenderer as TextRenderer } from './TextRenderer.ts';\nexport { _Hooks as Hooks } from './Hooks.ts';\nexport { Marked } from './Instance.ts';\nexport type * from './MarkedOptions.ts';\nexport type * from './Tokens.ts';\n", "import type { MarkedOptions } from './MarkedOptions.ts';\n\n/**\n * Gets the original marked default options.\n */\nexport function _getDefaults(): MarkedOptions {\n return {\n async: false,\n breaks: false,\n extensions: null,\n gfm: true,\n hooks: null,\n pedantic: false,\n renderer: null,\n silent: false,\n tokenizer: null,\n walkTokens: null,\n };\n}\n\nexport let _defaults = _getDefaults();\n\nexport function changeDefaults(newDefaults: MarkedOptions) {\n _defaults = newDefaults;\n}\n", "const noopTest = { exec: () => null } as unknown as RegExp;\n\nfunction edit(regex: string | RegExp, opt = '') {\n let source = typeof regex === 'string' ? regex : regex.source;\n const obj = {\n replace: (name: string | RegExp, val: string | RegExp) => {\n let valSource = typeof val === 'string' ? val : val.source;\n valSource = valSource.replace(other.caret, '$1');\n source = source.replace(name, valSource);\n return obj;\n },\n getRegex: () => {\n return new RegExp(source, opt);\n },\n };\n return obj;\n}\n\nexport const other = {\n codeRemoveIndent: /^(?: {1,4}| {0,3}\\t)/gm,\n outputLinkReplace: /\\\\([\\[\\]])/g,\n indentCodeCompensation: /^(\\s+)(?:```)/,\n beginningSpace: /^\\s+/,\n endingHash: /#$/,\n startingSpaceChar: /^ /,\n endingSpaceChar: / $/,\n nonSpaceChar: /[^ ]/,\n newLineCharGlobal: /\\n/g,\n tabCharGlobal: /\\t/g,\n multipleSpaceGlobal: /\\s+/g,\n blankLine: /^[ \\t]*$/,\n doubleBlankLine: /\\n[ \\t]*\\n[ \\t]*$/,\n blockquoteStart: /^ {0,3}>/,\n blockquoteSetextReplace: /\\n {0,3}((?:=+|-+) *)(?=\\n|$)/g,\n blockquoteSetextReplace2: /^ {0,3}>[ \\t]?/gm,\n listReplaceTabs: /^\\t+/,\n listReplaceNesting: /^ {1,4}(?=( {4})*[^ ])/g,\n listIsTask: /^\\[[ xX]\\] /,\n listReplaceTask: /^\\[[ xX]\\] +/,\n anyLine: /\\n.*\\n/,\n hrefBrackets: /^<(.*)>$/,\n tableDelimiter: /[:|]/,\n tableAlignChars: /^\\||\\| *$/g,\n tableRowBlankLine: /\\n[ \\t]*$/,\n tableAlignRight: /^ *-+: *$/,\n tableAlignCenter: /^ *:-+: *$/,\n tableAlignLeft: /^ *:-+ *$/,\n startATag: /^
    /i,\n startPreScriptTag: /^<(pre|code|kbd|script)(\\s|>)/i,\n endPreScriptTag: /^<\\/(pre|code|kbd|script)(\\s|>)/i,\n startAngleBracket: /^$/,\n pedanticHrefTitle: /^([^'\"]*[^\\s])\\s+(['\"])(.*)\\2/,\n unicodeAlphaNumeric: /[\\p{L}\\p{N}]/u,\n escapeTest: /[&<>\"']/,\n escapeReplace: /[&<>\"']/g,\n escapeTestNoEncode: /[<>\"']|&(?!(#\\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\\w+);)/,\n escapeReplaceNoEncode: /[<>\"']|&(?!(#\\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\\w+);)/g,\n unescapeTest: /&(#(?:\\d+)|(?:#x[0-9A-Fa-f]+)|(?:\\w+));?/ig,\n caret: /(^|[^\\[])\\^/g,\n percentDecode: /%25/g,\n findPipe: /\\|/g,\n splitPipe: / \\|/,\n slashPipe: /\\\\\\|/g,\n carriageReturn: /\\r\\n|\\r/g,\n spaceLine: /^ +$/gm,\n notSpaceStart: /^\\S*/,\n endingNewline: /\\n$/,\n listItemRegex: (bull: string) => new RegExp(`^( {0,3}${bull})((?:[\\t ][^\\\\n]*)?(?:\\\\n|$))`),\n nextBulletRegex: (indent: number) => new RegExp(`^ {0,${Math.min(3, indent - 1)}}(?:[*+-]|\\\\d{1,9}[.)])((?:[ \\t][^\\\\n]*)?(?:\\\\n|$))`),\n hrRegex: (indent: number) => new RegExp(`^ {0,${Math.min(3, indent - 1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\\\* *){3,})(?:\\\\n+|$)`),\n fencesBeginRegex: (indent: number) => new RegExp(`^ {0,${Math.min(3, indent - 1)}}(?:\\`\\`\\`|~~~)`),\n headingBeginRegex: (indent: number) => new RegExp(`^ {0,${Math.min(3, indent - 1)}}#`),\n htmlBeginRegex: (indent: number) => new RegExp(`^ {0,${Math.min(3, indent - 1)}}<(?:[a-z].*>|!--)`, 'i'),\n};\n\n/**\n * Block-Level Grammar\n */\n\nconst newline = /^(?:[ \\t]*(?:\\n|$))+/;\nconst blockCode = /^((?: {4}| {0,3}\\t)[^\\n]+(?:\\n(?:[ \\t]*(?:\\n|$))*)?)+/;\nconst fences = /^ {0,3}(`{3,}(?=[^`\\n]*(?:\\n|$))|~{3,})([^\\n]*)(?:\\n|$)(?:|([\\s\\S]*?)(?:\\n|$))(?: {0,3}\\1[~`]* *(?=\\n|$)|$)/;\nconst hr = /^ {0,3}((?:-[\\t ]*){3,}|(?:_[ \\t]*){3,}|(?:\\*[ \\t]*){3,})(?:\\n+|$)/;\nconst heading = /^ {0,3}(#{1,6})(?=\\s|$)(.*)(?:\\n+|$)/;\nconst bullet = /(?:[*+-]|\\d{1,9}[.)])/;\nconst lheadingCore = /^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\\n(?!\\s*?\\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\\n {0,3}(=+|-+) *(?:\\n+|$)/;\nconst lheading = edit(lheadingCore)\n .replace(/bull/g, bullet) // lists can interrupt\n .replace(/blockCode/g, /(?: {4}| {0,3}\\t)/) // indented code blocks can interrupt\n .replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/) // fenced code blocks can interrupt\n .replace(/blockquote/g, / {0,3}>/) // blockquote can interrupt\n .replace(/heading/g, / {0,3}#{1,6}/) // ATX heading can interrupt\n .replace(/html/g, / {0,3}<[^\\n>]+>\\n/) // block html can interrupt\n .replace(/\\|table/g, '') // table not in commonmark\n .getRegex();\nconst lheadingGfm = edit(lheadingCore)\n .replace(/bull/g, bullet) // lists can interrupt\n .replace(/blockCode/g, /(?: {4}| {0,3}\\t)/) // indented code blocks can interrupt\n .replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/) // fenced code blocks can interrupt\n .replace(/blockquote/g, / {0,3}>/) // blockquote can interrupt\n .replace(/heading/g, / {0,3}#{1,6}/) // ATX heading can interrupt\n .replace(/html/g, / {0,3}<[^\\n>]+>\\n/) // block html can interrupt\n .replace(/table/g, / {0,3}\\|?(?:[:\\- ]*\\|)+[\\:\\- ]*\\n/) // table can interrupt\n .getRegex();\nconst _paragraph = /^([^\\n]+(?:\\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\\n)[^\\n]+)*)/;\nconst blockText = /^[^\\n]+/;\nconst _blockLabel = /(?!\\s*\\])(?:\\\\.|[^\\[\\]\\\\])+/;\nconst def = edit(/^ {0,3}\\[(label)\\]: *(?:\\n[ \\t]*)?([^<\\s][^\\s]*|<.*?>)(?:(?: +(?:\\n[ \\t]*)?| *\\n[ \\t]*)(title))? *(?:\\n+|$)/)\n .replace('label', _blockLabel)\n .replace('title', /(?:\"(?:\\\\\"?|[^\"\\\\])*\"|'[^'\\n]*(?:\\n[^'\\n]+)*\\n?'|\\([^()]*\\))/)\n .getRegex();\n\nconst list = edit(/^( {0,3}bull)([ \\t][^\\n]+?)?(?:\\n|$)/)\n .replace(/bull/g, bullet)\n .getRegex();\n\nconst _tag = 'address|article|aside|base|basefont|blockquote|body|caption'\n + '|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption'\n + '|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe'\n + '|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option'\n + '|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title'\n + '|tr|track|ul';\nconst _comment = /|$))/;\nconst html = edit(\n '^ {0,3}(?:' // optional indentation\n+ '<(script|pre|style|textarea)[\\\\s>][\\\\s\\\\S]*?(?:[^\\\\n]*\\\\n+|$)' // (1)\n+ '|comment[^\\\\n]*(\\\\n+|$)' // (2)\n+ '|<\\\\?[\\\\s\\\\S]*?(?:\\\\?>\\\\n*|$)' // (3)\n+ '|\\\\n*|$)' // (4)\n+ '|\\\\n*|$)' // (5)\n+ '|)[\\\\s\\\\S]*?(?:(?:\\\\n[ \\t]*)+\\\\n|$)' // (6)\n+ '|<(?!script|pre|style|textarea)([a-z][\\\\w-]*)(?:attribute)*? */?>(?=[ \\\\t]*(?:\\\\n|$))[\\\\s\\\\S]*?(?:(?:\\\\n[ \\t]*)+\\\\n|$)' // (7) open tag\n+ '|(?=[ \\\\t]*(?:\\\\n|$))[\\\\s\\\\S]*?(?:(?:\\\\n[ \\t]*)+\\\\n|$)' // (7) closing tag\n+ ')', 'i')\n .replace('comment', _comment)\n .replace('tag', _tag)\n .replace('attribute', / +[a-zA-Z:_][\\w.:-]*(?: *= *\"[^\"\\n]*\"| *= *'[^'\\n]*'| *= *[^\\s\"'=<>`]+)?/)\n .getRegex();\n\nconst paragraph = edit(_paragraph)\n .replace('hr', hr)\n .replace('heading', ' {0,3}#{1,6}(?:\\\\s|$)')\n .replace('|lheading', '') // setext headings don't interrupt commonmark paragraphs\n .replace('|table', '')\n .replace('blockquote', ' {0,3}>')\n .replace('fences', ' {0,3}(?:`{3,}(?=[^`\\\\n]*\\\\n)|~{3,})[^\\\\n]*\\\\n')\n .replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt\n .replace('html', ')|<(?:script|pre|style|textarea|!--)')\n .replace('tag', _tag) // pars can be interrupted by type (6) html blocks\n .getRegex();\n\nconst blockquote = edit(/^( {0,3}> ?(paragraph|[^\\n]*)(?:\\n|$))+/)\n .replace('paragraph', paragraph)\n .getRegex();\n\n/**\n * Normal Block Grammar\n */\n\nconst blockNormal = {\n blockquote,\n code: blockCode,\n def,\n fences,\n heading,\n hr,\n html,\n lheading,\n list,\n newline,\n paragraph,\n table: noopTest,\n text: blockText,\n};\n\ntype BlockKeys = keyof typeof blockNormal;\n\n/**\n * GFM Block Grammar\n */\n\nconst gfmTable = edit(\n '^ *([^\\\\n ].*)\\\\n' // Header\n+ ' {0,3}((?:\\\\| *)?:?-+:? *(?:\\\\| *:?-+:? *)*(?:\\\\| *)?)' // Align\n+ '(?:\\\\n((?:(?! *\\\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\\\n|$))*)\\\\n*|$)') // Cells\n .replace('hr', hr)\n .replace('heading', ' {0,3}#{1,6}(?:\\\\s|$)')\n .replace('blockquote', ' {0,3}>')\n .replace('code', '(?: {4}| {0,3}\\t)[^\\\\n]')\n .replace('fences', ' {0,3}(?:`{3,}(?=[^`\\\\n]*\\\\n)|~{3,})[^\\\\n]*\\\\n')\n .replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt\n .replace('html', ')|<(?:script|pre|style|textarea|!--)')\n .replace('tag', _tag) // tables can be interrupted by type (6) html blocks\n .getRegex();\n\nconst blockGfm: Record = {\n ...blockNormal,\n lheading: lheadingGfm,\n table: gfmTable,\n paragraph: edit(_paragraph)\n .replace('hr', hr)\n .replace('heading', ' {0,3}#{1,6}(?:\\\\s|$)')\n .replace('|lheading', '') // setext headings don't interrupt commonmark paragraphs\n .replace('table', gfmTable) // interrupt paragraphs with table\n .replace('blockquote', ' {0,3}>')\n .replace('fences', ' {0,3}(?:`{3,}(?=[^`\\\\n]*\\\\n)|~{3,})[^\\\\n]*\\\\n')\n .replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt\n .replace('html', ')|<(?:script|pre|style|textarea|!--)')\n .replace('tag', _tag) // pars can be interrupted by type (6) html blocks\n .getRegex(),\n};\n\n/**\n * Pedantic grammar (original John Gruber's loose markdown specification)\n */\n\nconst blockPedantic: Record = {\n ...blockNormal,\n html: edit(\n '^ *(?:comment *(?:\\\\n|\\\\s*$)'\n + '|<(tag)[\\\\s\\\\S]+? *(?:\\\\n{2,}|\\\\s*$)' // closed tag\n + '|\\\\s]*)*?/?> *(?:\\\\n{2,}|\\\\s*$))')\n .replace('comment', _comment)\n .replace(/tag/g, '(?!(?:'\n + 'a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub'\n + '|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)'\n + '\\\\b)\\\\w+(?!:|[^\\\\w\\\\s@]*@)\\\\b')\n .getRegex(),\n def: /^ *\\[([^\\]]+)\\]: *]+)>?(?: +([\"(][^\\n]+[\")]))? *(?:\\n+|$)/,\n heading: /^(#{1,6})(.*)(?:\\n+|$)/,\n fences: noopTest, // fences not supported\n lheading: /^(.+?)\\n {0,3}(=+|-+) *(?:\\n+|$)/,\n paragraph: edit(_paragraph)\n .replace('hr', hr)\n .replace('heading', ' *#{1,6} *[^\\n]')\n .replace('lheading', lheading)\n .replace('|table', '')\n .replace('blockquote', ' {0,3}>')\n .replace('|fences', '')\n .replace('|list', '')\n .replace('|html', '')\n .replace('|tag', '')\n .getRegex(),\n};\n\n/**\n * Inline-Level Grammar\n */\n\nconst escape = /^\\\\([!\"#$%&'()*+,\\-./:;<=>?@\\[\\]\\\\^_`{|}~])/;\nconst inlineCode = /^(`+)([^`]|[^`][\\s\\S]*?[^`])\\1(?!`)/;\nconst br = /^( {2,}|\\\\)\\n(?!\\s*$)/;\nconst inlineText = /^(`+|[^`])(?:(?= {2,}\\n)|[\\s\\S]*?(?:(?=[\\\\\nconst blockSkip = /\\[[^[\\]]*?\\]\\((?:\\\\.|[^\\\\\\(\\)]|\\((?:\\\\.|[^\\\\\\(\\)])*\\))*\\)|`[^`]*?`|<[^<>]*?>/g;\n\nconst emStrongLDelimCore = /^(?:\\*+(?:((?!\\*)punct)|[^\\s*]))|^_+(?:((?!_)punct)|([^\\s_]))/;\n\nconst emStrongLDelim = edit(emStrongLDelimCore, 'u')\n .replace(/punct/g, _punctuation)\n .getRegex();\n\nconst emStrongLDelimGfm = edit(emStrongLDelimCore, 'u')\n .replace(/punct/g, _punctuationGfmStrongEm)\n .getRegex();\n\nconst emStrongRDelimAstCore =\n '^[^_*]*?__[^_*]*?\\\\*[^_*]*?(?=__)' // Skip orphan inside strong\n+ '|[^*]+(?=[^*])' // Consume to delim\n+ '|(?!\\\\*)punct(\\\\*+)(?=[\\\\s]|$)' // (1) #*** can only be a Right Delimiter\n+ '|notPunctSpace(\\\\*+)(?!\\\\*)(?=punctSpace|$)' // (2) a***#, a*** can only be a Right Delimiter\n+ '|(?!\\\\*)punctSpace(\\\\*+)(?=notPunctSpace)' // (3) #***a, ***a can only be Left Delimiter\n+ '|[\\\\s](\\\\*+)(?!\\\\*)(?=punct)' // (4) ***# can only be Left Delimiter\n+ '|(?!\\\\*)punct(\\\\*+)(?!\\\\*)(?=punct)' // (5) #***# can be either Left or Right Delimiter\n+ '|notPunctSpace(\\\\*+)(?=notPunctSpace)'; // (6) a***a can be either Left or Right Delimiter\n\nconst emStrongRDelimAst = edit(emStrongRDelimAstCore, 'gu')\n .replace(/notPunctSpace/g, _notPunctuationOrSpace)\n .replace(/punctSpace/g, _punctuationOrSpace)\n .replace(/punct/g, _punctuation)\n .getRegex();\n\nconst emStrongRDelimAstGfm = edit(emStrongRDelimAstCore, 'gu')\n .replace(/notPunctSpace/g, _notPunctuationOrSpaceGfmStrongEm)\n .replace(/punctSpace/g, _punctuationOrSpaceGfmStrongEm)\n .replace(/punct/g, _punctuationGfmStrongEm)\n .getRegex();\n\n// (6) Not allowed for _\nconst emStrongRDelimUnd = edit(\n '^[^_*]*?\\\\*\\\\*[^_*]*?_[^_*]*?(?=\\\\*\\\\*)' // Skip orphan inside strong\n+ '|[^_]+(?=[^_])' // Consume to delim\n+ '|(?!_)punct(_+)(?=[\\\\s]|$)' // (1) #___ can only be a Right Delimiter\n+ '|notPunctSpace(_+)(?!_)(?=punctSpace|$)' // (2) a___#, a___ can only be a Right Delimiter\n+ '|(?!_)punctSpace(_+)(?=notPunctSpace)' // (3) #___a, ___a can only be Left Delimiter\n+ '|[\\\\s](_+)(?!_)(?=punct)' // (4) ___# can only be Left Delimiter\n+ '|(?!_)punct(_+)(?!_)(?=punct)', 'gu') // (5) #___# can be either Left or Right Delimiter\n .replace(/notPunctSpace/g, _notPunctuationOrSpace)\n .replace(/punctSpace/g, _punctuationOrSpace)\n .replace(/punct/g, _punctuation)\n .getRegex();\n\nconst anyPunctuation = edit(/\\\\(punct)/, 'gu')\n .replace(/punct/g, _punctuation)\n .getRegex();\n\nconst autolink = edit(/^<(scheme:[^\\s\\x00-\\x1f<>]*|email)>/)\n .replace('scheme', /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/)\n .replace('email', /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/)\n .getRegex();\n\nconst _inlineComment = edit(_comment).replace('(?:-->|$)', '-->').getRegex();\nconst tag = edit(\n '^comment'\n + '|^' // self-closing tag\n + '|^<[a-zA-Z][\\\\w-]*(?:attribute)*?\\\\s*/?>' // open tag\n + '|^<\\\\?[\\\\s\\\\S]*?\\\\?>' // processing instruction, e.g. \n + '|^' // declaration, e.g. \n + '|^') // CDATA section\n .replace('comment', _inlineComment)\n .replace('attribute', /\\s+[a-zA-Z:_][\\w.:-]*(?:\\s*=\\s*\"[^\"]*\"|\\s*=\\s*'[^']*'|\\s*=\\s*[^\\s\"'=<>`]+)?/)\n .getRegex();\n\nconst _inlineLabel = /(?:\\[(?:\\\\.|[^\\[\\]\\\\])*\\]|\\\\.|`[^`]*`|[^\\[\\]\\\\`])*?/;\n\nconst link = edit(/^!?\\[(label)\\]\\(\\s*(href)(?:(?:[ \\t]*(?:\\n[ \\t]*)?)(title))?\\s*\\)/)\n .replace('label', _inlineLabel)\n .replace('href', /<(?:\\\\.|[^\\n<>\\\\])+>|[^ \\t\\n\\x00-\\x1f]*/)\n .replace('title', /\"(?:\\\\\"?|[^\"\\\\])*\"|'(?:\\\\'?|[^'\\\\])*'|\\((?:\\\\\\)?|[^)\\\\])*\\)/)\n .getRegex();\n\nconst reflink = edit(/^!?\\[(label)\\]\\[(ref)\\]/)\n .replace('label', _inlineLabel)\n .replace('ref', _blockLabel)\n .getRegex();\n\nconst nolink = edit(/^!?\\[(ref)\\](?:\\[\\])?/)\n .replace('ref', _blockLabel)\n .getRegex();\n\nconst reflinkSearch = edit('reflink|nolink(?!\\\\()', 'g')\n .replace('reflink', reflink)\n .replace('nolink', nolink)\n .getRegex();\n\n/**\n * Normal Inline Grammar\n */\n\nconst inlineNormal = {\n _backpedal: noopTest, // only used for GFM url\n anyPunctuation,\n autolink,\n blockSkip,\n br,\n code: inlineCode,\n del: noopTest,\n emStrongLDelim,\n emStrongRDelimAst,\n emStrongRDelimUnd,\n escape,\n link,\n nolink,\n punctuation,\n reflink,\n reflinkSearch,\n tag,\n text: inlineText,\n url: noopTest,\n};\n\ntype InlineKeys = keyof typeof inlineNormal;\n\n/**\n * Pedantic Inline Grammar\n */\n\nconst inlinePedantic: Record = {\n ...inlineNormal,\n link: edit(/^!?\\[(label)\\]\\((.*?)\\)/)\n .replace('label', _inlineLabel)\n .getRegex(),\n reflink: edit(/^!?\\[(label)\\]\\s*\\[([^\\]]*)\\]/)\n .replace('label', _inlineLabel)\n .getRegex(),\n};\n\n/**\n * GFM Inline Grammar\n */\n\nconst inlineGfm: Record = {\n ...inlineNormal,\n emStrongRDelimAst: emStrongRDelimAstGfm,\n emStrongLDelim: emStrongLDelimGfm,\n url: edit(/^((?:ftp|https?):\\/\\/|www\\.)(?:[a-zA-Z0-9\\-]+\\.?)+[^\\s<]*|^email/, 'i')\n .replace('email', /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/)\n .getRegex(),\n _backpedal: /(?:[^?!.,:;*_'\"~()&]+|\\([^)]*\\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'\"~)]+(?!$))+/,\n del: /^(~~?)(?=[^\\s~])((?:\\\\.|[^\\\\])*?(?:\\\\.|[^\\s~\\\\]))\\1(?=[^~]|$)/,\n text: /^([`~]+|[^`~])(?:(?= {2,}\\n)|(?=[a-zA-Z0-9.!#$%&'*+\\/=?_`{\\|}~-]+@)|[\\s\\S]*?(?:(?=[\\\\ = {\n ...inlineGfm,\n br: edit(br).replace('{2,}', '*').getRegex(),\n text: edit(inlineGfm.text)\n .replace('\\\\b_', '\\\\b_| {2,}\\\\n')\n .replace(/\\{2,\\}/g, '*')\n .getRegex(),\n};\n\n/**\n * exports\n */\n\nexport const block = {\n normal: blockNormal,\n gfm: blockGfm,\n pedantic: blockPedantic,\n};\n\nexport const inline = {\n normal: inlineNormal,\n gfm: inlineGfm,\n breaks: inlineBreaks,\n pedantic: inlinePedantic,\n};\n\nexport interface Rules {\n other: typeof other\n block: Record\n inline: Record\n}\n", "import { other } from './rules.ts';\n\n/**\n * Helpers\n */\nconst escapeReplacements: { [index: string]: string } = {\n '&': '&',\n '<': '<',\n '>': '>',\n '\"': '"',\n \"'\": ''',\n};\nconst getEscapeReplacement = (ch: string) => escapeReplacements[ch];\n\nexport function escape(html: string, encode?: boolean) {\n if (encode) {\n if (other.escapeTest.test(html)) {\n return html.replace(other.escapeReplace, getEscapeReplacement);\n }\n } else {\n if (other.escapeTestNoEncode.test(html)) {\n return html.replace(other.escapeReplaceNoEncode, getEscapeReplacement);\n }\n }\n\n return html;\n}\n\nexport function unescape(html: string) {\n // explicitly match decimal, hex, and named HTML entities\n return html.replace(other.unescapeTest, (_, n) => {\n n = n.toLowerCase();\n if (n === 'colon') return ':';\n if (n.charAt(0) === '#') {\n return n.charAt(1) === 'x'\n ? String.fromCharCode(parseInt(n.substring(2), 16))\n : String.fromCharCode(+n.substring(1));\n }\n return '';\n });\n}\n\nexport function cleanUrl(href: string) {\n try {\n href = encodeURI(href).replace(other.percentDecode, '%');\n } catch {\n return null;\n }\n return href;\n}\n\nexport function splitCells(tableRow: string, count?: number) {\n // ensure that every cell-delimiting pipe has a space\n // before it to distinguish it from an escaped pipe\n const row = tableRow.replace(other.findPipe, (match, offset, str) => {\n let escaped = false;\n let curr = offset;\n while (--curr >= 0 && str[curr] === '\\\\') escaped = !escaped;\n if (escaped) {\n // odd number of slashes means | is escaped\n // so we leave it alone\n return '|';\n } else {\n // add space before unescaped |\n return ' |';\n }\n }),\n cells = row.split(other.splitPipe);\n let i = 0;\n\n // First/last cell in a row cannot be empty if it has no leading/trailing pipe\n if (!cells[0].trim()) {\n cells.shift();\n }\n if (cells.length > 0 && !cells.at(-1)?.trim()) {\n cells.pop();\n }\n\n if (count) {\n if (cells.length > count) {\n cells.splice(count);\n } else {\n while (cells.length < count) cells.push('');\n }\n }\n\n for (; i < cells.length; i++) {\n // leading or trailing whitespace is ignored per the gfm spec\n cells[i] = cells[i].trim().replace(other.slashPipe, '|');\n }\n return cells;\n}\n\n/**\n * Remove trailing 'c's. Equivalent to str.replace(/c*$/, '').\n * /c*$/ is vulnerable to REDOS.\n *\n * @param str\n * @param c\n * @param invert Remove suffix of non-c chars instead. Default falsey.\n */\nexport function rtrim(str: string, c: string, invert?: boolean) {\n const l = str.length;\n if (l === 0) {\n return '';\n }\n\n // Length of suffix matching the invert condition.\n let suffLen = 0;\n\n // Step left until we fail to match the invert condition.\n while (suffLen < l) {\n const currChar = str.charAt(l - suffLen - 1);\n if (currChar === c && !invert) {\n suffLen++;\n } else if (currChar !== c && invert) {\n suffLen++;\n } else {\n break;\n }\n }\n\n return str.slice(0, l - suffLen);\n}\n\nexport function findClosingBracket(str: string, b: string) {\n if (str.indexOf(b[1]) === -1) {\n return -1;\n }\n\n let level = 0;\n for (let i = 0; i < str.length; i++) {\n if (str[i] === '\\\\') {\n i++;\n } else if (str[i] === b[0]) {\n level++;\n } else if (str[i] === b[1]) {\n level--;\n if (level < 0) {\n return i;\n }\n }\n }\n if (level > 0) {\n return -2;\n }\n\n return -1;\n}\n", "import { _defaults } from './defaults.ts';\nimport {\n rtrim,\n splitCells,\n findClosingBracket,\n} from './helpers.ts';\nimport type { Rules } from './rules.ts';\nimport type { _Lexer } from './Lexer.ts';\nimport type { Links, Tokens, Token } from './Tokens.ts';\nimport type { MarkedOptions } from './MarkedOptions.ts';\n\nfunction outputLink(cap: string[], link: Pick, raw: string, lexer: _Lexer, rules: Rules): Tokens.Link | Tokens.Image {\n const href = link.href;\n const title = link.title || null;\n const text = cap[1].replace(rules.other.outputLinkReplace, '$1');\n\n lexer.state.inLink = true;\n const token: Tokens.Link | Tokens.Image = {\n type: cap[0].charAt(0) === '!' ? 'image' : 'link',\n raw,\n href,\n title,\n text,\n tokens: lexer.inlineTokens(text),\n };\n lexer.state.inLink = false;\n return token;\n}\n\nfunction indentCodeCompensation(raw: string, text: string, rules: Rules) {\n const matchIndentToCode = raw.match(rules.other.indentCodeCompensation);\n\n if (matchIndentToCode === null) {\n return text;\n }\n\n const indentToCode = matchIndentToCode[1];\n\n return text\n .split('\\n')\n .map(node => {\n const matchIndentInNode = node.match(rules.other.beginningSpace);\n if (matchIndentInNode === null) {\n return node;\n }\n\n const [indentInNode] = matchIndentInNode;\n\n if (indentInNode.length >= indentToCode.length) {\n return node.slice(indentToCode.length);\n }\n\n return node;\n })\n .join('\\n');\n}\n\n/**\n * Tokenizer\n */\nexport class _Tokenizer {\n options: MarkedOptions;\n rules!: Rules; // set by the lexer\n lexer!: _Lexer; // set by the lexer\n\n constructor(options?: MarkedOptions) {\n this.options = options || _defaults;\n }\n\n space(src: string): Tokens.Space | undefined {\n const cap = this.rules.block.newline.exec(src);\n if (cap && cap[0].length > 0) {\n return {\n type: 'space',\n raw: cap[0],\n };\n }\n }\n\n code(src: string): Tokens.Code | undefined {\n const cap = this.rules.block.code.exec(src);\n if (cap) {\n const text = cap[0].replace(this.rules.other.codeRemoveIndent, '');\n return {\n type: 'code',\n raw: cap[0],\n codeBlockStyle: 'indented',\n text: !this.options.pedantic\n ? rtrim(text, '\\n')\n : text,\n };\n }\n }\n\n fences(src: string): Tokens.Code | undefined {\n const cap = this.rules.block.fences.exec(src);\n if (cap) {\n const raw = cap[0];\n const text = indentCodeCompensation(raw, cap[3] || '', this.rules);\n\n return {\n type: 'code',\n raw,\n lang: cap[2] ? cap[2].trim().replace(this.rules.inline.anyPunctuation, '$1') : cap[2],\n text,\n };\n }\n }\n\n heading(src: string): Tokens.Heading | undefined {\n const cap = this.rules.block.heading.exec(src);\n if (cap) {\n let text = cap[2].trim();\n\n // remove trailing #s\n if (this.rules.other.endingHash.test(text)) {\n const trimmed = rtrim(text, '#');\n if (this.options.pedantic) {\n text = trimmed.trim();\n } else if (!trimmed || this.rules.other.endingSpaceChar.test(trimmed)) {\n // CommonMark requires space before trailing #s\n text = trimmed.trim();\n }\n }\n\n return {\n type: 'heading',\n raw: cap[0],\n depth: cap[1].length,\n text,\n tokens: this.lexer.inline(text),\n };\n }\n }\n\n hr(src: string): Tokens.Hr | undefined {\n const cap = this.rules.block.hr.exec(src);\n if (cap) {\n return {\n type: 'hr',\n raw: rtrim(cap[0], '\\n'),\n };\n }\n }\n\n blockquote(src: string): Tokens.Blockquote | undefined {\n const cap = this.rules.block.blockquote.exec(src);\n if (cap) {\n let lines = rtrim(cap[0], '\\n').split('\\n');\n let raw = '';\n let text = '';\n const tokens: Token[] = [];\n\n while (lines.length > 0) {\n let inBlockquote = false;\n const currentLines = [];\n\n let i;\n for (i = 0; i < lines.length; i++) {\n // get lines up to a continuation\n if (this.rules.other.blockquoteStart.test(lines[i])) {\n currentLines.push(lines[i]);\n inBlockquote = true;\n } else if (!inBlockquote) {\n currentLines.push(lines[i]);\n } else {\n break;\n }\n }\n lines = lines.slice(i);\n\n const currentRaw = currentLines.join('\\n');\n const currentText = currentRaw\n // precede setext continuation with 4 spaces so it isn't a setext\n .replace(this.rules.other.blockquoteSetextReplace, '\\n $1')\n .replace(this.rules.other.blockquoteSetextReplace2, '');\n raw = raw ? `${raw}\\n${currentRaw}` : currentRaw;\n text = text ? `${text}\\n${currentText}` : currentText;\n\n // parse blockquote lines as top level tokens\n // merge paragraphs if this is a continuation\n const top = this.lexer.state.top;\n this.lexer.state.top = true;\n this.lexer.blockTokens(currentText, tokens, true);\n this.lexer.state.top = top;\n\n // if there is no continuation then we are done\n if (lines.length === 0) {\n break;\n }\n\n const lastToken = tokens.at(-1);\n\n if (lastToken?.type === 'code') {\n // blockquote continuation cannot be preceded by a code block\n break;\n } else if (lastToken?.type === 'blockquote') {\n // include continuation in nested blockquote\n const oldToken = lastToken as Tokens.Blockquote;\n const newText = oldToken.raw + '\\n' + lines.join('\\n');\n const newToken = this.blockquote(newText)!;\n tokens[tokens.length - 1] = newToken;\n\n raw = raw.substring(0, raw.length - oldToken.raw.length) + newToken.raw;\n text = text.substring(0, text.length - oldToken.text.length) + newToken.text;\n break;\n } else if (lastToken?.type === 'list') {\n // include continuation in nested list\n const oldToken = lastToken as Tokens.List;\n const newText = oldToken.raw + '\\n' + lines.join('\\n');\n const newToken = this.list(newText)!;\n tokens[tokens.length - 1] = newToken;\n\n raw = raw.substring(0, raw.length - lastToken.raw.length) + newToken.raw;\n text = text.substring(0, text.length - oldToken.raw.length) + newToken.raw;\n lines = newText.substring(tokens.at(-1)!.raw.length).split('\\n');\n continue;\n }\n }\n\n return {\n type: 'blockquote',\n raw,\n tokens,\n text,\n };\n }\n }\n\n list(src: string): Tokens.List | undefined {\n let cap = this.rules.block.list.exec(src);\n if (cap) {\n let bull = cap[1].trim();\n const isordered = bull.length > 1;\n\n const list: Tokens.List = {\n type: 'list',\n raw: '',\n ordered: isordered,\n start: isordered ? +bull.slice(0, -1) : '',\n loose: false,\n items: [],\n };\n\n bull = isordered ? `\\\\d{1,9}\\\\${bull.slice(-1)}` : `\\\\${bull}`;\n\n if (this.options.pedantic) {\n bull = isordered ? bull : '[*+-]';\n }\n\n // Get next list item\n const itemRegex = this.rules.other.listItemRegex(bull);\n let endsWithBlankLine = false;\n // Check if current bullet point can start a new List Item\n while (src) {\n let endEarly = false;\n let raw = '';\n let itemContents = '';\n if (!(cap = itemRegex.exec(src))) {\n break;\n }\n\n if (this.rules.block.hr.test(src)) { // End list if bullet was actually HR (possibly move into itemRegex?)\n break;\n }\n\n raw = cap[0];\n src = src.substring(raw.length);\n\n let line = cap[2].split('\\n', 1)[0].replace(this.rules.other.listReplaceTabs, (t: string) => ' '.repeat(3 * t.length));\n let nextLine = src.split('\\n', 1)[0];\n let blankLine = !line.trim();\n\n let indent = 0;\n if (this.options.pedantic) {\n indent = 2;\n itemContents = line.trimStart();\n } else if (blankLine) {\n indent = cap[1].length + 1;\n } else {\n indent = cap[2].search(this.rules.other.nonSpaceChar); // Find first non-space char\n indent = indent > 4 ? 1 : indent; // Treat indented code blocks (> 4 spaces) as having only 1 indent\n itemContents = line.slice(indent);\n indent += cap[1].length;\n }\n\n if (blankLine && this.rules.other.blankLine.test(nextLine)) { // Items begin with at most one blank line\n raw += nextLine + '\\n';\n src = src.substring(nextLine.length + 1);\n endEarly = true;\n }\n\n if (!endEarly) {\n const nextBulletRegex = this.rules.other.nextBulletRegex(indent);\n const hrRegex = this.rules.other.hrRegex(indent);\n const fencesBeginRegex = this.rules.other.fencesBeginRegex(indent);\n const headingBeginRegex = this.rules.other.headingBeginRegex(indent);\n const htmlBeginRegex = this.rules.other.htmlBeginRegex(indent);\n\n // Check if following lines should be included in List Item\n while (src) {\n const rawLine = src.split('\\n', 1)[0];\n let nextLineWithoutTabs;\n nextLine = rawLine;\n\n // Re-align to follow commonmark nesting rules\n if (this.options.pedantic) {\n nextLine = nextLine.replace(this.rules.other.listReplaceNesting, ' ');\n nextLineWithoutTabs = nextLine;\n } else {\n nextLineWithoutTabs = nextLine.replace(this.rules.other.tabCharGlobal, ' ');\n }\n\n // End list item if found code fences\n if (fencesBeginRegex.test(nextLine)) {\n break;\n }\n\n // End list item if found start of new heading\n if (headingBeginRegex.test(nextLine)) {\n break;\n }\n\n // End list item if found start of html block\n if (htmlBeginRegex.test(nextLine)) {\n break;\n }\n\n // End list item if found start of new bullet\n if (nextBulletRegex.test(nextLine)) {\n break;\n }\n\n // Horizontal rule found\n if (hrRegex.test(nextLine)) {\n break;\n }\n\n if (nextLineWithoutTabs.search(this.rules.other.nonSpaceChar) >= indent || !nextLine.trim()) { // Dedent if possible\n itemContents += '\\n' + nextLineWithoutTabs.slice(indent);\n } else {\n // not enough indentation\n if (blankLine) {\n break;\n }\n\n // paragraph continuation unless last line was a different block level element\n if (line.replace(this.rules.other.tabCharGlobal, ' ').search(this.rules.other.nonSpaceChar) >= 4) { // indented code block\n break;\n }\n if (fencesBeginRegex.test(line)) {\n break;\n }\n if (headingBeginRegex.test(line)) {\n break;\n }\n if (hrRegex.test(line)) {\n break;\n }\n\n itemContents += '\\n' + nextLine;\n }\n\n if (!blankLine && !nextLine.trim()) { // Check if current line is blank\n blankLine = true;\n }\n\n raw += rawLine + '\\n';\n src = src.substring(rawLine.length + 1);\n line = nextLineWithoutTabs.slice(indent);\n }\n }\n\n if (!list.loose) {\n // If the previous item ended with a blank line, the list is loose\n if (endsWithBlankLine) {\n list.loose = true;\n } else if (this.rules.other.doubleBlankLine.test(raw)) {\n endsWithBlankLine = true;\n }\n }\n\n let istask: RegExpExecArray | null = null;\n let ischecked: boolean | undefined;\n // Check for task list items\n if (this.options.gfm) {\n istask = this.rules.other.listIsTask.exec(itemContents);\n if (istask) {\n ischecked = istask[0] !== '[ ] ';\n itemContents = itemContents.replace(this.rules.other.listReplaceTask, '');\n }\n }\n\n list.items.push({\n type: 'list_item',\n raw,\n task: !!istask,\n checked: ischecked,\n loose: false,\n text: itemContents,\n tokens: [],\n });\n\n list.raw += raw;\n }\n\n // Do not consume newlines at end of final item. Alternatively, make itemRegex *start* with any newlines to simplify/speed up endsWithBlankLine logic\n const lastItem = list.items.at(-1);\n if (lastItem) {\n lastItem.raw = lastItem.raw.trimEnd();\n lastItem.text = lastItem.text.trimEnd();\n } else {\n // not a list since there were no items\n return;\n }\n list.raw = list.raw.trimEnd();\n\n // Item child tokens handled here at end because we needed to have the final item to trim it first\n for (let i = 0; i < list.items.length; i++) {\n this.lexer.state.top = false;\n list.items[i].tokens = this.lexer.blockTokens(list.items[i].text, []);\n\n if (!list.loose) {\n // Check if list should be loose\n const spacers = list.items[i].tokens.filter(t => t.type === 'space');\n const hasMultipleLineBreaks = spacers.length > 0 && spacers.some(t => this.rules.other.anyLine.test(t.raw));\n\n list.loose = hasMultipleLineBreaks;\n }\n }\n\n // Set all items to loose if list is loose\n if (list.loose) {\n for (let i = 0; i < list.items.length; i++) {\n list.items[i].loose = true;\n }\n }\n\n return list;\n }\n }\n\n html(src: string): Tokens.HTML | undefined {\n const cap = this.rules.block.html.exec(src);\n if (cap) {\n const token: Tokens.HTML = {\n type: 'html',\n block: true,\n raw: cap[0],\n pre: cap[1] === 'pre' || cap[1] === 'script' || cap[1] === 'style',\n text: cap[0],\n };\n return token;\n }\n }\n\n def(src: string): Tokens.Def | undefined {\n const cap = this.rules.block.def.exec(src);\n if (cap) {\n const tag = cap[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal, ' ');\n const href = cap[2] ? cap[2].replace(this.rules.other.hrefBrackets, '$1').replace(this.rules.inline.anyPunctuation, '$1') : '';\n const title = cap[3] ? cap[3].substring(1, cap[3].length - 1).replace(this.rules.inline.anyPunctuation, '$1') : cap[3];\n return {\n type: 'def',\n tag,\n raw: cap[0],\n href,\n title,\n };\n }\n }\n\n table(src: string): Tokens.Table | undefined {\n const cap = this.rules.block.table.exec(src);\n if (!cap) {\n return;\n }\n\n if (!this.rules.other.tableDelimiter.test(cap[2])) {\n // delimiter row must have a pipe (|) or colon (:) otherwise it is a setext heading\n return;\n }\n\n const headers = splitCells(cap[1]);\n const aligns = cap[2].replace(this.rules.other.tableAlignChars, '').split('|');\n const rows = cap[3]?.trim() ? cap[3].replace(this.rules.other.tableRowBlankLine, '').split('\\n') : [];\n\n const item: Tokens.Table = {\n type: 'table',\n raw: cap[0],\n header: [],\n align: [],\n rows: [],\n };\n\n if (headers.length !== aligns.length) {\n // header and align columns must be equal, rows can be different.\n return;\n }\n\n for (const align of aligns) {\n if (this.rules.other.tableAlignRight.test(align)) {\n item.align.push('right');\n } else if (this.rules.other.tableAlignCenter.test(align)) {\n item.align.push('center');\n } else if (this.rules.other.tableAlignLeft.test(align)) {\n item.align.push('left');\n } else {\n item.align.push(null);\n }\n }\n\n for (let i = 0; i < headers.length; i++) {\n item.header.push({\n text: headers[i],\n tokens: this.lexer.inline(headers[i]),\n header: true,\n align: item.align[i],\n });\n }\n\n for (const row of rows) {\n item.rows.push(splitCells(row, item.header.length).map((cell, i) => {\n return {\n text: cell,\n tokens: this.lexer.inline(cell),\n header: false,\n align: item.align[i],\n };\n }));\n }\n\n return item;\n }\n\n lheading(src: string): Tokens.Heading | undefined {\n const cap = this.rules.block.lheading.exec(src);\n if (cap) {\n return {\n type: 'heading',\n raw: cap[0],\n depth: cap[2].charAt(0) === '=' ? 1 : 2,\n text: cap[1],\n tokens: this.lexer.inline(cap[1]),\n };\n }\n }\n\n paragraph(src: string): Tokens.Paragraph | undefined {\n const cap = this.rules.block.paragraph.exec(src);\n if (cap) {\n const text = cap[1].charAt(cap[1].length - 1) === '\\n'\n ? cap[1].slice(0, -1)\n : cap[1];\n return {\n type: 'paragraph',\n raw: cap[0],\n text,\n tokens: this.lexer.inline(text),\n };\n }\n }\n\n text(src: string): Tokens.Text | undefined {\n const cap = this.rules.block.text.exec(src);\n if (cap) {\n return {\n type: 'text',\n raw: cap[0],\n text: cap[0],\n tokens: this.lexer.inline(cap[0]),\n };\n }\n }\n\n escape(src: string): Tokens.Escape | undefined {\n const cap = this.rules.inline.escape.exec(src);\n if (cap) {\n return {\n type: 'escape',\n raw: cap[0],\n text: cap[1],\n };\n }\n }\n\n tag(src: string): Tokens.Tag | undefined {\n const cap = this.rules.inline.tag.exec(src);\n if (cap) {\n if (!this.lexer.state.inLink && this.rules.other.startATag.test(cap[0])) {\n this.lexer.state.inLink = true;\n } else if (this.lexer.state.inLink && this.rules.other.endATag.test(cap[0])) {\n this.lexer.state.inLink = false;\n }\n if (!this.lexer.state.inRawBlock && this.rules.other.startPreScriptTag.test(cap[0])) {\n this.lexer.state.inRawBlock = true;\n } else if (this.lexer.state.inRawBlock && this.rules.other.endPreScriptTag.test(cap[0])) {\n this.lexer.state.inRawBlock = false;\n }\n\n return {\n type: 'html',\n raw: cap[0],\n inLink: this.lexer.state.inLink,\n inRawBlock: this.lexer.state.inRawBlock,\n block: false,\n text: cap[0],\n };\n }\n }\n\n link(src: string): Tokens.Link | Tokens.Image | undefined {\n const cap = this.rules.inline.link.exec(src);\n if (cap) {\n const trimmedUrl = cap[2].trim();\n if (!this.options.pedantic && this.rules.other.startAngleBracket.test(trimmedUrl)) {\n // commonmark requires matching angle brackets\n if (!(this.rules.other.endAngleBracket.test(trimmedUrl))) {\n return;\n }\n\n // ending angle bracket cannot be escaped\n const rtrimSlash = rtrim(trimmedUrl.slice(0, -1), '\\\\');\n if ((trimmedUrl.length - rtrimSlash.length) % 2 === 0) {\n return;\n }\n } else {\n // find closing parenthesis\n const lastParenIndex = findClosingBracket(cap[2], '()');\n if (lastParenIndex === -2) {\n // more open parens than closed\n return;\n }\n\n if (lastParenIndex > -1) {\n const start = cap[0].indexOf('!') === 0 ? 5 : 4;\n const linkLen = start + cap[1].length + lastParenIndex;\n cap[2] = cap[2].substring(0, lastParenIndex);\n cap[0] = cap[0].substring(0, linkLen).trim();\n cap[3] = '';\n }\n }\n let href = cap[2];\n let title = '';\n if (this.options.pedantic) {\n // split pedantic href and title\n const link = this.rules.other.pedanticHrefTitle.exec(href);\n\n if (link) {\n href = link[1];\n title = link[3];\n }\n } else {\n title = cap[3] ? cap[3].slice(1, -1) : '';\n }\n\n href = href.trim();\n if (this.rules.other.startAngleBracket.test(href)) {\n if (this.options.pedantic && !(this.rules.other.endAngleBracket.test(trimmedUrl))) {\n // pedantic allows starting angle bracket without ending angle bracket\n href = href.slice(1);\n } else {\n href = href.slice(1, -1);\n }\n }\n return outputLink(cap, {\n href: href ? href.replace(this.rules.inline.anyPunctuation, '$1') : href,\n title: title ? title.replace(this.rules.inline.anyPunctuation, '$1') : title,\n }, cap[0], this.lexer, this.rules);\n }\n }\n\n reflink(src: string, links: Links): Tokens.Link | Tokens.Image | Tokens.Text | undefined {\n let cap;\n if ((cap = this.rules.inline.reflink.exec(src))\n || (cap = this.rules.inline.nolink.exec(src))) {\n const linkString = (cap[2] || cap[1]).replace(this.rules.other.multipleSpaceGlobal, ' ');\n const link = links[linkString.toLowerCase()];\n if (!link) {\n const text = cap[0].charAt(0);\n return {\n type: 'text',\n raw: text,\n text,\n };\n }\n return outputLink(cap, link, cap[0], this.lexer, this.rules);\n }\n }\n\n emStrong(src: string, maskedSrc: string, prevChar = ''): Tokens.Em | Tokens.Strong | undefined {\n let match = this.rules.inline.emStrongLDelim.exec(src);\n if (!match) return;\n\n // _ can't be between two alphanumerics. \\p{L}\\p{N} includes non-english alphabet/numbers as well\n if (match[3] && prevChar.match(this.rules.other.unicodeAlphaNumeric)) return;\n\n const nextChar = match[1] || match[2] || '';\n\n if (!nextChar || !prevChar || this.rules.inline.punctuation.exec(prevChar)) {\n // unicode Regex counts emoji as 1 char; spread into array for proper count (used multiple times below)\n const lLength = [...match[0]].length - 1;\n let rDelim, rLength, delimTotal = lLength, midDelimTotal = 0;\n\n const endReg = match[0][0] === '*' ? this.rules.inline.emStrongRDelimAst : this.rules.inline.emStrongRDelimUnd;\n endReg.lastIndex = 0;\n\n // Clip maskedSrc to same section of string as src (move to lexer?)\n maskedSrc = maskedSrc.slice(-1 * src.length + lLength);\n\n while ((match = endReg.exec(maskedSrc)) != null) {\n rDelim = match[1] || match[2] || match[3] || match[4] || match[5] || match[6];\n\n if (!rDelim) continue; // skip single * in __abc*abc__\n\n rLength = [...rDelim].length;\n\n if (match[3] || match[4]) { // found another Left Delim\n delimTotal += rLength;\n continue;\n } else if (match[5] || match[6]) { // either Left or Right Delim\n if (lLength % 3 && !((lLength + rLength) % 3)) {\n midDelimTotal += rLength;\n continue; // CommonMark Emphasis Rules 9-10\n }\n }\n\n delimTotal -= rLength;\n\n if (delimTotal > 0) continue; // Haven't found enough closing delimiters\n\n // Remove extra characters. *a*** -> *a*\n rLength = Math.min(rLength, rLength + delimTotal + midDelimTotal);\n // char length can be >1 for unicode characters;\n const lastCharLength = [...match[0]][0].length;\n const raw = src.slice(0, lLength + match.index + lastCharLength + rLength);\n\n // Create `em` if smallest delimiter has odd char count. *a***\n if (Math.min(lLength, rLength) % 2) {\n const text = raw.slice(1, -1);\n return {\n type: 'em',\n raw,\n text,\n tokens: this.lexer.inlineTokens(text),\n };\n }\n\n // Create 'strong' if smallest delimiter has even char count. **a***\n const text = raw.slice(2, -2);\n return {\n type: 'strong',\n raw,\n text,\n tokens: this.lexer.inlineTokens(text),\n };\n }\n }\n }\n\n codespan(src: string): Tokens.Codespan | undefined {\n const cap = this.rules.inline.code.exec(src);\n if (cap) {\n let text = cap[2].replace(this.rules.other.newLineCharGlobal, ' ');\n const hasNonSpaceChars = this.rules.other.nonSpaceChar.test(text);\n const hasSpaceCharsOnBothEnds = this.rules.other.startingSpaceChar.test(text) && this.rules.other.endingSpaceChar.test(text);\n if (hasNonSpaceChars && hasSpaceCharsOnBothEnds) {\n text = text.substring(1, text.length - 1);\n }\n return {\n type: 'codespan',\n raw: cap[0],\n text,\n };\n }\n }\n\n br(src: string): Tokens.Br | undefined {\n const cap = this.rules.inline.br.exec(src);\n if (cap) {\n return {\n type: 'br',\n raw: cap[0],\n };\n }\n }\n\n del(src: string): Tokens.Del | undefined {\n const cap = this.rules.inline.del.exec(src);\n if (cap) {\n return {\n type: 'del',\n raw: cap[0],\n text: cap[2],\n tokens: this.lexer.inlineTokens(cap[2]),\n };\n }\n }\n\n autolink(src: string): Tokens.Link | undefined {\n const cap = this.rules.inline.autolink.exec(src);\n if (cap) {\n let text, href;\n if (cap[2] === '@') {\n text = cap[1];\n href = 'mailto:' + text;\n } else {\n text = cap[1];\n href = text;\n }\n\n return {\n type: 'link',\n raw: cap[0],\n text,\n href,\n tokens: [\n {\n type: 'text',\n raw: text,\n text,\n },\n ],\n };\n }\n }\n\n url(src: string): Tokens.Link | undefined {\n let cap;\n if (cap = this.rules.inline.url.exec(src)) {\n let text, href;\n if (cap[2] === '@') {\n text = cap[0];\n href = 'mailto:' + text;\n } else {\n // do extended autolink path validation\n let prevCapZero;\n do {\n prevCapZero = cap[0];\n cap[0] = this.rules.inline._backpedal.exec(cap[0])?.[0] ?? '';\n } while (prevCapZero !== cap[0]);\n text = cap[0];\n if (cap[1] === 'www.') {\n href = 'http://' + cap[0];\n } else {\n href = cap[0];\n }\n }\n return {\n type: 'link',\n raw: cap[0],\n text,\n href,\n tokens: [\n {\n type: 'text',\n raw: text,\n text,\n },\n ],\n };\n }\n }\n\n inlineText(src: string): Tokens.Text | undefined {\n const cap = this.rules.inline.text.exec(src);\n if (cap) {\n const escaped = this.lexer.state.inRawBlock;\n return {\n type: 'text',\n raw: cap[0],\n text: cap[0],\n escaped,\n };\n }\n }\n}\n", "import { _Tokenizer } from './Tokenizer.ts';\nimport { _defaults } from './defaults.ts';\nimport { other, block, inline } from './rules.ts';\nimport type { Token, TokensList, Tokens } from './Tokens.ts';\nimport type { MarkedOptions } from './MarkedOptions.ts';\n\n/**\n * Block Lexer\n */\nexport class _Lexer {\n tokens: TokensList;\n options: MarkedOptions;\n state: {\n inLink: boolean;\n inRawBlock: boolean;\n top: boolean;\n };\n\n private tokenizer: _Tokenizer;\n private inlineQueue: { src: string, tokens: Token[] }[];\n\n constructor(options?: MarkedOptions) {\n // TokenList cannot be created in one go\n this.tokens = [] as unknown as TokensList;\n this.tokens.links = Object.create(null);\n this.options = options || _defaults;\n this.options.tokenizer = this.options.tokenizer || new _Tokenizer();\n this.tokenizer = this.options.tokenizer;\n this.tokenizer.options = this.options;\n this.tokenizer.lexer = this;\n this.inlineQueue = [];\n this.state = {\n inLink: false,\n inRawBlock: false,\n top: true,\n };\n\n const rules = {\n other,\n block: block.normal,\n inline: inline.normal,\n };\n\n if (this.options.pedantic) {\n rules.block = block.pedantic;\n rules.inline = inline.pedantic;\n } else if (this.options.gfm) {\n rules.block = block.gfm;\n if (this.options.breaks) {\n rules.inline = inline.breaks;\n } else {\n rules.inline = inline.gfm;\n }\n }\n this.tokenizer.rules = rules;\n }\n\n /**\n * Expose Rules\n */\n static get rules() {\n return {\n block,\n inline,\n };\n }\n\n /**\n * Static Lex Method\n */\n static lex(src: string, options?: MarkedOptions) {\n const lexer = new _Lexer(options);\n return lexer.lex(src);\n }\n\n /**\n * Static Lex Inline Method\n */\n static lexInline(src: string, options?: MarkedOptions) {\n const lexer = new _Lexer(options);\n return lexer.inlineTokens(src);\n }\n\n /**\n * Preprocessing\n */\n lex(src: string) {\n src = src.replace(other.carriageReturn, '\\n');\n\n this.blockTokens(src, this.tokens);\n\n for (let i = 0; i < this.inlineQueue.length; i++) {\n const next = this.inlineQueue[i];\n this.inlineTokens(next.src, next.tokens);\n }\n this.inlineQueue = [];\n\n return this.tokens;\n }\n\n /**\n * Lexing\n */\n blockTokens(src: string, tokens?: Token[], lastParagraphClipped?: boolean): Token[];\n blockTokens(src: string, tokens?: TokensList, lastParagraphClipped?: boolean): TokensList;\n blockTokens(src: string, tokens: Token[] = [], lastParagraphClipped = false) {\n if (this.options.pedantic) {\n src = src.replace(other.tabCharGlobal, ' ').replace(other.spaceLine, '');\n }\n\n while (src) {\n let token: Tokens.Generic | undefined;\n\n if (this.options.extensions?.block?.some((extTokenizer) => {\n if (token = extTokenizer.call({ lexer: this }, src, tokens)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n return true;\n }\n return false;\n })) {\n continue;\n }\n\n // newline\n if (token = this.tokenizer.space(src)) {\n src = src.substring(token.raw.length);\n const lastToken = tokens.at(-1);\n if (token.raw.length === 1 && lastToken !== undefined) {\n // if there's a single \\n as a spacer, it's terminating the last line,\n // so move it there so that we don't get unnecessary paragraph tags\n lastToken.raw += '\\n';\n } else {\n tokens.push(token);\n }\n continue;\n }\n\n // code\n if (token = this.tokenizer.code(src)) {\n src = src.substring(token.raw.length);\n const lastToken = tokens.at(-1);\n // An indented code block cannot interrupt a paragraph.\n if (lastToken?.type === 'paragraph' || lastToken?.type === 'text') {\n lastToken.raw += '\\n' + token.raw;\n lastToken.text += '\\n' + token.text;\n this.inlineQueue.at(-1)!.src = lastToken.text;\n } else {\n tokens.push(token);\n }\n continue;\n }\n\n // fences\n if (token = this.tokenizer.fences(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // heading\n if (token = this.tokenizer.heading(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // hr\n if (token = this.tokenizer.hr(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // blockquote\n if (token = this.tokenizer.blockquote(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // list\n if (token = this.tokenizer.list(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // html\n if (token = this.tokenizer.html(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // def\n if (token = this.tokenizer.def(src)) {\n src = src.substring(token.raw.length);\n const lastToken = tokens.at(-1);\n if (lastToken?.type === 'paragraph' || lastToken?.type === 'text') {\n lastToken.raw += '\\n' + token.raw;\n lastToken.text += '\\n' + token.raw;\n this.inlineQueue.at(-1)!.src = lastToken.text;\n } else if (!this.tokens.links[token.tag]) {\n this.tokens.links[token.tag] = {\n href: token.href,\n title: token.title,\n };\n }\n continue;\n }\n\n // table (gfm)\n if (token = this.tokenizer.table(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // lheading\n if (token = this.tokenizer.lheading(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // top-level paragraph\n // prevent paragraph consuming extensions by clipping 'src' to extension start\n let cutSrc = src;\n if (this.options.extensions?.startBlock) {\n let startIndex = Infinity;\n const tempSrc = src.slice(1);\n let tempStart;\n this.options.extensions.startBlock.forEach((getStartIndex) => {\n tempStart = getStartIndex.call({ lexer: this }, tempSrc);\n if (typeof tempStart === 'number' && tempStart >= 0) {\n startIndex = Math.min(startIndex, tempStart);\n }\n });\n if (startIndex < Infinity && startIndex >= 0) {\n cutSrc = src.substring(0, startIndex + 1);\n }\n }\n if (this.state.top && (token = this.tokenizer.paragraph(cutSrc))) {\n const lastToken = tokens.at(-1);\n if (lastParagraphClipped && lastToken?.type === 'paragraph') {\n lastToken.raw += '\\n' + token.raw;\n lastToken.text += '\\n' + token.text;\n this.inlineQueue.pop();\n this.inlineQueue.at(-1)!.src = lastToken.text;\n } else {\n tokens.push(token);\n }\n lastParagraphClipped = cutSrc.length !== src.length;\n src = src.substring(token.raw.length);\n continue;\n }\n\n // text\n if (token = this.tokenizer.text(src)) {\n src = src.substring(token.raw.length);\n const lastToken = tokens.at(-1);\n if (lastToken?.type === 'text') {\n lastToken.raw += '\\n' + token.raw;\n lastToken.text += '\\n' + token.text;\n this.inlineQueue.pop();\n this.inlineQueue.at(-1)!.src = lastToken.text;\n } else {\n tokens.push(token);\n }\n continue;\n }\n\n if (src) {\n const errMsg = 'Infinite loop on byte: ' + src.charCodeAt(0);\n if (this.options.silent) {\n console.error(errMsg);\n break;\n } else {\n throw new Error(errMsg);\n }\n }\n }\n\n this.state.top = true;\n return tokens;\n }\n\n inline(src: string, tokens: Token[] = []) {\n this.inlineQueue.push({ src, tokens });\n return tokens;\n }\n\n /**\n * Lexing/Compiling\n */\n inlineTokens(src: string, tokens: Token[] = []): Token[] {\n // String with links masked to avoid interference with em and strong\n let maskedSrc = src;\n let match: RegExpExecArray | null = null;\n\n // Mask out reflinks\n if (this.tokens.links) {\n const links = Object.keys(this.tokens.links);\n if (links.length > 0) {\n while ((match = this.tokenizer.rules.inline.reflinkSearch.exec(maskedSrc)) != null) {\n if (links.includes(match[0].slice(match[0].lastIndexOf('[') + 1, -1))) {\n maskedSrc = maskedSrc.slice(0, match.index)\n + '[' + 'a'.repeat(match[0].length - 2) + ']'\n + maskedSrc.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex);\n }\n }\n }\n }\n\n // Mask out escaped characters\n while ((match = this.tokenizer.rules.inline.anyPunctuation.exec(maskedSrc)) != null) {\n maskedSrc = maskedSrc.slice(0, match.index) + '++' + maskedSrc.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);\n }\n\n // Mask out other blocks\n while ((match = this.tokenizer.rules.inline.blockSkip.exec(maskedSrc)) != null) {\n maskedSrc = maskedSrc.slice(0, match.index) + '[' + 'a'.repeat(match[0].length - 2) + ']' + maskedSrc.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);\n }\n\n let keepPrevChar = false;\n let prevChar = '';\n while (src) {\n if (!keepPrevChar) {\n prevChar = '';\n }\n keepPrevChar = false;\n\n let token: Tokens.Generic | undefined;\n\n // extensions\n if (this.options.extensions?.inline?.some((extTokenizer) => {\n if (token = extTokenizer.call({ lexer: this }, src, tokens)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n return true;\n }\n return false;\n })) {\n continue;\n }\n\n // escape\n if (token = this.tokenizer.escape(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // tag\n if (token = this.tokenizer.tag(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // link\n if (token = this.tokenizer.link(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // reflink, nolink\n if (token = this.tokenizer.reflink(src, this.tokens.links)) {\n src = src.substring(token.raw.length);\n const lastToken = tokens.at(-1);\n if (token.type === 'text' && lastToken?.type === 'text') {\n lastToken.raw += token.raw;\n lastToken.text += token.text;\n } else {\n tokens.push(token);\n }\n continue;\n }\n\n // em & strong\n if (token = this.tokenizer.emStrong(src, maskedSrc, prevChar)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // code\n if (token = this.tokenizer.codespan(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // br\n if (token = this.tokenizer.br(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // del (gfm)\n if (token = this.tokenizer.del(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // autolink\n if (token = this.tokenizer.autolink(src)) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // url (gfm)\n if (!this.state.inLink && (token = this.tokenizer.url(src))) {\n src = src.substring(token.raw.length);\n tokens.push(token);\n continue;\n }\n\n // text\n // prevent inlineText consuming extensions by clipping 'src' to extension start\n let cutSrc = src;\n if (this.options.extensions?.startInline) {\n let startIndex = Infinity;\n const tempSrc = src.slice(1);\n let tempStart;\n this.options.extensions.startInline.forEach((getStartIndex) => {\n tempStart = getStartIndex.call({ lexer: this }, tempSrc);\n if (typeof tempStart === 'number' && tempStart >= 0) {\n startIndex = Math.min(startIndex, tempStart);\n }\n });\n if (startIndex < Infinity && startIndex >= 0) {\n cutSrc = src.substring(0, startIndex + 1);\n }\n }\n if (token = this.tokenizer.inlineText(cutSrc)) {\n src = src.substring(token.raw.length);\n if (token.raw.slice(-1) !== '_') { // Track prevChar before string of ____ started\n prevChar = token.raw.slice(-1);\n }\n keepPrevChar = true;\n const lastToken = tokens.at(-1);\n if (lastToken?.type === 'text') {\n lastToken.raw += token.raw;\n lastToken.text += token.text;\n } else {\n tokens.push(token);\n }\n continue;\n }\n\n if (src) {\n const errMsg = 'Infinite loop on byte: ' + src.charCodeAt(0);\n if (this.options.silent) {\n console.error(errMsg);\n break;\n } else {\n throw new Error(errMsg);\n }\n }\n }\n\n return tokens;\n }\n}\n", "import { _defaults } from './defaults.ts';\nimport {\n cleanUrl,\n escape,\n} from './helpers.ts';\nimport { other } from './rules.ts';\nimport type { MarkedOptions } from './MarkedOptions.ts';\nimport type { Tokens } from './Tokens.ts';\nimport type { _Parser } from './Parser.ts';\n\n/**\n * Renderer\n */\nexport class _Renderer {\n options: MarkedOptions;\n parser!: _Parser; // set by the parser\n constructor(options?: MarkedOptions) {\n this.options = options || _defaults;\n }\n\n space(token: Tokens.Space): string {\n return '';\n }\n\n code({ text, lang, escaped }: Tokens.Code): string {\n const langString = (lang || '').match(other.notSpaceStart)?.[0];\n\n const code = text.replace(other.endingNewline, '') + '\\n';\n\n if (!langString) {\n return '
    '\n        + (escaped ? code : escape(code, true))\n        + '
    \\n';\n }\n\n return '
    '\n      + (escaped ? code : escape(code, true))\n      + '
    \\n';\n }\n\n blockquote({ tokens }: Tokens.Blockquote): string {\n const body = this.parser.parse(tokens);\n return `
    \\n${body}
    \\n`;\n }\n\n html({ text }: Tokens.HTML | Tokens.Tag) : string {\n return text;\n }\n\n heading({ tokens, depth }: Tokens.Heading): string {\n return `${this.parser.parseInline(tokens)}\\n`;\n }\n\n hr(token: Tokens.Hr): string {\n return '
    \\n';\n }\n\n list(token: Tokens.List): string {\n const ordered = token.ordered;\n const start = token.start;\n\n let body = '';\n for (let j = 0; j < token.items.length; j++) {\n const item = token.items[j];\n body += this.listitem(item);\n }\n\n const type = ordered ? 'ol' : 'ul';\n const startAttr = (ordered && start !== 1) ? (' start=\"' + start + '\"') : '';\n return '<' + type + startAttr + '>\\n' + body + '\\n';\n }\n\n listitem(item: Tokens.ListItem): string {\n let itemBody = '';\n if (item.task) {\n const checkbox = this.checkbox({ checked: !!item.checked });\n if (item.loose) {\n if (item.tokens[0]?.type === 'paragraph') {\n item.tokens[0].text = checkbox + ' ' + item.tokens[0].text;\n if (item.tokens[0].tokens && item.tokens[0].tokens.length > 0 && item.tokens[0].tokens[0].type === 'text') {\n item.tokens[0].tokens[0].text = checkbox + ' ' + escape(item.tokens[0].tokens[0].text);\n item.tokens[0].tokens[0].escaped = true;\n }\n } else {\n item.tokens.unshift({\n type: 'text',\n raw: checkbox + ' ',\n text: checkbox + ' ',\n escaped: true,\n });\n }\n } else {\n itemBody += checkbox + ' ';\n }\n }\n\n itemBody += this.parser.parse(item.tokens, !!item.loose);\n\n return `
  • ${itemBody}
  • \\n`;\n }\n\n checkbox({ checked }: Tokens.Checkbox): string {\n return '';\n }\n\n paragraph({ tokens }: Tokens.Paragraph): string {\n return `

    ${this.parser.parseInline(tokens)}

    \\n`;\n }\n\n table(token: Tokens.Table): string {\n let header = '';\n\n // header\n let cell = '';\n for (let j = 0; j < token.header.length; j++) {\n cell += this.tablecell(token.header[j]);\n }\n header += this.tablerow({ text: cell });\n\n let body = '';\n for (let j = 0; j < token.rows.length; j++) {\n const row = token.rows[j];\n\n cell = '';\n for (let k = 0; k < row.length; k++) {\n cell += this.tablecell(row[k]);\n }\n\n body += this.tablerow({ text: cell });\n }\n if (body) body = `${body}`;\n\n return '\\n'\n + '\\n'\n + header\n + '\\n'\n + body\n + '
    \\n';\n }\n\n tablerow({ text }: Tokens.TableRow): string {\n return `\\n${text}\\n`;\n }\n\n tablecell(token: Tokens.TableCell): string {\n const content = this.parser.parseInline(token.tokens);\n const type = token.header ? 'th' : 'td';\n const tag = token.align\n ? `<${type} align=\"${token.align}\">`\n : `<${type}>`;\n return tag + content + `\\n`;\n }\n\n /**\n * span level renderer\n */\n strong({ tokens }: Tokens.Strong): string {\n return `${this.parser.parseInline(tokens)}`;\n }\n\n em({ tokens }: Tokens.Em): string {\n return `${this.parser.parseInline(tokens)}`;\n }\n\n codespan({ text }: Tokens.Codespan): string {\n return `${escape(text, true)}`;\n }\n\n br(token: Tokens.Br): string {\n return '
    ';\n }\n\n del({ tokens }: Tokens.Del): string {\n return `${this.parser.parseInline(tokens)}`;\n }\n\n link({ href, title, tokens }: Tokens.Link): string {\n const text = this.parser.parseInline(tokens);\n const cleanHref = cleanUrl(href);\n if (cleanHref === null) {\n return text;\n }\n href = cleanHref;\n let out = '
    ';\n return out;\n }\n\n image({ href, title, text, tokens }: Tokens.Image): string {\n if (tokens) {\n text = this.parser.parseInline(tokens, this.parser.textRenderer);\n }\n const cleanHref = cleanUrl(href);\n if (cleanHref === null) {\n return escape(text);\n }\n href = cleanHref;\n\n let out = `\"${text}\"`;\n;\n\ntype UnknownFunction = (...args: unknown[]) => unknown;\ntype GenericRendererFunction = (...args: unknown[]) => string | false;\n\nexport class Marked {\n defaults = _getDefaults();\n options = this.setOptions;\n\n parse = this.parseMarkdown(true);\n parseInline = this.parseMarkdown(false);\n\n Parser = _Parser;\n Renderer = _Renderer;\n TextRenderer = _TextRenderer;\n Lexer = _Lexer;\n Tokenizer = _Tokenizer;\n Hooks = _Hooks;\n\n constructor(...args: MarkedExtension[]) {\n this.use(...args);\n }\n\n /**\n * Run callback for every token\n */\n walkTokens(tokens: Token[] | TokensList, callback: (token: Token) => MaybePromise | MaybePromise[]) {\n let values: MaybePromise[] = [];\n for (const token of tokens) {\n values = values.concat(callback.call(this, token));\n switch (token.type) {\n case 'table': {\n const tableToken = token as Tokens.Table;\n for (const cell of tableToken.header) {\n values = values.concat(this.walkTokens(cell.tokens, callback));\n }\n for (const row of tableToken.rows) {\n for (const cell of row) {\n values = values.concat(this.walkTokens(cell.tokens, callback));\n }\n }\n break;\n }\n case 'list': {\n const listToken = token as Tokens.List;\n values = values.concat(this.walkTokens(listToken.items, callback));\n break;\n }\n default: {\n const genericToken = token as Tokens.Generic;\n if (this.defaults.extensions?.childTokens?.[genericToken.type]) {\n this.defaults.extensions.childTokens[genericToken.type].forEach((childTokens) => {\n const tokens = genericToken[childTokens].flat(Infinity) as Token[] | TokensList;\n values = values.concat(this.walkTokens(tokens, callback));\n });\n } else if (genericToken.tokens) {\n values = values.concat(this.walkTokens(genericToken.tokens, callback));\n }\n }\n }\n }\n return values;\n }\n\n use(...args: MarkedExtension[]) {\n const extensions: MarkedOptions['extensions'] = this.defaults.extensions || { renderers: {}, childTokens: {} };\n\n args.forEach((pack) => {\n // copy options to new object\n const opts = { ...pack } as MarkedOptions;\n\n // set async to true if it was set to true before\n opts.async = this.defaults.async || opts.async || false;\n\n // ==-- Parse \"addon\" extensions --== //\n if (pack.extensions) {\n pack.extensions.forEach((ext) => {\n if (!ext.name) {\n throw new Error('extension name required');\n }\n if ('renderer' in ext) { // Renderer extensions\n const prevRenderer = extensions.renderers[ext.name];\n if (prevRenderer) {\n // Replace extension with func to run new extension but fall back if false\n extensions.renderers[ext.name] = function(...args) {\n let ret = ext.renderer.apply(this, args);\n if (ret === false) {\n ret = prevRenderer.apply(this, args);\n }\n return ret;\n };\n } else {\n extensions.renderers[ext.name] = ext.renderer;\n }\n }\n if ('tokenizer' in ext) { // Tokenizer Extensions\n if (!ext.level || (ext.level !== 'block' && ext.level !== 'inline')) {\n throw new Error(\"extension level must be 'block' or 'inline'\");\n }\n const extLevel = extensions[ext.level];\n if (extLevel) {\n extLevel.unshift(ext.tokenizer);\n } else {\n extensions[ext.level] = [ext.tokenizer];\n }\n if (ext.start) { // Function to check for start of token\n if (ext.level === 'block') {\n if (extensions.startBlock) {\n extensions.startBlock.push(ext.start);\n } else {\n extensions.startBlock = [ext.start];\n }\n } else if (ext.level === 'inline') {\n if (extensions.startInline) {\n extensions.startInline.push(ext.start);\n } else {\n extensions.startInline = [ext.start];\n }\n }\n }\n }\n if ('childTokens' in ext && ext.childTokens) { // Child tokens to be visited by walkTokens\n extensions.childTokens[ext.name] = ext.childTokens;\n }\n });\n opts.extensions = extensions;\n }\n\n // ==-- Parse \"overwrite\" extensions --== //\n if (pack.renderer) {\n const renderer = this.defaults.renderer || new _Renderer(this.defaults);\n for (const prop in pack.renderer) {\n if (!(prop in renderer)) {\n throw new Error(`renderer '${prop}' does not exist`);\n }\n if (['options', 'parser'].includes(prop)) {\n // ignore options property\n continue;\n }\n const rendererProp = prop as Exclude;\n const rendererFunc = pack.renderer[rendererProp] as GenericRendererFunction;\n const prevRenderer = renderer[rendererProp] as GenericRendererFunction;\n // Replace renderer with func to run extension, but fall back if false\n renderer[rendererProp] = (...args: unknown[]) => {\n let ret = rendererFunc.apply(renderer, args);\n if (ret === false) {\n ret = prevRenderer.apply(renderer, args);\n }\n return ret || '';\n };\n }\n opts.renderer = renderer;\n }\n if (pack.tokenizer) {\n const tokenizer = this.defaults.tokenizer || new _Tokenizer(this.defaults);\n for (const prop in pack.tokenizer) {\n if (!(prop in tokenizer)) {\n throw new Error(`tokenizer '${prop}' does not exist`);\n }\n if (['options', 'rules', 'lexer'].includes(prop)) {\n // ignore options, rules, and lexer properties\n continue;\n }\n const tokenizerProp = prop as Exclude;\n const tokenizerFunc = pack.tokenizer[tokenizerProp] as UnknownFunction;\n const prevTokenizer = tokenizer[tokenizerProp] as UnknownFunction;\n // Replace tokenizer with func to run extension, but fall back if false\n // @ts-expect-error cannot type tokenizer function dynamically\n tokenizer[tokenizerProp] = (...args: unknown[]) => {\n let ret = tokenizerFunc.apply(tokenizer, args);\n if (ret === false) {\n ret = prevTokenizer.apply(tokenizer, args);\n }\n return ret;\n };\n }\n opts.tokenizer = tokenizer;\n }\n\n // ==-- Parse Hooks extensions --== //\n if (pack.hooks) {\n const hooks = this.defaults.hooks || new _Hooks();\n for (const prop in pack.hooks) {\n if (!(prop in hooks)) {\n throw new Error(`hook '${prop}' does not exist`);\n }\n if (['options', 'block'].includes(prop)) {\n // ignore options and block properties\n continue;\n }\n const hooksProp = prop as Exclude;\n const hooksFunc = pack.hooks[hooksProp] as UnknownFunction;\n const prevHook = hooks[hooksProp] as UnknownFunction;\n if (_Hooks.passThroughHooks.has(prop)) {\n // @ts-expect-error cannot type hook function dynamically\n hooks[hooksProp] = (arg: unknown) => {\n if (this.defaults.async) {\n return Promise.resolve(hooksFunc.call(hooks, arg)).then(ret => {\n return prevHook.call(hooks, ret);\n });\n }\n\n const ret = hooksFunc.call(hooks, arg);\n return prevHook.call(hooks, ret);\n };\n } else {\n // @ts-expect-error cannot type hook function dynamically\n hooks[hooksProp] = (...args: unknown[]) => {\n let ret = hooksFunc.apply(hooks, args);\n if (ret === false) {\n ret = prevHook.apply(hooks, args);\n }\n return ret;\n };\n }\n }\n opts.hooks = hooks;\n }\n\n // ==-- Parse WalkTokens extensions --== //\n if (pack.walkTokens) {\n const walkTokens = this.defaults.walkTokens;\n const packWalktokens = pack.walkTokens;\n opts.walkTokens = function(token) {\n let values: MaybePromise[] = [];\n values.push(packWalktokens.call(this, token));\n if (walkTokens) {\n values = values.concat(walkTokens.call(this, token));\n }\n return values;\n };\n }\n\n this.defaults = { ...this.defaults, ...opts };\n });\n\n return this;\n }\n\n setOptions(opt: MarkedOptions) {\n this.defaults = { ...this.defaults, ...opt };\n return this;\n }\n\n lexer(src: string, options?: MarkedOptions) {\n return _Lexer.lex(src, options ?? this.defaults);\n }\n\n parser(tokens: Token[], options?: MarkedOptions) {\n return _Parser.parse(tokens, options ?? this.defaults);\n }\n\n private parseMarkdown(blockType: boolean) {\n type overloadedParse = {\n (src: string, options: MarkedOptions & { async: true }): Promise;\n (src: string, options: MarkedOptions & { async: false }): string;\n (src: string, options?: MarkedOptions | null): string | Promise;\n };\n\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const parse: overloadedParse = (src: string, options?: MarkedOptions | null): any => {\n const origOpt = { ...options };\n const opt = { ...this.defaults, ...origOpt };\n\n const throwError = this.onError(!!opt.silent, !!opt.async);\n\n // throw error if an extension set async to true but parse was called with async: false\n if (this.defaults.async === true && origOpt.async === false) {\n return throwError(new Error('marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise.'));\n }\n\n // throw error in case of non string input\n if (typeof src === 'undefined' || src === null) {\n return throwError(new Error('marked(): input parameter is undefined or null'));\n }\n if (typeof src !== 'string') {\n return throwError(new Error('marked(): input parameter is of type '\n + Object.prototype.toString.call(src) + ', string expected'));\n }\n\n if (opt.hooks) {\n opt.hooks.options = opt;\n opt.hooks.block = blockType;\n }\n\n const lexer = opt.hooks ? opt.hooks.provideLexer() : (blockType ? _Lexer.lex : _Lexer.lexInline);\n const parser = opt.hooks ? opt.hooks.provideParser() : (blockType ? _Parser.parse : _Parser.parseInline);\n\n if (opt.async) {\n return Promise.resolve(opt.hooks ? opt.hooks.preprocess(src) : src)\n .then(src => lexer(src, opt))\n .then(tokens => opt.hooks ? opt.hooks.processAllTokens(tokens) : tokens)\n .then(tokens => opt.walkTokens ? Promise.all(this.walkTokens(tokens, opt.walkTokens)).then(() => tokens) : tokens)\n .then(tokens => parser(tokens, opt))\n .then(html => opt.hooks ? opt.hooks.postprocess(html) : html)\n .catch(throwError);\n }\n\n try {\n if (opt.hooks) {\n src = opt.hooks.preprocess(src) as string;\n }\n let tokens = lexer(src, opt);\n if (opt.hooks) {\n tokens = opt.hooks.processAllTokens(tokens);\n }\n if (opt.walkTokens) {\n this.walkTokens(tokens, opt.walkTokens);\n }\n let html = parser(tokens, opt);\n if (opt.hooks) {\n html = opt.hooks.postprocess(html) as string;\n }\n return html;\n } catch(e) {\n return throwError(e as Error);\n }\n };\n\n return parse;\n }\n\n private onError(silent: boolean, async: boolean) {\n return (e: Error): string | Promise => {\n e.message += '\\nPlease report this to https://github.com/markedjs/marked.';\n\n if (silent) {\n const msg = '

    An error occurred:

    '\n          + escape(e.message + '', true)\n          + '
    ';\n if (async) {\n return Promise.resolve(msg);\n }\n return msg;\n }\n\n if (async) {\n return Promise.reject(e);\n }\n throw e;\n };\n }\n}\n"], - "mappings": ";;;;;;;;;;;mbAAA,IAAAA,GAAA,GAAAC,GAAAD,GAAA,WAAAE,EAAA,UAAAC,EAAA,WAAAC,EAAA,WAAAC,EAAA,aAAAC,EAAA,iBAAAC,EAAA,cAAAC,EAAA,aAAAC,EAAA,gBAAAC,EAAA,UAAAC,GAAA,WAAAC,EAAA,YAAAC,GAAA,UAAAC,GAAA,gBAAAC,GAAA,WAAAC,GAAA,eAAAC,GAAA,QAAAC,GAAA,eAAAC,KAAA,eAAAC,GAAApB,ICKO,SAASqB,GAA8B,CAC5C,MAAO,CACL,MAAO,GACP,OAAQ,GACR,WAAY,KACZ,IAAK,GACL,MAAO,KACP,SAAU,GACV,SAAU,KACV,OAAQ,GACR,UAAW,KACX,WAAY,IACd,CACF,CAEO,IAAIC,EAAYD,EAAa,EAE7B,SAASE,EAAeC,EAA4B,CACzDF,EAAYE,CACd,CCxBA,IAAMC,EAAW,CAAE,KAAM,IAAM,IAAK,EAEpC,SAASC,EAAKC,EAAwBC,EAAM,GAAI,CAC9C,IAAIC,EAAS,OAAOF,GAAU,SAAWA,EAAQA,EAAM,OACjDG,EAAM,CACV,QAAS,CAACC,EAAuBC,IAAyB,CACxD,IAAIC,EAAY,OAAOD,GAAQ,SAAWA,EAAMA,EAAI,OACpD,OAAAC,EAAYA,EAAU,QAAQC,EAAM,MAAO,IAAI,EAC/CL,EAASA,EAAO,QAAQE,EAAME,CAAS,EAChCH,CACT,EACA,SAAU,IACD,IAAI,OAAOD,EAAQD,CAAG,CAEjC,EACA,OAAOE,CACT,CAEO,IAAMI,EAAQ,CACnB,iBAAkB,yBAClB,kBAAmB,cACnB,uBAAwB,gBACxB,eAAgB,OAChB,WAAY,KACZ,kBAAmB,KACnB,gBAAiB,KACjB,aAAc,OACd,kBAAmB,MACnB,cAAe,MACf,oBAAqB,OACrB,UAAW,WACX,gBAAiB,oBACjB,gBAAiB,WACjB,wBAAyB,iCACzB,yBAA0B,mBAC1B,gBAAiB,OACjB,mBAAoB,0BACpB,WAAY,cACZ,gBAAiB,eACjB,QAAS,SACT,aAAc,WACd,eAAgB,OAChB,gBAAiB,aACjB,kBAAmB,YACnB,gBAAiB,YACjB,iBAAkB,aAClB,eAAgB,YAChB,UAAW,QACX,QAAS,UACT,kBAAmB,iCACnB,gBAAiB,mCACjB,kBAAmB,KACnB,gBAAiB,KACjB,kBAAmB,gCACnB,oBAAqB,gBACrB,WAAY,UACZ,cAAe,WACf,mBAAoB,oDACpB,sBAAuB,qDACvB,aAAc,6CACd,MAAO,eACP,cAAe,OACf,SAAU,MACV,UAAW,MACX,UAAW,QACX,eAAgB,WAChB,UAAW,SACX,cAAe,OACf,cAAe,MACf,cAAgBC,GAAiB,IAAI,OAAO,WAAWA,CAAI,8BAA+B,EAC1F,gBAAkBC,GAAmB,IAAI,OAAO,QAAQ,KAAK,IAAI,EAAGA,EAAS,CAAC,CAAC,oDAAqD,EACpI,QAAUA,GAAmB,IAAI,OAAO,QAAQ,KAAK,IAAI,EAAGA,EAAS,CAAC,CAAC,oDAAoD,EAC3H,iBAAmBA,GAAmB,IAAI,OAAO,QAAQ,KAAK,IAAI,EAAGA,EAAS,CAAC,CAAC,iBAAiB,EACjG,kBAAoBA,GAAmB,IAAI,OAAO,QAAQ,KAAK,IAAI,EAAGA,EAAS,CAAC,CAAC,IAAI,EACrF,eAAiBA,GAAmB,IAAI,OAAO,QAAQ,KAAK,IAAI,EAAGA,EAAS,CAAC,CAAC,qBAAsB,GAAG,CACzG,EAMMC,GAAU,uBACVC,GAAY,wDACZC,GAAS,8GACTC,EAAK,qEACLC,GAAU,uCACVC,EAAS,wBACTC,GAAe,iKACfC,GAAWlB,EAAKiB,EAAY,EAC/B,QAAQ,QAASD,CAAM,EACvB,QAAQ,aAAc,mBAAmB,EACzC,QAAQ,UAAW,uBAAuB,EAC1C,QAAQ,cAAe,SAAS,EAChC,QAAQ,WAAY,cAAc,EAClC,QAAQ,QAAS,mBAAmB,EACpC,QAAQ,WAAY,EAAE,EACtB,SAAS,EACNG,GAAcnB,EAAKiB,EAAY,EAClC,QAAQ,QAASD,CAAM,EACvB,QAAQ,aAAc,mBAAmB,EACzC,QAAQ,UAAW,uBAAuB,EAC1C,QAAQ,cAAe,SAAS,EAChC,QAAQ,WAAY,cAAc,EAClC,QAAQ,QAAS,mBAAmB,EACpC,QAAQ,SAAU,mCAAmC,EACrD,SAAS,EACNI,EAAa,uFACbC,GAAY,UACZC,EAAc,8BACdC,GAAMvB,EAAK,6GAA6G,EAC3H,QAAQ,QAASsB,CAAW,EAC5B,QAAQ,QAAS,8DAA8D,EAC/E,SAAS,EAENE,GAAOxB,EAAK,sCAAsC,EACrD,QAAQ,QAASgB,CAAM,EACvB,SAAS,EAENS,EAAO,gWAMPC,EAAW,gCACXC,GAAO3B,EACX,4dASK,GAAG,EACP,QAAQ,UAAW0B,CAAQ,EAC3B,QAAQ,MAAOD,CAAI,EACnB,QAAQ,YAAa,0EAA0E,EAC/F,SAAS,EAENG,GAAY5B,EAAKoB,CAAU,EAC9B,QAAQ,KAAMN,CAAE,EAChB,QAAQ,UAAW,uBAAuB,EAC1C,QAAQ,YAAa,EAAE,EACvB,QAAQ,SAAU,EAAE,EACpB,QAAQ,aAAc,SAAS,EAC/B,QAAQ,SAAU,gDAAgD,EAClE,QAAQ,OAAQ,wBAAwB,EACxC,QAAQ,OAAQ,6DAA6D,EAC7E,QAAQ,MAAOW,CAAI,EACnB,SAAS,EAENI,GAAa7B,EAAK,yCAAyC,EAC9D,QAAQ,YAAa4B,EAAS,EAC9B,SAAS,EAMNE,EAAc,CAClB,WAAAD,GACA,KAAMjB,GACN,IAAAW,GACA,OAAAV,GACA,QAAAE,GACA,GAAAD,EACA,KAAAa,GACA,SAAAT,GACA,KAAAM,GACA,QAAAb,GACA,UAAAiB,GACA,MAAO7B,EACP,KAAMsB,EACR,EAQMU,GAAW/B,EACf,6JAEsF,EACrF,QAAQ,KAAMc,CAAE,EAChB,QAAQ,UAAW,uBAAuB,EAC1C,QAAQ,aAAc,SAAS,EAC/B,QAAQ,OAAQ,wBAAyB,EACzC,QAAQ,SAAU,gDAAgD,EAClE,QAAQ,OAAQ,wBAAwB,EACxC,QAAQ,OAAQ,6DAA6D,EAC7E,QAAQ,MAAOW,CAAI,EACnB,SAAS,EAENO,GAAsC,CAC1C,GAAGF,EACH,SAAUX,GACV,MAAOY,GACP,UAAW/B,EAAKoB,CAAU,EACvB,QAAQ,KAAMN,CAAE,EAChB,QAAQ,UAAW,uBAAuB,EAC1C,QAAQ,YAAa,EAAE,EACvB,QAAQ,QAASiB,EAAQ,EACzB,QAAQ,aAAc,SAAS,EAC/B,QAAQ,SAAU,gDAAgD,EAClE,QAAQ,OAAQ,wBAAwB,EACxC,QAAQ,OAAQ,6DAA6D,EAC7E,QAAQ,MAAON,CAAI,EACnB,SAAS,CACd,EAMMQ,GAA2C,CAC/C,GAAGH,EACH,KAAM9B,EACJ,wIAEwE,EACvE,QAAQ,UAAW0B,CAAQ,EAC3B,QAAQ,OAAQ,mKAGkB,EAClC,SAAS,EACZ,IAAK,oEACL,QAAS,yBACT,OAAQ3B,EACR,SAAU,mCACV,UAAWC,EAAKoB,CAAU,EACvB,QAAQ,KAAMN,CAAE,EAChB,QAAQ,UAAW;AAAA,EAAiB,EACpC,QAAQ,WAAYI,EAAQ,EAC5B,QAAQ,SAAU,EAAE,EACpB,QAAQ,aAAc,SAAS,EAC/B,QAAQ,UAAW,EAAE,EACrB,QAAQ,QAAS,EAAE,EACnB,QAAQ,QAAS,EAAE,EACnB,QAAQ,OAAQ,EAAE,EAClB,SAAS,CACd,EAMMgB,GAAS,8CACTC,GAAa,sCACbC,GAAK,wBACLC,GAAa,8EAGbC,EAAe,gBACfC,EAAsB,kBACtBC,GAAyB,mBACzBC,GAAczC,EAAK,wBAAyB,GAAG,EAClD,QAAQ,cAAeuC,CAAmB,EAAE,SAAS,EAGlDG,GAA0B,qBAC1BC,GAAiC,uBACjCC,GAAoC,yBAGpCC,GAAY,gFAEZC,GAAqB,gEAErBC,GAAiB/C,EAAK8C,GAAoB,GAAG,EAChD,QAAQ,SAAUR,CAAY,EAC9B,SAAS,EAENU,GAAoBhD,EAAK8C,GAAoB,GAAG,EACnD,QAAQ,SAAUJ,EAAuB,EACzC,SAAS,EAENO,GACJ,wQASIC,GAAoBlD,EAAKiD,GAAuB,IAAI,EACvD,QAAQ,iBAAkBT,EAAsB,EAChD,QAAQ,cAAeD,CAAmB,EAC1C,QAAQ,SAAUD,CAAY,EAC9B,SAAS,EAENa,GAAuBnD,EAAKiD,GAAuB,IAAI,EAC1D,QAAQ,iBAAkBL,EAAiC,EAC3D,QAAQ,cAAeD,EAA8B,EACrD,QAAQ,SAAUD,EAAuB,EACzC,SAAS,EAGNU,GAAoBpD,EACxB,mNAMiC,IAAI,EACpC,QAAQ,iBAAkBwC,EAAsB,EAChD,QAAQ,cAAeD,CAAmB,EAC1C,QAAQ,SAAUD,CAAY,EAC9B,SAAS,EAENe,GAAiBrD,EAAK,YAAa,IAAI,EAC1C,QAAQ,SAAUsC,CAAY,EAC9B,SAAS,EAENgB,GAAWtD,EAAK,qCAAqC,EACxD,QAAQ,SAAU,8BAA8B,EAChD,QAAQ,QAAS,8IAA8I,EAC/J,SAAS,EAENuD,GAAiBvD,EAAK0B,CAAQ,EAAE,QAAQ,YAAa,KAAK,EAAE,SAAS,EACrE8B,GAAMxD,EACV,0JAKsC,EACrC,QAAQ,UAAWuD,EAAc,EACjC,QAAQ,YAAa,6EAA6E,EAClG,SAAS,EAENE,EAAe,sDAEfC,GAAO1D,EAAK,mEAAmE,EAClF,QAAQ,QAASyD,CAAY,EAC7B,QAAQ,OAAQ,yCAAyC,EACzD,QAAQ,QAAS,6DAA6D,EAC9E,SAAS,EAENE,GAAU3D,EAAK,yBAAyB,EAC3C,QAAQ,QAASyD,CAAY,EAC7B,QAAQ,MAAOnC,CAAW,EAC1B,SAAS,EAENsC,GAAS5D,EAAK,uBAAuB,EACxC,QAAQ,MAAOsB,CAAW,EAC1B,SAAS,EAENuC,GAAgB7D,EAAK,wBAAyB,GAAG,EACpD,QAAQ,UAAW2D,EAAO,EAC1B,QAAQ,SAAUC,EAAM,EACxB,SAAS,EAMNE,EAAe,CACnB,WAAY/D,EACZ,eAAAsD,GACA,SAAAC,GACA,UAAAT,GACA,GAAAT,GACA,KAAMD,GACN,IAAKpC,EACL,eAAAgD,GACA,kBAAAG,GACA,kBAAAE,GACA,OAAAlB,GACA,KAAAwB,GACA,OAAAE,GACA,YAAAnB,GACA,QAAAkB,GACA,cAAAE,GACA,IAAAL,GACA,KAAMnB,GACN,IAAKtC,CACP,EAQMgE,GAA6C,CACjD,GAAGD,EACH,KAAM9D,EAAK,yBAAyB,EACjC,QAAQ,QAASyD,CAAY,EAC7B,SAAS,EACZ,QAASzD,EAAK,+BAA+B,EAC1C,QAAQ,QAASyD,CAAY,EAC7B,SAAS,CACd,EAMMO,EAAwC,CAC5C,GAAGF,EACH,kBAAmBX,GACnB,eAAgBH,GAChB,IAAKhD,EAAK,mEAAoE,GAAG,EAC9E,QAAQ,QAAS,2EAA2E,EAC5F,SAAS,EACZ,WAAY,6EACZ,IAAK,gEACL,KAAM,4NACR,EAMMiE,GAA2C,CAC/C,GAAGD,EACH,GAAIhE,EAAKoC,EAAE,EAAE,QAAQ,OAAQ,GAAG,EAAE,SAAS,EAC3C,KAAMpC,EAAKgE,EAAU,IAAI,EACtB,QAAQ,OAAQ,eAAe,EAC/B,QAAQ,UAAW,GAAG,EACtB,SAAS,CACd,EAMaE,EAAQ,CACnB,OAAQpC,EACR,IAAKE,GACL,SAAUC,EACZ,EAEakC,EAAS,CACpB,OAAQL,EACR,IAAKE,EACL,OAAQC,GACR,SAAUF,EACZ,ECzbA,IAAMK,GAAkD,CACtD,IAAK,QACL,IAAK,OACL,IAAK,OACL,IAAK,SACL,IAAK,OACP,EACMC,GAAwBC,GAAeF,GAAmBE,CAAE,EAE3D,SAASC,EAAOC,EAAcC,EAAkB,CACrD,GAAIA,GACF,GAAIC,EAAM,WAAW,KAAKF,CAAI,EAC5B,OAAOA,EAAK,QAAQE,EAAM,cAAeL,EAAoB,UAG3DK,EAAM,mBAAmB,KAAKF,CAAI,EACpC,OAAOA,EAAK,QAAQE,EAAM,sBAAuBL,EAAoB,EAIzE,OAAOG,CACT,CAgBO,SAASG,EAASC,EAAc,CACrC,GAAI,CACFA,EAAO,UAAUA,CAAI,EAAE,QAAQC,EAAM,cAAe,GAAG,CACzD,MAAQ,CACN,OAAO,IACT,CACA,OAAOD,CACT,CAEO,SAASE,EAAWC,EAAkBC,EAAgB,CAG3D,IAAMC,EAAMF,EAAS,QAAQF,EAAM,SAAU,CAACK,EAAOC,EAAQC,IAAQ,CACjE,IAAIC,EAAU,GACVC,EAAOH,EACX,KAAO,EAAEG,GAAQ,GAAKF,EAAIE,CAAI,IAAM,MAAMD,EAAU,CAACA,EACrD,OAAIA,EAGK,IAGA,IAEX,CAAC,EACDE,EAAQN,EAAI,MAAMJ,EAAM,SAAS,EAC/BW,EAAI,EAUR,GAPKD,EAAM,CAAC,EAAE,KAAK,GACjBA,EAAM,MAAM,EAEVA,EAAM,OAAS,GAAK,CAACA,EAAM,GAAG,EAAE,GAAG,KAAK,GAC1CA,EAAM,IAAI,EAGRP,EACF,GAAIO,EAAM,OAASP,EACjBO,EAAM,OAAOP,CAAK,MAElB,MAAOO,EAAM,OAASP,GAAOO,EAAM,KAAK,EAAE,EAI9C,KAAOC,EAAID,EAAM,OAAQC,IAEvBD,EAAMC,CAAC,EAAID,EAAMC,CAAC,EAAE,KAAK,EAAE,QAAQX,EAAM,UAAW,GAAG,EAEzD,OAAOU,CACT,CAUO,SAASE,EAAML,EAAaM,EAAWC,EAAkB,CAC9D,IAAMC,EAAIR,EAAI,OACd,GAAIQ,IAAM,EACR,MAAO,GAIT,IAAIC,EAAU,EAGd,KAAOA,EAAUD,GAAG,CAClB,IAAME,EAAWV,EAAI,OAAOQ,EAAIC,EAAU,CAAC,EAC3C,GAAIC,IAAaJ,GAAK,CAACC,EACrBE,YACSC,IAAaJ,GAAKC,EAC3BE,QAEA,MAEJ,CAEA,OAAOT,EAAI,MAAM,EAAGQ,EAAIC,CAAO,CACjC,CAEO,SAASE,GAAmBX,EAAaY,EAAW,CACzD,GAAIZ,EAAI,QAAQY,EAAE,CAAC,CAAC,IAAM,GACxB,MAAO,GAGT,IAAIC,EAAQ,EACZ,QAAST,EAAI,EAAGA,EAAIJ,EAAI,OAAQI,IAC9B,GAAIJ,EAAII,CAAC,IAAM,KACbA,YACSJ,EAAII,CAAC,IAAMQ,EAAE,CAAC,EACvBC,YACSb,EAAII,CAAC,IAAMQ,EAAE,CAAC,IACvBC,IACIA,EAAQ,GACV,OAAOT,EAIb,OAAIS,EAAQ,EACH,GAGF,EACT,CCzIA,SAASC,GAAWC,EAAeC,EAA2CC,EAAaC,EAAeC,EAA0C,CAClJ,IAAMC,EAAOJ,EAAK,KACZK,EAAQL,EAAK,OAAS,KACtBM,EAAOP,EAAI,CAAC,EAAE,QAAQI,EAAM,MAAM,kBAAmB,IAAI,EAE/DD,EAAM,MAAM,OAAS,GACrB,IAAMK,EAAoC,CACxC,KAAMR,EAAI,CAAC,EAAE,OAAO,CAAC,IAAM,IAAM,QAAU,OAC3C,IAAAE,EACA,KAAAG,EACA,MAAAC,EACA,KAAAC,EACA,OAAQJ,EAAM,aAAaI,CAAI,CACjC,EACA,OAAAJ,EAAM,MAAM,OAAS,GACdK,CACT,CAEA,SAASC,GAAuBP,EAAaK,EAAcH,EAAc,CACvE,IAAMM,EAAoBR,EAAI,MAAME,EAAM,MAAM,sBAAsB,EAEtE,GAAIM,IAAsB,KACxB,OAAOH,EAGT,IAAMI,EAAeD,EAAkB,CAAC,EAExC,OAAOH,EACJ,MAAM;AAAA,CAAI,EACV,IAAIK,GAAQ,CACX,IAAMC,EAAoBD,EAAK,MAAMR,EAAM,MAAM,cAAc,EAC/D,GAAIS,IAAsB,KACxB,OAAOD,EAGT,GAAM,CAACE,CAAY,EAAID,EAEvB,OAAIC,EAAa,QAAUH,EAAa,OAC/BC,EAAK,MAAMD,EAAa,MAAM,EAGhCC,CACT,CAAC,EACA,KAAK;AAAA,CAAI,CACd,CAKO,IAAMG,EAAN,KAAiB,CACtB,QACA,MACA,MAEA,YAAYC,EAAyB,CACnC,KAAK,QAAUA,GAAWC,CAC5B,CAEA,MAAMC,EAAuC,CAC3C,IAAMlB,EAAM,KAAK,MAAM,MAAM,QAAQ,KAAKkB,CAAG,EAC7C,GAAIlB,GAAOA,EAAI,CAAC,EAAE,OAAS,EACzB,MAAO,CACL,KAAM,QACN,IAAKA,EAAI,CAAC,CACZ,CAEJ,CAEA,KAAKkB,EAAsC,CACzC,IAAMlB,EAAM,KAAK,MAAM,MAAM,KAAK,KAAKkB,CAAG,EAC1C,GAAIlB,EAAK,CACP,IAAMO,EAAOP,EAAI,CAAC,EAAE,QAAQ,KAAK,MAAM,MAAM,iBAAkB,EAAE,EACjE,MAAO,CACL,KAAM,OACN,IAAKA,EAAI,CAAC,EACV,eAAgB,WAChB,KAAO,KAAK,QAAQ,SAEhBO,EADAY,EAAMZ,EAAM;AAAA,CAAI,CAEtB,CACF,CACF,CAEA,OAAOW,EAAsC,CAC3C,IAAMlB,EAAM,KAAK,MAAM,MAAM,OAAO,KAAKkB,CAAG,EAC5C,GAAIlB,EAAK,CACP,IAAME,EAAMF,EAAI,CAAC,EACXO,EAAOE,GAAuBP,EAAKF,EAAI,CAAC,GAAK,GAAI,KAAK,KAAK,EAEjE,MAAO,CACL,KAAM,OACN,IAAAE,EACA,KAAMF,EAAI,CAAC,EAAIA,EAAI,CAAC,EAAE,KAAK,EAAE,QAAQ,KAAK,MAAM,OAAO,eAAgB,IAAI,EAAIA,EAAI,CAAC,EACpF,KAAAO,CACF,CACF,CACF,CAEA,QAAQW,EAAyC,CAC/C,IAAMlB,EAAM,KAAK,MAAM,MAAM,QAAQ,KAAKkB,CAAG,EAC7C,GAAIlB,EAAK,CACP,IAAIO,EAAOP,EAAI,CAAC,EAAE,KAAK,EAGvB,GAAI,KAAK,MAAM,MAAM,WAAW,KAAKO,CAAI,EAAG,CAC1C,IAAMa,EAAUD,EAAMZ,EAAM,GAAG,GAC3B,KAAK,QAAQ,UAEN,CAACa,GAAW,KAAK,MAAM,MAAM,gBAAgB,KAAKA,CAAO,KAElEb,EAAOa,EAAQ,KAAK,EAExB,CAEA,MAAO,CACL,KAAM,UACN,IAAKpB,EAAI,CAAC,EACV,MAAOA,EAAI,CAAC,EAAE,OACd,KAAAO,EACA,OAAQ,KAAK,MAAM,OAAOA,CAAI,CAChC,CACF,CACF,CAEA,GAAGW,EAAoC,CACrC,IAAMlB,EAAM,KAAK,MAAM,MAAM,GAAG,KAAKkB,CAAG,EACxC,GAAIlB,EACF,MAAO,CACL,KAAM,KACN,IAAKmB,EAAMnB,EAAI,CAAC,EAAG;AAAA,CAAI,CACzB,CAEJ,CAEA,WAAWkB,EAA4C,CACrD,IAAMlB,EAAM,KAAK,MAAM,MAAM,WAAW,KAAKkB,CAAG,EAChD,GAAIlB,EAAK,CACP,IAAIqB,EAAQF,EAAMnB,EAAI,CAAC,EAAG;AAAA,CAAI,EAAE,MAAM;AAAA,CAAI,EACtCE,EAAM,GACNK,EAAO,GACLe,EAAkB,CAAC,EAEzB,KAAOD,EAAM,OAAS,GAAG,CACvB,IAAIE,EAAe,GACbC,EAAe,CAAC,EAElBC,EACJ,IAAKA,EAAI,EAAGA,EAAIJ,EAAM,OAAQI,IAE5B,GAAI,KAAK,MAAM,MAAM,gBAAgB,KAAKJ,EAAMI,CAAC,CAAC,EAChDD,EAAa,KAAKH,EAAMI,CAAC,CAAC,EAC1BF,EAAe,WACN,CAACA,EACVC,EAAa,KAAKH,EAAMI,CAAC,CAAC,MAE1B,OAGJJ,EAAQA,EAAM,MAAMI,CAAC,EAErB,IAAMC,EAAaF,EAAa,KAAK;AAAA,CAAI,EACnCG,EAAcD,EAEjB,QAAQ,KAAK,MAAM,MAAM,wBAAyB;AAAA,OAAU,EAC5D,QAAQ,KAAK,MAAM,MAAM,yBAA0B,EAAE,EACxDxB,EAAMA,EAAM,GAAGA,CAAG;AAAA,EAAKwB,CAAU,GAAKA,EACtCnB,EAAOA,EAAO,GAAGA,CAAI;AAAA,EAAKoB,CAAW,GAAKA,EAI1C,IAAMC,EAAM,KAAK,MAAM,MAAM,IAM7B,GALA,KAAK,MAAM,MAAM,IAAM,GACvB,KAAK,MAAM,YAAYD,EAAaL,EAAQ,EAAI,EAChD,KAAK,MAAM,MAAM,IAAMM,EAGnBP,EAAM,SAAW,EACnB,MAGF,IAAMQ,EAAYP,EAAO,GAAG,EAAE,EAE9B,GAAIO,GAAW,OAAS,OAEtB,MACK,GAAIA,GAAW,OAAS,aAAc,CAE3C,IAAMC,EAAWD,EACXE,EAAUD,EAAS,IAAM;AAAA,EAAOT,EAAM,KAAK;AAAA,CAAI,EAC/CW,EAAW,KAAK,WAAWD,CAAO,EACxCT,EAAOA,EAAO,OAAS,CAAC,EAAIU,EAE5B9B,EAAMA,EAAI,UAAU,EAAGA,EAAI,OAAS4B,EAAS,IAAI,MAAM,EAAIE,EAAS,IACpEzB,EAAOA,EAAK,UAAU,EAAGA,EAAK,OAASuB,EAAS,KAAK,MAAM,EAAIE,EAAS,KACxE,KACF,SAAWH,GAAW,OAAS,OAAQ,CAErC,IAAMC,EAAWD,EACXE,EAAUD,EAAS,IAAM;AAAA,EAAOT,EAAM,KAAK;AAAA,CAAI,EAC/CW,EAAW,KAAK,KAAKD,CAAO,EAClCT,EAAOA,EAAO,OAAS,CAAC,EAAIU,EAE5B9B,EAAMA,EAAI,UAAU,EAAGA,EAAI,OAAS2B,EAAU,IAAI,MAAM,EAAIG,EAAS,IACrEzB,EAAOA,EAAK,UAAU,EAAGA,EAAK,OAASuB,EAAS,IAAI,MAAM,EAAIE,EAAS,IACvEX,EAAQU,EAAQ,UAAUT,EAAO,GAAG,EAAE,EAAG,IAAI,MAAM,EAAE,MAAM;AAAA,CAAI,EAC/D,QACF,CACF,CAEA,MAAO,CACL,KAAM,aACN,IAAApB,EACA,OAAAoB,EACA,KAAAf,CACF,CACF,CACF,CAEA,KAAKW,EAAsC,CACzC,IAAIlB,EAAM,KAAK,MAAM,MAAM,KAAK,KAAKkB,CAAG,EACxC,GAAIlB,EAAK,CACP,IAAIiC,EAAOjC,EAAI,CAAC,EAAE,KAAK,EACjBkC,EAAYD,EAAK,OAAS,EAE1BE,EAAoB,CACxB,KAAM,OACN,IAAK,GACL,QAASD,EACT,MAAOA,EAAY,CAACD,EAAK,MAAM,EAAG,EAAE,EAAI,GACxC,MAAO,GACP,MAAO,CAAC,CACV,EAEAA,EAAOC,EAAY,aAAaD,EAAK,MAAM,EAAE,CAAC,GAAK,KAAKA,CAAI,GAExD,KAAK,QAAQ,WACfA,EAAOC,EAAYD,EAAO,SAI5B,IAAMG,EAAY,KAAK,MAAM,MAAM,cAAcH,CAAI,EACjDI,EAAoB,GAExB,KAAOnB,GAAK,CACV,IAAIoB,EAAW,GACXpC,EAAM,GACNqC,EAAe,GAKnB,GAJI,EAAEvC,EAAMoC,EAAU,KAAKlB,CAAG,IAI1B,KAAK,MAAM,MAAM,GAAG,KAAKA,CAAG,EAC9B,MAGFhB,EAAMF,EAAI,CAAC,EACXkB,EAAMA,EAAI,UAAUhB,EAAI,MAAM,EAE9B,IAAIsC,EAAOxC,EAAI,CAAC,EAAE,MAAM;AAAA,EAAM,CAAC,EAAE,CAAC,EAAE,QAAQ,KAAK,MAAM,MAAM,gBAAkByC,GAAc,IAAI,OAAO,EAAIA,EAAE,MAAM,CAAC,EACjHC,EAAWxB,EAAI,MAAM;AAAA,EAAM,CAAC,EAAE,CAAC,EAC/ByB,EAAY,CAACH,EAAK,KAAK,EAEvBI,EAAS,EAmBb,GAlBI,KAAK,QAAQ,UACfA,EAAS,EACTL,EAAeC,EAAK,UAAU,GACrBG,EACTC,EAAS5C,EAAI,CAAC,EAAE,OAAS,GAEzB4C,EAAS5C,EAAI,CAAC,EAAE,OAAO,KAAK,MAAM,MAAM,YAAY,EACpD4C,EAASA,EAAS,EAAI,EAAIA,EAC1BL,EAAeC,EAAK,MAAMI,CAAM,EAChCA,GAAU5C,EAAI,CAAC,EAAE,QAGf2C,GAAa,KAAK,MAAM,MAAM,UAAU,KAAKD,CAAQ,IACvDxC,GAAOwC,EAAW;AAAA,EAClBxB,EAAMA,EAAI,UAAUwB,EAAS,OAAS,CAAC,EACvCJ,EAAW,IAGT,CAACA,EAAU,CACb,IAAMO,EAAkB,KAAK,MAAM,MAAM,gBAAgBD,CAAM,EACzDE,GAAU,KAAK,MAAM,MAAM,QAAQF,CAAM,EACzCG,GAAmB,KAAK,MAAM,MAAM,iBAAiBH,CAAM,EAC3DI,GAAoB,KAAK,MAAM,MAAM,kBAAkBJ,CAAM,EAC7DK,GAAiB,KAAK,MAAM,MAAM,eAAeL,CAAM,EAG7D,KAAO1B,GAAK,CACV,IAAMgC,EAAUhC,EAAI,MAAM;AAAA,EAAM,CAAC,EAAE,CAAC,EAChCiC,EAgCJ,GA/BAT,EAAWQ,EAGP,KAAK,QAAQ,UACfR,EAAWA,EAAS,QAAQ,KAAK,MAAM,MAAM,mBAAoB,IAAI,EACrES,EAAsBT,GAEtBS,EAAsBT,EAAS,QAAQ,KAAK,MAAM,MAAM,cAAe,MAAM,EAI3EK,GAAiB,KAAKL,CAAQ,GAK9BM,GAAkB,KAAKN,CAAQ,GAK/BO,GAAe,KAAKP,CAAQ,GAK5BG,EAAgB,KAAKH,CAAQ,GAK7BI,GAAQ,KAAKJ,CAAQ,EACvB,MAGF,GAAIS,EAAoB,OAAO,KAAK,MAAM,MAAM,YAAY,GAAKP,GAAU,CAACF,EAAS,KAAK,EACxFH,GAAgB;AAAA,EAAOY,EAAoB,MAAMP,CAAM,MAClD,CAgBL,GAdID,GAKAH,EAAK,QAAQ,KAAK,MAAM,MAAM,cAAe,MAAM,EAAE,OAAO,KAAK,MAAM,MAAM,YAAY,GAAK,GAG9FO,GAAiB,KAAKP,CAAI,GAG1BQ,GAAkB,KAAKR,CAAI,GAG3BM,GAAQ,KAAKN,CAAI,EACnB,MAGFD,GAAgB;AAAA,EAAOG,CACzB,CAEI,CAACC,GAAa,CAACD,EAAS,KAAK,IAC/BC,EAAY,IAGdzC,GAAOgD,EAAU;AAAA,EACjBhC,EAAMA,EAAI,UAAUgC,EAAQ,OAAS,CAAC,EACtCV,EAAOW,EAAoB,MAAMP,CAAM,CACzC,CACF,CAEKT,EAAK,QAEJE,EACFF,EAAK,MAAQ,GACJ,KAAK,MAAM,MAAM,gBAAgB,KAAKjC,CAAG,IAClDmC,EAAoB,KAIxB,IAAIe,EAAiC,KACjCC,GAEA,KAAK,QAAQ,MACfD,EAAS,KAAK,MAAM,MAAM,WAAW,KAAKb,CAAY,EAClDa,IACFC,GAAYD,EAAO,CAAC,IAAM,OAC1Bb,EAAeA,EAAa,QAAQ,KAAK,MAAM,MAAM,gBAAiB,EAAE,IAI5EJ,EAAK,MAAM,KAAK,CACd,KAAM,YACN,IAAAjC,EACA,KAAM,CAAC,CAACkD,EACR,QAASC,GACT,MAAO,GACP,KAAMd,EACN,OAAQ,CAAC,CACX,CAAC,EAEDJ,EAAK,KAAOjC,CACd,CAGA,IAAMoD,EAAWnB,EAAK,MAAM,GAAG,EAAE,EACjC,GAAImB,EACFA,EAAS,IAAMA,EAAS,IAAI,QAAQ,EACpCA,EAAS,KAAOA,EAAS,KAAK,QAAQ,MAGtC,QAEFnB,EAAK,IAAMA,EAAK,IAAI,QAAQ,EAG5B,QAASV,EAAI,EAAGA,EAAIU,EAAK,MAAM,OAAQV,IAIrC,GAHA,KAAK,MAAM,MAAM,IAAM,GACvBU,EAAK,MAAMV,CAAC,EAAE,OAAS,KAAK,MAAM,YAAYU,EAAK,MAAMV,CAAC,EAAE,KAAM,CAAC,CAAC,EAEhE,CAACU,EAAK,MAAO,CAEf,IAAMoB,EAAUpB,EAAK,MAAMV,CAAC,EAAE,OAAO,OAAOgB,GAAKA,EAAE,OAAS,OAAO,EAC7De,EAAwBD,EAAQ,OAAS,GAAKA,EAAQ,KAAKd,GAAK,KAAK,MAAM,MAAM,QAAQ,KAAKA,EAAE,GAAG,CAAC,EAE1GN,EAAK,MAAQqB,CACf,CAIF,GAAIrB,EAAK,MACP,QAASV,EAAI,EAAGA,EAAIU,EAAK,MAAM,OAAQV,IACrCU,EAAK,MAAMV,CAAC,EAAE,MAAQ,GAI1B,OAAOU,CACT,CACF,CAEA,KAAKjB,EAAsC,CACzC,IAAMlB,EAAM,KAAK,MAAM,MAAM,KAAK,KAAKkB,CAAG,EAC1C,GAAIlB,EAQF,MAP2B,CACzB,KAAM,OACN,MAAO,GACP,IAAKA,EAAI,CAAC,EACV,IAAKA,EAAI,CAAC,IAAM,OAASA,EAAI,CAAC,IAAM,UAAYA,EAAI,CAAC,IAAM,QAC3D,KAAMA,EAAI,CAAC,CACb,CAGJ,CAEA,IAAIkB,EAAqC,CACvC,IAAMlB,EAAM,KAAK,MAAM,MAAM,IAAI,KAAKkB,CAAG,EACzC,GAAIlB,EAAK,CACP,IAAMyD,EAAMzD,EAAI,CAAC,EAAE,YAAY,EAAE,QAAQ,KAAK,MAAM,MAAM,oBAAqB,GAAG,EAC5EK,EAAOL,EAAI,CAAC,EAAIA,EAAI,CAAC,EAAE,QAAQ,KAAK,MAAM,MAAM,aAAc,IAAI,EAAE,QAAQ,KAAK,MAAM,OAAO,eAAgB,IAAI,EAAI,GACtHM,EAAQN,EAAI,CAAC,EAAIA,EAAI,CAAC,EAAE,UAAU,EAAGA,EAAI,CAAC,EAAE,OAAS,CAAC,EAAE,QAAQ,KAAK,MAAM,OAAO,eAAgB,IAAI,EAAIA,EAAI,CAAC,EACrH,MAAO,CACL,KAAM,MACN,IAAAyD,EACA,IAAKzD,EAAI,CAAC,EACV,KAAAK,EACA,MAAAC,CACF,CACF,CACF,CAEA,MAAMY,EAAuC,CAC3C,IAAMlB,EAAM,KAAK,MAAM,MAAM,MAAM,KAAKkB,CAAG,EAK3C,GAJI,CAAClB,GAID,CAAC,KAAK,MAAM,MAAM,eAAe,KAAKA,EAAI,CAAC,CAAC,EAE9C,OAGF,IAAM0D,EAAUC,EAAW3D,EAAI,CAAC,CAAC,EAC3B4D,EAAS5D,EAAI,CAAC,EAAE,QAAQ,KAAK,MAAM,MAAM,gBAAiB,EAAE,EAAE,MAAM,GAAG,EACvE6D,EAAO7D,EAAI,CAAC,GAAG,KAAK,EAAIA,EAAI,CAAC,EAAE,QAAQ,KAAK,MAAM,MAAM,kBAAmB,EAAE,EAAE,MAAM;AAAA,CAAI,EAAI,CAAC,EAE9F8D,EAAqB,CACzB,KAAM,QACN,IAAK9D,EAAI,CAAC,EACV,OAAQ,CAAC,EACT,MAAO,CAAC,EACR,KAAM,CAAC,CACT,EAEA,GAAI0D,EAAQ,SAAWE,EAAO,OAK9B,SAAWG,KAASH,EACd,KAAK,MAAM,MAAM,gBAAgB,KAAKG,CAAK,EAC7CD,EAAK,MAAM,KAAK,OAAO,EACd,KAAK,MAAM,MAAM,iBAAiB,KAAKC,CAAK,EACrDD,EAAK,MAAM,KAAK,QAAQ,EACf,KAAK,MAAM,MAAM,eAAe,KAAKC,CAAK,EACnDD,EAAK,MAAM,KAAK,MAAM,EAEtBA,EAAK,MAAM,KAAK,IAAI,EAIxB,QAASrC,EAAI,EAAGA,EAAIiC,EAAQ,OAAQjC,IAClCqC,EAAK,OAAO,KAAK,CACf,KAAMJ,EAAQjC,CAAC,EACf,OAAQ,KAAK,MAAM,OAAOiC,EAAQjC,CAAC,CAAC,EACpC,OAAQ,GACR,MAAOqC,EAAK,MAAMrC,CAAC,CACrB,CAAC,EAGH,QAAWuC,KAAOH,EAChBC,EAAK,KAAK,KAAKH,EAAWK,EAAKF,EAAK,OAAO,MAAM,EAAE,IAAI,CAACG,EAAMxC,KACrD,CACL,KAAMwC,EACN,OAAQ,KAAK,MAAM,OAAOA,CAAI,EAC9B,OAAQ,GACR,MAAOH,EAAK,MAAMrC,CAAC,CACrB,EACD,CAAC,EAGJ,OAAOqC,EACT,CAEA,SAAS5C,EAAyC,CAChD,IAAMlB,EAAM,KAAK,MAAM,MAAM,SAAS,KAAKkB,CAAG,EAC9C,GAAIlB,EACF,MAAO,CACL,KAAM,UACN,IAAKA,EAAI,CAAC,EACV,MAAOA,EAAI,CAAC,EAAE,OAAO,CAAC,IAAM,IAAM,EAAI,EACtC,KAAMA,EAAI,CAAC,EACX,OAAQ,KAAK,MAAM,OAAOA,EAAI,CAAC,CAAC,CAClC,CAEJ,CAEA,UAAUkB,EAA2C,CACnD,IAAMlB,EAAM,KAAK,MAAM,MAAM,UAAU,KAAKkB,CAAG,EAC/C,GAAIlB,EAAK,CACP,IAAMO,EAAOP,EAAI,CAAC,EAAE,OAAOA,EAAI,CAAC,EAAE,OAAS,CAAC,IAAM;AAAA,EAC9CA,EAAI,CAAC,EAAE,MAAM,EAAG,EAAE,EAClBA,EAAI,CAAC,EACT,MAAO,CACL,KAAM,YACN,IAAKA,EAAI,CAAC,EACV,KAAAO,EACA,OAAQ,KAAK,MAAM,OAAOA,CAAI,CAChC,CACF,CACF,CAEA,KAAKW,EAAsC,CACzC,IAAMlB,EAAM,KAAK,MAAM,MAAM,KAAK,KAAKkB,CAAG,EAC1C,GAAIlB,EACF,MAAO,CACL,KAAM,OACN,IAAKA,EAAI,CAAC,EACV,KAAMA,EAAI,CAAC,EACX,OAAQ,KAAK,MAAM,OAAOA,EAAI,CAAC,CAAC,CAClC,CAEJ,CAEA,OAAOkB,EAAwC,CAC7C,IAAMlB,EAAM,KAAK,MAAM,OAAO,OAAO,KAAKkB,CAAG,EAC7C,GAAIlB,EACF,MAAO,CACL,KAAM,SACN,IAAKA,EAAI,CAAC,EACV,KAAMA,EAAI,CAAC,CACb,CAEJ,CAEA,IAAIkB,EAAqC,CACvC,IAAMlB,EAAM,KAAK,MAAM,OAAO,IAAI,KAAKkB,CAAG,EAC1C,GAAIlB,EACF,MAAI,CAAC,KAAK,MAAM,MAAM,QAAU,KAAK,MAAM,MAAM,UAAU,KAAKA,EAAI,CAAC,CAAC,EACpE,KAAK,MAAM,MAAM,OAAS,GACjB,KAAK,MAAM,MAAM,QAAU,KAAK,MAAM,MAAM,QAAQ,KAAKA,EAAI,CAAC,CAAC,IACxE,KAAK,MAAM,MAAM,OAAS,IAExB,CAAC,KAAK,MAAM,MAAM,YAAc,KAAK,MAAM,MAAM,kBAAkB,KAAKA,EAAI,CAAC,CAAC,EAChF,KAAK,MAAM,MAAM,WAAa,GACrB,KAAK,MAAM,MAAM,YAAc,KAAK,MAAM,MAAM,gBAAgB,KAAKA,EAAI,CAAC,CAAC,IACpF,KAAK,MAAM,MAAM,WAAa,IAGzB,CACL,KAAM,OACN,IAAKA,EAAI,CAAC,EACV,OAAQ,KAAK,MAAM,MAAM,OACzB,WAAY,KAAK,MAAM,MAAM,WAC7B,MAAO,GACP,KAAMA,EAAI,CAAC,CACb,CAEJ,CAEA,KAAKkB,EAAqD,CACxD,IAAMlB,EAAM,KAAK,MAAM,OAAO,KAAK,KAAKkB,CAAG,EAC3C,GAAIlB,EAAK,CACP,IAAMkE,EAAalE,EAAI,CAAC,EAAE,KAAK,EAC/B,GAAI,CAAC,KAAK,QAAQ,UAAY,KAAK,MAAM,MAAM,kBAAkB,KAAKkE,CAAU,EAAG,CAEjF,GAAI,CAAE,KAAK,MAAM,MAAM,gBAAgB,KAAKA,CAAU,EACpD,OAIF,IAAMC,EAAahD,EAAM+C,EAAW,MAAM,EAAG,EAAE,EAAG,IAAI,EACtD,IAAKA,EAAW,OAASC,EAAW,QAAU,IAAM,EAClD,MAEJ,KAAO,CAEL,IAAMC,EAAiBC,GAAmBrE,EAAI,CAAC,EAAG,IAAI,EACtD,GAAIoE,IAAmB,GAErB,OAGF,GAAIA,EAAiB,GAAI,CAEvB,IAAME,GADQtE,EAAI,CAAC,EAAE,QAAQ,GAAG,IAAM,EAAI,EAAI,GACtBA,EAAI,CAAC,EAAE,OAASoE,EACxCpE,EAAI,CAAC,EAAIA,EAAI,CAAC,EAAE,UAAU,EAAGoE,CAAc,EAC3CpE,EAAI,CAAC,EAAIA,EAAI,CAAC,EAAE,UAAU,EAAGsE,CAAO,EAAE,KAAK,EAC3CtE,EAAI,CAAC,EAAI,EACX,CACF,CACA,IAAIK,EAAOL,EAAI,CAAC,EACZM,EAAQ,GACZ,GAAI,KAAK,QAAQ,SAAU,CAEzB,IAAML,EAAO,KAAK,MAAM,MAAM,kBAAkB,KAAKI,CAAI,EAErDJ,IACFI,EAAOJ,EAAK,CAAC,EACbK,EAAQL,EAAK,CAAC,EAElB,MACEK,EAAQN,EAAI,CAAC,EAAIA,EAAI,CAAC,EAAE,MAAM,EAAG,EAAE,EAAI,GAGzC,OAAAK,EAAOA,EAAK,KAAK,EACb,KAAK,MAAM,MAAM,kBAAkB,KAAKA,CAAI,IAC1C,KAAK,QAAQ,UAAY,CAAE,KAAK,MAAM,MAAM,gBAAgB,KAAK6D,CAAU,EAE7E7D,EAAOA,EAAK,MAAM,CAAC,EAEnBA,EAAOA,EAAK,MAAM,EAAG,EAAE,GAGpBN,GAAWC,EAAK,CACrB,KAAMK,GAAOA,EAAK,QAAQ,KAAK,MAAM,OAAO,eAAgB,IAAI,EAChE,MAAOC,GAAQA,EAAM,QAAQ,KAAK,MAAM,OAAO,eAAgB,IAAI,CACrE,EAAGN,EAAI,CAAC,EAAG,KAAK,MAAO,KAAK,KAAK,CACnC,CACF,CAEA,QAAQkB,EAAaqD,EAAoE,CACvF,IAAIvE,EACJ,IAAKA,EAAM,KAAK,MAAM,OAAO,QAAQ,KAAKkB,CAAG,KACvClB,EAAM,KAAK,MAAM,OAAO,OAAO,KAAKkB,CAAG,GAAI,CAC/C,IAAMsD,GAAcxE,EAAI,CAAC,GAAKA,EAAI,CAAC,GAAG,QAAQ,KAAK,MAAM,MAAM,oBAAqB,GAAG,EACjFC,EAAOsE,EAAMC,EAAW,YAAY,CAAC,EAC3C,GAAI,CAACvE,EAAM,CACT,IAAMM,EAAOP,EAAI,CAAC,EAAE,OAAO,CAAC,EAC5B,MAAO,CACL,KAAM,OACN,IAAKO,EACL,KAAAA,CACF,CACF,CACA,OAAOR,GAAWC,EAAKC,EAAMD,EAAI,CAAC,EAAG,KAAK,MAAO,KAAK,KAAK,CAC7D,CACF,CAEA,SAASkB,EAAauD,EAAmBC,EAAW,GAA2C,CAC7F,IAAIC,EAAQ,KAAK,MAAM,OAAO,eAAe,KAAKzD,CAAG,EAIrD,GAHI,CAACyD,GAGDA,EAAM,CAAC,GAAKD,EAAS,MAAM,KAAK,MAAM,MAAM,mBAAmB,EAAG,OAItE,GAAI,EAFaC,EAAM,CAAC,GAAKA,EAAM,CAAC,GAAK,KAExB,CAACD,GAAY,KAAK,MAAM,OAAO,YAAY,KAAKA,CAAQ,EAAG,CAE1E,IAAME,EAAU,CAAC,GAAGD,EAAM,CAAC,CAAC,EAAE,OAAS,EACnCE,EAAQC,EAASC,EAAaH,EAASI,EAAgB,EAErDC,EAASN,EAAM,CAAC,EAAE,CAAC,IAAM,IAAM,KAAK,MAAM,OAAO,kBAAoB,KAAK,MAAM,OAAO,kBAM7F,IALAM,EAAO,UAAY,EAGnBR,EAAYA,EAAU,MAAM,GAAKvD,EAAI,OAAS0D,CAAO,GAE7CD,EAAQM,EAAO,KAAKR,CAAS,IAAM,MAAM,CAG/C,GAFAI,EAASF,EAAM,CAAC,GAAKA,EAAM,CAAC,GAAKA,EAAM,CAAC,GAAKA,EAAM,CAAC,GAAKA,EAAM,CAAC,GAAKA,EAAM,CAAC,EAExE,CAACE,EAAQ,SAIb,GAFAC,EAAU,CAAC,GAAGD,CAAM,EAAE,OAElBF,EAAM,CAAC,GAAKA,EAAM,CAAC,EAAG,CACxBI,GAAcD,EACd,QACF,UAAWH,EAAM,CAAC,GAAKA,EAAM,CAAC,IACxBC,EAAU,GAAK,GAAGA,EAAUE,GAAW,GAAI,CAC7CE,GAAiBF,EACjB,QACF,CAKF,GAFAC,GAAcD,EAEVC,EAAa,EAAG,SAGpBD,EAAU,KAAK,IAAIA,EAASA,EAAUC,EAAaC,CAAa,EAEhE,IAAME,EAAiB,CAAC,GAAGP,EAAM,CAAC,CAAC,EAAE,CAAC,EAAE,OAClCzE,EAAMgB,EAAI,MAAM,EAAG0D,EAAUD,EAAM,MAAQO,EAAiBJ,CAAO,EAGzE,GAAI,KAAK,IAAIF,EAASE,CAAO,EAAI,EAAG,CAClC,IAAMvE,EAAOL,EAAI,MAAM,EAAG,EAAE,EAC5B,MAAO,CACL,KAAM,KACN,IAAAA,EACA,KAAAK,EACA,OAAQ,KAAK,MAAM,aAAaA,CAAI,CACtC,CACF,CAGA,IAAMA,EAAOL,EAAI,MAAM,EAAG,EAAE,EAC5B,MAAO,CACL,KAAM,SACN,IAAAA,EACA,KAAAK,EACA,OAAQ,KAAK,MAAM,aAAaA,CAAI,CACtC,CACF,CACF,CACF,CAEA,SAASW,EAA0C,CACjD,IAAMlB,EAAM,KAAK,MAAM,OAAO,KAAK,KAAKkB,CAAG,EAC3C,GAAIlB,EAAK,CACP,IAAIO,EAAOP,EAAI,CAAC,EAAE,QAAQ,KAAK,MAAM,MAAM,kBAAmB,GAAG,EAC3DmF,EAAmB,KAAK,MAAM,MAAM,aAAa,KAAK5E,CAAI,EAC1D6E,EAA0B,KAAK,MAAM,MAAM,kBAAkB,KAAK7E,CAAI,GAAK,KAAK,MAAM,MAAM,gBAAgB,KAAKA,CAAI,EAC3H,OAAI4E,GAAoBC,IACtB7E,EAAOA,EAAK,UAAU,EAAGA,EAAK,OAAS,CAAC,GAEnC,CACL,KAAM,WACN,IAAKP,EAAI,CAAC,EACV,KAAAO,CACF,CACF,CACF,CAEA,GAAGW,EAAoC,CACrC,IAAMlB,EAAM,KAAK,MAAM,OAAO,GAAG,KAAKkB,CAAG,EACzC,GAAIlB,EACF,MAAO,CACL,KAAM,KACN,IAAKA,EAAI,CAAC,CACZ,CAEJ,CAEA,IAAIkB,EAAqC,CACvC,IAAMlB,EAAM,KAAK,MAAM,OAAO,IAAI,KAAKkB,CAAG,EAC1C,GAAIlB,EACF,MAAO,CACL,KAAM,MACN,IAAKA,EAAI,CAAC,EACV,KAAMA,EAAI,CAAC,EACX,OAAQ,KAAK,MAAM,aAAaA,EAAI,CAAC,CAAC,CACxC,CAEJ,CAEA,SAASkB,EAAsC,CAC7C,IAAMlB,EAAM,KAAK,MAAM,OAAO,SAAS,KAAKkB,CAAG,EAC/C,GAAIlB,EAAK,CACP,IAAIO,EAAMF,EACV,OAAIL,EAAI,CAAC,IAAM,KACbO,EAAOP,EAAI,CAAC,EACZK,EAAO,UAAYE,IAEnBA,EAAOP,EAAI,CAAC,EACZK,EAAOE,GAGF,CACL,KAAM,OACN,IAAKP,EAAI,CAAC,EACV,KAAAO,EACA,KAAAF,EACA,OAAQ,CACN,CACE,KAAM,OACN,IAAKE,EACL,KAAAA,CACF,CACF,CACF,CACF,CACF,CAEA,IAAIW,EAAsC,CACxC,IAAIlB,EACJ,GAAIA,EAAM,KAAK,MAAM,OAAO,IAAI,KAAKkB,CAAG,EAAG,CACzC,IAAIX,EAAMF,EACV,GAAIL,EAAI,CAAC,IAAM,IACbO,EAAOP,EAAI,CAAC,EACZK,EAAO,UAAYE,MACd,CAEL,IAAI8E,EACJ,GACEA,EAAcrF,EAAI,CAAC,EACnBA,EAAI,CAAC,EAAI,KAAK,MAAM,OAAO,WAAW,KAAKA,EAAI,CAAC,CAAC,IAAI,CAAC,GAAK,SACpDqF,IAAgBrF,EAAI,CAAC,GAC9BO,EAAOP,EAAI,CAAC,EACRA,EAAI,CAAC,IAAM,OACbK,EAAO,UAAYL,EAAI,CAAC,EAExBK,EAAOL,EAAI,CAAC,CAEhB,CACA,MAAO,CACL,KAAM,OACN,IAAKA,EAAI,CAAC,EACV,KAAAO,EACA,KAAAF,EACA,OAAQ,CACN,CACE,KAAM,OACN,IAAKE,EACL,KAAAA,CACF,CACF,CACF,CACF,CACF,CAEA,WAAWW,EAAsC,CAC/C,IAAMlB,EAAM,KAAK,MAAM,OAAO,KAAK,KAAKkB,CAAG,EAC3C,GAAIlB,EAAK,CACP,IAAMsF,EAAU,KAAK,MAAM,MAAM,WACjC,MAAO,CACL,KAAM,OACN,IAAKtF,EAAI,CAAC,EACV,KAAMA,EAAI,CAAC,EACX,QAAAsF,CACF,CACF,CACF,CACF,ECn2BO,IAAMC,EAAN,MAAMC,CAAO,CAClB,OACA,QACA,MAMQ,UACA,YAER,YAAYC,EAAyB,CAEnC,KAAK,OAAS,CAAC,EACf,KAAK,OAAO,MAAQ,OAAO,OAAO,IAAI,EACtC,KAAK,QAAUA,GAAWC,EAC1B,KAAK,QAAQ,UAAY,KAAK,QAAQ,WAAa,IAAIC,EACvD,KAAK,UAAY,KAAK,QAAQ,UAC9B,KAAK,UAAU,QAAU,KAAK,QAC9B,KAAK,UAAU,MAAQ,KACvB,KAAK,YAAc,CAAC,EACpB,KAAK,MAAQ,CACX,OAAQ,GACR,WAAY,GACZ,IAAK,EACP,EAEA,IAAMC,EAAQ,CACZ,MAAAC,EACA,MAAOC,EAAM,OACb,OAAQC,EAAO,MACjB,EAEI,KAAK,QAAQ,UACfH,EAAM,MAAQE,EAAM,SACpBF,EAAM,OAASG,EAAO,UACb,KAAK,QAAQ,MACtBH,EAAM,MAAQE,EAAM,IAChB,KAAK,QAAQ,OACfF,EAAM,OAASG,EAAO,OAEtBH,EAAM,OAASG,EAAO,KAG1B,KAAK,UAAU,MAAQH,CACzB,CAKA,WAAW,OAAQ,CACjB,MAAO,CACL,MAAAE,EACA,OAAAC,CACF,CACF,CAKA,OAAO,IAAIC,EAAaP,EAAyB,CAE/C,OADc,IAAID,EAAOC,CAAO,EACnB,IAAIO,CAAG,CACtB,CAKA,OAAO,UAAUA,EAAaP,EAAyB,CAErD,OADc,IAAID,EAAOC,CAAO,EACnB,aAAaO,CAAG,CAC/B,CAKA,IAAIA,EAAa,CACfA,EAAMA,EAAI,QAAQH,EAAM,eAAgB;AAAA,CAAI,EAE5C,KAAK,YAAYG,EAAK,KAAK,MAAM,EAEjC,QAASC,EAAI,EAAGA,EAAI,KAAK,YAAY,OAAQA,IAAK,CAChD,IAAMC,EAAO,KAAK,YAAYD,CAAC,EAC/B,KAAK,aAAaC,EAAK,IAAKA,EAAK,MAAM,CACzC,CACA,YAAK,YAAc,CAAC,EAEb,KAAK,MACd,CAOA,YAAYF,EAAaG,EAAkB,CAAC,EAAGC,EAAuB,GAAO,CAK3E,IAJI,KAAK,QAAQ,WACfJ,EAAMA,EAAI,QAAQH,EAAM,cAAe,MAAM,EAAE,QAAQA,EAAM,UAAW,EAAE,GAGrEG,GAAK,CACV,IAAIK,EAEJ,GAAI,KAAK,QAAQ,YAAY,OAAO,KAAMC,IACpCD,EAAQC,EAAa,KAAK,CAAE,MAAO,IAAK,EAAGN,EAAKG,CAAM,IACxDH,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACV,IAEF,EACR,EACC,SAIF,GAAIA,EAAQ,KAAK,UAAU,MAAML,CAAG,EAAG,CACrCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpC,IAAME,EAAYJ,EAAO,GAAG,EAAE,EAC1BE,EAAM,IAAI,SAAW,GAAKE,IAAc,OAG1CA,EAAU,KAAO;AAAA,EAEjBJ,EAAO,KAAKE,CAAK,EAEnB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,KAAKL,CAAG,EAAG,CACpCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpC,IAAME,EAAYJ,EAAO,GAAG,EAAE,EAE1BI,GAAW,OAAS,aAAeA,GAAW,OAAS,QACzDA,EAAU,KAAO;AAAA,EAAOF,EAAM,IAC9BE,EAAU,MAAQ;AAAA,EAAOF,EAAM,KAC/B,KAAK,YAAY,GAAG,EAAE,EAAG,IAAME,EAAU,MAEzCJ,EAAO,KAAKE,CAAK,EAEnB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,OAAOL,CAAG,EAAG,CACtCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,QAAQL,CAAG,EAAG,CACvCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,GAAGL,CAAG,EAAG,CAClCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,WAAWL,CAAG,EAAG,CAC1CA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,KAAKL,CAAG,EAAG,CACpCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,KAAKL,CAAG,EAAG,CACpCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,IAAIL,CAAG,EAAG,CACnCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpC,IAAME,EAAYJ,EAAO,GAAG,EAAE,EAC1BI,GAAW,OAAS,aAAeA,GAAW,OAAS,QACzDA,EAAU,KAAO;AAAA,EAAOF,EAAM,IAC9BE,EAAU,MAAQ;AAAA,EAAOF,EAAM,IAC/B,KAAK,YAAY,GAAG,EAAE,EAAG,IAAME,EAAU,MAC/B,KAAK,OAAO,MAAMF,EAAM,GAAG,IACrC,KAAK,OAAO,MAAMA,EAAM,GAAG,EAAI,CAC7B,KAAMA,EAAM,KACZ,MAAOA,EAAM,KACf,GAEF,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,MAAML,CAAG,EAAG,CACrCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,SAASL,CAAG,EAAG,CACxCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAIA,IAAIG,EAASR,EACb,GAAI,KAAK,QAAQ,YAAY,WAAY,CACvC,IAAIS,EAAa,IACXC,EAAUV,EAAI,MAAM,CAAC,EACvBW,EACJ,KAAK,QAAQ,WAAW,WAAW,QAASC,GAAkB,CAC5DD,EAAYC,EAAc,KAAK,CAAE,MAAO,IAAK,EAAGF,CAAO,EACnD,OAAOC,GAAc,UAAYA,GAAa,IAChDF,EAAa,KAAK,IAAIA,EAAYE,CAAS,EAE/C,CAAC,EACGF,EAAa,KAAYA,GAAc,IACzCD,EAASR,EAAI,UAAU,EAAGS,EAAa,CAAC,EAE5C,CACA,GAAI,KAAK,MAAM,MAAQJ,EAAQ,KAAK,UAAU,UAAUG,CAAM,GAAI,CAChE,IAAMD,EAAYJ,EAAO,GAAG,EAAE,EAC1BC,GAAwBG,GAAW,OAAS,aAC9CA,EAAU,KAAO;AAAA,EAAOF,EAAM,IAC9BE,EAAU,MAAQ;AAAA,EAAOF,EAAM,KAC/B,KAAK,YAAY,IAAI,EACrB,KAAK,YAAY,GAAG,EAAE,EAAG,IAAME,EAAU,MAEzCJ,EAAO,KAAKE,CAAK,EAEnBD,EAAuBI,EAAO,SAAWR,EAAI,OAC7CA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpC,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,KAAKL,CAAG,EAAG,CACpCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpC,IAAME,EAAYJ,EAAO,GAAG,EAAE,EAC1BI,GAAW,OAAS,QACtBA,EAAU,KAAO;AAAA,EAAOF,EAAM,IAC9BE,EAAU,MAAQ;AAAA,EAAOF,EAAM,KAC/B,KAAK,YAAY,IAAI,EACrB,KAAK,YAAY,GAAG,EAAE,EAAG,IAAME,EAAU,MAEzCJ,EAAO,KAAKE,CAAK,EAEnB,QACF,CAEA,GAAIL,EAAK,CACP,IAAMa,EAAS,0BAA4Bb,EAAI,WAAW,CAAC,EAC3D,GAAI,KAAK,QAAQ,OAAQ,CACvB,QAAQ,MAAMa,CAAM,EACpB,KACF,KACE,OAAM,IAAI,MAAMA,CAAM,CAE1B,CACF,CAEA,YAAK,MAAM,IAAM,GACVV,CACT,CAEA,OAAOH,EAAaG,EAAkB,CAAC,EAAG,CACxC,YAAK,YAAY,KAAK,CAAE,IAAAH,EAAK,OAAAG,CAAO,CAAC,EAC9BA,CACT,CAKA,aAAaH,EAAaG,EAAkB,CAAC,EAAY,CAEvD,IAAIW,EAAYd,EACZe,EAAgC,KAGpC,GAAI,KAAK,OAAO,MAAO,CACrB,IAAMC,EAAQ,OAAO,KAAK,KAAK,OAAO,KAAK,EAC3C,GAAIA,EAAM,OAAS,EACjB,MAAQD,EAAQ,KAAK,UAAU,MAAM,OAAO,cAAc,KAAKD,CAAS,IAAM,MACxEE,EAAM,SAASD,EAAM,CAAC,EAAE,MAAMA,EAAM,CAAC,EAAE,YAAY,GAAG,EAAI,EAAG,EAAE,CAAC,IAClED,EAAYA,EAAU,MAAM,EAAGC,EAAM,KAAK,EACtC,IAAM,IAAI,OAAOA,EAAM,CAAC,EAAE,OAAS,CAAC,EAAI,IACxCD,EAAU,MAAM,KAAK,UAAU,MAAM,OAAO,cAAc,SAAS,EAI/E,CAGA,MAAQC,EAAQ,KAAK,UAAU,MAAM,OAAO,eAAe,KAAKD,CAAS,IAAM,MAC7EA,EAAYA,EAAU,MAAM,EAAGC,EAAM,KAAK,EAAI,KAAOD,EAAU,MAAM,KAAK,UAAU,MAAM,OAAO,eAAe,SAAS,EAI3H,MAAQC,EAAQ,KAAK,UAAU,MAAM,OAAO,UAAU,KAAKD,CAAS,IAAM,MACxEA,EAAYA,EAAU,MAAM,EAAGC,EAAM,KAAK,EAAI,IAAM,IAAI,OAAOA,EAAM,CAAC,EAAE,OAAS,CAAC,EAAI,IAAMD,EAAU,MAAM,KAAK,UAAU,MAAM,OAAO,UAAU,SAAS,EAG7J,IAAIG,EAAe,GACfC,EAAW,GACf,KAAOlB,GAAK,CACLiB,IACHC,EAAW,IAEbD,EAAe,GAEf,IAAIZ,EAGJ,GAAI,KAAK,QAAQ,YAAY,QAAQ,KAAMC,IACrCD,EAAQC,EAAa,KAAK,CAAE,MAAO,IAAK,EAAGN,EAAKG,CAAM,IACxDH,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACV,IAEF,EACR,EACC,SAIF,GAAIA,EAAQ,KAAK,UAAU,OAAOL,CAAG,EAAG,CACtCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,IAAIL,CAAG,EAAG,CACnCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,KAAKL,CAAG,EAAG,CACpCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,QAAQL,EAAK,KAAK,OAAO,KAAK,EAAG,CAC1DA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpC,IAAME,EAAYJ,EAAO,GAAG,EAAE,EAC1BE,EAAM,OAAS,QAAUE,GAAW,OAAS,QAC/CA,EAAU,KAAOF,EAAM,IACvBE,EAAU,MAAQF,EAAM,MAExBF,EAAO,KAAKE,CAAK,EAEnB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,SAASL,EAAKc,EAAWI,CAAQ,EAAG,CAC7DlB,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,SAASL,CAAG,EAAG,CACxCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,GAAGL,CAAG,EAAG,CAClCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,IAAIL,CAAG,EAAG,CACnCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAIA,EAAQ,KAAK,UAAU,SAASL,CAAG,EAAG,CACxCA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAGA,GAAI,CAAC,KAAK,MAAM,SAAWA,EAAQ,KAAK,UAAU,IAAIL,CAAG,GAAI,CAC3DA,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EACpCF,EAAO,KAAKE,CAAK,EACjB,QACF,CAIA,IAAIG,EAASR,EACb,GAAI,KAAK,QAAQ,YAAY,YAAa,CACxC,IAAIS,EAAa,IACXC,EAAUV,EAAI,MAAM,CAAC,EACvBW,EACJ,KAAK,QAAQ,WAAW,YAAY,QAASC,GAAkB,CAC7DD,EAAYC,EAAc,KAAK,CAAE,MAAO,IAAK,EAAGF,CAAO,EACnD,OAAOC,GAAc,UAAYA,GAAa,IAChDF,EAAa,KAAK,IAAIA,EAAYE,CAAS,EAE/C,CAAC,EACGF,EAAa,KAAYA,GAAc,IACzCD,EAASR,EAAI,UAAU,EAAGS,EAAa,CAAC,EAE5C,CACA,GAAIJ,EAAQ,KAAK,UAAU,WAAWG,CAAM,EAAG,CAC7CR,EAAMA,EAAI,UAAUK,EAAM,IAAI,MAAM,EAChCA,EAAM,IAAI,MAAM,EAAE,IAAM,MAC1Ba,EAAWb,EAAM,IAAI,MAAM,EAAE,GAE/BY,EAAe,GACf,IAAMV,EAAYJ,EAAO,GAAG,EAAE,EAC1BI,GAAW,OAAS,QACtBA,EAAU,KAAOF,EAAM,IACvBE,EAAU,MAAQF,EAAM,MAExBF,EAAO,KAAKE,CAAK,EAEnB,QACF,CAEA,GAAIL,EAAK,CACP,IAAMa,EAAS,0BAA4Bb,EAAI,WAAW,CAAC,EAC3D,GAAI,KAAK,QAAQ,OAAQ,CACvB,QAAQ,MAAMa,CAAM,EACpB,KACF,KACE,OAAM,IAAI,MAAMA,CAAM,CAE1B,CACF,CAEA,OAAOV,CACT,CACF,ECxcO,IAAMgB,EAAN,KAAgB,CACrB,QACA,OACA,YAAYC,EAAyB,CACnC,KAAK,QAAUA,GAAWC,CAC5B,CAEA,MAAMC,EAA6B,CACjC,MAAO,EACT,CAEA,KAAK,CAAE,KAAAC,EAAM,KAAAC,EAAM,QAAAC,CAAQ,EAAwB,CACjD,IAAMC,GAAcF,GAAQ,IAAI,MAAMG,EAAM,aAAa,IAAI,CAAC,EAExDC,EAAOL,EAAK,QAAQI,EAAM,cAAe,EAAE,EAAI;AAAA,EAErD,OAAKD,EAME,8BACHG,EAAOH,CAAU,EACjB,MACCD,EAAUG,EAAOC,EAAOD,EAAM,EAAI,GACnC;AAAA,EATK,eACFH,EAAUG,EAAOC,EAAOD,EAAM,EAAI,GACnC;AAAA,CAQR,CAEA,WAAW,CAAE,OAAAE,CAAO,EAA8B,CAEhD,MAAO;AAAA,EADM,KAAK,OAAO,MAAMA,CAAM,CACT;AAAA,CAC9B,CAEA,KAAK,CAAE,KAAAP,CAAK,EAAsC,CAChD,OAAOA,CACT,CAEA,QAAQ,CAAE,OAAAO,EAAQ,MAAAC,CAAM,EAA2B,CACjD,MAAO,KAAKA,CAAK,IAAI,KAAK,OAAO,YAAYD,CAAM,CAAC,MAAMC,CAAK;AAAA,CACjE,CAEA,GAAGT,EAA0B,CAC3B,MAAO;AAAA,CACT,CAEA,KAAKA,EAA4B,CAC/B,IAAMU,EAAUV,EAAM,QAChBW,EAAQX,EAAM,MAEhBY,EAAO,GACX,QAASC,EAAI,EAAGA,EAAIb,EAAM,MAAM,OAAQa,IAAK,CAC3C,IAAMC,EAAOd,EAAM,MAAMa,CAAC,EAC1BD,GAAQ,KAAK,SAASE,CAAI,CAC5B,CAEA,IAAMC,EAAOL,EAAU,KAAO,KACxBM,EAAaN,GAAWC,IAAU,EAAM,WAAaA,EAAQ,IAAO,GAC1E,MAAO,IAAMI,EAAOC,EAAY;AAAA,EAAQJ,EAAO,KAAOG,EAAO;AAAA,CAC/D,CAEA,SAASD,EAA+B,CACtC,IAAIG,EAAW,GACf,GAAIH,EAAK,KAAM,CACb,IAAMI,EAAW,KAAK,SAAS,CAAE,QAAS,CAAC,CAACJ,EAAK,OAAQ,CAAC,EACtDA,EAAK,MACHA,EAAK,OAAO,CAAC,GAAG,OAAS,aAC3BA,EAAK,OAAO,CAAC,EAAE,KAAOI,EAAW,IAAMJ,EAAK,OAAO,CAAC,EAAE,KAClDA,EAAK,OAAO,CAAC,EAAE,QAAUA,EAAK,OAAO,CAAC,EAAE,OAAO,OAAS,GAAKA,EAAK,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,OAAS,SACjGA,EAAK,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,KAAOI,EAAW,IAAMX,EAAOO,EAAK,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,IAAI,EACrFA,EAAK,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,QAAU,KAGrCA,EAAK,OAAO,QAAQ,CAClB,KAAM,OACN,IAAKI,EAAW,IAChB,KAAMA,EAAW,IACjB,QAAS,EACX,CAAC,EAGHD,GAAYC,EAAW,GAE3B,CAEA,OAAAD,GAAY,KAAK,OAAO,MAAMH,EAAK,OAAQ,CAAC,CAACA,EAAK,KAAK,EAEhD,OAAOG,CAAQ;AAAA,CACxB,CAEA,SAAS,CAAE,QAAAE,CAAQ,EAA4B,CAC7C,MAAO,WACFA,EAAU,cAAgB,IAC3B,8BACN,CAEA,UAAU,CAAE,OAAAX,CAAO,EAA6B,CAC9C,MAAO,MAAM,KAAK,OAAO,YAAYA,CAAM,CAAC;AAAA,CAC9C,CAEA,MAAMR,EAA6B,CACjC,IAAIoB,EAAS,GAGTC,EAAO,GACX,QAASR,EAAI,EAAGA,EAAIb,EAAM,OAAO,OAAQa,IACvCQ,GAAQ,KAAK,UAAUrB,EAAM,OAAOa,CAAC,CAAC,EAExCO,GAAU,KAAK,SAAS,CAAE,KAAMC,CAAK,CAAC,EAEtC,IAAIT,EAAO,GACX,QAASC,EAAI,EAAGA,EAAIb,EAAM,KAAK,OAAQa,IAAK,CAC1C,IAAMS,EAAMtB,EAAM,KAAKa,CAAC,EAExBQ,EAAO,GACP,QAASE,EAAI,EAAGA,EAAID,EAAI,OAAQC,IAC9BF,GAAQ,KAAK,UAAUC,EAAIC,CAAC,CAAC,EAG/BX,GAAQ,KAAK,SAAS,CAAE,KAAMS,CAAK,CAAC,CACtC,CACA,OAAIT,IAAMA,EAAO,UAAUA,CAAI,YAExB;AAAA;AAAA,EAEHQ,EACA;AAAA,EACAR,EACA;AAAA,CACN,CAEA,SAAS,CAAE,KAAAX,CAAK,EAA4B,CAC1C,MAAO;AAAA,EAASA,CAAI;AAAA,CACtB,CAEA,UAAUD,EAAiC,CACzC,IAAMwB,EAAU,KAAK,OAAO,YAAYxB,EAAM,MAAM,EAC9Ce,EAAOf,EAAM,OAAS,KAAO,KAInC,OAHYA,EAAM,MACd,IAAIe,CAAI,WAAWf,EAAM,KAAK,KAC9B,IAAIe,CAAI,KACCS,EAAU,KAAKT,CAAI;AAAA,CAClC,CAKA,OAAO,CAAE,OAAAP,CAAO,EAA0B,CACxC,MAAO,WAAW,KAAK,OAAO,YAAYA,CAAM,CAAC,WACnD,CAEA,GAAG,CAAE,OAAAA,CAAO,EAAsB,CAChC,MAAO,OAAO,KAAK,OAAO,YAAYA,CAAM,CAAC,OAC/C,CAEA,SAAS,CAAE,KAAAP,CAAK,EAA4B,CAC1C,MAAO,SAASM,EAAON,EAAM,EAAI,CAAC,SACpC,CAEA,GAAGD,EAA0B,CAC3B,MAAO,MACT,CAEA,IAAI,CAAE,OAAAQ,CAAO,EAAuB,CAClC,MAAO,QAAQ,KAAK,OAAO,YAAYA,CAAM,CAAC,QAChD,CAEA,KAAK,CAAE,KAAAiB,EAAM,MAAAC,EAAO,OAAAlB,CAAO,EAAwB,CACjD,IAAMP,EAAO,KAAK,OAAO,YAAYO,CAAM,EACrCmB,EAAYC,EAASH,CAAI,EAC/B,GAAIE,IAAc,KAChB,OAAO1B,EAETwB,EAAOE,EACP,IAAIE,EAAM,YAAcJ,EAAO,IAC/B,OAAIC,IACFG,GAAO,WAActB,EAAOmB,CAAK,EAAK,KAExCG,GAAO,IAAM5B,EAAO,OACb4B,CACT,CAEA,MAAM,CAAE,KAAAJ,EAAM,MAAAC,EAAO,KAAAzB,EAAM,OAAAO,CAAO,EAAyB,CACrDA,IACFP,EAAO,KAAK,OAAO,YAAYO,EAAQ,KAAK,OAAO,YAAY,GAEjE,IAAMmB,EAAYC,EAASH,CAAI,EAC/B,GAAIE,IAAc,KAChB,OAAOpB,EAAON,CAAI,EAEpBwB,EAAOE,EAEP,IAAIE,EAAM,aAAaJ,CAAI,UAAUxB,CAAI,IACzC,OAAIyB,IACFG,GAAO,WAAWtB,EAAOmB,CAAK,CAAC,KAEjCG,GAAO,IACAA,CACT,CAEA,KAAK7B,EAA6C,CAChD,MAAO,WAAYA,GAASA,EAAM,OAC9B,KAAK,OAAO,YAAYA,EAAM,MAAM,EACnC,YAAaA,GAASA,EAAM,QAAUA,EAAM,KAAOO,EAAOP,EAAM,IAAI,CAC3E,CACF,ECpNO,IAAM8B,EAAN,KAAoB,CAEzB,OAAO,CAAE,KAAAC,CAAK,EAAkB,CAC9B,OAAOA,CACT,CAEA,GAAG,CAAE,KAAAA,CAAK,EAAc,CACtB,OAAOA,CACT,CAEA,SAAS,CAAE,KAAAA,CAAK,EAAoB,CAClC,OAAOA,CACT,CAEA,IAAI,CAAE,KAAAA,CAAK,EAAe,CACxB,OAAOA,CACT,CAEA,KAAK,CAAE,KAAAA,CAAK,EAA6B,CACvC,OAAOA,CACT,CAEA,KAAK,CAAE,KAAAA,CAAK,EAA6C,CACvD,OAAOA,CACT,CAEA,KAAK,CAAE,KAAAA,CAAK,EAAgB,CAC1B,MAAO,GAAKA,CACd,CAEA,MAAM,CAAE,KAAAA,CAAK,EAAiB,CAC5B,MAAO,GAAKA,CACd,CAEA,IAAK,CACH,MAAO,EACT,CACF,EClCO,IAAMC,EAAN,MAAMC,CAAQ,CACnB,QACA,SACA,aACA,YAAYC,EAAyB,CACnC,KAAK,QAAUA,GAAWC,EAC1B,KAAK,QAAQ,SAAW,KAAK,QAAQ,UAAY,IAAIC,EACrD,KAAK,SAAW,KAAK,QAAQ,SAC7B,KAAK,SAAS,QAAU,KAAK,QAC7B,KAAK,SAAS,OAAS,KACvB,KAAK,aAAe,IAAIC,CAC1B,CAKA,OAAO,MAAMC,EAAiBJ,EAAyB,CAErD,OADe,IAAID,EAAQC,CAAO,EACpB,MAAMI,CAAM,CAC5B,CAKA,OAAO,YAAYA,EAAiBJ,EAAyB,CAE3D,OADe,IAAID,EAAQC,CAAO,EACpB,YAAYI,CAAM,CAClC,CAKA,MAAMA,EAAiBC,EAAM,GAAc,CACzC,IAAIC,EAAM,GAEV,QAASC,EAAI,EAAGA,EAAIH,EAAO,OAAQG,IAAK,CACtC,IAAMC,EAAWJ,EAAOG,CAAC,EAGzB,GAAI,KAAK,QAAQ,YAAY,YAAYC,EAAS,IAAI,EAAG,CACvD,IAAMC,EAAeD,EACfE,EAAM,KAAK,QAAQ,WAAW,UAAUD,EAAa,IAAI,EAAE,KAAK,CAAE,OAAQ,IAAK,EAAGA,CAAY,EACpG,GAAIC,IAAQ,IAAS,CAAC,CAAC,QAAS,KAAM,UAAW,OAAQ,QAAS,aAAc,OAAQ,OAAQ,YAAa,MAAM,EAAE,SAASD,EAAa,IAAI,EAAG,CAChJH,GAAOI,GAAO,GACd,QACF,CACF,CAEA,IAAMC,EAAQH,EAEd,OAAQG,EAAM,KAAM,CAClB,IAAK,QAAS,CACZL,GAAO,KAAK,SAAS,MAAMK,CAAK,EAChC,QACF,CACA,IAAK,KAAM,CACTL,GAAO,KAAK,SAAS,GAAGK,CAAK,EAC7B,QACF,CACA,IAAK,UAAW,CACdL,GAAO,KAAK,SAAS,QAAQK,CAAK,EAClC,QACF,CACA,IAAK,OAAQ,CACXL,GAAO,KAAK,SAAS,KAAKK,CAAK,EAC/B,QACF,CACA,IAAK,QAAS,CACZL,GAAO,KAAK,SAAS,MAAMK,CAAK,EAChC,QACF,CACA,IAAK,aAAc,CACjBL,GAAO,KAAK,SAAS,WAAWK,CAAK,EACrC,QACF,CACA,IAAK,OAAQ,CACXL,GAAO,KAAK,SAAS,KAAKK,CAAK,EAC/B,QACF,CACA,IAAK,OAAQ,CACXL,GAAO,KAAK,SAAS,KAAKK,CAAK,EAC/B,QACF,CACA,IAAK,YAAa,CAChBL,GAAO,KAAK,SAAS,UAAUK,CAAK,EACpC,QACF,CACA,IAAK,OAAQ,CACX,IAAIC,EAAYD,EACZE,EAAO,KAAK,SAAS,KAAKD,CAAS,EACvC,KAAOL,EAAI,EAAIH,EAAO,QAAUA,EAAOG,EAAI,CAAC,EAAE,OAAS,QACrDK,EAAYR,EAAO,EAAEG,CAAC,EACtBM,GAAQ;AAAA,EAAO,KAAK,SAAS,KAAKD,CAAS,EAEzCP,EACFC,GAAO,KAAK,SAAS,UAAU,CAC7B,KAAM,YACN,IAAKO,EACL,KAAMA,EACN,OAAQ,CAAC,CAAE,KAAM,OAAQ,IAAKA,EAAM,KAAMA,EAAM,QAAS,EAAK,CAAC,CACjE,CAAC,EAEDP,GAAOO,EAET,QACF,CAEA,QAAS,CACP,IAAMC,EAAS,eAAiBH,EAAM,KAAO,wBAC7C,GAAI,KAAK,QAAQ,OACf,eAAQ,MAAMG,CAAM,EACb,GAEP,MAAM,IAAI,MAAMA,CAAM,CAE1B,CACF,CACF,CAEA,OAAOR,CACT,CAKA,YAAYF,EAAiBW,EAAsC,KAAK,SAAkB,CACxF,IAAIT,EAAM,GAEV,QAASC,EAAI,EAAGA,EAAIH,EAAO,OAAQG,IAAK,CACtC,IAAMC,EAAWJ,EAAOG,CAAC,EAGzB,GAAI,KAAK,QAAQ,YAAY,YAAYC,EAAS,IAAI,EAAG,CACvD,IAAME,EAAM,KAAK,QAAQ,WAAW,UAAUF,EAAS,IAAI,EAAE,KAAK,CAAE,OAAQ,IAAK,EAAGA,CAAQ,EAC5F,GAAIE,IAAQ,IAAS,CAAC,CAAC,SAAU,OAAQ,OAAQ,QAAS,SAAU,KAAM,WAAY,KAAM,MAAO,MAAM,EAAE,SAASF,EAAS,IAAI,EAAG,CAClIF,GAAOI,GAAO,GACd,QACF,CACF,CAEA,IAAMC,EAAQH,EAEd,OAAQG,EAAM,KAAM,CAClB,IAAK,SAAU,CACbL,GAAOS,EAAS,KAAKJ,CAAK,EAC1B,KACF,CACA,IAAK,OAAQ,CACXL,GAAOS,EAAS,KAAKJ,CAAK,EAC1B,KACF,CACA,IAAK,OAAQ,CACXL,GAAOS,EAAS,KAAKJ,CAAK,EAC1B,KACF,CACA,IAAK,QAAS,CACZL,GAAOS,EAAS,MAAMJ,CAAK,EAC3B,KACF,CACA,IAAK,SAAU,CACbL,GAAOS,EAAS,OAAOJ,CAAK,EAC5B,KACF,CACA,IAAK,KAAM,CACTL,GAAOS,EAAS,GAAGJ,CAAK,EACxB,KACF,CACA,IAAK,WAAY,CACfL,GAAOS,EAAS,SAASJ,CAAK,EAC9B,KACF,CACA,IAAK,KAAM,CACTL,GAAOS,EAAS,GAAGJ,CAAK,EACxB,KACF,CACA,IAAK,MAAO,CACVL,GAAOS,EAAS,IAAIJ,CAAK,EACzB,KACF,CACA,IAAK,OAAQ,CACXL,GAAOS,EAAS,KAAKJ,CAAK,EAC1B,KACF,CACA,QAAS,CACP,IAAMG,EAAS,eAAiBH,EAAM,KAAO,wBAC7C,GAAI,KAAK,QAAQ,OACf,eAAQ,MAAMG,CAAM,EACb,GAEP,MAAM,IAAI,MAAMA,CAAM,CAE1B,CACF,CACF,CACA,OAAOR,CACT,CACF,ECvMO,IAAMU,EAAN,KAAa,CAClB,QACA,MAEA,YAAYC,EAAyB,CACnC,KAAK,QAAUA,GAAWC,CAC5B,CAEA,OAAO,iBAAmB,IAAI,IAAI,CAChC,aACA,cACA,kBACF,CAAC,EAKD,WAAWC,EAAkB,CAC3B,OAAOA,CACT,CAKA,YAAYC,EAAc,CACxB,OAAOA,CACT,CAKA,iBAAiBC,EAA8B,CAC7C,OAAOA,CACT,CAKA,cAAe,CACb,OAAO,KAAK,MAAQC,EAAO,IAAMA,EAAO,SAC1C,CAKA,eAAgB,CACd,OAAO,KAAK,MAAQC,EAAQ,MAAQA,EAAQ,WAC9C,CACF,ECtCO,IAAMC,EAAN,KAAa,CAClB,SAAWC,EAAa,EACxB,QAAU,KAAK,WAEf,MAAQ,KAAK,cAAc,EAAI,EAC/B,YAAc,KAAK,cAAc,EAAK,EAEtC,OAASC,EACT,SAAWC,EACX,aAAeC,EACf,MAAQC,EACR,UAAYC,EACZ,MAAQC,EAER,eAAeC,EAAyB,CACtC,KAAK,IAAI,GAAGA,CAAI,CAClB,CAKA,WAAWC,EAA8BC,EAA2D,CAClG,IAAIC,EAAyB,CAAC,EAC9B,QAAWC,KAASH,EAElB,OADAE,EAASA,EAAO,OAAOD,EAAS,KAAK,KAAME,CAAK,CAAC,EACzCA,EAAM,KAAM,CAClB,IAAK,QAAS,CACZ,IAAMC,EAAaD,EACnB,QAAWE,KAAQD,EAAW,OAC5BF,EAASA,EAAO,OAAO,KAAK,WAAWG,EAAK,OAAQJ,CAAQ,CAAC,EAE/D,QAAWK,KAAOF,EAAW,KAC3B,QAAWC,KAAQC,EACjBJ,EAASA,EAAO,OAAO,KAAK,WAAWG,EAAK,OAAQJ,CAAQ,CAAC,EAGjE,KACF,CACA,IAAK,OAAQ,CACX,IAAMM,EAAYJ,EAClBD,EAASA,EAAO,OAAO,KAAK,WAAWK,EAAU,MAAON,CAAQ,CAAC,EACjE,KACF,CACA,QAAS,CACP,IAAMO,EAAeL,EACjB,KAAK,SAAS,YAAY,cAAcK,EAAa,IAAI,EAC3D,KAAK,SAAS,WAAW,YAAYA,EAAa,IAAI,EAAE,QAASC,GAAgB,CAC/E,IAAMT,EAASQ,EAAaC,CAAW,EAAE,KAAK,GAAQ,EACtDP,EAASA,EAAO,OAAO,KAAK,WAAWF,EAAQC,CAAQ,CAAC,CAC1D,CAAC,EACQO,EAAa,SACtBN,EAASA,EAAO,OAAO,KAAK,WAAWM,EAAa,OAAQP,CAAQ,CAAC,EAEzE,CACF,CAEF,OAAOC,CACT,CAEA,OAAOH,EAAyB,CAC9B,IAAMW,EAA0C,KAAK,SAAS,YAAc,CAAE,UAAW,CAAC,EAAG,YAAa,CAAC,CAAE,EAE7G,OAAAX,EAAK,QAASY,GAAS,CAErB,IAAMC,EAAO,CAAE,GAAGD,CAAK,EA4DvB,GAzDAC,EAAK,MAAQ,KAAK,SAAS,OAASA,EAAK,OAAS,GAG9CD,EAAK,aACPA,EAAK,WAAW,QAASE,GAAQ,CAC/B,GAAI,CAACA,EAAI,KACP,MAAM,IAAI,MAAM,yBAAyB,EAE3C,GAAI,aAAcA,EAAK,CACrB,IAAMC,EAAeJ,EAAW,UAAUG,EAAI,IAAI,EAC9CC,EAEFJ,EAAW,UAAUG,EAAI,IAAI,EAAI,YAAYd,EAAM,CACjD,IAAIgB,EAAMF,EAAI,SAAS,MAAM,KAAMd,CAAI,EACvC,OAAIgB,IAAQ,KACVA,EAAMD,EAAa,MAAM,KAAMf,CAAI,GAE9BgB,CACT,EAEAL,EAAW,UAAUG,EAAI,IAAI,EAAIA,EAAI,QAEzC,CACA,GAAI,cAAeA,EAAK,CACtB,GAAI,CAACA,EAAI,OAAUA,EAAI,QAAU,SAAWA,EAAI,QAAU,SACxD,MAAM,IAAI,MAAM,6CAA6C,EAE/D,IAAMG,EAAWN,EAAWG,EAAI,KAAK,EACjCG,EACFA,EAAS,QAAQH,EAAI,SAAS,EAE9BH,EAAWG,EAAI,KAAK,EAAI,CAACA,EAAI,SAAS,EAEpCA,EAAI,QACFA,EAAI,QAAU,QACZH,EAAW,WACbA,EAAW,WAAW,KAAKG,EAAI,KAAK,EAEpCH,EAAW,WAAa,CAACG,EAAI,KAAK,EAE3BA,EAAI,QAAU,WACnBH,EAAW,YACbA,EAAW,YAAY,KAAKG,EAAI,KAAK,EAErCH,EAAW,YAAc,CAACG,EAAI,KAAK,GAI3C,CACI,gBAAiBA,GAAOA,EAAI,cAC9BH,EAAW,YAAYG,EAAI,IAAI,EAAIA,EAAI,YAE3C,CAAC,EACDD,EAAK,WAAaF,GAIhBC,EAAK,SAAU,CACjB,IAAMM,EAAW,KAAK,SAAS,UAAY,IAAIvB,EAAU,KAAK,QAAQ,EACtE,QAAWwB,KAAQP,EAAK,SAAU,CAChC,GAAI,EAAEO,KAAQD,GACZ,MAAM,IAAI,MAAM,aAAaC,CAAI,kBAAkB,EAErD,GAAI,CAAC,UAAW,QAAQ,EAAE,SAASA,CAAI,EAErC,SAEF,IAAMC,EAAeD,EACfE,EAAeT,EAAK,SAASQ,CAAY,EACzCL,EAAeG,EAASE,CAAY,EAE1CF,EAASE,CAAY,EAAI,IAAIpB,IAAoB,CAC/C,IAAIgB,EAAMK,EAAa,MAAMH,EAAUlB,CAAI,EAC3C,OAAIgB,IAAQ,KACVA,EAAMD,EAAa,MAAMG,EAAUlB,CAAI,GAElCgB,GAAO,EAChB,CACF,CACAH,EAAK,SAAWK,CAClB,CACA,GAAIN,EAAK,UAAW,CAClB,IAAMU,EAAY,KAAK,SAAS,WAAa,IAAIxB,EAAW,KAAK,QAAQ,EACzE,QAAWqB,KAAQP,EAAK,UAAW,CACjC,GAAI,EAAEO,KAAQG,GACZ,MAAM,IAAI,MAAM,cAAcH,CAAI,kBAAkB,EAEtD,GAAI,CAAC,UAAW,QAAS,OAAO,EAAE,SAASA,CAAI,EAE7C,SAEF,IAAMI,EAAgBJ,EAChBK,EAAgBZ,EAAK,UAAUW,CAAa,EAC5CE,EAAgBH,EAAUC,CAAa,EAG7CD,EAAUC,CAAa,EAAI,IAAIvB,IAAoB,CACjD,IAAIgB,EAAMQ,EAAc,MAAMF,EAAWtB,CAAI,EAC7C,OAAIgB,IAAQ,KACVA,EAAMS,EAAc,MAAMH,EAAWtB,CAAI,GAEpCgB,CACT,CACF,CACAH,EAAK,UAAYS,CACnB,CAGA,GAAIV,EAAK,MAAO,CACd,IAAMc,EAAQ,KAAK,SAAS,OAAS,IAAI3B,EACzC,QAAWoB,KAAQP,EAAK,MAAO,CAC7B,GAAI,EAAEO,KAAQO,GACZ,MAAM,IAAI,MAAM,SAASP,CAAI,kBAAkB,EAEjD,GAAI,CAAC,UAAW,OAAO,EAAE,SAASA,CAAI,EAEpC,SAEF,IAAMQ,EAAYR,EACZS,EAAYhB,EAAK,MAAMe,CAAS,EAChCE,EAAWH,EAAMC,CAAS,EAC5B5B,EAAO,iBAAiB,IAAIoB,CAAI,EAElCO,EAAMC,CAAS,EAAKG,GAAiB,CACnC,GAAI,KAAK,SAAS,MAChB,OAAO,QAAQ,QAAQF,EAAU,KAAKF,EAAOI,CAAG,CAAC,EAAE,KAAKd,GAC/Ca,EAAS,KAAKH,EAAOV,CAAG,CAChC,EAGH,IAAMA,EAAMY,EAAU,KAAKF,EAAOI,CAAG,EACrC,OAAOD,EAAS,KAAKH,EAAOV,CAAG,CACjC,EAGAU,EAAMC,CAAS,EAAI,IAAI3B,IAAoB,CACzC,IAAIgB,EAAMY,EAAU,MAAMF,EAAO1B,CAAI,EACrC,OAAIgB,IAAQ,KACVA,EAAMa,EAAS,MAAMH,EAAO1B,CAAI,GAE3BgB,CACT,CAEJ,CACAH,EAAK,MAAQa,CACf,CAGA,GAAId,EAAK,WAAY,CACnB,IAAMmB,EAAa,KAAK,SAAS,WAC3BC,EAAiBpB,EAAK,WAC5BC,EAAK,WAAa,SAAST,EAAO,CAChC,IAAID,EAAyB,CAAC,EAC9B,OAAAA,EAAO,KAAK6B,EAAe,KAAK,KAAM5B,CAAK,CAAC,EACxC2B,IACF5B,EAASA,EAAO,OAAO4B,EAAW,KAAK,KAAM3B,CAAK,CAAC,GAE9CD,CACT,CACF,CAEA,KAAK,SAAW,CAAE,GAAG,KAAK,SAAU,GAAGU,CAAK,CAC9C,CAAC,EAEM,IACT,CAEA,WAAWoB,EAAoB,CAC7B,YAAK,SAAW,CAAE,GAAG,KAAK,SAAU,GAAGA,CAAI,EACpC,IACT,CAEA,MAAMC,EAAaC,EAAyB,CAC1C,OAAOtC,EAAO,IAAIqC,EAAKC,GAAW,KAAK,QAAQ,CACjD,CAEA,OAAOlC,EAAiBkC,EAAyB,CAC/C,OAAOzC,EAAQ,MAAMO,EAAQkC,GAAW,KAAK,QAAQ,CACvD,CAEQ,cAAcC,EAAoB,CAmExC,MA3D+B,CAACF,EAAaC,IAAwC,CACnF,IAAME,EAAU,CAAE,GAAGF,CAAQ,EACvBF,EAAM,CAAE,GAAG,KAAK,SAAU,GAAGI,CAAQ,EAErCC,EAAa,KAAK,QAAQ,CAAC,CAACL,EAAI,OAAQ,CAAC,CAACA,EAAI,KAAK,EAGzD,GAAI,KAAK,SAAS,QAAU,IAAQI,EAAQ,QAAU,GACpD,OAAOC,EAAW,IAAI,MAAM,oIAAoI,CAAC,EAInK,GAAI,OAAOJ,EAAQ,KAAeA,IAAQ,KACxC,OAAOI,EAAW,IAAI,MAAM,gDAAgD,CAAC,EAE/E,GAAI,OAAOJ,GAAQ,SACjB,OAAOI,EAAW,IAAI,MAAM,wCACxB,OAAO,UAAU,SAAS,KAAKJ,CAAG,EAAI,mBAAmB,CAAC,EAG5DD,EAAI,QACNA,EAAI,MAAM,QAAUA,EACpBA,EAAI,MAAM,MAAQG,GAGpB,IAAMG,EAAQN,EAAI,MAAQA,EAAI,MAAM,aAAa,EAAKG,EAAYvC,EAAO,IAAMA,EAAO,UAChF2C,EAASP,EAAI,MAAQA,EAAI,MAAM,cAAc,EAAKG,EAAY1C,EAAQ,MAAQA,EAAQ,YAE5F,GAAIuC,EAAI,MACN,OAAO,QAAQ,QAAQA,EAAI,MAAQA,EAAI,MAAM,WAAWC,CAAG,EAAIA,CAAG,EAC/D,KAAKA,GAAOK,EAAML,EAAKD,CAAG,CAAC,EAC3B,KAAKhC,GAAUgC,EAAI,MAAQA,EAAI,MAAM,iBAAiBhC,CAAM,EAAIA,CAAM,EACtE,KAAKA,GAAUgC,EAAI,WAAa,QAAQ,IAAI,KAAK,WAAWhC,EAAQgC,EAAI,UAAU,CAAC,EAAE,KAAK,IAAMhC,CAAM,EAAIA,CAAM,EAChH,KAAKA,GAAUuC,EAAOvC,EAAQgC,CAAG,CAAC,EAClC,KAAKQ,GAAQR,EAAI,MAAQA,EAAI,MAAM,YAAYQ,CAAI,EAAIA,CAAI,EAC3D,MAAMH,CAAU,EAGrB,GAAI,CACEL,EAAI,QACNC,EAAMD,EAAI,MAAM,WAAWC,CAAG,GAEhC,IAAIjC,EAASsC,EAAML,EAAKD,CAAG,EACvBA,EAAI,QACNhC,EAASgC,EAAI,MAAM,iBAAiBhC,CAAM,GAExCgC,EAAI,YACN,KAAK,WAAWhC,EAAQgC,EAAI,UAAU,EAExC,IAAIQ,EAAOD,EAAOvC,EAAQgC,CAAG,EAC7B,OAAIA,EAAI,QACNQ,EAAOR,EAAI,MAAM,YAAYQ,CAAI,GAE5BA,CACT,OAAQC,EAAG,CACT,OAAOJ,EAAWI,CAAU,CAC9B,CACF,CAGF,CAEQ,QAAQC,EAAiBC,EAAgB,CAC/C,OAAQF,GAAuC,CAG7C,GAFAA,EAAE,SAAW;AAAA,2DAETC,EAAQ,CACV,IAAME,EAAM,iCACRC,EAAOJ,EAAE,QAAU,GAAI,EAAI,EAC3B,SACJ,OAAIE,EACK,QAAQ,QAAQC,CAAG,EAErBA,CACT,CAEA,GAAID,EACF,OAAO,QAAQ,OAAOF,CAAC,EAEzB,MAAMA,CACR,CACF,CACF,EVjVA,IAAMK,EAAiB,IAAIC,EAqBpB,SAASC,EAAOC,EAAaC,EAAsD,CACxF,OAAOJ,EAAe,MAAMG,EAAKC,CAAG,CACtC,CAOAF,EAAO,QACPA,EAAO,WAAa,SAASG,EAAwB,CACnD,OAAAL,EAAe,WAAWK,CAAO,EACjCH,EAAO,SAAWF,EAAe,SACjCM,EAAeJ,EAAO,QAAQ,EACvBA,CACT,EAKAA,EAAO,YAAcK,EAErBL,EAAO,SAAWM,EAMlBN,EAAO,IAAM,YAAYO,EAAyB,CAChD,OAAAT,EAAe,IAAI,GAAGS,CAAI,EAC1BP,EAAO,SAAWF,EAAe,SACjCM,EAAeJ,EAAO,QAAQ,EACvBA,CACT,EAMAA,EAAO,WAAa,SAASQ,EAA8BC,EAA2D,CACpH,OAAOX,EAAe,WAAWU,EAAQC,CAAQ,CACnD,EASAT,EAAO,YAAcF,EAAe,YAKpCE,EAAO,OAASU,EAChBV,EAAO,OAASU,EAAQ,MACxBV,EAAO,SAAWW,EAClBX,EAAO,aAAeY,EACtBZ,EAAO,MAAQa,EACfb,EAAO,MAAQa,EAAO,IACtBb,EAAO,UAAYc,EACnBd,EAAO,MAAQe,EACff,EAAO,MAAQA,EAER,IAAMG,GAAUH,EAAO,QACjBgB,GAAahB,EAAO,WACpBiB,GAAMjB,EAAO,IACbkB,GAAalB,EAAO,WACpBmB,GAAcnB,EAAO,YACrBoB,GAAQpB,EACRqB,GAASX,EAAQ,MACjBY,GAAQT,EAAO", - "names": ["marked_exports", "__export", "_Hooks", "_Lexer", "Marked", "_Parser", "_Renderer", "_TextRenderer", "_Tokenizer", "_defaults", "_getDefaults", "lexer", "marked", "options", "parse", "parseInline", "parser", "setOptions", "use", "walkTokens", "__toCommonJS", "_getDefaults", "_defaults", "changeDefaults", "newDefaults", "noopTest", "edit", "regex", "opt", "source", "obj", "name", "val", "valSource", "other", "bull", "indent", "newline", "blockCode", "fences", "hr", "heading", "bullet", "lheadingCore", "lheading", "lheadingGfm", "_paragraph", "blockText", "_blockLabel", "def", "list", "_tag", "_comment", "html", "paragraph", "blockquote", "blockNormal", "gfmTable", "blockGfm", "blockPedantic", "escape", "inlineCode", "br", "inlineText", "_punctuation", "_punctuationOrSpace", "_notPunctuationOrSpace", "punctuation", "_punctuationGfmStrongEm", "_punctuationOrSpaceGfmStrongEm", "_notPunctuationOrSpaceGfmStrongEm", "blockSkip", "emStrongLDelimCore", "emStrongLDelim", "emStrongLDelimGfm", "emStrongRDelimAstCore", "emStrongRDelimAst", "emStrongRDelimAstGfm", "emStrongRDelimUnd", "anyPunctuation", "autolink", "_inlineComment", "tag", "_inlineLabel", "link", "reflink", "nolink", "reflinkSearch", "inlineNormal", "inlinePedantic", "inlineGfm", "inlineBreaks", "block", "inline", "escapeReplacements", "getEscapeReplacement", "ch", "escape", "html", "encode", "other", "cleanUrl", "href", "other", "splitCells", "tableRow", "count", "row", "match", "offset", "str", "escaped", "curr", "cells", "i", "rtrim", "c", "invert", "l", "suffLen", "currChar", "findClosingBracket", "b", "level", "outputLink", "cap", "link", "raw", "lexer", "rules", "href", "title", "text", "token", "indentCodeCompensation", "matchIndentToCode", "indentToCode", "node", "matchIndentInNode", "indentInNode", "_Tokenizer", "options", "_defaults", "src", "rtrim", "trimmed", "lines", "tokens", "inBlockquote", "currentLines", "i", "currentRaw", "currentText", "top", "lastToken", "oldToken", "newText", "newToken", "bull", "isordered", "list", "itemRegex", "endsWithBlankLine", "endEarly", "itemContents", "line", "t", "nextLine", "blankLine", "indent", "nextBulletRegex", "hrRegex", "fencesBeginRegex", "headingBeginRegex", "htmlBeginRegex", "rawLine", "nextLineWithoutTabs", "istask", "ischecked", "lastItem", "spacers", "hasMultipleLineBreaks", "tag", "headers", "splitCells", "aligns", "rows", "item", "align", "row", "cell", "trimmedUrl", "rtrimSlash", "lastParenIndex", "findClosingBracket", "linkLen", "links", "linkString", "maskedSrc", "prevChar", "match", "lLength", "rDelim", "rLength", "delimTotal", "midDelimTotal", "endReg", "lastCharLength", "hasNonSpaceChars", "hasSpaceCharsOnBothEnds", "prevCapZero", "escaped", "_Lexer", "__Lexer", "options", "_defaults", "_Tokenizer", "rules", "other", "block", "inline", "src", "i", "next", "tokens", "lastParagraphClipped", "token", "extTokenizer", "lastToken", "cutSrc", "startIndex", "tempSrc", "tempStart", "getStartIndex", "errMsg", "maskedSrc", "match", "links", "keepPrevChar", "prevChar", "_Renderer", "options", "_defaults", "token", "text", "lang", "escaped", "langString", "other", "code", "escape", "tokens", "depth", "ordered", "start", "body", "j", "item", "type", "startAttr", "itemBody", "checkbox", "checked", "header", "cell", "row", "k", "content", "href", "title", "cleanHref", "cleanUrl", "out", "_TextRenderer", "text", "_Parser", "__Parser", "options", "_defaults", "_Renderer", "_TextRenderer", "tokens", "top", "out", "i", "anyToken", "genericToken", "ret", "token", "textToken", "body", "errMsg", "renderer", "_Hooks", "options", "_defaults", "markdown", "html", "tokens", "_Lexer", "_Parser", "Marked", "_getDefaults", "_Parser", "_Renderer", "_TextRenderer", "_Lexer", "_Tokenizer", "_Hooks", "args", "tokens", "callback", "values", "token", "tableToken", "cell", "row", "listToken", "genericToken", "childTokens", "extensions", "pack", "opts", "ext", "prevRenderer", "ret", "extLevel", "renderer", "prop", "rendererProp", "rendererFunc", "tokenizer", "tokenizerProp", "tokenizerFunc", "prevTokenizer", "hooks", "hooksProp", "hooksFunc", "prevHook", "arg", "walkTokens", "packWalktokens", "opt", "src", "options", "blockType", "origOpt", "throwError", "lexer", "parser", "html", "e", "silent", "async", "msg", "escape", "markedInstance", "Marked", "marked", "src", "opt", "options", "changeDefaults", "_getDefaults", "_defaults", "args", "tokens", "callback", "_Parser", "_Renderer", "_TextRenderer", "_Lexer", "_Tokenizer", "_Hooks", "setOptions", "use", "walkTokens", "parseInline", "parse", "parser", "lexer"] -} diff --git a/node_modules/marked/man/marked.1 b/node_modules/marked/man/marked.1 index feaa37f..4dd24fd 100644 --- a/node_modules/marked/man/marked.1 +++ b/node_modules/marked/man/marked.1 @@ -1,111 +1,92 @@ -.TH "MARKED" "1" "June 2025" "15.0.12" -.SH "NAME" -\fBmarked\fR \- a javascript markdown parser +.ds q \N'34' +.TH marked 1 + +.SH NAME +marked \- a javascript markdown parser + .SH SYNOPSIS -.P -\fBmarked\fP [\fB\-o\fP ] [\fB\-i\fP ] [\fB\-s\fP ] [\fB\-c\fP ] [\fB\-\-help\fP] [\fB\-\-version\fP] [\fB\-\-tokens\fP] [\fB\-\-no\-clobber\fP] [\fB\-\-pedantic\fP] [\fB\-\-gfm\fP] [\fB\-\-breaks\fP] [\fB\-\-no\-etc\.\.\.\fP] [\fB\-\-silent\fP] [filename] +.B marked +[\-o \fI\fP] [\-i \fI\fP] [\-s \fI\fP] [\-\-help] +[\-\-tokens] [\-\-pedantic] [\-\-gfm] +[\-\-breaks] [\-\-sanitize] +[\-\-smart\-lists] [\-\-lang\-prefix \fI\fP] +[\-\-no\-etc...] [\-\-silent] [\fIfilename\fP] + .SH DESCRIPTION -.P -marked is a full\-featured javascript markdown parser, built for speed\. -.br -It also includes multiple GFM features\. +.B marked +is a full-featured javascript markdown parser, built for speed. +It also includes multiple GFM features. + .SH EXAMPLES -.RS 2 -.nf -cat in\.md | marked > out\.html -.fi -.RE -.RS 2 -.nf +.TP +cat in.md | marked > out.html +.TP echo "hello *world*" | marked -.fi -.RE -.RS 2 -.nf -marked \-o out\.html \-i in\.md \-\-gfm -.fi -.RE -.RS 2 -.nf -marked \-\-output="hello world\.html" \-i in\.md \-\-no\-breaks -.fi -.RE +.TP +marked \-o out.html \-i in.md \-\-gfm +.TP +marked \-\-output="hello world.html" \-i in.md \-\-no-breaks + .SH OPTIONS +.TP +.BI \-o,\ \-\-output\ [\fIoutput\fP] +Specify file output. If none is specified, write to stdout. +.TP +.BI \-i,\ \-\-input\ [\fIinput\fP] +Specify file input, otherwise use last argument as input file. +If no input file is specified, read from stdin. +.TP +.BI \-s,\ \-\-string\ [\fIstring\fP] +Specify string input instead of a file. +.TP +.BI \-t,\ \-\-tokens +Output a token stream instead of html. +.TP +.BI \-\-pedantic +Conform to obscure parts of markdown.pl as much as possible. +Don't fix original markdown bugs. +.TP +.BI \-\-gfm +Enable github flavored markdown. +.TP +.BI \-\-breaks +Enable GFM line breaks. Only works with the gfm option. +.TP +.BI \-\-sanitize +Sanitize output. Ignore any HTML input. +.TP +.BI \-\-smart\-lists +Use smarter list behavior than the original markdown. +.TP +.BI \-\-lang\-prefix\ [\fIprefix\fP] +Set the prefix for code block classes. +.TP +.BI \-\-mangle +Mangle email addresses. +.TP +.BI \-\-no\-sanitize,\ \-no-etc... +The inverse of any of the marked options above. +.TP +.BI \-\-silent +Silence error output. +.TP +.BI \-h,\ \-\-help +Display help information. -.RS 1 -.IP \(bu 2 -\-o, \-\-output [output file] -.br -Specify file output\. If none is specified, write to stdout\. -.IP \(bu 2 -\-i, \-\-input [input file] -.br -Specify file input, otherwise use last argument as input file\. -.br -If no input file is specified, read from stdin\. -.IP \(bu 2 -\-s, \-\-string [markdown string] -.br -Specify string input instead of a file\. -.IP \(bu 2 -\-c, \-\-config [config file] -.br -Specify config file to use instead of the default \fB~/\.marked\.json\fP or \fB~/\.marked\.js\fP or \fB~/\.marked/index\.js\fP\|\. -.IP \(bu 2 -\-t, \-\-tokens -.br -Output a token list instead of html\. -.IP \(bu 2 -\-n, \-\-no\-clobber -.br -Do not overwrite \fBoutput\fP if it exists\. -.IP \(bu 2 -\-\-pedantic -.br -Conform to obscure parts of markdown\.pl as much as possible\. -.br -Don't fix original markdown bugs\. -.IP \(bu 2 -\-\-gfm -.br -Enable github flavored markdown\. -.IP \(bu 2 -\-\-breaks -.br -Enable GFM line breaks\. Only works with the gfm option\. -.IP \(bu 2 -\-\-no\-breaks, \-no\-etc\.\.\. -.br -The inverse of any of the marked options above\. -.IP \(bu 2 -\-\-silent -.br -Silence error output\. -.IP \(bu 2 -\-h, \-\-help -.br -Display help information\. - -.RE .SH CONFIGURATION -.P -For configuring and running programmatically\. -.P -Example -.RS 2 -.nf -import { Marked } from 'marked'; -const marked = new Marked({ gfm: true }); -marked\.parse('*foo*'); -.fi -.RE -.SH BUGS -.P -Please report any bugs to https://github.com/markedjs/marked -.SH LICENSE -.P -Copyright (c) 2011\-2014, Christopher Jeffrey (MIT License)\. -.SH SEE ALSO -.P -markdown(1), nodejs(1) +For configuring and running programmatically. +.B Example + + import { marked } from 'marked'; + marked('*foo*', { gfm: true }); + +.SH BUGS +Please report any bugs to https://github.com/markedjs/marked. + +.SH LICENSE +Copyright (c) 2011-2014, Christopher Jeffrey (MIT License). + +.SH "SEE ALSO" +.BR markdown(1), +.BR node.js(1) diff --git a/node_modules/marked/man/marked.1.md b/node_modules/marked/man/marked.1.md deleted file mode 100644 index d5b94a4..0000000 --- a/node_modules/marked/man/marked.1.md +++ /dev/null @@ -1,92 +0,0 @@ -# marked(1) -- a javascript markdown parser - -## SYNOPSIS - -`marked` [`-o` ] [`-i` ] [`-s` ] [`-c` ] [`--help`] [`--version`] [`--tokens`] [`--no-clobber`] [`--pedantic`] [`--gfm`] [`--breaks`] [`--no-etc...`] [`--silent`] [filename] - -## DESCRIPTION - -marked is a full-featured javascript markdown parser, built for speed. -It also includes multiple GFM features. - -## EXAMPLES - -```sh -cat in.md | marked > out.html -``` - -```sh -echo "hello *world*" | marked -``` - -```sh -marked -o out.html -i in.md --gfm -``` - -```sh -marked --output="hello world.html" -i in.md --no-breaks -``` - -## OPTIONS - -* -o, --output [output file] -Specify file output. If none is specified, write to stdout. - -* -i, --input [input file] -Specify file input, otherwise use last argument as input file. -If no input file is specified, read from stdin. - -* -s, --string [markdown string] -Specify string input instead of a file. - -* -c, --config [config file] -Specify config file to use instead of the default `~/.marked.json` or `~/.marked.js` or `~/.marked/index.js`. - -* -t, --tokens -Output a token list instead of html. - -* -n, --no-clobber -Do not overwrite `output` if it exists. - -* --pedantic -Conform to obscure parts of markdown.pl as much as possible. -Don't fix original markdown bugs. - -* --gfm -Enable github flavored markdown. - -* --breaks -Enable GFM line breaks. Only works with the gfm option. - -* --no-breaks, -no-etc... -The inverse of any of the marked options above. - -* --silent -Silence error output. - -* -h, --help -Display help information. - -## CONFIGURATION - -For configuring and running programmatically. - -Example - -```js -import { Marked } from 'marked'; -const marked = new Marked({ gfm: true }); -marked.parse('*foo*'); -``` - -## BUGS - -Please report any bugs to . - -## LICENSE - -Copyright (c) 2011-2014, Christopher Jeffrey (MIT License). - -## SEE ALSO - -markdown(1), nodejs(1) diff --git a/node_modules/marked/man/marked.1.txt b/node_modules/marked/man/marked.1.txt new file mode 100644 index 0000000..1a6816b --- /dev/null +++ b/node_modules/marked/man/marked.1.txt @@ -0,0 +1,86 @@ +marked(1) General Commands Manual marked(1) + +NAME + marked - a javascript markdown parser + +SYNOPSIS + marked [-o ] [-i ] [-s ] [--help] [--tokens] + [--pedantic] [--gfm] [--breaks] [--sanitize] [--smart-lists] + [--lang-prefix ] [--no-etc...] [--silent] [filename] + + +DESCRIPTION + marked is a full-featured javascript markdown parser, built for speed. + It also includes multiple GFM features. + +EXAMPLES + cat in.md | marked > out.html + + echo "hello *world*" | marked + + marked -o out.html -i in.md --gfm + + marked --output="hello world.html" -i in.md --no-breaks + +OPTIONS + -o, --output [output] + Specify file output. If none is specified, write to stdout. + + -i, --input [input] + Specify file input, otherwise use last argument as input file. + If no input file is specified, read from stdin. + + -s, --string [string] + Specify string input instead of a file. + + -t, --tokens + Output a token stream instead of html. + + --pedantic + Conform to obscure parts of markdown.pl as much as possible. + Don't fix original markdown bugs. + + --gfm Enable github flavored markdown. + + --breaks + Enable GFM line breaks. Only works with the gfm option. + + --sanitize + Sanitize output. Ignore any HTML input. + + --smart-lists + Use smarter list behavior than the original markdown. + + --lang-prefix [prefix] + Set the prefix for code block classes. + + --mangle + Mangle email addresses. + + --no-sanitize, -no-etc... + The inverse of any of the marked options above. + + --silent + Silence error output. + + -h, --help + Display help information. + +CONFIGURATION + For configuring and running programmatically. + + Example + + import { marked } from 'marked'; + marked('*foo*', { gfm: true }); + +BUGS + Please report any bugs to https://github.com/markedjs/marked. + +LICENSE + Copyright (c) 2011-2014, Christopher Jeffrey (MIT License). + +SEE ALSO + markdown(1), node.js(1) + + marked(1) diff --git a/node_modules/marked/marked.min.js b/node_modules/marked/marked.min.js new file mode 100644 index 0000000..9402998 --- /dev/null +++ b/node_modules/marked/marked.min.js @@ -0,0 +1,6 @@ +/** + * marked v4.3.0 - a markdown parser + * Copyright (c) 2011-2023, Christopher Jeffrey. (MIT Licensed) + * https://github.com/markedjs/marked + */ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).marked={})}(this,function(r){"use strict";function i(e,t){for(var u=0;ue.length)&&(t=e.length);for(var u=0,n=new Array(t);u=e.length?{done:!0}:{done:!1,value:e[u++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function e(){return{async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}r.defaults=e();function u(e){return t[e]}var n=/[&<>"']/,l=new RegExp(n.source,"g"),o=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,a=new RegExp(o.source,"g"),t={"&":"&","<":"<",">":">",'"':""","'":"'"};function A(e,t){if(t){if(n.test(e))return e.replace(l,u)}else if(o.test(e))return e.replace(a,u);return e}var c=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function x(e){return e.replace(c,function(e,t){return"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""})}var h=/(^|[^\[])\^/g;function p(u,e){u="string"==typeof u?u:u.source,e=e||"";var n={replace:function(e,t){return t=(t=t.source||t).replace(h,"$1"),u=u.replace(e,t),n},getRegex:function(){return new RegExp(u,e)}};return n}var Z=/[^\w:]/g,O=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function f(e,t,u){if(e){try{n=decodeURIComponent(x(u)).replace(Z,"").toLowerCase()}catch(e){return null}if(0===n.indexOf("javascript:")||0===n.indexOf("vbscript:")||0===n.indexOf("data:"))return null}var n;t&&!O.test(u)&&(e=u,g[" "+(n=t)]||(q.test(n)?g[" "+n]=n+"/":g[" "+n]=C(n,"/",!0)),t=-1===(n=g[" "+n]).indexOf(":"),u="//"===e.substring(0,2)?t?e:n.replace(j,"$1")+e:"/"===e.charAt(0)?t?e:n.replace(P,"$1")+e:n+e);try{u=encodeURI(u).replace(/%25/g,"%")}catch(e){return null}return u}var g={},q=/^[^:]+:\/*[^/]*$/,j=/^([^:]+:)[\s\S]*$/,P=/^([^:]+:\/*[^/]*)[\s\S]*$/;var k={exec:function(){}};function d(e,t){var u=e.replace(/\|/g,function(e,t,u){for(var n=!1,r=t;0<=--r&&"\\"===u[r];)n=!n;return n?"|":" |"}).split(/ \|/),n=0;if(u[0].trim()||u.shift(),0t)u.splice(t);else for(;u.length>=1,e+=e;return u+e}function m(e,t,u,n){var r=t.href,t=t.title?A(t.title):null,i=e[1].replace(/\\([\[\]])/g,"$1");return"!"!==e[0].charAt(0)?(n.state.inLink=!0,e={type:"link",raw:u,href:r,title:t,text:i,tokens:n.inlineTokens(i)},n.state.inLink=!1,e):{type:"image",raw:u,href:r,title:t,text:A(i)}}var b=function(){function e(e){this.options=e||r.defaults}var t=e.prototype;return t.space=function(e){e=this.rules.block.newline.exec(e);if(e&&0=r.length?e.slice(r.length):e}).join("\n")),{type:"code",raw:t,lang:e[2]&&e[2].trim().replace(this.rules.inline._escapes,"$1"),text:u}},t.heading=function(e){var t,u,e=this.rules.block.heading.exec(e);if(e)return t=e[2].trim(),/#$/.test(t)&&(u=C(t,"#"),!this.options.pedantic&&u&&!/ $/.test(u)||(t=u.trim())),{type:"heading",raw:e[0],depth:e[1].length,text:t,tokens:this.lexer.inline(t)}},t.hr=function(e){e=this.rules.block.hr.exec(e);if(e)return{type:"hr",raw:e[0]}},t.blockquote=function(e){var t,u,n,e=this.rules.block.blockquote.exec(e);if(e)return t=e[0].replace(/^ *>[ \t]?/gm,""),u=this.lexer.state.top,this.lexer.state.top=!0,n=this.lexer.blockTokens(t),this.lexer.state.top=u,{type:"blockquote",raw:e[0],tokens:n,text:t}},t.list=function(e){var t=this.rules.block.list.exec(e);if(t){var u,n,r,i,s,l,o,a,D,c,h,p=1<(g=t[1].trim()).length,f={type:"list",raw:"",ordered:p,start:p?+g.slice(0,-1):"",loose:!1,items:[]},g=p?"\\d{1,9}\\"+g.slice(-1):"\\"+g;this.options.pedantic&&(g=p?g:"[*+-]");for(var F=new RegExp("^( {0,3}"+g+")((?:[\t ][^\\n]*)?(?:\\n|$))");e&&(h=!1,t=F.exec(e))&&!this.rules.block.hr.test(e);){if(u=t[0],e=e.substring(u.length),o=t[2].split("\n",1)[0].replace(/^\t+/,function(e){return" ".repeat(3*e.length)}),a=e.split("\n",1)[0],this.options.pedantic?(i=2,c=o.trimLeft()):(i=t[2].search(/[^ ]/),c=o.slice(i=4=i||!a.trim())c+="\n"+a.slice(i);else{if(s)break;if(4<=o.search(/[^ ]/))break;if(d.test(o))break;if(C.test(o))break;if(k.test(o))break;c+="\n"+a}s||a.trim()||(s=!0),u+=D+"\n",e=e.substring(D.length+1),o=a.slice(i)}f.loose||(l?f.loose=!0:/\n *\n *$/.test(u)&&(l=!0)),this.options.gfm&&(n=/^\[[ xX]\] /.exec(c))&&(r="[ ] "!==n[0],c=c.replace(/^\[[ xX]\] +/,"")),f.items.push({type:"list_item",raw:u,task:!!n,checked:r,loose:!1,text:c}),f.raw+=u}f.items[f.items.length-1].raw=u.trimRight(),f.items[f.items.length-1].text=c.trimRight(),f.raw=f.raw.trimRight();for(var E,x=f.items.length,m=0;m$/,"$1").replace(this.rules.inline._escapes,"$1"):"",n=e[3]&&e[3].substring(1,e[3].length-1).replace(this.rules.inline._escapes,"$1"),{type:"def",tag:t,raw:e[0],href:u,title:n}},t.table=function(e){e=this.rules.block.table.exec(e);if(e){var t={type:"table",header:d(e[1]).map(function(e){return{text:e}}),align:e[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:e[3]&&e[3].trim()?e[3].replace(/\n[ \t]*$/,"").split("\n"):[]};if(t.header.length===t.align.length){t.raw=e[0];for(var u,n,r,i=t.align.length,s=0;s/i.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:this.options.sanitize?"text":"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(e[0]):A(e[0]):e[0]}},t.link=function(e){e=this.rules.inline.link.exec(e);if(e){var t=e[2].trim();if(!this.options.pedantic&&/^$/.test(t))return;var u=C(t.slice(0,-1),"\\");if((t.length-u.length)%2==0)return}else{u=function(e,t){if(-1!==e.indexOf(t[1]))for(var u=e.length,n=0,r=0;r$/.test(t)?u.slice(1):u.slice(1,-1):u)&&u.replace(this.rules.inline._escapes,"$1"),title:r&&r.replace(this.rules.inline._escapes,"$1")},e[0],this.lexer)}},t.reflink=function(e,t){var u;if(u=(u=this.rules.inline.reflink.exec(e))||this.rules.inline.nolink.exec(e))return(e=t[(e=(u[2]||u[1]).replace(/\s+/g," ")).toLowerCase()])?m(u,e,u[0],this.lexer):{type:"text",raw:t=u[0].charAt(0),text:t}},t.emStrong=function(e,t,u){void 0===u&&(u="");var n=this.rules.inline.emStrong.lDelim.exec(e);if(n&&(!n[3]||!u.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDF70-\uDF81\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])/))){var r=n[1]||n[2]||"";if(!r||""===u||this.rules.inline.punctuation.exec(u)){var i=n[0].length-1,s=i,l=0,o="*"===n[0][0]?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(o.lastIndex=0,t=t.slice(-1*e.length+i);null!=(n=o.exec(t));){var a,D=n[1]||n[2]||n[3]||n[4]||n[5]||n[6];if(D)if(a=D.length,n[3]||n[4])s+=a;else if((n[5]||n[6])&&i%3&&!((i+a)%3))l+=a;else if(!(0<(s-=a)))return a=Math.min(a,a+s+l),D=e.slice(0,i+n.index+(n[0].length-D.length)+a),Math.min(i,a)%2?(a=D.slice(1,-1),{type:"em",raw:D,text:a,tokens:this.lexer.inlineTokens(a)}):(a=D.slice(2,-2),{type:"strong",raw:D,text:a,tokens:this.lexer.inlineTokens(a)})}}}},t.codespan=function(e){var t,u,n,e=this.rules.inline.code.exec(e);if(e)return n=e[2].replace(/\n/g," "),t=/[^ ]/.test(n),u=/^ /.test(n)&&/ $/.test(n),n=A(n=t&&u?n.substring(1,n.length-1):n,!0),{type:"codespan",raw:e[0],text:n}},t.br=function(e){e=this.rules.inline.br.exec(e);if(e)return{type:"br",raw:e[0]}},t.del=function(e){e=this.rules.inline.del.exec(e);if(e)return{type:"del",raw:e[0],text:e[2],tokens:this.lexer.inlineTokens(e[2])}},t.autolink=function(e,t){var u,e=this.rules.inline.autolink.exec(e);if(e)return t="@"===e[2]?"mailto:"+(u=A(this.options.mangle?t(e[1]):e[1])):u=A(e[1]),{type:"link",raw:e[0],text:u,href:t,tokens:[{type:"text",raw:u,text:u}]}},t.url=function(e,t){var u,n,r,i;if(u=this.rules.inline.url.exec(e)){if("@"===u[2])r="mailto:"+(n=A(this.options.mangle?t(u[0]):u[0]));else{for(;i=u[0],u[0]=this.rules.inline._backpedal.exec(u[0])[0],i!==u[0];);n=A(u[0]),r="www."===u[1]?"http://"+u[0]:u[0]}return{type:"link",raw:u[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}},t.inlineText=function(e,t){e=this.rules.inline.text.exec(e);if(e)return t=this.lexer.state.inRawBlock?this.options.sanitize?this.options.sanitizer?this.options.sanitizer(e[0]):A(e[0]):e[0]:A(this.options.smartypants?t(e[0]):e[0]),{type:"text",raw:e[0],text:t}},e}(),B={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr:/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/,html:"^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))",def:/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/,table:k,lheading:/^((?:.|\n(?!\n))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,text:/^[^\n]+/,_label:/(?!\s*\])(?:\\.|[^\[\]\\])+/,_title:/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/},w=(B.def=p(B.def).replace("label",B._label).replace("title",B._title).getRegex(),B.bullet=/(?:[*+-]|\d{1,9}[.)])/,B.listItemStart=p(/^( *)(bull) */).replace("bull",B.bullet).getRegex(),B.list=p(B.list).replace(/bull/g,B.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+B.def.source+")").getRegex(),B._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",B._comment=/|$)/,B.html=p(B.html,"i").replace("comment",B._comment).replace("tag",B._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),B.paragraph=p(B._paragraph).replace("hr",B.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",B._tag).getRegex(),B.blockquote=p(B.blockquote).replace("paragraph",B.paragraph).getRegex(),B.normal=F({},B),B.gfm=F({},B.normal,{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),B.gfm.table=p(B.gfm.table).replace("hr",B.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",B._tag).getRegex(),B.gfm.paragraph=p(B._paragraph).replace("hr",B.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",B.gfm.table).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",B._tag).getRegex(),B.pedantic=F({},B.normal,{html:p("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",B._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:k,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:p(B.normal._paragraph).replace("hr",B.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",B.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()}),{escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:k,tag:"^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(ref)\]/,nolink:/^!?\[(ref)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/,rDelimAst:/^(?:[^_*\\]|\\.)*?\_\_(?:[^_*\\]|\\.)*?\*(?:[^_*\\]|\\.)*?(?=\_\_)|(?:[^*\\]|\\.)+(?=[^*])|[punct_](\*+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|(?:[^punct*_\s\\]|\\.)(\*+)(?=[^punct*_\s])/,rDelimUnd:/^(?:[^_*\\]|\\.)*?\*\*(?:[^_*\\]|\\.)*?\_(?:[^_*\\]|\\.)*?(?=\*\*)|(?:[^_\\]|\\.)+(?=[^_])|[punct*](\_+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:k,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\?@\\[\\]`^{|}~",w.punctuation=p(w.punctuation).replace(/punctuation/g,w._punctuation).getRegex(),w.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g,w.escapedEmSt=/(?:^|[^\\])(?:\\\\)*\\[*_]/g,w._comment=p(B._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),w.emStrong.lDelim=p(w.emStrong.lDelim).replace(/punct/g,w._punctuation).getRegex(),w.emStrong.rDelimAst=p(w.emStrong.rDelimAst,"g").replace(/punct/g,w._punctuation).getRegex(),w.emStrong.rDelimUnd=p(w.emStrong.rDelimUnd,"g").replace(/punct/g,w._punctuation).getRegex(),w._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,w._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,w._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,w.autolink=p(w.autolink).replace("scheme",w._scheme).replace("email",w._email).getRegex(),w._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,w.tag=p(w.tag).replace("comment",w._comment).replace("attribute",w._attribute).getRegex(),w._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,w._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,w._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,w.link=p(w.link).replace("label",w._label).replace("href",w._href).replace("title",w._title).getRegex(),w.reflink=p(w.reflink).replace("label",w._label).replace("ref",B._label).getRegex(),w.nolink=p(w.nolink).replace("ref",B._label).getRegex(),w.reflinkSearch=p(w.reflinkSearch,"g").replace("reflink",w.reflink).replace("nolink",w.nolink).getRegex(),w.normal=F({},w),w.pedantic=F({},w.normal,{strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:p(/^!?\[(label)\]\((.*?)\)/).replace("label",w._label).getRegex(),reflink:p(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",w._label).getRegex()}),w.gfm=F({},w.normal,{escape:p(w.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\'+(u?e:A(e,!0))+"\n":"
    "+(u?e:A(e,!0))+"
    \n"},t.blockquote=function(e){return"
    \n"+e+"
    \n"},t.html=function(e){return e},t.heading=function(e,t,u,n){return this.options.headerIds?"'+e+"\n":""+e+"\n"},t.hr=function(){return this.options.xhtml?"
    \n":"
    \n"},t.list=function(e,t,u){var n=t?"ol":"ul";return"<"+n+(t&&1!==u?' start="'+u+'"':"")+">\n"+e+"\n"},t.listitem=function(e){return"
  • "+e+"
  • \n"},t.checkbox=function(e){return" "},t.paragraph=function(e){return"

    "+e+"

    \n"},t.table=function(e,t){return"\n\n"+e+"\n"+(t=t&&""+t+"")+"
    \n"},t.tablerow=function(e){return"\n"+e+"\n"},t.tablecell=function(e,t){var u=t.header?"th":"td";return(t.align?"<"+u+' align="'+t.align+'">':"<"+u+">")+e+"\n"},t.strong=function(e){return""+e+""},t.em=function(e){return""+e+""},t.codespan=function(e){return""+e+""},t.br=function(){return this.options.xhtml?"
    ":"
    "},t.del=function(e){return""+e+""},t.link=function(e,t,u){return null===(e=f(this.options.sanitize,this.options.baseUrl,e))?u:(e='
    "+u+"")},t.image=function(e,t,u){return null===(e=f(this.options.sanitize,this.options.baseUrl,e))?u:(e=''+u+'":">"))},t.text=function(e){return e},e}(),z=function(){function e(){}var t=e.prototype;return t.strong=function(e){return e},t.em=function(e){return e},t.codespan=function(e){return e},t.del=function(e){return e},t.html=function(e){return e},t.text=function(e){return e},t.link=function(e,t,u){return""+u},t.image=function(e,t,u){return""+u},t.br=function(){return""},e}(),$=function(){function e(){this.seen={}}var t=e.prototype;return t.serialize=function(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")},t.getNextSafeSlug=function(e,t){var u=e,n=0;if(this.seen.hasOwnProperty(u))for(n=this.seen[e];u=e+"-"+ ++n,this.seen.hasOwnProperty(u););return t||(this.seen[e]=n,this.seen[u]=0),u},t.slug=function(e,t){void 0===t&&(t={});e=this.serialize(e);return this.getNextSafeSlug(e,t.dryrun)},e}(),S=function(){function u(e){this.options=e||r.defaults,this.options.renderer=this.options.renderer||new _,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new z,this.slugger=new $}u.parse=function(e,t){return new u(t).parse(e)},u.parseInline=function(e,t){return new u(t).parseInline(e)};var e=u.prototype;return e.parse=function(e,t){void 0===t&&(t=!0);for(var u,n,r,i,s,l,o,a,D,c,h,p,f,g,F,A,k="",d=e.length,C=0;C",i?Promise.resolve(t):s?void s(null,t):t;if(i)return Promise.reject(e);if(!s)throw e;s(e)});if(null==e)return l(new Error("marked(): input parameter is undefined or null"));if("string"!=typeof e)return l(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected"));if((t=u)&&t.sanitize&&!t.silent&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options"),u.hooks&&(u.hooks.options=u),n){var o,a=u.highlight;try{u.hooks&&(e=u.hooks.preprocess(e)),o=f(e,u)}catch(e){return l(e)}var D,c=function(t){var e;if(!t)try{u.walkTokens&&I.walkTokens(o,u.walkTokens),e=g(o,u),u.hooks&&(e=u.hooks.postprocess(e))}catch(e){t=e}return u.highlight=a,t?l(t):n(null,e)};return!a||a.length<3?c():(delete u.highlight,o.length?(D=0,I.walkTokens(o,function(u){"code"===u.type&&(D++,setTimeout(function(){a(u.text,u.lang,function(e,t){if(e)return c(e);null!=t&&t!==u.text&&(u.text=t,u.escaped=!0),0===--D&&c()})},0))}),void(0===D&&c())):c())}if(u.async)return Promise.resolve(u.hooks?u.hooks.preprocess(e):e).then(function(e){return f(e,u)}).then(function(e){return u.walkTokens?Promise.all(I.walkTokens(e,u.walkTokens)).then(function(){return e}):e}).then(function(e){return g(e,u)}).then(function(e){return u.hooks?u.hooks.postprocess(e):e}).catch(l);try{u.hooks&&(e=u.hooks.preprocess(e));var h=f(e,u),p=(u.walkTokens&&I.walkTokens(h,u.walkTokens),g(h,u));return p=u.hooks?u.hooks.postprocess(p):p}catch(e){return l(e)}}}function I(e,t,u){return R(v.lex,S.parse)(e,t,u)}T.passThroughHooks=new Set(["preprocess","postprocess"]),I.options=I.setOptions=function(e){return I.defaults=F({},I.defaults,e),e=I.defaults,r.defaults=e,I},I.getDefaults=e,I.defaults=r.defaults,I.use=function(){for(var D=I.defaults.extensions||{renderers:{},childTokens:{}},e=arguments.length,t=new Array(e),u=0;u man/marked.1", - "build:reset": "rimraf ./lib ./public", - "build:types": "tsc && dts-bundle-generator --export-referenced-types --project tsconfig.json -o lib/marked.d.ts src/marked.ts", - "lint": "eslint --fix", + "test": "jasmine --config=jasmine.json", + "test:all": "npm test && npm run test:lint", + "test:unit": "npm test -- test/unit/**/*-spec.js", + "test:specs": "npm test -- test/specs/**/*-spec.js", + "test:lint": "eslint .", + "test:redos": "node test/vuln-regex.js", + "test:update": "node test/update-specs.js", "rules": "node test/rules.js", - "test": "npm run build:reset && npm run build:docs && npm run test:specs && npm run test:unit && npm run test:umd && npm run test:cjs && npm run test:types && npm run test:lint", - "test:cjs": "node test/cjs-test.cjs", - "test:lint": "eslint", - "test:only": "npm run build && npm run test:specs:only && npm run test:unit:only", - "test:redos": "node test/recheck.js > vuln.js", - "test:specs:only": "node --test --test-only --test-reporter=spec test/run-spec-tests.js", - "test:specs": "node --test --test-reporter=spec test/run-spec-tests.js", - "test:types": "tsc --project tsconfig-type-test.json && attw -P --entrypoints . --profile esm-only", - "test:umd": "node test/umd-test.js", - "test:unit:only": "node --test --test-only --test-reporter=spec test/unit/*.test.js", - "test:unit": "node --test --test-reporter=spec test/unit/*.test.js", - "test:update": "node test/update-specs.js" + "bench": "npm run rollup && node test/bench.js", + "lint": "eslint --fix .", + "build:reset": "git checkout upstream/master lib/marked.cjs lib/marked.umd.js lib/marked.esm.js marked.min.js", + "build": "npm run rollup && npm run minify", + "build:docs": "node build-docs.js", + "rollup": "rollup -c rollup.config.js", + "minify": "uglifyjs lib/marked.umd.js -cm --comments /Copyright/ -o marked.min.js" }, "engines": { - "node": ">= 20" + "node": ">= 12" } } diff --git a/node_modules/marked/src/Hooks.js b/node_modules/marked/src/Hooks.js new file mode 100644 index 0000000..af4bb2f --- /dev/null +++ b/node_modules/marked/src/Hooks.js @@ -0,0 +1,26 @@ +import { defaults } from './defaults.js'; + +export class Hooks { + constructor(options) { + this.options = options || defaults; + } + + static passThroughHooks = new Set([ + 'preprocess', + 'postprocess' + ]); + + /** + * Process markdown before marked + */ + preprocess(markdown) { + return markdown; + } + + /** + * Process HTML after marked is finished + */ + postprocess(html) { + return html; + } +} diff --git a/node_modules/marked/src/Lexer.js b/node_modules/marked/src/Lexer.js new file mode 100644 index 0000000..acb0fc2 --- /dev/null +++ b/node_modules/marked/src/Lexer.js @@ -0,0 +1,503 @@ +import { Tokenizer } from './Tokenizer.js'; +import { defaults } from './defaults.js'; +import { block, inline } from './rules.js'; +import { repeatString } from './helpers.js'; + +/** + * smartypants text replacement + * @param {string} text + */ +function smartypants(text) { + return text + // em-dashes + .replace(/---/g, '\u2014') + // en-dashes + .replace(/--/g, '\u2013') + // opening singles + .replace(/(^|[-\u2014/(\[{"\s])'/g, '$1\u2018') + // closing singles & apostrophes + .replace(/'/g, '\u2019') + // opening doubles + .replace(/(^|[-\u2014/(\[{\u2018\s])"/g, '$1\u201c') + // closing doubles + .replace(/"/g, '\u201d') + // ellipses + .replace(/\.{3}/g, '\u2026'); +} + +/** + * mangle email addresses + * @param {string} text + */ +function mangle(text) { + let out = '', + i, + ch; + + const l = text.length; + for (i = 0; i < l; i++) { + ch = text.charCodeAt(i); + if (Math.random() > 0.5) { + ch = 'x' + ch.toString(16); + } + out += '&#' + ch + ';'; + } + + return out; +} + +/** + * Block Lexer + */ +export class Lexer { + constructor(options) { + this.tokens = []; + this.tokens.links = Object.create(null); + this.options = options || defaults; + this.options.tokenizer = this.options.tokenizer || new Tokenizer(); + this.tokenizer = this.options.tokenizer; + this.tokenizer.options = this.options; + this.tokenizer.lexer = this; + this.inlineQueue = []; + this.state = { + inLink: false, + inRawBlock: false, + top: true + }; + + const rules = { + block: block.normal, + inline: inline.normal + }; + + if (this.options.pedantic) { + rules.block = block.pedantic; + rules.inline = inline.pedantic; + } else if (this.options.gfm) { + rules.block = block.gfm; + if (this.options.breaks) { + rules.inline = inline.breaks; + } else { + rules.inline = inline.gfm; + } + } + this.tokenizer.rules = rules; + } + + /** + * Expose Rules + */ + static get rules() { + return { + block, + inline + }; + } + + /** + * Static Lex Method + */ + static lex(src, options) { + const lexer = new Lexer(options); + return lexer.lex(src); + } + + /** + * Static Lex Inline Method + */ + static lexInline(src, options) { + const lexer = new Lexer(options); + return lexer.inlineTokens(src); + } + + /** + * Preprocessing + */ + lex(src) { + src = src + .replace(/\r\n|\r/g, '\n'); + + this.blockTokens(src, this.tokens); + + let next; + while (next = this.inlineQueue.shift()) { + this.inlineTokens(next.src, next.tokens); + } + + return this.tokens; + } + + /** + * Lexing + */ + blockTokens(src, tokens = []) { + if (this.options.pedantic) { + src = src.replace(/\t/g, ' ').replace(/^ +$/gm, ''); + } else { + src = src.replace(/^( *)(\t+)/gm, (_, leading, tabs) => { + return leading + ' '.repeat(tabs.length); + }); + } + + let token, lastToken, cutSrc, lastParagraphClipped; + + while (src) { + if (this.options.extensions + && this.options.extensions.block + && this.options.extensions.block.some((extTokenizer) => { + if (token = extTokenizer.call({ lexer: this }, src, tokens)) { + src = src.substring(token.raw.length); + tokens.push(token); + return true; + } + return false; + })) { + continue; + } + + // newline + if (token = this.tokenizer.space(src)) { + src = src.substring(token.raw.length); + if (token.raw.length === 1 && tokens.length > 0) { + // if there's a single \n as a spacer, it's terminating the last line, + // so move it there so that we don't get unecessary paragraph tags + tokens[tokens.length - 1].raw += '\n'; + } else { + tokens.push(token); + } + continue; + } + + // code + if (token = this.tokenizer.code(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + // An indented code block cannot interrupt a paragraph. + if (lastToken && (lastToken.type === 'paragraph' || lastToken.type === 'text')) { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.text; + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else { + tokens.push(token); + } + continue; + } + + // fences + if (token = this.tokenizer.fences(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // heading + if (token = this.tokenizer.heading(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // hr + if (token = this.tokenizer.hr(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // blockquote + if (token = this.tokenizer.blockquote(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // list + if (token = this.tokenizer.list(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // html + if (token = this.tokenizer.html(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // def + if (token = this.tokenizer.def(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && (lastToken.type === 'paragraph' || lastToken.type === 'text')) { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.raw; + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else if (!this.tokens.links[token.tag]) { + this.tokens.links[token.tag] = { + href: token.href, + title: token.title + }; + } + continue; + } + + // table (gfm) + if (token = this.tokenizer.table(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // lheading + if (token = this.tokenizer.lheading(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // top-level paragraph + // prevent paragraph consuming extensions by clipping 'src' to extension start + cutSrc = src; + if (this.options.extensions && this.options.extensions.startBlock) { + let startIndex = Infinity; + const tempSrc = src.slice(1); + let tempStart; + this.options.extensions.startBlock.forEach(function(getStartIndex) { + tempStart = getStartIndex.call({ lexer: this }, tempSrc); + if (typeof tempStart === 'number' && tempStart >= 0) { startIndex = Math.min(startIndex, tempStart); } + }); + if (startIndex < Infinity && startIndex >= 0) { + cutSrc = src.substring(0, startIndex + 1); + } + } + if (this.state.top && (token = this.tokenizer.paragraph(cutSrc))) { + lastToken = tokens[tokens.length - 1]; + if (lastParagraphClipped && lastToken.type === 'paragraph') { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.text; + this.inlineQueue.pop(); + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else { + tokens.push(token); + } + lastParagraphClipped = (cutSrc.length !== src.length); + src = src.substring(token.raw.length); + continue; + } + + // text + if (token = this.tokenizer.text(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && lastToken.type === 'text') { + lastToken.raw += '\n' + token.raw; + lastToken.text += '\n' + token.text; + this.inlineQueue.pop(); + this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text; + } else { + tokens.push(token); + } + continue; + } + + if (src) { + const errMsg = 'Infinite loop on byte: ' + src.charCodeAt(0); + if (this.options.silent) { + console.error(errMsg); + break; + } else { + throw new Error(errMsg); + } + } + } + + this.state.top = true; + return tokens; + } + + inline(src, tokens = []) { + this.inlineQueue.push({ src, tokens }); + return tokens; + } + + /** + * Lexing/Compiling + */ + inlineTokens(src, tokens = []) { + let token, lastToken, cutSrc; + + // String with links masked to avoid interference with em and strong + let maskedSrc = src; + let match; + let keepPrevChar, prevChar; + + // Mask out reflinks + if (this.tokens.links) { + const links = Object.keys(this.tokens.links); + if (links.length > 0) { + while ((match = this.tokenizer.rules.inline.reflinkSearch.exec(maskedSrc)) != null) { + if (links.includes(match[0].slice(match[0].lastIndexOf('[') + 1, -1))) { + maskedSrc = maskedSrc.slice(0, match.index) + '[' + repeatString('a', match[0].length - 2) + ']' + maskedSrc.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex); + } + } + } + } + // Mask out other blocks + while ((match = this.tokenizer.rules.inline.blockSkip.exec(maskedSrc)) != null) { + maskedSrc = maskedSrc.slice(0, match.index) + '[' + repeatString('a', match[0].length - 2) + ']' + maskedSrc.slice(this.tokenizer.rules.inline.blockSkip.lastIndex); + } + + // Mask out escaped em & strong delimiters + while ((match = this.tokenizer.rules.inline.escapedEmSt.exec(maskedSrc)) != null) { + maskedSrc = maskedSrc.slice(0, match.index + match[0].length - 2) + '++' + maskedSrc.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex); + this.tokenizer.rules.inline.escapedEmSt.lastIndex--; + } + + while (src) { + if (!keepPrevChar) { + prevChar = ''; + } + keepPrevChar = false; + + // extensions + if (this.options.extensions + && this.options.extensions.inline + && this.options.extensions.inline.some((extTokenizer) => { + if (token = extTokenizer.call({ lexer: this }, src, tokens)) { + src = src.substring(token.raw.length); + tokens.push(token); + return true; + } + return false; + })) { + continue; + } + + // escape + if (token = this.tokenizer.escape(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // tag + if (token = this.tokenizer.tag(src)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && token.type === 'text' && lastToken.type === 'text') { + lastToken.raw += token.raw; + lastToken.text += token.text; + } else { + tokens.push(token); + } + continue; + } + + // link + if (token = this.tokenizer.link(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // reflink, nolink + if (token = this.tokenizer.reflink(src, this.tokens.links)) { + src = src.substring(token.raw.length); + lastToken = tokens[tokens.length - 1]; + if (lastToken && token.type === 'text' && lastToken.type === 'text') { + lastToken.raw += token.raw; + lastToken.text += token.text; + } else { + tokens.push(token); + } + continue; + } + + // em & strong + if (token = this.tokenizer.emStrong(src, maskedSrc, prevChar)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // code + if (token = this.tokenizer.codespan(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // br + if (token = this.tokenizer.br(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // del (gfm) + if (token = this.tokenizer.del(src)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // autolink + if (token = this.tokenizer.autolink(src, mangle)) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // url (gfm) + if (!this.state.inLink && (token = this.tokenizer.url(src, mangle))) { + src = src.substring(token.raw.length); + tokens.push(token); + continue; + } + + // text + // prevent inlineText consuming extensions by clipping 'src' to extension start + cutSrc = src; + if (this.options.extensions && this.options.extensions.startInline) { + let startIndex = Infinity; + const tempSrc = src.slice(1); + let tempStart; + this.options.extensions.startInline.forEach(function(getStartIndex) { + tempStart = getStartIndex.call({ lexer: this }, tempSrc); + if (typeof tempStart === 'number' && tempStart >= 0) { startIndex = Math.min(startIndex, tempStart); } + }); + if (startIndex < Infinity && startIndex >= 0) { + cutSrc = src.substring(0, startIndex + 1); + } + } + if (token = this.tokenizer.inlineText(cutSrc, smartypants)) { + src = src.substring(token.raw.length); + if (token.raw.slice(-1) !== '_') { // Track prevChar before string of ____ started + prevChar = token.raw.slice(-1); + } + keepPrevChar = true; + lastToken = tokens[tokens.length - 1]; + if (lastToken && lastToken.type === 'text') { + lastToken.raw += token.raw; + lastToken.text += token.text; + } else { + tokens.push(token); + } + continue; + } + + if (src) { + const errMsg = 'Infinite loop on byte: ' + src.charCodeAt(0); + if (this.options.silent) { + console.error(errMsg); + break; + } else { + throw new Error(errMsg); + } + } + } + + return tokens; + } +} diff --git a/node_modules/marked/src/Parser.js b/node_modules/marked/src/Parser.js new file mode 100644 index 0000000..a22a2bc --- /dev/null +++ b/node_modules/marked/src/Parser.js @@ -0,0 +1,286 @@ +import { Renderer } from './Renderer.js'; +import { TextRenderer } from './TextRenderer.js'; +import { Slugger } from './Slugger.js'; +import { defaults } from './defaults.js'; +import { + unescape +} from './helpers.js'; + +/** + * Parsing & Compiling + */ +export class Parser { + constructor(options) { + this.options = options || defaults; + this.options.renderer = this.options.renderer || new Renderer(); + this.renderer = this.options.renderer; + this.renderer.options = this.options; + this.textRenderer = new TextRenderer(); + this.slugger = new Slugger(); + } + + /** + * Static Parse Method + */ + static parse(tokens, options) { + const parser = new Parser(options); + return parser.parse(tokens); + } + + /** + * Static Parse Inline Method + */ + static parseInline(tokens, options) { + const parser = new Parser(options); + return parser.parseInline(tokens); + } + + /** + * Parse Loop + */ + parse(tokens, top = true) { + let out = '', + i, + j, + k, + l2, + l3, + row, + cell, + header, + body, + token, + ordered, + start, + loose, + itemBody, + item, + checked, + task, + checkbox, + ret; + + const l = tokens.length; + for (i = 0; i < l; i++) { + token = tokens[i]; + + // Run any renderer extensions + if (this.options.extensions && this.options.extensions.renderers && this.options.extensions.renderers[token.type]) { + ret = this.options.extensions.renderers[token.type].call({ parser: this }, token); + if (ret !== false || !['space', 'hr', 'heading', 'code', 'table', 'blockquote', 'list', 'html', 'paragraph', 'text'].includes(token.type)) { + out += ret || ''; + continue; + } + } + + switch (token.type) { + case 'space': { + continue; + } + case 'hr': { + out += this.renderer.hr(); + continue; + } + case 'heading': { + out += this.renderer.heading( + this.parseInline(token.tokens), + token.depth, + unescape(this.parseInline(token.tokens, this.textRenderer)), + this.slugger); + continue; + } + case 'code': { + out += this.renderer.code(token.text, + token.lang, + token.escaped); + continue; + } + case 'table': { + header = ''; + + // header + cell = ''; + l2 = token.header.length; + for (j = 0; j < l2; j++) { + cell += this.renderer.tablecell( + this.parseInline(token.header[j].tokens), + { header: true, align: token.align[j] } + ); + } + header += this.renderer.tablerow(cell); + + body = ''; + l2 = token.rows.length; + for (j = 0; j < l2; j++) { + row = token.rows[j]; + + cell = ''; + l3 = row.length; + for (k = 0; k < l3; k++) { + cell += this.renderer.tablecell( + this.parseInline(row[k].tokens), + { header: false, align: token.align[k] } + ); + } + + body += this.renderer.tablerow(cell); + } + out += this.renderer.table(header, body); + continue; + } + case 'blockquote': { + body = this.parse(token.tokens); + out += this.renderer.blockquote(body); + continue; + } + case 'list': { + ordered = token.ordered; + start = token.start; + loose = token.loose; + l2 = token.items.length; + + body = ''; + for (j = 0; j < l2; j++) { + item = token.items[j]; + checked = item.checked; + task = item.task; + + itemBody = ''; + if (item.task) { + checkbox = this.renderer.checkbox(checked); + if (loose) { + if (item.tokens.length > 0 && item.tokens[0].type === 'paragraph') { + item.tokens[0].text = checkbox + ' ' + item.tokens[0].text; + if (item.tokens[0].tokens && item.tokens[0].tokens.length > 0 && item.tokens[0].tokens[0].type === 'text') { + item.tokens[0].tokens[0].text = checkbox + ' ' + item.tokens[0].tokens[0].text; + } + } else { + item.tokens.unshift({ + type: 'text', + text: checkbox + }); + } + } else { + itemBody += checkbox; + } + } + + itemBody += this.parse(item.tokens, loose); + body += this.renderer.listitem(itemBody, task, checked); + } + + out += this.renderer.list(body, ordered, start); + continue; + } + case 'html': { + // TODO parse inline content if parameter markdown=1 + out += this.renderer.html(token.text); + continue; + } + case 'paragraph': { + out += this.renderer.paragraph(this.parseInline(token.tokens)); + continue; + } + case 'text': { + body = token.tokens ? this.parseInline(token.tokens) : token.text; + while (i + 1 < l && tokens[i + 1].type === 'text') { + token = tokens[++i]; + body += '\n' + (token.tokens ? this.parseInline(token.tokens) : token.text); + } + out += top ? this.renderer.paragraph(body) : body; + continue; + } + + default: { + const errMsg = 'Token with "' + token.type + '" type was not found.'; + if (this.options.silent) { + console.error(errMsg); + return; + } else { + throw new Error(errMsg); + } + } + } + } + + return out; + } + + /** + * Parse Inline Tokens + */ + parseInline(tokens, renderer) { + renderer = renderer || this.renderer; + let out = '', + i, + token, + ret; + + const l = tokens.length; + for (i = 0; i < l; i++) { + token = tokens[i]; + + // Run any renderer extensions + if (this.options.extensions && this.options.extensions.renderers && this.options.extensions.renderers[token.type]) { + ret = this.options.extensions.renderers[token.type].call({ parser: this }, token); + if (ret !== false || !['escape', 'html', 'link', 'image', 'strong', 'em', 'codespan', 'br', 'del', 'text'].includes(token.type)) { + out += ret || ''; + continue; + } + } + + switch (token.type) { + case 'escape': { + out += renderer.text(token.text); + break; + } + case 'html': { + out += renderer.html(token.text); + break; + } + case 'link': { + out += renderer.link(token.href, token.title, this.parseInline(token.tokens, renderer)); + break; + } + case 'image': { + out += renderer.image(token.href, token.title, token.text); + break; + } + case 'strong': { + out += renderer.strong(this.parseInline(token.tokens, renderer)); + break; + } + case 'em': { + out += renderer.em(this.parseInline(token.tokens, renderer)); + break; + } + case 'codespan': { + out += renderer.codespan(token.text); + break; + } + case 'br': { + out += renderer.br(); + break; + } + case 'del': { + out += renderer.del(this.parseInline(token.tokens, renderer)); + break; + } + case 'text': { + out += renderer.text(token.text); + break; + } + default: { + const errMsg = 'Token with "' + token.type + '" type was not found.'; + if (this.options.silent) { + console.error(errMsg); + return; + } else { + throw new Error(errMsg); + } + } + } + } + return out; + } +} diff --git a/node_modules/marked/src/Renderer.js b/node_modules/marked/src/Renderer.js new file mode 100644 index 0000000..5fe915d --- /dev/null +++ b/node_modules/marked/src/Renderer.js @@ -0,0 +1,203 @@ +import { defaults } from './defaults.js'; +import { + cleanUrl, + escape +} from './helpers.js'; + +/** + * Renderer + */ +export class Renderer { + constructor(options) { + this.options = options || defaults; + } + + code(code, infostring, escaped) { + const lang = (infostring || '').match(/\S*/)[0]; + if (this.options.highlight) { + const out = this.options.highlight(code, lang); + if (out != null && out !== code) { + escaped = true; + code = out; + } + } + + code = code.replace(/\n$/, '') + '\n'; + + if (!lang) { + return '
    '
    +        + (escaped ? code : escape(code, true))
    +        + '
    \n'; + } + + return '
    '
    +      + (escaped ? code : escape(code, true))
    +      + '
    \n'; + } + + /** + * @param {string} quote + */ + blockquote(quote) { + return `
    \n${quote}
    \n`; + } + + html(html) { + return html; + } + + /** + * @param {string} text + * @param {string} level + * @param {string} raw + * @param {any} slugger + */ + heading(text, level, raw, slugger) { + if (this.options.headerIds) { + const id = this.options.headerPrefix + slugger.slug(raw); + return `${text}\n`; + } + + // ignore IDs + return `${text}\n`; + } + + hr() { + return this.options.xhtml ? '
    \n' : '
    \n'; + } + + list(body, ordered, start) { + const type = ordered ? 'ol' : 'ul', + startatt = (ordered && start !== 1) ? (' start="' + start + '"') : ''; + return '<' + type + startatt + '>\n' + body + '\n'; + } + + /** + * @param {string} text + */ + listitem(text) { + return `
  • ${text}
  • \n`; + } + + checkbox(checked) { + return ' '; + } + + /** + * @param {string} text + */ + paragraph(text) { + return `

    ${text}

    \n`; + } + + /** + * @param {string} header + * @param {string} body + */ + table(header, body) { + if (body) body = `${body}`; + + return '\n' + + '\n' + + header + + '\n' + + body + + '
    \n'; + } + + /** + * @param {string} content + */ + tablerow(content) { + return `\n${content}\n`; + } + + tablecell(content, flags) { + const type = flags.header ? 'th' : 'td'; + const tag = flags.align + ? `<${type} align="${flags.align}">` + : `<${type}>`; + return tag + content + `\n`; + } + + /** + * span level renderer + * @param {string} text + */ + strong(text) { + return `${text}`; + } + + /** + * @param {string} text + */ + em(text) { + return `${text}`; + } + + /** + * @param {string} text + */ + codespan(text) { + return `${text}`; + } + + br() { + return this.options.xhtml ? '
    ' : '
    '; + } + + /** + * @param {string} text + */ + del(text) { + return `${text}`; + } + + /** + * @param {string} href + * @param {string} title + * @param {string} text + */ + link(href, title, text) { + href = cleanUrl(this.options.sanitize, this.options.baseUrl, href); + if (href === null) { + return text; + } + let out = ''; + return out; + } + + /** + * @param {string} href + * @param {string} title + * @param {string} text + */ + image(href, title, text) { + href = cleanUrl(this.options.sanitize, this.options.baseUrl, href); + if (href === null) { + return text; + } + + let out = `${text}' : '>'; + return out; + } + + text(text) { + return text; + } +} diff --git a/node_modules/marked/src/Slugger.js b/node_modules/marked/src/Slugger.js new file mode 100644 index 0000000..a0b68f5 --- /dev/null +++ b/node_modules/marked/src/Slugger.js @@ -0,0 +1,55 @@ +/** + * Slugger generates header id + */ +export class Slugger { + constructor() { + this.seen = {}; + } + + /** + * @param {string} value + */ + serialize(value) { + return value + .toLowerCase() + .trim() + // remove html tags + .replace(/<[!\/a-z].*?>/ig, '') + // remove unwanted chars + .replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g, '') + .replace(/\s/g, '-'); + } + + /** + * Finds the next safe (unique) slug to use + * @param {string} originalSlug + * @param {boolean} isDryRun + */ + getNextSafeSlug(originalSlug, isDryRun) { + let slug = originalSlug; + let occurenceAccumulator = 0; + if (this.seen.hasOwnProperty(slug)) { + occurenceAccumulator = this.seen[originalSlug]; + do { + occurenceAccumulator++; + slug = originalSlug + '-' + occurenceAccumulator; + } while (this.seen.hasOwnProperty(slug)); + } + if (!isDryRun) { + this.seen[originalSlug] = occurenceAccumulator; + this.seen[slug] = 0; + } + return slug; + } + + /** + * Convert string to unique id + * @param {object} [options] + * @param {boolean} [options.dryrun] Generates the next unique slug without + * updating the internal accumulator. + */ + slug(value, options = {}) { + const slug = this.serialize(value); + return this.getNextSafeSlug(slug, options.dryrun); + } +} diff --git a/node_modules/marked/src/TextRenderer.js b/node_modules/marked/src/TextRenderer.js new file mode 100644 index 0000000..4d6e08f --- /dev/null +++ b/node_modules/marked/src/TextRenderer.js @@ -0,0 +1,42 @@ +/** + * TextRenderer + * returns only the textual part of the token + */ +export class TextRenderer { + // no need for block level renderers + strong(text) { + return text; + } + + em(text) { + return text; + } + + codespan(text) { + return text; + } + + del(text) { + return text; + } + + html(text) { + return text; + } + + text(text) { + return text; + } + + link(href, title, text) { + return '' + text; + } + + image(href, title, text) { + return '' + text; + } + + br() { + return ''; + } +} diff --git a/node_modules/marked/src/Tokenizer.js b/node_modules/marked/src/Tokenizer.js new file mode 100644 index 0000000..9e2866f --- /dev/null +++ b/node_modules/marked/src/Tokenizer.js @@ -0,0 +1,794 @@ +import { defaults } from './defaults.js'; +import { + rtrim, + splitCells, + escape, + findClosingBracket +} from './helpers.js'; + +function outputLink(cap, link, raw, lexer) { + const href = link.href; + const title = link.title ? escape(link.title) : null; + const text = cap[1].replace(/\\([\[\]])/g, '$1'); + + if (cap[0].charAt(0) !== '!') { + lexer.state.inLink = true; + const token = { + type: 'link', + raw, + href, + title, + text, + tokens: lexer.inlineTokens(text) + }; + lexer.state.inLink = false; + return token; + } + return { + type: 'image', + raw, + href, + title, + text: escape(text) + }; +} + +function indentCodeCompensation(raw, text) { + const matchIndentToCode = raw.match(/^(\s+)(?:```)/); + + if (matchIndentToCode === null) { + return text; + } + + const indentToCode = matchIndentToCode[1]; + + return text + .split('\n') + .map(node => { + const matchIndentInNode = node.match(/^\s+/); + if (matchIndentInNode === null) { + return node; + } + + const [indentInNode] = matchIndentInNode; + + if (indentInNode.length >= indentToCode.length) { + return node.slice(indentToCode.length); + } + + return node; + }) + .join('\n'); +} + +/** + * Tokenizer + */ +export class Tokenizer { + constructor(options) { + this.options = options || defaults; + } + + space(src) { + const cap = this.rules.block.newline.exec(src); + if (cap && cap[0].length > 0) { + return { + type: 'space', + raw: cap[0] + }; + } + } + + code(src) { + const cap = this.rules.block.code.exec(src); + if (cap) { + const text = cap[0].replace(/^ {1,4}/gm, ''); + return { + type: 'code', + raw: cap[0], + codeBlockStyle: 'indented', + text: !this.options.pedantic + ? rtrim(text, '\n') + : text + }; + } + } + + fences(src) { + const cap = this.rules.block.fences.exec(src); + if (cap) { + const raw = cap[0]; + const text = indentCodeCompensation(raw, cap[3] || ''); + + return { + type: 'code', + raw, + lang: cap[2] ? cap[2].trim().replace(this.rules.inline._escapes, '$1') : cap[2], + text + }; + } + } + + heading(src) { + const cap = this.rules.block.heading.exec(src); + if (cap) { + let text = cap[2].trim(); + + // remove trailing #s + if (/#$/.test(text)) { + const trimmed = rtrim(text, '#'); + if (this.options.pedantic) { + text = trimmed.trim(); + } else if (!trimmed || / $/.test(trimmed)) { + // CommonMark requires space before trailing #s + text = trimmed.trim(); + } + } + + return { + type: 'heading', + raw: cap[0], + depth: cap[1].length, + text, + tokens: this.lexer.inline(text) + }; + } + } + + hr(src) { + const cap = this.rules.block.hr.exec(src); + if (cap) { + return { + type: 'hr', + raw: cap[0] + }; + } + } + + blockquote(src) { + const cap = this.rules.block.blockquote.exec(src); + if (cap) { + const text = cap[0].replace(/^ *>[ \t]?/gm, ''); + const top = this.lexer.state.top; + this.lexer.state.top = true; + const tokens = this.lexer.blockTokens(text); + this.lexer.state.top = top; + return { + type: 'blockquote', + raw: cap[0], + tokens, + text + }; + } + } + + list(src) { + let cap = this.rules.block.list.exec(src); + if (cap) { + let raw, istask, ischecked, indent, i, blankLine, endsWithBlankLine, + line, nextLine, rawLine, itemContents, endEarly; + + let bull = cap[1].trim(); + const isordered = bull.length > 1; + + const list = { + type: 'list', + raw: '', + ordered: isordered, + start: isordered ? +bull.slice(0, -1) : '', + loose: false, + items: [] + }; + + bull = isordered ? `\\d{1,9}\\${bull.slice(-1)}` : `\\${bull}`; + + if (this.options.pedantic) { + bull = isordered ? bull : '[*+-]'; + } + + // Get next list item + const itemRegex = new RegExp(`^( {0,3}${bull})((?:[\t ][^\\n]*)?(?:\\n|$))`); + + // Check if current bullet point can start a new List Item + while (src) { + endEarly = false; + if (!(cap = itemRegex.exec(src))) { + break; + } + + if (this.rules.block.hr.test(src)) { // End list if bullet was actually HR (possibly move into itemRegex?) + break; + } + + raw = cap[0]; + src = src.substring(raw.length); + + line = cap[2].split('\n', 1)[0].replace(/^\t+/, (t) => ' '.repeat(3 * t.length)); + nextLine = src.split('\n', 1)[0]; + + if (this.options.pedantic) { + indent = 2; + itemContents = line.trimLeft(); + } else { + indent = cap[2].search(/[^ ]/); // Find first non-space char + indent = indent > 4 ? 1 : indent; // Treat indented code blocks (> 4 spaces) as having only 1 indent + itemContents = line.slice(indent); + indent += cap[1].length; + } + + blankLine = false; + + if (!line && /^ *$/.test(nextLine)) { // Items begin with at most one blank line + raw += nextLine + '\n'; + src = src.substring(nextLine.length + 1); + endEarly = true; + } + + if (!endEarly) { + const nextBulletRegex = new RegExp(`^ {0,${Math.min(3, indent - 1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))`); + const hrRegex = new RegExp(`^ {0,${Math.min(3, indent - 1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`); + const fencesBeginRegex = new RegExp(`^ {0,${Math.min(3, indent - 1)}}(?:\`\`\`|~~~)`); + const headingBeginRegex = new RegExp(`^ {0,${Math.min(3, indent - 1)}}#`); + + // Check if following lines should be included in List Item + while (src) { + rawLine = src.split('\n', 1)[0]; + nextLine = rawLine; + + // Re-align to follow commonmark nesting rules + if (this.options.pedantic) { + nextLine = nextLine.replace(/^ {1,4}(?=( {4})*[^ ])/g, ' '); + } + + // End list item if found code fences + if (fencesBeginRegex.test(nextLine)) { + break; + } + + // End list item if found start of new heading + if (headingBeginRegex.test(nextLine)) { + break; + } + + // End list item if found start of new bullet + if (nextBulletRegex.test(nextLine)) { + break; + } + + // Horizontal rule found + if (hrRegex.test(src)) { + break; + } + + if (nextLine.search(/[^ ]/) >= indent || !nextLine.trim()) { // Dedent if possible + itemContents += '\n' + nextLine.slice(indent); + } else { + // not enough indentation + if (blankLine) { + break; + } + + // paragraph continuation unless last line was a different block level element + if (line.search(/[^ ]/) >= 4) { // indented code block + break; + } + if (fencesBeginRegex.test(line)) { + break; + } + if (headingBeginRegex.test(line)) { + break; + } + if (hrRegex.test(line)) { + break; + } + + itemContents += '\n' + nextLine; + } + + if (!blankLine && !nextLine.trim()) { // Check if current line is blank + blankLine = true; + } + + raw += rawLine + '\n'; + src = src.substring(rawLine.length + 1); + line = nextLine.slice(indent); + } + } + + if (!list.loose) { + // If the previous item ended with a blank line, the list is loose + if (endsWithBlankLine) { + list.loose = true; + } else if (/\n *\n *$/.test(raw)) { + endsWithBlankLine = true; + } + } + + // Check for task list items + if (this.options.gfm) { + istask = /^\[[ xX]\] /.exec(itemContents); + if (istask) { + ischecked = istask[0] !== '[ ] '; + itemContents = itemContents.replace(/^\[[ xX]\] +/, ''); + } + } + + list.items.push({ + type: 'list_item', + raw, + task: !!istask, + checked: ischecked, + loose: false, + text: itemContents + }); + + list.raw += raw; + } + + // Do not consume newlines at end of final item. Alternatively, make itemRegex *start* with any newlines to simplify/speed up endsWithBlankLine logic + list.items[list.items.length - 1].raw = raw.trimRight(); + list.items[list.items.length - 1].text = itemContents.trimRight(); + list.raw = list.raw.trimRight(); + + const l = list.items.length; + + // Item child tokens handled here at end because we needed to have the final item to trim it first + for (i = 0; i < l; i++) { + this.lexer.state.top = false; + list.items[i].tokens = this.lexer.blockTokens(list.items[i].text, []); + + if (!list.loose) { + // Check if list should be loose + const spacers = list.items[i].tokens.filter(t => t.type === 'space'); + const hasMultipleLineBreaks = spacers.length > 0 && spacers.some(t => /\n.*\n/.test(t.raw)); + + list.loose = hasMultipleLineBreaks; + } + } + + // Set all items to loose if list is loose + if (list.loose) { + for (i = 0; i < l; i++) { + list.items[i].loose = true; + } + } + + return list; + } + } + + html(src) { + const cap = this.rules.block.html.exec(src); + if (cap) { + const token = { + type: 'html', + raw: cap[0], + pre: !this.options.sanitizer + && (cap[1] === 'pre' || cap[1] === 'script' || cap[1] === 'style'), + text: cap[0] + }; + if (this.options.sanitize) { + const text = this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0]); + token.type = 'paragraph'; + token.text = text; + token.tokens = this.lexer.inline(text); + } + return token; + } + } + + def(src) { + const cap = this.rules.block.def.exec(src); + if (cap) { + const tag = cap[1].toLowerCase().replace(/\s+/g, ' '); + const href = cap[2] ? cap[2].replace(/^<(.*)>$/, '$1').replace(this.rules.inline._escapes, '$1') : ''; + const title = cap[3] ? cap[3].substring(1, cap[3].length - 1).replace(this.rules.inline._escapes, '$1') : cap[3]; + return { + type: 'def', + tag, + raw: cap[0], + href, + title + }; + } + } + + table(src) { + const cap = this.rules.block.table.exec(src); + if (cap) { + const item = { + type: 'table', + header: splitCells(cap[1]).map(c => { return { text: c }; }), + align: cap[2].replace(/^ *|\| *$/g, '').split(/ *\| */), + rows: cap[3] && cap[3].trim() ? cap[3].replace(/\n[ \t]*$/, '').split('\n') : [] + }; + + if (item.header.length === item.align.length) { + item.raw = cap[0]; + + let l = item.align.length; + let i, j, k, row; + for (i = 0; i < l; i++) { + if (/^ *-+: *$/.test(item.align[i])) { + item.align[i] = 'right'; + } else if (/^ *:-+: *$/.test(item.align[i])) { + item.align[i] = 'center'; + } else if (/^ *:-+ *$/.test(item.align[i])) { + item.align[i] = 'left'; + } else { + item.align[i] = null; + } + } + + l = item.rows.length; + for (i = 0; i < l; i++) { + item.rows[i] = splitCells(item.rows[i], item.header.length).map(c => { return { text: c }; }); + } + + // parse child tokens inside headers and cells + + // header child tokens + l = item.header.length; + for (j = 0; j < l; j++) { + item.header[j].tokens = this.lexer.inline(item.header[j].text); + } + + // cell child tokens + l = item.rows.length; + for (j = 0; j < l; j++) { + row = item.rows[j]; + for (k = 0; k < row.length; k++) { + row[k].tokens = this.lexer.inline(row[k].text); + } + } + + return item; + } + } + } + + lheading(src) { + const cap = this.rules.block.lheading.exec(src); + if (cap) { + return { + type: 'heading', + raw: cap[0], + depth: cap[2].charAt(0) === '=' ? 1 : 2, + text: cap[1], + tokens: this.lexer.inline(cap[1]) + }; + } + } + + paragraph(src) { + const cap = this.rules.block.paragraph.exec(src); + if (cap) { + const text = cap[1].charAt(cap[1].length - 1) === '\n' + ? cap[1].slice(0, -1) + : cap[1]; + return { + type: 'paragraph', + raw: cap[0], + text, + tokens: this.lexer.inline(text) + }; + } + } + + text(src) { + const cap = this.rules.block.text.exec(src); + if (cap) { + return { + type: 'text', + raw: cap[0], + text: cap[0], + tokens: this.lexer.inline(cap[0]) + }; + } + } + + escape(src) { + const cap = this.rules.inline.escape.exec(src); + if (cap) { + return { + type: 'escape', + raw: cap[0], + text: escape(cap[1]) + }; + } + } + + tag(src) { + const cap = this.rules.inline.tag.exec(src); + if (cap) { + if (!this.lexer.state.inLink && /^/i.test(cap[0])) { + this.lexer.state.inLink = false; + } + if (!this.lexer.state.inRawBlock && /^<(pre|code|kbd|script)(\s|>)/i.test(cap[0])) { + this.lexer.state.inRawBlock = true; + } else if (this.lexer.state.inRawBlock && /^<\/(pre|code|kbd|script)(\s|>)/i.test(cap[0])) { + this.lexer.state.inRawBlock = false; + } + + return { + type: this.options.sanitize + ? 'text' + : 'html', + raw: cap[0], + inLink: this.lexer.state.inLink, + inRawBlock: this.lexer.state.inRawBlock, + text: this.options.sanitize + ? (this.options.sanitizer + ? this.options.sanitizer(cap[0]) + : escape(cap[0])) + : cap[0] + }; + } + } + + link(src) { + const cap = this.rules.inline.link.exec(src); + if (cap) { + const trimmedUrl = cap[2].trim(); + if (!this.options.pedantic && /^$/.test(trimmedUrl))) { + return; + } + + // ending angle bracket cannot be escaped + const rtrimSlash = rtrim(trimmedUrl.slice(0, -1), '\\'); + if ((trimmedUrl.length - rtrimSlash.length) % 2 === 0) { + return; + } + } else { + // find closing parenthesis + const lastParenIndex = findClosingBracket(cap[2], '()'); + if (lastParenIndex > -1) { + const start = cap[0].indexOf('!') === 0 ? 5 : 4; + const linkLen = start + cap[1].length + lastParenIndex; + cap[2] = cap[2].substring(0, lastParenIndex); + cap[0] = cap[0].substring(0, linkLen).trim(); + cap[3] = ''; + } + } + let href = cap[2]; + let title = ''; + if (this.options.pedantic) { + // split pedantic href and title + const link = /^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(href); + + if (link) { + href = link[1]; + title = link[3]; + } + } else { + title = cap[3] ? cap[3].slice(1, -1) : ''; + } + + href = href.trim(); + if (/^$/.test(trimmedUrl))) { + // pedantic allows starting angle bracket without ending angle bracket + href = href.slice(1); + } else { + href = href.slice(1, -1); + } + } + return outputLink(cap, { + href: href ? href.replace(this.rules.inline._escapes, '$1') : href, + title: title ? title.replace(this.rules.inline._escapes, '$1') : title + }, cap[0], this.lexer); + } + } + + reflink(src, links) { + let cap; + if ((cap = this.rules.inline.reflink.exec(src)) + || (cap = this.rules.inline.nolink.exec(src))) { + let link = (cap[2] || cap[1]).replace(/\s+/g, ' '); + link = links[link.toLowerCase()]; + if (!link) { + const text = cap[0].charAt(0); + return { + type: 'text', + raw: text, + text + }; + } + return outputLink(cap, link, cap[0], this.lexer); + } + } + + emStrong(src, maskedSrc, prevChar = '') { + let match = this.rules.inline.emStrong.lDelim.exec(src); + if (!match) return; + + // _ can't be between two alphanumerics. \p{L}\p{N} includes non-english alphabet/numbers as well + if (match[3] && prevChar.match(/[\p{L}\p{N}]/u)) return; + + const nextChar = match[1] || match[2] || ''; + + if (!nextChar || (nextChar && (prevChar === '' || this.rules.inline.punctuation.exec(prevChar)))) { + const lLength = match[0].length - 1; + let rDelim, rLength, delimTotal = lLength, midDelimTotal = 0; + + const endReg = match[0][0] === '*' ? this.rules.inline.emStrong.rDelimAst : this.rules.inline.emStrong.rDelimUnd; + endReg.lastIndex = 0; + + // Clip maskedSrc to same section of string as src (move to lexer?) + maskedSrc = maskedSrc.slice(-1 * src.length + lLength); + + while ((match = endReg.exec(maskedSrc)) != null) { + rDelim = match[1] || match[2] || match[3] || match[4] || match[5] || match[6]; + + if (!rDelim) continue; // skip single * in __abc*abc__ + + rLength = rDelim.length; + + if (match[3] || match[4]) { // found another Left Delim + delimTotal += rLength; + continue; + } else if (match[5] || match[6]) { // either Left or Right Delim + if (lLength % 3 && !((lLength + rLength) % 3)) { + midDelimTotal += rLength; + continue; // CommonMark Emphasis Rules 9-10 + } + } + + delimTotal -= rLength; + + if (delimTotal > 0) continue; // Haven't found enough closing delimiters + + // Remove extra characters. *a*** -> *a* + rLength = Math.min(rLength, rLength + delimTotal + midDelimTotal); + + const raw = src.slice(0, lLength + match.index + (match[0].length - rDelim.length) + rLength); + + // Create `em` if smallest delimiter has odd char count. *a*** + if (Math.min(lLength, rLength) % 2) { + const text = raw.slice(1, -1); + return { + type: 'em', + raw, + text, + tokens: this.lexer.inlineTokens(text) + }; + } + + // Create 'strong' if smallest delimiter has even char count. **a*** + const text = raw.slice(2, -2); + return { + type: 'strong', + raw, + text, + tokens: this.lexer.inlineTokens(text) + }; + } + } + } + + codespan(src) { + const cap = this.rules.inline.code.exec(src); + if (cap) { + let text = cap[2].replace(/\n/g, ' '); + const hasNonSpaceChars = /[^ ]/.test(text); + const hasSpaceCharsOnBothEnds = /^ /.test(text) && / $/.test(text); + if (hasNonSpaceChars && hasSpaceCharsOnBothEnds) { + text = text.substring(1, text.length - 1); + } + text = escape(text, true); + return { + type: 'codespan', + raw: cap[0], + text + }; + } + } + + br(src) { + const cap = this.rules.inline.br.exec(src); + if (cap) { + return { + type: 'br', + raw: cap[0] + }; + } + } + + del(src) { + const cap = this.rules.inline.del.exec(src); + if (cap) { + return { + type: 'del', + raw: cap[0], + text: cap[2], + tokens: this.lexer.inlineTokens(cap[2]) + }; + } + } + + autolink(src, mangle) { + const cap = this.rules.inline.autolink.exec(src); + if (cap) { + let text, href; + if (cap[2] === '@') { + text = escape(this.options.mangle ? mangle(cap[1]) : cap[1]); + href = 'mailto:' + text; + } else { + text = escape(cap[1]); + href = text; + } + + return { + type: 'link', + raw: cap[0], + text, + href, + tokens: [ + { + type: 'text', + raw: text, + text + } + ] + }; + } + } + + url(src, mangle) { + let cap; + if (cap = this.rules.inline.url.exec(src)) { + let text, href; + if (cap[2] === '@') { + text = escape(this.options.mangle ? mangle(cap[0]) : cap[0]); + href = 'mailto:' + text; + } else { + // do extended autolink path validation + let prevCapZero; + do { + prevCapZero = cap[0]; + cap[0] = this.rules.inline._backpedal.exec(cap[0])[0]; + } while (prevCapZero !== cap[0]); + text = escape(cap[0]); + if (cap[1] === 'www.') { + href = 'http://' + cap[0]; + } else { + href = cap[0]; + } + } + return { + type: 'link', + raw: cap[0], + text, + href, + tokens: [ + { + type: 'text', + raw: text, + text + } + ] + }; + } + } + + inlineText(src, smartypants) { + const cap = this.rules.inline.text.exec(src); + if (cap) { + let text; + if (this.lexer.state.inRawBlock) { + text = this.options.sanitize ? (this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0])) : cap[0]; + } else { + text = escape(this.options.smartypants ? smartypants(cap[0]) : cap[0]); + } + return { + type: 'text', + raw: cap[0], + text + }; + } + } +} diff --git a/node_modules/marked/src/defaults.js b/node_modules/marked/src/defaults.js new file mode 100644 index 0000000..bce0ea4 --- /dev/null +++ b/node_modules/marked/src/defaults.js @@ -0,0 +1,30 @@ +export function getDefaults() { + return { + async: false, + baseUrl: null, + breaks: false, + extensions: null, + gfm: true, + headerIds: true, + headerPrefix: '', + highlight: null, + hooks: null, + langPrefix: 'language-', + mangle: true, + pedantic: false, + renderer: null, + sanitize: false, + sanitizer: null, + silent: false, + smartypants: false, + tokenizer: null, + walkTokens: null, + xhtml: false + }; +} + +export let defaults = getDefaults(); + +export function changeDefaults(newDefaults) { + defaults = newDefaults; +} diff --git a/node_modules/marked/src/helpers.js b/node_modules/marked/src/helpers.js new file mode 100644 index 0000000..df7b0bb --- /dev/null +++ b/node_modules/marked/src/helpers.js @@ -0,0 +1,259 @@ +/** + * Helpers + */ +const escapeTest = /[&<>"']/; +const escapeReplace = new RegExp(escapeTest.source, 'g'); +const escapeTestNoEncode = /[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/; +const escapeReplaceNoEncode = new RegExp(escapeTestNoEncode.source, 'g'); +const escapeReplacements = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + "'": ''' +}; +const getEscapeReplacement = (ch) => escapeReplacements[ch]; +export function escape(html, encode) { + if (encode) { + if (escapeTest.test(html)) { + return html.replace(escapeReplace, getEscapeReplacement); + } + } else { + if (escapeTestNoEncode.test(html)) { + return html.replace(escapeReplaceNoEncode, getEscapeReplacement); + } + } + + return html; +} + +const unescapeTest = /&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig; + +/** + * @param {string} html + */ +export function unescape(html) { + // explicitly match decimal, hex, and named HTML entities + return html.replace(unescapeTest, (_, n) => { + n = n.toLowerCase(); + if (n === 'colon') return ':'; + if (n.charAt(0) === '#') { + return n.charAt(1) === 'x' + ? String.fromCharCode(parseInt(n.substring(2), 16)) + : String.fromCharCode(+n.substring(1)); + } + return ''; + }); +} + +const caret = /(^|[^\[])\^/g; + +/** + * @param {string | RegExp} regex + * @param {string} opt + */ +export function edit(regex, opt) { + regex = typeof regex === 'string' ? regex : regex.source; + opt = opt || ''; + const obj = { + replace: (name, val) => { + val = val.source || val; + val = val.replace(caret, '$1'); + regex = regex.replace(name, val); + return obj; + }, + getRegex: () => { + return new RegExp(regex, opt); + } + }; + return obj; +} + +const nonWordAndColonTest = /[^\w:]/g; +const originIndependentUrl = /^$|^[a-z][a-z0-9+.-]*:|^[?#]/i; + +/** + * @param {boolean} sanitize + * @param {string} base + * @param {string} href + */ +export function cleanUrl(sanitize, base, href) { + if (sanitize) { + let prot; + try { + prot = decodeURIComponent(unescape(href)) + .replace(nonWordAndColonTest, '') + .toLowerCase(); + } catch (e) { + return null; + } + if (prot.indexOf('javascript:') === 0 || prot.indexOf('vbscript:') === 0 || prot.indexOf('data:') === 0) { + return null; + } + } + if (base && !originIndependentUrl.test(href)) { + href = resolveUrl(base, href); + } + try { + href = encodeURI(href).replace(/%25/g, '%'); + } catch (e) { + return null; + } + return href; +} + +const baseUrls = {}; +const justDomain = /^[^:]+:\/*[^/]*$/; +const protocol = /^([^:]+:)[\s\S]*$/; +const domain = /^([^:]+:\/*[^/]*)[\s\S]*$/; + +/** + * @param {string} base + * @param {string} href + */ +export function resolveUrl(base, href) { + if (!baseUrls[' ' + base]) { + // we can ignore everything in base after the last slash of its path component, + // but we might need to add _that_ + // https://tools.ietf.org/html/rfc3986#section-3 + if (justDomain.test(base)) { + baseUrls[' ' + base] = base + '/'; + } else { + baseUrls[' ' + base] = rtrim(base, '/', true); + } + } + base = baseUrls[' ' + base]; + const relativeBase = base.indexOf(':') === -1; + + if (href.substring(0, 2) === '//') { + if (relativeBase) { + return href; + } + return base.replace(protocol, '$1') + href; + } else if (href.charAt(0) === '/') { + if (relativeBase) { + return href; + } + return base.replace(domain, '$1') + href; + } else { + return base + href; + } +} + +export const noopTest = { exec: function noopTest() {} }; + +export function splitCells(tableRow, count) { + // ensure that every cell-delimiting pipe has a space + // before it to distinguish it from an escaped pipe + const row = tableRow.replace(/\|/g, (match, offset, str) => { + let escaped = false, + curr = offset; + while (--curr >= 0 && str[curr] === '\\') escaped = !escaped; + if (escaped) { + // odd number of slashes means | is escaped + // so we leave it alone + return '|'; + } else { + // add space before unescaped | + return ' |'; + } + }), + cells = row.split(/ \|/); + let i = 0; + + // First/last cell in a row cannot be empty if it has no leading/trailing pipe + if (!cells[0].trim()) { cells.shift(); } + if (cells.length > 0 && !cells[cells.length - 1].trim()) { cells.pop(); } + + if (cells.length > count) { + cells.splice(count); + } else { + while (cells.length < count) cells.push(''); + } + + for (; i < cells.length; i++) { + // leading or trailing whitespace is ignored per the gfm spec + cells[i] = cells[i].trim().replace(/\\\|/g, '|'); + } + return cells; +} + +/** + * Remove trailing 'c's. Equivalent to str.replace(/c*$/, ''). + * /c*$/ is vulnerable to REDOS. + * + * @param {string} str + * @param {string} c + * @param {boolean} invert Remove suffix of non-c chars instead. Default falsey. + */ +export function rtrim(str, c, invert) { + const l = str.length; + if (l === 0) { + return ''; + } + + // Length of suffix matching the invert condition. + let suffLen = 0; + + // Step left until we fail to match the invert condition. + while (suffLen < l) { + const currChar = str.charAt(l - suffLen - 1); + if (currChar === c && !invert) { + suffLen++; + } else if (currChar !== c && invert) { + suffLen++; + } else { + break; + } + } + + return str.slice(0, l - suffLen); +} + +export function findClosingBracket(str, b) { + if (str.indexOf(b[1]) === -1) { + return -1; + } + const l = str.length; + let level = 0, + i = 0; + for (; i < l; i++) { + if (str[i] === '\\') { + i++; + } else if (str[i] === b[0]) { + level++; + } else if (str[i] === b[1]) { + level--; + if (level < 0) { + return i; + } + } + } + return -1; +} + +export function checkSanitizeDeprecation(opt) { + if (opt && opt.sanitize && !opt.silent) { + console.warn('marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options'); + } +} + +// copied from https://stackoverflow.com/a/5450113/806777 +/** + * @param {string} pattern + * @param {number} count + */ +export function repeatString(pattern, count) { + if (count < 1) { + return ''; + } + let result = ''; + while (count > 1) { + if (count & 1) { + result += pattern; + } + count >>= 1; + pattern += pattern; + } + return result + pattern; +} diff --git a/node_modules/marked/src/marked.js b/node_modules/marked/src/marked.js new file mode 100644 index 0000000..36ec040 --- /dev/null +++ b/node_modules/marked/src/marked.js @@ -0,0 +1,416 @@ +import { Lexer } from './Lexer.js'; +import { Parser } from './Parser.js'; +import { Tokenizer } from './Tokenizer.js'; +import { Renderer } from './Renderer.js'; +import { TextRenderer } from './TextRenderer.js'; +import { Slugger } from './Slugger.js'; +import { Hooks } from './Hooks.js'; +import { + checkSanitizeDeprecation, + escape +} from './helpers.js'; +import { + getDefaults, + changeDefaults, + defaults +} from './defaults.js'; + +function onError(silent, async, callback) { + return (e) => { + e.message += '\nPlease report this to https://github.com/markedjs/marked.'; + + if (silent) { + const msg = '

    An error occurred:

    '
    +        + escape(e.message + '', true)
    +        + '
    '; + if (async) { + return Promise.resolve(msg); + } + if (callback) { + callback(null, msg); + return; + } + return msg; + } + + if (async) { + return Promise.reject(e); + } + if (callback) { + callback(e); + return; + } + throw e; + }; +} + +function parseMarkdown(lexer, parser) { + return (src, opt, callback) => { + if (typeof opt === 'function') { + callback = opt; + opt = null; + } + + const origOpt = { ...opt }; + opt = { ...marked.defaults, ...origOpt }; + const throwError = onError(opt.silent, opt.async, callback); + + // throw error in case of non string input + if (typeof src === 'undefined' || src === null) { + return throwError(new Error('marked(): input parameter is undefined or null')); + } + if (typeof src !== 'string') { + return throwError(new Error('marked(): input parameter is of type ' + + Object.prototype.toString.call(src) + ', string expected')); + } + + checkSanitizeDeprecation(opt); + + if (opt.hooks) { + opt.hooks.options = opt; + } + + if (callback) { + const highlight = opt.highlight; + let tokens; + + try { + if (opt.hooks) { + src = opt.hooks.preprocess(src); + } + tokens = lexer(src, opt); + } catch (e) { + return throwError(e); + } + + const done = function(err) { + let out; + + if (!err) { + try { + if (opt.walkTokens) { + marked.walkTokens(tokens, opt.walkTokens); + } + out = parser(tokens, opt); + if (opt.hooks) { + out = opt.hooks.postprocess(out); + } + } catch (e) { + err = e; + } + } + + opt.highlight = highlight; + + return err + ? throwError(err) + : callback(null, out); + }; + + if (!highlight || highlight.length < 3) { + return done(); + } + + delete opt.highlight; + + if (!tokens.length) return done(); + + let pending = 0; + marked.walkTokens(tokens, function(token) { + if (token.type === 'code') { + pending++; + setTimeout(() => { + highlight(token.text, token.lang, function(err, code) { + if (err) { + return done(err); + } + if (code != null && code !== token.text) { + token.text = code; + token.escaped = true; + } + + pending--; + if (pending === 0) { + done(); + } + }); + }, 0); + } + }); + + if (pending === 0) { + done(); + } + + return; + } + + if (opt.async) { + return Promise.resolve(opt.hooks ? opt.hooks.preprocess(src) : src) + .then(src => lexer(src, opt)) + .then(tokens => opt.walkTokens ? Promise.all(marked.walkTokens(tokens, opt.walkTokens)).then(() => tokens) : tokens) + .then(tokens => parser(tokens, opt)) + .then(html => opt.hooks ? opt.hooks.postprocess(html) : html) + .catch(throwError); + } + + try { + if (opt.hooks) { + src = opt.hooks.preprocess(src); + } + const tokens = lexer(src, opt); + if (opt.walkTokens) { + marked.walkTokens(tokens, opt.walkTokens); + } + let html = parser(tokens, opt); + if (opt.hooks) { + html = opt.hooks.postprocess(html); + } + return html; + } catch (e) { + return throwError(e); + } + }; +} + +/** + * Marked + */ +export function marked(src, opt, callback) { + return parseMarkdown(Lexer.lex, Parser.parse)(src, opt, callback); +} + +/** + * Options + */ + +marked.options = +marked.setOptions = function(opt) { + marked.defaults = { ...marked.defaults, ...opt }; + changeDefaults(marked.defaults); + return marked; +}; + +marked.getDefaults = getDefaults; + +marked.defaults = defaults; + +/** + * Use Extension + */ + +marked.use = function(...args) { + const extensions = marked.defaults.extensions || { renderers: {}, childTokens: {} }; + + args.forEach((pack) => { + // copy options to new object + const opts = { ...pack }; + + // set async to true if it was set to true before + opts.async = marked.defaults.async || opts.async || false; + + // ==-- Parse "addon" extensions --== // + if (pack.extensions) { + pack.extensions.forEach((ext) => { + if (!ext.name) { + throw new Error('extension name required'); + } + if (ext.renderer) { // Renderer extensions + const prevRenderer = extensions.renderers[ext.name]; + if (prevRenderer) { + // Replace extension with func to run new extension but fall back if false + extensions.renderers[ext.name] = function(...args) { + let ret = ext.renderer.apply(this, args); + if (ret === false) { + ret = prevRenderer.apply(this, args); + } + return ret; + }; + } else { + extensions.renderers[ext.name] = ext.renderer; + } + } + if (ext.tokenizer) { // Tokenizer Extensions + if (!ext.level || (ext.level !== 'block' && ext.level !== 'inline')) { + throw new Error("extension level must be 'block' or 'inline'"); + } + if (extensions[ext.level]) { + extensions[ext.level].unshift(ext.tokenizer); + } else { + extensions[ext.level] = [ext.tokenizer]; + } + if (ext.start) { // Function to check for start of token + if (ext.level === 'block') { + if (extensions.startBlock) { + extensions.startBlock.push(ext.start); + } else { + extensions.startBlock = [ext.start]; + } + } else if (ext.level === 'inline') { + if (extensions.startInline) { + extensions.startInline.push(ext.start); + } else { + extensions.startInline = [ext.start]; + } + } + } + } + if (ext.childTokens) { // Child tokens to be visited by walkTokens + extensions.childTokens[ext.name] = ext.childTokens; + } + }); + opts.extensions = extensions; + } + + // ==-- Parse "overwrite" extensions --== // + if (pack.renderer) { + const renderer = marked.defaults.renderer || new Renderer(); + for (const prop in pack.renderer) { + const prevRenderer = renderer[prop]; + // Replace renderer with func to run extension, but fall back if false + renderer[prop] = (...args) => { + let ret = pack.renderer[prop].apply(renderer, args); + if (ret === false) { + ret = prevRenderer.apply(renderer, args); + } + return ret; + }; + } + opts.renderer = renderer; + } + if (pack.tokenizer) { + const tokenizer = marked.defaults.tokenizer || new Tokenizer(); + for (const prop in pack.tokenizer) { + const prevTokenizer = tokenizer[prop]; + // Replace tokenizer with func to run extension, but fall back if false + tokenizer[prop] = (...args) => { + let ret = pack.tokenizer[prop].apply(tokenizer, args); + if (ret === false) { + ret = prevTokenizer.apply(tokenizer, args); + } + return ret; + }; + } + opts.tokenizer = tokenizer; + } + + // ==-- Parse Hooks extensions --== // + if (pack.hooks) { + const hooks = marked.defaults.hooks || new Hooks(); + for (const prop in pack.hooks) { + const prevHook = hooks[prop]; + if (Hooks.passThroughHooks.has(prop)) { + hooks[prop] = (arg) => { + if (marked.defaults.async) { + return Promise.resolve(pack.hooks[prop].call(hooks, arg)).then(ret => { + return prevHook.call(hooks, ret); + }); + } + + const ret = pack.hooks[prop].call(hooks, arg); + return prevHook.call(hooks, ret); + }; + } else { + hooks[prop] = (...args) => { + let ret = pack.hooks[prop].apply(hooks, args); + if (ret === false) { + ret = prevHook.apply(hooks, args); + } + return ret; + }; + } + } + opts.hooks = hooks; + } + + // ==-- Parse WalkTokens extensions --== // + if (pack.walkTokens) { + const walkTokens = marked.defaults.walkTokens; + opts.walkTokens = function(token) { + let values = []; + values.push(pack.walkTokens.call(this, token)); + if (walkTokens) { + values = values.concat(walkTokens.call(this, token)); + } + return values; + }; + } + + marked.setOptions(opts); + }); +}; + +/** + * Run callback for every token + */ + +marked.walkTokens = function(tokens, callback) { + let values = []; + for (const token of tokens) { + values = values.concat(callback.call(marked, token)); + switch (token.type) { + case 'table': { + for (const cell of token.header) { + values = values.concat(marked.walkTokens(cell.tokens, callback)); + } + for (const row of token.rows) { + for (const cell of row) { + values = values.concat(marked.walkTokens(cell.tokens, callback)); + } + } + break; + } + case 'list': { + values = values.concat(marked.walkTokens(token.items, callback)); + break; + } + default: { + if (marked.defaults.extensions && marked.defaults.extensions.childTokens && marked.defaults.extensions.childTokens[token.type]) { // Walk any extensions + marked.defaults.extensions.childTokens[token.type].forEach(function(childTokens) { + values = values.concat(marked.walkTokens(token[childTokens], callback)); + }); + } else if (token.tokens) { + values = values.concat(marked.walkTokens(token.tokens, callback)); + } + } + } + } + return values; +}; + +/** + * Parse Inline + * @param {string} src + */ +marked.parseInline = parseMarkdown(Lexer.lexInline, Parser.parseInline); + +/** + * Expose + */ +marked.Parser = Parser; +marked.parser = Parser.parse; +marked.Renderer = Renderer; +marked.TextRenderer = TextRenderer; +marked.Lexer = Lexer; +marked.lexer = Lexer.lex; +marked.Tokenizer = Tokenizer; +marked.Slugger = Slugger; +marked.Hooks = Hooks; +marked.parse = marked; + +export const options = marked.options; +export const setOptions = marked.setOptions; +export const use = marked.use; +export const walkTokens = marked.walkTokens; +export const parseInline = marked.parseInline; +export const parse = marked; +export const parser = Parser.parse; +export const lexer = Lexer.lex; +export { defaults, getDefaults } from './defaults.js'; +export { Lexer } from './Lexer.js'; +export { Parser } from './Parser.js'; +export { Tokenizer } from './Tokenizer.js'; +export { Renderer } from './Renderer.js'; +export { TextRenderer } from './TextRenderer.js'; +export { Slugger } from './Slugger.js'; +export { Hooks } from './Hooks.js'; diff --git a/node_modules/marked/src/rules.js b/node_modules/marked/src/rules.js new file mode 100644 index 0000000..322825b --- /dev/null +++ b/node_modules/marked/src/rules.js @@ -0,0 +1,309 @@ +import { + noopTest, + edit +} from './helpers.js'; + +/** + * Block-Level Grammar + */ +export const block = { + newline: /^(?: *(?:\n|$))+/, + code: /^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/, + fences: /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/, + hr: /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/, + heading: /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/, + blockquote: /^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/, + list: /^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/, + html: '^ {0,3}(?:' // optional indentation + + '<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)' // (1) + + '|comment[^\\n]*(\\n+|$)' // (2) + + '|<\\?[\\s\\S]*?(?:\\?>\\n*|$)' // (3) + + '|\\n*|$)' // (4) + + '|\\n*|$)' // (5) + + '|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)' // (6) + + '|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)' // (7) open tag + + '|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)' // (7) closing tag + + ')', + def: /^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/, + table: noopTest, + lheading: /^((?:.|\n(?!\n))+?)\n {0,3}(=+|-+) *(?:\n+|$)/, + // regex template, placeholders will be replaced according to different paragraph + // interruption rules of commonmark and the original markdown spec: + _paragraph: /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/, + text: /^[^\n]+/ +}; + +block._label = /(?!\s*\])(?:\\.|[^\[\]\\])+/; +block._title = /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/; +block.def = edit(block.def) + .replace('label', block._label) + .replace('title', block._title) + .getRegex(); + +block.bullet = /(?:[*+-]|\d{1,9}[.)])/; +block.listItemStart = edit(/^( *)(bull) */) + .replace('bull', block.bullet) + .getRegex(); + +block.list = edit(block.list) + .replace(/bull/g, block.bullet) + .replace('hr', '\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))') + .replace('def', '\\n+(?=' + block.def.source + ')') + .getRegex(); + +block._tag = 'address|article|aside|base|basefont|blockquote|body|caption' + + '|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption' + + '|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe' + + '|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option' + + '|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr' + + '|track|ul'; +block._comment = /|$)/; +block.html = edit(block.html, 'i') + .replace('comment', block._comment) + .replace('tag', block._tag) + .replace('attribute', / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/) + .getRegex(); + +block.paragraph = edit(block._paragraph) + .replace('hr', block.hr) + .replace('heading', ' {0,3}#{1,6} ') + .replace('|lheading', '') // setex headings don't interrupt commonmark paragraphs + .replace('|table', '') + .replace('blockquote', ' {0,3}>') + .replace('fences', ' {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n') + .replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt + .replace('html', ')|<(?:script|pre|style|textarea|!--)') + .replace('tag', block._tag) // pars can be interrupted by type (6) html blocks + .getRegex(); + +block.blockquote = edit(block.blockquote) + .replace('paragraph', block.paragraph) + .getRegex(); + +/** + * Normal Block Grammar + */ + +block.normal = { ...block }; + +/** + * GFM Block Grammar + */ + +block.gfm = { + ...block.normal, + table: '^ *([^\\n ].*\\|.*)\\n' // Header + + ' {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?' // Align + + '(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)' // Cells +}; + +block.gfm.table = edit(block.gfm.table) + .replace('hr', block.hr) + .replace('heading', ' {0,3}#{1,6} ') + .replace('blockquote', ' {0,3}>') + .replace('code', ' {4}[^\\n]') + .replace('fences', ' {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n') + .replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt + .replace('html', ')|<(?:script|pre|style|textarea|!--)') + .replace('tag', block._tag) // tables can be interrupted by type (6) html blocks + .getRegex(); + +block.gfm.paragraph = edit(block._paragraph) + .replace('hr', block.hr) + .replace('heading', ' {0,3}#{1,6} ') + .replace('|lheading', '') // setex headings don't interrupt commonmark paragraphs + .replace('table', block.gfm.table) // interrupt paragraphs with table + .replace('blockquote', ' {0,3}>') + .replace('fences', ' {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n') + .replace('list', ' {0,3}(?:[*+-]|1[.)]) ') // only lists starting from 1 can interrupt + .replace('html', ')|<(?:script|pre|style|textarea|!--)') + .replace('tag', block._tag) // pars can be interrupted by type (6) html blocks + .getRegex(); +/** + * Pedantic grammar (original John Gruber's loose markdown specification) + */ + +block.pedantic = { + ...block.normal, + html: edit( + '^ *(?:comment *(?:\\n|\\s*$)' + + '|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)' // closed tag + + '|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))') + .replace('comment', block._comment) + .replace(/tag/g, '(?!(?:' + + 'a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub' + + '|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)' + + '\\b)\\w+(?!:|[^\\w\\s@]*@)\\b') + .getRegex(), + def: /^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/, + heading: /^(#{1,6})(.*)(?:\n+|$)/, + fences: noopTest, // fences not supported + lheading: /^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/, + paragraph: edit(block.normal._paragraph) + .replace('hr', block.hr) + .replace('heading', ' *#{1,6} *[^\n]') + .replace('lheading', block.lheading) + .replace('blockquote', ' {0,3}>') + .replace('|fences', '') + .replace('|list', '') + .replace('|html', '') + .getRegex() +}; + +/** + * Inline-Level Grammar + */ +export const inline = { + escape: /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, + autolink: /^<(scheme:[^\s\x00-\x1f<>]*|email)>/, + url: noopTest, + tag: '^comment' + + '|^' // self-closing tag + + '|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>' // open tag + + '|^<\\?[\\s\\S]*?\\?>' // processing instruction, e.g. + + '|^' // declaration, e.g. + + '|^', // CDATA section + link: /^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/, + reflink: /^!?\[(label)\]\[(ref)\]/, + nolink: /^!?\[(ref)\](?:\[\])?/, + reflinkSearch: 'reflink|nolink(?!\\()', + emStrong: { + lDelim: /^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/, + // (1) and (2) can only be a Right Delimiter. (3) and (4) can only be Left. (5) and (6) can be either Left or Right. + // () Skip orphan inside strong () Consume to delim (1) #*** (2) a***#, a*** (3) #***a, ***a (4) ***# (5) #***# (6) a***a + rDelimAst: /^(?:[^_*\\]|\\.)*?\_\_(?:[^_*\\]|\\.)*?\*(?:[^_*\\]|\\.)*?(?=\_\_)|(?:[^*\\]|\\.)+(?=[^*])|[punct_](\*+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|(?:[^punct*_\s\\]|\\.)(\*+)(?=[^punct*_\s])/, + rDelimUnd: /^(?:[^_*\\]|\\.)*?\*\*(?:[^_*\\]|\\.)*?\_(?:[^_*\\]|\\.)*?(?=\*\*)|(?:[^_\\]|\\.)+(?=[^_])|[punct*](\_+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/ // ^- Not allowed for _ + }, + code: /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/, + br: /^( {2,}|\\)\n(?!\s*$)/, + del: noopTest, + text: /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\?@\\[\\]`^{|}~'; +inline.punctuation = edit(inline.punctuation).replace(/punctuation/g, inline._punctuation).getRegex(); + +// sequences em should skip over [title](link), `code`, +inline.blockSkip = /\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g; +// lookbehind is not available on Safari as of version 16 +// inline.escapedEmSt = /(?<=(?:^|[^\\)(?:\\[^])*)\\[*_]/g; +inline.escapedEmSt = /(?:^|[^\\])(?:\\\\)*\\[*_]/g; + +inline._comment = edit(block._comment).replace('(?:-->|$)', '-->').getRegex(); + +inline.emStrong.lDelim = edit(inline.emStrong.lDelim) + .replace(/punct/g, inline._punctuation) + .getRegex(); + +inline.emStrong.rDelimAst = edit(inline.emStrong.rDelimAst, 'g') + .replace(/punct/g, inline._punctuation) + .getRegex(); + +inline.emStrong.rDelimUnd = edit(inline.emStrong.rDelimUnd, 'g') + .replace(/punct/g, inline._punctuation) + .getRegex(); + +inline._escapes = /\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g; + +inline._scheme = /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/; +inline._email = /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/; +inline.autolink = edit(inline.autolink) + .replace('scheme', inline._scheme) + .replace('email', inline._email) + .getRegex(); + +inline._attribute = /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/; + +inline.tag = edit(inline.tag) + .replace('comment', inline._comment) + .replace('attribute', inline._attribute) + .getRegex(); + +inline._label = /(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/; +inline._href = /<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/; +inline._title = /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/; + +inline.link = edit(inline.link) + .replace('label', inline._label) + .replace('href', inline._href) + .replace('title', inline._title) + .getRegex(); + +inline.reflink = edit(inline.reflink) + .replace('label', inline._label) + .replace('ref', block._label) + .getRegex(); + +inline.nolink = edit(inline.nolink) + .replace('ref', block._label) + .getRegex(); + +inline.reflinkSearch = edit(inline.reflinkSearch, 'g') + .replace('reflink', inline.reflink) + .replace('nolink', inline.nolink) + .getRegex(); + +/** + * Normal Inline Grammar + */ + +inline.normal = { ...inline }; + +/** + * Pedantic Inline Grammar + */ + +inline.pedantic = { + ...inline.normal, + strong: { + start: /^__|\*\*/, + middle: /^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/, + endAst: /\*\*(?!\*)/g, + endUnd: /__(?!_)/g + }, + em: { + start: /^_|\*/, + middle: /^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/, + endAst: /\*(?!\*)/g, + endUnd: /_(?!_)/g + }, + link: edit(/^!?\[(label)\]\((.*?)\)/) + .replace('label', inline._label) + .getRegex(), + reflink: edit(/^!?\[(label)\]\s*\[([^\]]*)\]/) + .replace('label', inline._label) + .getRegex() +}; + +/** + * GFM Inline Grammar + */ + +inline.gfm = { + ...inline.normal, + escape: edit(inline.escape).replace('])', '~|])').getRegex(), + _extended_email: /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/, + url: /^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/, + _backpedal: /(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/, + del: /^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/, + text: /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\ + logo +

    +

    uView 2.0

    +

    多平台快速开发的UI框架

    + +[![stars](https://img.shields.io/github/stars/umicro/uView2.0?style=flat-square&logo=GitHub)](https://github.com/umicro/uView2.0) +[![forks](https://img.shields.io/github/forks/umicro/uView2.0?style=flat-square&logo=GitHub)](https://github.com/umicro/uView2.0) +[![issues](https://img.shields.io/github/issues/umicro/uView2.0?style=flat-square&logo=GitHub)](https://github.com/umicro/uView2.0/issues) +[![Website](https://img.shields.io/badge/uView-up-blue?style=flat-square)](https://uviewui.com) +[![release](https://img.shields.io/github/v/release/umicro/uView2.0?style=flat-square)](https://gitee.com/umicro/uView2.0/releases) +[![license](https://img.shields.io/github/license/umicro/uView2.0?style=flat-square)](https://en.wikipedia.org/wiki/MIT_License) + +## 说明 + +uView UI,是[uni-app](https://uniapp.dcloud.io/)全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水 + +## [官方文档:https://uviewui.com](https://uviewui.com) + + +## 预览 + +您可以通过**微信**扫码,查看最佳的演示效果。 +
    +
    + + + +## 链接 + +- [官方文档](https://www.uviewui.com/) +- [更新日志](https://www.uviewui.com/components/changelog.html) +- [升级指南](https://www.uviewui.com/components/changeGuide.html) +- [关于我们](https://www.uviewui.com/cooperation/about.html) + +## 交流反馈 + +欢迎加入我们的QQ群交流反馈:[点此跳转](https://www.uviewui.com/components/addQQGroup.html) + +## 关于PR + +> 我们非常乐意接受各位的优质PR,但在此之前我希望您了解uView2.0是一个需要兼容多个平台的(小程序、h5、ios app、android app)包括nvue页面、vue页面。 +> 所以希望在您修复bug并提交之前尽可能的去这些平台测试一下兼容性。最好能携带测试截图以方便审核。非常感谢! + +## 安装 + +#### **uni-app插件市场链接** —— [https://ext.dcloud.net.cn/plugin?id=1593](https://ext.dcloud.net.cn/plugin?id=1593) + +请通过[官网安装文档](https://www.uviewui.com/components/install.html)了解更详细的内容 + +## 快速上手 + +请通过[快速上手](https://uviewui.com/components/quickstart.html)了解更详细的内容 + +## 使用方法 +配置easycom规则后,自动按需引入,无需`import`组件,直接引用即可。 + +```html + +``` + +## 版权信息 +uView遵循[MIT](https://en.wikipedia.org/wiki/MIT_License)开源协议,意味着您无需支付任何费用,也无需授权,即可将uView应用到您的产品中。 + diff --git a/node_modules/uview-ui/changelog.md b/node_modules/uview-ui/changelog.md new file mode 100644 index 0000000..38860ab --- /dev/null +++ b/node_modules/uview-ui/changelog.md @@ -0,0 +1,388 @@ +## 2.0.38(2024-10-29) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复`picker`组件和`datetime-picker`组件的头条小程序循环引用问题 +2. 修复`image`组件的`bgColor`属性不生效问题 +3. 修复`textarea`组件部分回调事件参数丢失问题 +4. 修复`input`组件部分回调事件参数丢失问题 +5. `datetime-picker`组件支持`immediateChange`属性 +6. 修复`datetime-picker`组件`v-model`绑定异步设置无效问题 +7. 修复`popup`组件设置`duration`属性为字符串值时,遮罩的打开、关闭很缓慢问题 +8. 修复`radio`参数`iconColor`属性不生效问题 +9. 修复`tooltip`组件`size`属性不生效的问题 +10. 修复`image`组件当`src`为空时,loading状态问题 +11. 其他一些修复 +## 2.0.37(2024-03-17) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复表单校验`trigger`触发器参数无效问题 +2. 修复`u-input`组件的`password`属性在动态切换为`false`时失效的问题 +3. 添加微信小程序用户同意隐私协议事件回调 +4. 修复支付宝小程序picker样式问题 +5. `u-modal`添加`duration`字段控制动画过度时间 +6. 修复`picker` `lastIndex`异常导致的`column`异常问题 +7. `tabs`增加长按事件支持 +8. 修复`u-avatar` `square`属性在小程序`open-data`下无效问题 +9. 其他一些修复 +## 2.0.36(2023-03-27) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 重构`deepClone` & `deepMerge`方法 +2. 其他优化 +## 2.0.34(2022-09-24) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. `u-input`、`u-textarea`增加`ignoreCompositionEvent`属性 +2. 修复`route`方法调用可能报错的问题 +3. 修复`u-no-network`组件`z-index`无效的问题 +4. 修复`textarea`组件在h5上confirmType=""报错的问题 +5. `u-rate`适配`nvue` +6. 优化验证手机号码的正则表达式(根据工信部发布的《电信网编号计划(2017年版)》进行修改。) +7. `form-item`添加`labelPosition`属性 +8. `u-calendar`修复`maxDate`设置为当前日期,并且当前时间大于08:00时无法显示日期列表的问题 (#724) +9. `u-radio`增加一个默认插槽用于自定义修改label内容 (#680) +10. 修复`timeFormat`函数在safari重的兼容性问题 (#664) +## 2.0.33(2022-06-17) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复`loadmore`组件`lineColor`类型错误问题 +2. 修复`u-parse`组件`imgtap`、`linktap`不生效问题 +## 2.0.32(2022-06-16) +# uView2.0重磅发布,利剑出鞘,一统江湖 +1. `u-loadmore`新增自定义颜色、虚/实线 +2. 修复`u-swiper-action`组件部分平台不能上下滑动的问题 +3. 修复`u-list`回弹问题 +4. 修复`notice-bar`组件动画在低端安卓机可能会抖动的问题 +5. `u-loading-page`添加控制图标大小的属性`iconSize` +6. 修复`u-tooltip`组件`color`参数不生效的问题 +7. 修复`u--input`组件使用`blur`事件输出为`undefined`的bug +8. `u-code-input`组件新增键盘弹起时,是否自动上推页面参数`adjustPosition` +9. 修复`image`组件`load`事件无回调对象问题 +10. 修复`button`组件`loadingSize`设置无效问题 +10. 其他修复 +## 2.0.31(2022-04-19) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复`upload`在`vue`页面上传成功后没有成功标志的问题 +2. 解决演示项目中微信小程序模拟上传图片一直出于上传中问题 +3. 修复`u-code-input`组件在`nvue`页面编译到`app`平台上光标异常问题(`app`去除此功能) +4. 修复`actionSheet`组件标题关闭按钮点击事件名称错误的问题 +5. 其他修复 +## 2.0.30(2022-04-04) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. `u-rate`增加`readonly`属性 +2. `tabs`滑块支持设置背景图片 +3. 修复`u-subsection` `mode`为`subsection`时,滑块样式不正确的问题 +4. `u-code-input`添加光标效果动画 +5. 修复`popup`的`open`事件不触发 +6. 修复`u-flex-column`无效的问题 +7. 修复`u-datetime-picker`索引在特定场合异常问题 +8. 修复`u-datetime-picker`最小时间字符串模板错误问题 +9. `u-swiper`添加`m3u8`验证 +10. `u-swiper`修改判断image和video逻辑 +11. 修复`swiper`无法使用本地图片问题,增加`type`参数 +12. 修复`u-row-notice`格式错误问题 +13. 修复`u-switch`组件当`unit`为`rpx`时,`nodeStyle`消失的问题 +14. 修复`datetime-picker`组件`showToolbar`与`visibleItemCount`属性无效的问题 +15. 修复`upload`组件条件编译位置判断错误,导致`previewImage`属性设置为`false`时,整个组件都会被隐藏的问题 +16. 修复`u-checkbox-group`设置`shape`属性无效的问题 +17. 修复`u-upload`的`capture`传入字符串的时候不生效的问题 +18. 修复`u-action-sheet`组件,关闭事件逻辑错误的问题 +19. 修复`u-list`触顶事件的触发错误的问题 +20. 修复`u-text`只有手机号可拨打的问题 +21. 修复`u-textarea`不能换行的问题 +22. 其他修复 +## 2.0.29(2022-03-13) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复`u--text`组件设置`decoration`属性未生效的问题 +2. 修复`u-datetime-picker`使用`formatter`后返回值不正确 +3. 修复`u-datetime-picker` `intercept` 可能为undefined +4. 修复已设置单位 uni..config.unit = 'rpx'时,线型指示器 `transform` 的位置翻倍,导致指示器超出宽度 +5. 修复mixin中bem方法生成的类名在支付宝和字节小程序中失效 +6. 修复默认值传值为空的时候,打开`u-datetime-picker`报错,不能选中第一列时间的bug +7. 修复`u-datetime-picker`使用`formatter`后返回值不正确 +8. 修复`u-image`组件`loading`无效果的问题 +9. 修复`config.unit`属性设为`rpx`时,导航栏占用高度不足导致塌陷的问题 +10. 修复`u-datetime-picker`组件`itemHeight`无效问题 +11. 其他修复 +## 2.0.28(2022-02-22) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. search组件新增searchIconSize属性 +2. 兼容Safari/Webkit中传入时间格式如2022-02-17 12:00:56 +3. 修复text value.js 判断日期出format错误问题 +4. priceFormat格式化金额出现精度错误 +5. priceFormat在部分情况下出现精度损失问题 +6. 优化表单rules提示 +7. 修复avatar组件src为空时,展示状态不对 +8. 其他修复 +## 2.0.27(2022-01-28) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1.样式修复 +## 2.0.26(2022-01-28) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1.样式修复 +## 2.0.25(2022-01-27) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复text组件mode=price时,可能会导致精度错误的问题 +2. 添加$u.setConfig()方法,可设置uView内置的config, props, zIndex, color属性,详见:[修改uView内置配置方案](https://uviewui.com/components/setting.html#%E9%BB%98%E8%AE%A4%E5%8D%95%E4%BD%8D%E9%85%8D%E7%BD%AE) +3. 优化form组件在errorType=toast时,如果输入错误页面会有抖动的问题 +4. 修复$u.addUnit()对配置默认单位可能无效的问题 +## 2.0.24(2022-01-25) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复swiper在current指定非0时缩放有误 +2. 修复u-icon添加stop属性的时候报错 +3. 优化遗留的通过正则判断rpx单位的问题 +4. 优化Layout布局 vue使用gutter时,会超出固定区域 +5. 优化search组件高度单位问题(rpx -> px) +6. 修复u-image slot 加载和错误的图片失去了高度 +7. 修复u-index-list中footer插槽与header插槽存在性判断错误 +8. 修复部分机型下u-popup关闭时会闪烁 +9. 修复u-image在nvue-app下失去宽高 +10. 修复u-popup运行报错 +11. 修复u-tooltip报错 +12. 修复box-sizing在app下的警告 +13. 修复u-navbar在小程序中报运行时错误 +14. 其他修复 +## 2.0.23(2022-01-24) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复image组件在hx3.3.9的nvue下可能会显示异常的问题 +2. 修复col组件gutter参数带rpx单位处理不正确的问题 +3. 修复text组件单行时无法显示省略号的问题 +4. navbar添加titleStyle参数 +5. 升级到hx3.3.9可消除nvue下控制台样式警告的问题 +## 2.0.22(2022-01-19) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. $u.page()方法优化,避免在特殊场景可能报错的问题 +2. picker组件添加immediateChange参数 +3. 新增$u.pages()方法 +## 2.0.21(2022-01-19) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 优化:form组件在用户设置rules的时候提示用户model必传 +2. 优化遗留的通过正则判断rpx单位的问题 +3. 修复微信小程序环境中tabbar组件开启safeAreaInsetBottom属性后,placeholder高度填充不正确 +4. 修复swiper在current指定非0时缩放有误 +5. 修复u-icon添加stop属性的时候报错 +6. 修复upload组件在accept=all的时候没有作用 +7. 修复在text组件mode为phone时call属性无效的问题 +8. 处理u-form clearValidate方法 +9. 其他修复 +## 2.0.20(2022-01-14) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复calendar默认会选择一个日期,如果直接点确定的话,无法取到值的问题 +2. 修复Slider缺少disabled props 还有注释 +3. 修复u-notice-bar点击事件无法拿到index索引值的问题 +4. 修复u-collapse-item在vue文件下,app端自定义插槽不生效的问题 +5. 优化头像为空时显示默认头像 +6. 修复图片地址赋值后判断加载状态为完成问题 +7. 修复日历滚动到默认日期月份区域 +8. search组件暴露点击左边icon事件 +9. 修复u-form clearValidate方法不生效 +10. upload h5端增加返回文件参数(文件的name参数) +11. 处理upload选择文件后url为blob类型无法预览的问题 +12. u-code-input 修复输入框没有往左移出一半屏幕 +13. 修复Upload上传 disabled为true时,控制台报hoverClass类型错误 +14. 临时处理ios app下grid点击坍塌问题 +15. 其他修复 +## 2.0.19(2021-12-29) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 优化微信小程序包体积可在微信中预览,请升级HbuilderX3.3.4,同时在“运行->运行到小程序模拟器”中勾选“运行时是否压缩代码” +2. 优化微信小程序setData性能,处理某些方法如$u.route()无法在模板中使用的问题 +3. navbar添加autoBack参数 +4. 允许avatar组件的事件冒泡 +5. 修复cell组件报错问题 +6. 其他修复 +## 2.0.18(2021-12-28) +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复app端编译报错问题 +2. 重新处理微信小程序端setData过大的性能问题 +3. 修复边框问题 +4. 修复最大最小月份不大于0则没有数据出现的问题 +5. 修复SwipeAction微信小程序端无法上下滑动问题 +6. 修复input的placeholder在小程序端默认显示为true问题 +7. 修复divider组件click事件无效问题 +8. 修复u-code-input maxlength 属性值为 String 类型时显示异常 +9. 修复当 grid只有 1到2时 在小程序端algin设置无效的问题 +10. 处理form-item的label为top时,取消错误提示的左边距 +11. 其他修复 +## 2.0.17(2021-12-26) +## uView正在参与开源中国的“年度最佳项目”评选,之前投过票的现在也可以投票,恳请同学们投一票,[点此帮助uView](https://www.oschina.net/project/top_cn_2021/?id=583) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 解决HBuilderX3.3.3.20211225版本导致的样式问题 +2. calendar日历添加monthNum参数 +3. navbar添加center slot +## 2.0.16(2021-12-25) +## uView正在参与开源中国的“年度最佳项目”评选,之前投过票的现在也可以投票,恳请同学们投一票,[点此帮助uView](https://www.oschina.net/project/top_cn_2021/?id=583) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 解决微信小程序setData性能问题 +2. 修复count-down组件change事件不触发问题 +## 2.0.15(2021-12-21) +## uView正在参与开源中国的“年度最佳项目”评选,之前投过票的现在也可以投票,恳请同学们投一票,[点此帮助uView](https://www.oschina.net/project/top_cn_2021/?id=583) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复Cell单元格titleWidth无效 +2. 修复cheakbox组件ischecked不更新 +3. 修复keyboard是否显示"."按键默认值问题 +4. 修复number-keyboard是否显示键盘的"."符号问题 +5. 修复Input输入框 readonly无效 +6. 修复u-avatar 导致打包app、H5时候报错问题 +7. 修复Upload上传deletable无效 +8. 修复upload当设置maxSize时无效的问题 +9. 修复tabs lineWidth传入带单位的字符串的时候偏移量计算错误问题 +10. 修复rate组件在有padding的view内,显示的星星位置和可触摸区域不匹配,无法正常选中星星 +## 2.0.13(2021-12-14) +## [点击加群交流反馈:364463526](https://jq.qq.com/?_chanwv=1027&k=mCxS3TGY) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复配置默认单位为rpx可能会导致自定义导航栏高度异常的问题 +## 2.0.12(2021-12-14) +## [点击加群交流反馈:364463526](https://jq.qq.com/?_chanwv=1027&k=mCxS3TGY) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复tabs组件在vue环境下划线消失的问题 +2. 修复upload组件在安卓小程序无法选择视频的问题 +3. 添加uni.$u.config.unit配置,用于配置参数默认单位,详见:[默认单位配置](https://www.uviewui.com/components/setting.html#%E9%BB%98%E8%AE%A4%E5%8D%95%E4%BD%8D%E9%85%8D%E7%BD%AE) +4. 修复textarea组件在没绑定v-model时,字符统计不生效问题 +5. 修复nvue下控制是否出现滚动条失效问题 +## 2.0.11(2021-12-13) +## [点击加群交流反馈:364463526](https://jq.qq.com/?_chanwv=1027&k=mCxS3TGY) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. text组件align参数无效的问题 +2. subsection组件添加keyName参数 +3. upload组件无法判断[Object file]类型的问题 +4. 处理notify层级过低问题 +5. codeInput组件添加disabledDot参数 +6. 处理actionSheet组件round参数无效的问题 +7. calendar组件添加round参数用于控制圆角值 +8. 处理swipeAction组件在vue环境下默认被打开的问题 +9. button组件的throttleTime节流参数无效的问题 +10. 解决u-notify手动关闭方法close()无效的问题 +11. input组件readonly不生效问题 +12. tag组件type参数为info不生效问题 +## 2.0.10(2021-12-08) +## [点击加群交流反馈:364463526](https://jq.qq.com/?_chanwv=1027&k=mCxS3TGY) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复button sendMessagePath属性不生效 +2. 修复DatetimePicker选择器title无效 +3. 修复u-toast设置loading=true不生效 +4. 修复u-text金额模式传0报错 +5. 修复u-toast组件的icon属性配置不生效 +6. button的icon在特殊场景下的颜色优化 +7. IndexList优化,增加# +## 2.0.9(2021-12-01) +## [点击加群交流反馈:232041042](https://jq.qq.com/?_wv=1027&k=KnbeceDU) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 优化swiper的height支持100%值(仅vue有效),修复嵌入视频时click事件无法触发的问题 +2. 优化tabs组件对list值为空的判断,或者动态变化list时重新计算相关尺寸的问题 +3. 优化datetime-picker组件逻辑,让其后续打开的默认值为上一次的选中值,需要通过v-model绑定值才有效 +4. 修复upload内嵌在其他组件中,选择图片可能不会换行的问题 +## 2.0.8(2021-12-01) +## [点击加群交流反馈:232041042](https://jq.qq.com/?_wv=1027&k=KnbeceDU) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复toast的position参数无效问题 +2. 处理input在ios nvue上无法获得焦点的问题 +3. avatar-group组件添加extraValue参数,让剩余展示数量可手动控制 +4. tabs组件添加keyName参数用于配置从对象中读取的键名 +5. 处理text组件名字脱敏默认配置无效的问题 +6. 处理picker组件item文本太长换行问题 +## 2.0.7(2021-11-30) +## [点击加群交流反馈:232041042](https://jq.qq.com/?_wv=1027&k=KnbeceDU) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 修复radio和checkbox动态改变v-model无效的问题。 +2. 优化form规则validator在微信小程序用法 +3. 修复backtop组件mode参数在微信小程序无效的问题 +4. 处理Album的previewFullImage属性无效的问题 +5. 处理u-datetime-picker组件mode='time'在选择改变时间时,控制台报错的问题 +## 2.0.6(2021-11-27) +## [点击加群交流反馈:232041042](https://jq.qq.com/?_wv=1027&k=KnbeceDU) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. 处理tag组件在vue下边框无效的问题。 +2. 处理popup组件圆角参数可能无效的问题。 +3. 处理tabs组件lineColor参数可能无效的问题。 +4. propgress组件在值很小时,显示异常的问题。 +## 2.0.5(2021-11-25) +## [点击加群交流反馈:232041042](https://jq.qq.com/?_wv=1027&k=KnbeceDU) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. calendar在vue下显示异常问题。 +2. form组件labelPosition和errorType参数无效的问题 +3. input组件inputAlign无效的问题 +4. 其他一些修复 +## 2.0.4(2021-11-23) +## [点击加群交流反馈:232041042](https://jq.qq.com/?_wv=1027&k=KnbeceDU) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +0. input组件缺失@confirm事件,以及subfix和prefix无效问题 +1. component.scss文件样式在vue下干扰全局布局问题 +2. 修复subsection在vue环境下表现异常的问题 +3. tag组件的bgColor等参数无效的问题 +4. upload组件不换行的问题 +5. 其他的一些修复处理 +## 2.0.3(2021-11-16) +## [点击加群交流反馈:1129077272](https://jq.qq.com/?_wv=1027&k=KnbeceDU) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. uView2.0已实现全面兼容nvue +2. uView2.0对1.x进行了架构重构,细节和性能都有极大提升 +3. 目前uView2.0为公测阶段,相关细节可能会有变动 +4. 我们写了一份与1.x的对比指南,详见[对比1.x](https://www.uviewui.com/components/diff1.x.html) +5. 处理modal的confirm回调事件拼写错误问题 +6. 处理input组件@input事件参数错误问题 +7. 其他一些修复 +## 2.0.2(2021-11-16) +## [点击加群交流反馈:1129077272](https://jq.qq.com/?_wv=1027&k=KnbeceDU) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. uView2.0已实现全面兼容nvue +2. uView2.0对1.x进行了架构重构,细节和性能都有极大提升 +3. 目前uView2.0为公测阶段,相关细节可能会有变动 +4. 我们写了一份与1.x的对比指南,详见[对比1.x](https://www.uviewui.com/components/diff1.x.html) +5. 修复input组件formatter参数缺失问题 +6. 优化loading-icon组件的scss写法问题,防止不兼容新版本scss +## 2.0.0(2020-11-15) +## [点击加群交流反馈:1129077272](https://jq.qq.com/?_wv=1027&k=KnbeceDU) + +# uView2.0重磅发布,利剑出鞘,一统江湖 + +1. uView2.0已实现全面兼容nvue +2. uView2.0对1.x进行了架构重构,细节和性能都有极大提升 +3. 目前uView2.0为公测阶段,相关细节可能会有变动 +4. 我们写了一份与1.x的对比指南,详见[对比1.x](https://www.uviewui.com/components/diff1.x.html) +5. 修复input组件formatter参数缺失问题 + + diff --git a/node_modules/uview-ui/components/u--form/u--form.vue b/node_modules/uview-ui/components/u--form/u--form.vue new file mode 100644 index 0000000..8ef0909 --- /dev/null +++ b/node_modules/uview-ui/components/u--form/u--form.vue @@ -0,0 +1,92 @@ + + + diff --git a/node_modules/uview-ui/components/u--image/u--image.vue b/node_modules/uview-ui/components/u--image/u--image.vue new file mode 100644 index 0000000..4e56bf0 --- /dev/null +++ b/node_modules/uview-ui/components/u--image/u--image.vue @@ -0,0 +1,73 @@ + + + diff --git a/node_modules/uview-ui/components/u--input/u--input.vue b/node_modules/uview-ui/components/u--input/u--input.vue new file mode 100644 index 0000000..cecec8f --- /dev/null +++ b/node_modules/uview-ui/components/u--input/u--input.vue @@ -0,0 +1,115 @@ + + + diff --git a/node_modules/uview-ui/components/u--text/u--text.vue b/node_modules/uview-ui/components/u--text/u--text.vue new file mode 100644 index 0000000..abb335b --- /dev/null +++ b/node_modules/uview-ui/components/u--text/u--text.vue @@ -0,0 +1,72 @@ + + + diff --git a/node_modules/uview-ui/components/u--textarea/u--textarea.vue b/node_modules/uview-ui/components/u--textarea/u--textarea.vue new file mode 100644 index 0000000..2f19b5c --- /dev/null +++ b/node_modules/uview-ui/components/u--textarea/u--textarea.vue @@ -0,0 +1,85 @@ + + + diff --git a/node_modules/uview-ui/components/u-action-sheet/props.js b/node_modules/uview-ui/components/u-action-sheet/props.js new file mode 100644 index 0000000..3f68a92 --- /dev/null +++ b/node_modules/uview-ui/components/u-action-sheet/props.js @@ -0,0 +1,54 @@ +export default { + props: { + // 操作菜单是否展示 (默认false) + show: { + type: Boolean, + default: uni.$u.props.actionSheet.show + }, + // 标题 + title: { + type: String, + default: uni.$u.props.actionSheet.title + }, + // 选项上方的描述信息 + description: { + type: String, + default: uni.$u.props.actionSheet.description + }, + // 数据 + actions: { + type: Array, + default: uni.$u.props.actionSheet.actions + }, + // 取消按钮的文字,不为空时显示按钮 + cancelText: { + type: String, + default: uni.$u.props.actionSheet.cancelText + }, + // 点击某个菜单项时是否关闭弹窗 + closeOnClickAction: { + type: Boolean, + default: uni.$u.props.actionSheet.closeOnClickAction + }, + // 处理底部安全区(默认true) + safeAreaInsetBottom: { + type: Boolean, + default: uni.$u.props.actionSheet.safeAreaInsetBottom + }, + // 小程序的打开方式 + openType: { + type: String, + default: uni.$u.props.actionSheet.openType + }, + // 点击遮罩是否允许关闭 (默认true) + closeOnClickOverlay: { + type: Boolean, + default: uni.$u.props.actionSheet.closeOnClickOverlay + }, + // 圆角值 + round: { + type: [String, Number], + default: uni.$u.props.actionSheet.round + } + } +} diff --git a/node_modules/uview-ui/components/u-action-sheet/u-action-sheet.vue b/node_modules/uview-ui/components/u-action-sheet/u-action-sheet.vue new file mode 100644 index 0000000..26d5d8d --- /dev/null +++ b/node_modules/uview-ui/components/u-action-sheet/u-action-sheet.vue @@ -0,0 +1,278 @@ + + + + + + diff --git a/node_modules/uview-ui/components/u-album/props.js b/node_modules/uview-ui/components/u-album/props.js new file mode 100644 index 0000000..75cdb37 --- /dev/null +++ b/node_modules/uview-ui/components/u-album/props.js @@ -0,0 +1,59 @@ +export default { + props: { + // 图片地址,Array|Array形式 + urls: { + type: Array, + default: uni.$u.props.album.urls + }, + // 指定从数组的对象元素中读取哪个属性作为图片地址 + keyName: { + type: String, + default: uni.$u.props.album.keyName + }, + // 单图时,图片长边的长度 + singleSize: { + type: [String, Number], + default: uni.$u.props.album.singleSize + }, + // 多图时,图片边长 + multipleSize: { + type: [String, Number], + default: uni.$u.props.album.multipleSize + }, + // 多图时,图片水平和垂直之间的间隔 + space: { + type: [String, Number], + default: uni.$u.props.album.space + }, + // 单图时,图片缩放裁剪的模式 + singleMode: { + type: String, + default: uni.$u.props.album.singleMode + }, + // 多图时,图片缩放裁剪的模式 + multipleMode: { + type: String, + default: uni.$u.props.album.multipleMode + }, + // 最多展示的图片数量,超出时最后一个位置将会显示剩余图片数量 + maxCount: { + type: [String, Number], + default: uni.$u.props.album.maxCount + }, + // 是否可以预览图片 + previewFullImage: { + type: Boolean, + default: uni.$u.props.album.previewFullImage + }, + // 每行展示图片数量,如设置,singleSize和multipleSize将会无效 + rowCount: { + type: [String, Number], + default: uni.$u.props.album.rowCount + }, + // 超出maxCount时是否显示查看更多的提示 + showMore: { + type: Boolean, + default: uni.$u.props.album.showMore + } + } +} diff --git a/node_modules/uview-ui/components/u-album/u-album.vue b/node_modules/uview-ui/components/u-album/u-album.vue new file mode 100644 index 0000000..687e2d5 --- /dev/null +++ b/node_modules/uview-ui/components/u-album/u-album.vue @@ -0,0 +1,259 @@ + + + + + \ No newline at end of file diff --git a/node_modules/uview-ui/components/u-alert/props.js b/node_modules/uview-ui/components/u-alert/props.js new file mode 100644 index 0000000..4297e2c --- /dev/null +++ b/node_modules/uview-ui/components/u-alert/props.js @@ -0,0 +1,44 @@ +export default { + props: { + // 显示文字 + title: { + type: String, + default: uni.$u.props.alert.title + }, + // 主题,success/warning/info/error + type: { + type: String, + default: uni.$u.props.alert.type + }, + // 辅助性文字 + description: { + type: String, + default: uni.$u.props.alert.description + }, + // 是否可关闭 + closable: { + type: Boolean, + default: uni.$u.props.alert.closable + }, + // 是否显示图标 + showIcon: { + type: Boolean, + default: uni.$u.props.alert.showIcon + }, + // 浅或深色调,light-浅色,dark-深色 + effect: { + type: String, + default: uni.$u.props.alert.effect + }, + // 文字是否居中 + center: { + type: Boolean, + default: uni.$u.props.alert.center + }, + // 字体大小 + fontSize: { + type: [String, Number], + default: uni.$u.props.alert.fontSize + } + } +} diff --git a/node_modules/uview-ui/components/u-alert/u-alert.vue b/node_modules/uview-ui/components/u-alert/u-alert.vue new file mode 100644 index 0000000..81f7d43 --- /dev/null +++ b/node_modules/uview-ui/components/u-alert/u-alert.vue @@ -0,0 +1,243 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-avatar-group/props.js b/node_modules/uview-ui/components/u-avatar-group/props.js new file mode 100644 index 0000000..58b42ac --- /dev/null +++ b/node_modules/uview-ui/components/u-avatar-group/props.js @@ -0,0 +1,52 @@ +export default { + props: { + // 头像图片组 + urls: { + type: Array, + default: uni.$u.props.avatarGroup.urls + }, + // 最多展示的头像数量 + maxCount: { + type: [String, Number], + default: uni.$u.props.avatarGroup.maxCount + }, + // 头像形状 + shape: { + type: String, + default: uni.$u.props.avatarGroup.shape + }, + // 图片裁剪模式 + mode: { + type: String, + default: uni.$u.props.avatarGroup.mode + }, + // 超出maxCount时是否显示查看更多的提示 + showMore: { + type: Boolean, + default: uni.$u.props.avatarGroup.showMore + }, + // 头像大小 + size: { + type: [String, Number], + default: uni.$u.props.avatarGroup.size + }, + // 指定从数组的对象元素中读取哪个属性作为图片地址 + keyName: { + type: String, + default: uni.$u.props.avatarGroup.keyName + }, + // 头像之间的遮挡比例 + gap: { + type: [String, Number], + validator(value) { + return value >= 0 && value <= 1 + }, + default: uni.$u.props.avatarGroup.gap + }, + // 需额外显示的值 + extraValue: { + type: [Number, String], + default: uni.$u.props.avatarGroup.extraValue + } + } +} diff --git a/node_modules/uview-ui/components/u-avatar-group/u-avatar-group.vue b/node_modules/uview-ui/components/u-avatar-group/u-avatar-group.vue new file mode 100644 index 0000000..7e996d7 --- /dev/null +++ b/node_modules/uview-ui/components/u-avatar-group/u-avatar-group.vue @@ -0,0 +1,103 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-avatar/props.js b/node_modules/uview-ui/components/u-avatar/props.js new file mode 100644 index 0000000..34ca0f2 --- /dev/null +++ b/node_modules/uview-ui/components/u-avatar/props.js @@ -0,0 +1,78 @@ +export default { + props: { + // 头像图片路径(不能为相对路径) + src: { + type: String, + default: uni.$u.props.avatar.src + }, + // 头像形状,circle-圆形,square-方形 + shape: { + type: String, + default: uni.$u.props.avatar.shape + }, + // 头像尺寸 + size: { + type: [String, Number], + default: uni.$u.props.avatar.size + }, + // 裁剪模式 + mode: { + type: String, + default: uni.$u.props.avatar.mode + }, + // 显示的文字 + text: { + type: String, + default: uni.$u.props.avatar.text + }, + // 背景色 + bgColor: { + type: String, + default: uni.$u.props.avatar.bgColor + }, + // 文字颜色 + color: { + type: String, + default: uni.$u.props.avatar.color + }, + // 文字大小 + fontSize: { + type: [String, Number], + default: uni.$u.props.avatar.fontSize + }, + // 显示的图标 + icon: { + type: String, + default: uni.$u.props.avatar.icon + }, + // 显示小程序头像,只对百度,微信,QQ小程序有效 + mpAvatar: { + type: Boolean, + default: uni.$u.props.avatar.mpAvatar + }, + // 是否使用随机背景色 + randomBgColor: { + type: Boolean, + default: uni.$u.props.avatar.randomBgColor + }, + // 加载失败的默认头像(组件有内置默认图片) + defaultUrl: { + type: String, + default: uni.$u.props.avatar.defaultUrl + }, + // 如果配置了randomBgColor为true,且配置了此值,则从默认的背景色数组中取出对应索引的颜色值,取值0-19之间 + colorIndex: { + type: [String, Number], + // 校验参数规则,索引在0-19之间 + validator(n) { + return uni.$u.test.range(n, [0, 19]) || n === '' + }, + default: uni.$u.props.avatar.colorIndex + }, + // 组件标识符 + name: { + type: String, + default: uni.$u.props.avatar.name + } + } +} diff --git a/node_modules/uview-ui/components/u-avatar/u-avatar.vue b/node_modules/uview-ui/components/u-avatar/u-avatar.vue new file mode 100644 index 0000000..d38d8a6 --- /dev/null +++ b/node_modules/uview-ui/components/u-avatar/u-avatar.vue @@ -0,0 +1,173 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-back-top/props.js b/node_modules/uview-ui/components/u-back-top/props.js new file mode 100644 index 0000000..6c702c2 --- /dev/null +++ b/node_modules/uview-ui/components/u-back-top/props.js @@ -0,0 +1,54 @@ +export default { + props: { + // 返回顶部的形状,circle-圆形,square-方形 + mode: { + type: String, + default: uni.$u.props.backtop.mode + }, + // 自定义图标 + icon: { + type: String, + default: uni.$u.props.backtop.icon + }, + // 提示文字 + text: { + type: String, + default: uni.$u.props.backtop.text + }, + // 返回顶部滚动时间 + duration: { + type: [String, Number], + default: uni.$u.props.backtop.duration + }, + // 滚动距离 + scrollTop: { + type: [String, Number], + default: uni.$u.props.backtop.scrollTop + }, + // 距离顶部多少距离显示,单位px + top: { + type: [String, Number], + default: uni.$u.props.backtop.top + }, + // 返回顶部按钮到底部的距离,单位px + bottom: { + type: [String, Number], + default: uni.$u.props.backtop.bottom + }, + // 返回顶部按钮到右边的距离,单位px + right: { + type: [String, Number], + default: uni.$u.props.backtop.right + }, + // 层级 + zIndex: { + type: [String, Number], + default: uni.$u.props.backtop.zIndex + }, + // 图标的样式,对象形式 + iconStyle: { + type: Object, + default: uni.$u.props.backtop.iconStyle + } + } +} diff --git a/node_modules/uview-ui/components/u-back-top/u-back-top.vue b/node_modules/uview-ui/components/u-back-top/u-back-top.vue new file mode 100644 index 0000000..2d07566 --- /dev/null +++ b/node_modules/uview-ui/components/u-back-top/u-back-top.vue @@ -0,0 +1,129 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-badge/props.js b/node_modules/uview-ui/components/u-badge/props.js new file mode 100644 index 0000000..74c032c --- /dev/null +++ b/node_modules/uview-ui/components/u-badge/props.js @@ -0,0 +1,72 @@ +export default { + props: { + // 是否显示圆点 + isDot: { + type: Boolean, + default: uni.$u.props.badge.isDot + }, + // 显示的内容 + value: { + type: [Number, String], + default: uni.$u.props.badge.value + }, + // 是否显示 + show: { + type: Boolean, + default: uni.$u.props.badge.show + }, + // 最大值,超过最大值会显示 '{max}+' + max: { + type: [Number, String], + default: uni.$u.props.badge.max + }, + // 主题类型,error|warning|success|primary + type: { + type: String, + default: uni.$u.props.badge.type + }, + // 当数值为 0 时,是否展示 Badge + showZero: { + type: Boolean, + default: uni.$u.props.badge.showZero + }, + // 背景颜色,优先级比type高,如设置,type参数会失效 + bgColor: { + type: [String, null], + default: uni.$u.props.badge.bgColor + }, + // 字体颜色 + color: { + type: [String, null], + default: uni.$u.props.badge.color + }, + // 徽标形状,circle-四角均为圆角,horn-左下角为直角 + shape: { + type: String, + default: uni.$u.props.badge.shape + }, + // 设置数字的显示方式,overflow|ellipsis|limit + // overflow会根据max字段判断,超出显示`${max}+` + // ellipsis会根据max判断,超出显示`${max}...` + // limit会依据1000作为判断条件,超出1000,显示`${value/1000}K`,比如2.2k、3.34w,最多保留2位小数 + numberType: { + type: String, + default: uni.$u.props.badge.numberType + }, + // 设置badge的位置偏移,格式为 [x, y],也即设置的为top和right的值,absolute为true时有效 + offset: { + type: Array, + default: uni.$u.props.badge.offset + }, + // 是否反转背景和字体颜色 + inverted: { + type: Boolean, + default: uni.$u.props.badge.inverted + }, + // 是否绝对定位 + absolute: { + type: Boolean, + default: uni.$u.props.badge.absolute + } + } +} diff --git a/node_modules/uview-ui/components/u-badge/u-badge.vue b/node_modules/uview-ui/components/u-badge/u-badge.vue new file mode 100644 index 0000000..53cfc81 --- /dev/null +++ b/node_modules/uview-ui/components/u-badge/u-badge.vue @@ -0,0 +1,171 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-button/nvue.scss b/node_modules/uview-ui/components/u-button/nvue.scss new file mode 100644 index 0000000..490db7d --- /dev/null +++ b/node_modules/uview-ui/components/u-button/nvue.scss @@ -0,0 +1,46 @@ +$u-button-active-opacity:0.75 !default; +$u-button-loading-text-margin-left:4px !default; +$u-button-text-color: #FFFFFF !default; +$u-button-text-plain-error-color:$u-error !default; +$u-button-text-plain-warning-color:$u-warning !default; +$u-button-text-plain-success-color:$u-success !default; +$u-button-text-plain-info-color:$u-info !default; +$u-button-text-plain-primary-color:$u-primary !default; +.u-button { + &--active { + opacity: $u-button-active-opacity; + } + + &--active--plain { + background-color: rgb(217, 217, 217); + } + + &__loading-text { + margin-left:$u-button-loading-text-margin-left; + } + + &__text, + &__loading-text { + color:$u-button-text-color; + } + + &__text--plain--error { + color:$u-button-text-plain-error-color; + } + + &__text--plain--warning { + color:$u-button-text-plain-warning-color; + } + + &__text--plain--success{ + color:$u-button-text-plain-success-color; + } + + &__text--plain--info { + color:$u-button-text-plain-info-color; + } + + &__text--plain--primary { + color:$u-button-text-plain-primary-color; + } +} \ No newline at end of file diff --git a/node_modules/uview-ui/components/u-button/props.js b/node_modules/uview-ui/components/u-button/props.js new file mode 100644 index 0000000..07fd844 --- /dev/null +++ b/node_modules/uview-ui/components/u-button/props.js @@ -0,0 +1,161 @@ +/* + * @Author : LQ + * @Description : + * @version : 1.0 + * @Date : 2021-08-16 10:04:04 + * @LastAuthor : LQ + * @lastTime : 2021-08-16 10:04:24 + * @FilePath : /u-view2.0/uview-ui/components/u-button/props.js + */ +export default { + props: { + // 是否细边框 + hairline: { + type: Boolean, + default: uni.$u.props.button.hairline + }, + // 按钮的预置样式,info,primary,error,warning,success + type: { + type: String, + default: uni.$u.props.button.type + }, + // 按钮尺寸,large,normal,small,mini + size: { + type: String, + default: uni.$u.props.button.size + }, + // 按钮形状,circle(两边为半圆),square(带圆角) + shape: { + type: String, + default: uni.$u.props.button.shape + }, + // 按钮是否镂空 + plain: { + type: Boolean, + default: uni.$u.props.button.plain + }, + // 是否禁止状态 + disabled: { + type: Boolean, + default: uni.$u.props.button.disabled + }, + // 是否加载中 + loading: { + type: Boolean, + default: uni.$u.props.button.loading + }, + // 加载中提示文字 + loadingText: { + type: [String, Number], + default: uni.$u.props.button.loadingText + }, + // 加载状态图标类型 + loadingMode: { + type: String, + default: uni.$u.props.button.loadingMode + }, + // 加载图标大小 + loadingSize: { + type: [String, Number], + default: uni.$u.props.button.loadingSize + }, + // 开放能力,具体请看uniapp稳定关于button组件部分说明 + // https://uniapp.dcloud.io/component/button + openType: { + type: String, + default: uni.$u.props.button.openType + }, + // 用于
    组件,点击分别会触发 组件的 submit/reset 事件 + // 取值为submit(提交表单),reset(重置表单) + formType: { + type: String, + default: uni.$u.props.button.formType + }, + // 打开 APP 时,向 APP 传递的参数,open-type=launchApp时有效 + // 只微信小程序、QQ小程序有效 + appParameter: { + type: String, + default: uni.$u.props.button.appParameter + }, + // 指定是否阻止本节点的祖先节点出现点击态,微信小程序有效 + hoverStopPropagation: { + type: Boolean, + default: uni.$u.props.button.hoverStopPropagation + }, + // 指定返回用户信息的语言,zh_CN 简体中文,zh_TW 繁体中文,en 英文。只微信小程序有效 + lang: { + type: String, + default: uni.$u.props.button.lang + }, + // 会话来源,open-type="contact"时有效。只微信小程序有效 + sessionFrom: { + type: String, + default: uni.$u.props.button.sessionFrom + }, + // 会话内消息卡片标题,open-type="contact"时有效 + // 默认当前标题,只微信小程序有效 + sendMessageTitle: { + type: String, + default: uni.$u.props.button.sendMessageTitle + }, + // 会话内消息卡片点击跳转小程序路径,open-type="contact"时有效 + // 默认当前分享路径,只微信小程序有效 + sendMessagePath: { + type: String, + default: uni.$u.props.button.sendMessagePath + }, + // 会话内消息卡片图片,open-type="contact"时有效 + // 默认当前页面截图,只微信小程序有效 + sendMessageImg: { + type: String, + default: uni.$u.props.button.sendMessageImg + }, + // 是否显示会话内消息卡片,设置此参数为 true,用户进入客服会话会在右下角显示"可能要发送的小程序"提示, + // 用户点击后可以快速发送小程序消息,open-type="contact"时有效 + showMessageCard: { + type: Boolean, + default: uni.$u.props.button.showMessageCard + }, + // 额外传参参数,用于小程序的data-xxx属性,通过target.dataset.name获取 + dataName: { + type: String, + default: uni.$u.props.button.dataName + }, + // 节流,一定时间内只能触发一次 + throttleTime: { + type: [String, Number], + default: uni.$u.props.button.throttleTime + }, + // 按住后多久出现点击态,单位毫秒 + hoverStartTime: { + type: [String, Number], + default: uni.$u.props.button.hoverStartTime + }, + // 手指松开后点击态保留时间,单位毫秒 + hoverStayTime: { + type: [String, Number], + default: uni.$u.props.button.hoverStayTime + }, + // 按钮文字,之所以通过props传入,是因为slot传入的话 + // nvue中无法控制文字的样式 + text: { + type: [String, Number], + default: uni.$u.props.button.text + }, + // 按钮图标 + icon: { + type: String, + default: uni.$u.props.button.icon + }, + // 按钮图标 + iconColor: { + type: String, + default: uni.$u.props.button.icon + }, + // 按钮颜色,支持传入linear-gradient渐变色 + color: { + type: String, + default: uni.$u.props.button.color + } + } +} diff --git a/node_modules/uview-ui/components/u-button/u-button.vue b/node_modules/uview-ui/components/u-button/u-button.vue new file mode 100644 index 0000000..d60f73e --- /dev/null +++ b/node_modules/uview-ui/components/u-button/u-button.vue @@ -0,0 +1,495 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-button/vue.scss b/node_modules/uview-ui/components/u-button/vue.scss new file mode 100644 index 0000000..32019b2 --- /dev/null +++ b/node_modules/uview-ui/components/u-button/vue.scss @@ -0,0 +1,80 @@ +// nvue下hover-class无效 +$u-button-before-top:50% !default; +$u-button-before-left:50% !default; +$u-button-before-width:100% !default; +$u-button-before-height:100% !default; +$u-button-before-transform:translate(-50%, -50%) !default; +$u-button-before-opacity:0 !default; +$u-button-before-background-color:#000 !default; +$u-button-before-border-color:#000 !default; +$u-button-active-before-opacity:.15 !default; +$u-button-icon-margin-left:4px !default; +$u-button-plain-u-button-info-color:$u-info; +$u-button-plain-u-button-success-color:$u-success; +$u-button-plain-u-button-error-color:$u-error; +$u-button-plain-u-button-warning-color:$u-error; + +.u-button { + width: 100%; + + &__text { + white-space: nowrap; + line-height: 1; + } + + &:before { + position: absolute; + top:$u-button-before-top; + left:$u-button-before-left; + width:$u-button-before-width; + height:$u-button-before-height; + border: inherit; + border-radius: inherit; + transform:$u-button-before-transform; + opacity:$u-button-before-opacity; + content: " "; + background-color:$u-button-before-background-color; + border-color:$u-button-before-border-color; + } + + &--active { + &:before { + opacity: .15 + } + } + + &__icon+&__text:not(:empty), + &__loading-text { + margin-left:$u-button-icon-margin-left; + } + + &--plain { + &.u-button--primary { + color: $u-primary; + } + } + + &--plain { + &.u-button--info { + color:$u-button-plain-u-button-info-color; + } + } + + &--plain { + &.u-button--success { + color:$u-button-plain-u-button-success-color; + } + } + + &--plain { + &.u-button--error { + color:$u-button-plain-u-button-error-color; + } + } + + &--plain { + &.u-button--warning { + color:$u-button-plain-u-button-warning-color; + } + } +} diff --git a/node_modules/uview-ui/components/u-calendar/header.vue b/node_modules/uview-ui/components/u-calendar/header.vue new file mode 100644 index 0000000..dc4f7d0 --- /dev/null +++ b/node_modules/uview-ui/components/u-calendar/header.vue @@ -0,0 +1,99 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-calendar/month.vue b/node_modules/uview-ui/components/u-calendar/month.vue new file mode 100644 index 0000000..c20937f --- /dev/null +++ b/node_modules/uview-ui/components/u-calendar/month.vue @@ -0,0 +1,579 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-calendar/props.js b/node_modules/uview-ui/components/u-calendar/props.js new file mode 100644 index 0000000..2ad7bc7 --- /dev/null +++ b/node_modules/uview-ui/components/u-calendar/props.js @@ -0,0 +1,144 @@ +export default { + props: { + // 日历顶部标题 + title: { + type: String, + default: uni.$u.props.calendar.title + }, + // 是否显示标题 + showTitle: { + type: Boolean, + default: uni.$u.props.calendar.showTitle + }, + // 是否显示副标题 + showSubtitle: { + type: Boolean, + default: uni.$u.props.calendar.showSubtitle + }, + // 日期类型选择,single-选择单个日期,multiple-可以选择多个日期,range-选择日期范围 + mode: { + type: String, + default: uni.$u.props.calendar.mode + }, + // mode=range时,第一个日期底部的提示文字 + startText: { + type: String, + default: uni.$u.props.calendar.startText + }, + // mode=range时,最后一个日期底部的提示文字 + endText: { + type: String, + default: uni.$u.props.calendar.endText + }, + // 自定义列表 + customList: { + type: Array, + default: uni.$u.props.calendar.customList + }, + // 主题色,对底部按钮和选中日期有效 + color: { + type: String, + default: uni.$u.props.calendar.color + }, + // 最小的可选日期 + minDate: { + type: [String, Number], + default: uni.$u.props.calendar.minDate + }, + // 最大可选日期 + maxDate: { + type: [String, Number], + default: uni.$u.props.calendar.maxDate + }, + // 默认选中的日期,mode为multiple或range是必须为数组格式 + defaultDate: { + type: [Array, String, Date, null], + default: uni.$u.props.calendar.defaultDate + }, + // mode=multiple时,最多可选多少个日期 + maxCount: { + type: [String, Number], + default: uni.$u.props.calendar.maxCount + }, + // 日期行高 + rowHeight: { + type: [String, Number], + default: uni.$u.props.calendar.rowHeight + }, + // 日期格式化函数 + formatter: { + type: [Function, null], + default: uni.$u.props.calendar.formatter + }, + // 是否显示农历 + showLunar: { + type: Boolean, + default: uni.$u.props.calendar.showLunar + }, + // 是否显示月份背景色 + showMark: { + type: Boolean, + default: uni.$u.props.calendar.showMark + }, + // 确定按钮的文字 + confirmText: { + type: String, + default: uni.$u.props.calendar.confirmText + }, + // 确认按钮处于禁用状态时的文字 + confirmDisabledText: { + type: String, + default: uni.$u.props.calendar.confirmDisabledText + }, + // 是否显示日历弹窗 + show: { + type: Boolean, + default: uni.$u.props.calendar.show + }, + // 是否允许点击遮罩关闭日历 + closeOnClickOverlay: { + type: Boolean, + default: uni.$u.props.calendar.closeOnClickOverlay + }, + // 是否为只读状态,只读状态下禁止选择日期 + readonly: { + type: Boolean, + default: uni.$u.props.calendar.readonly + }, + // 是否展示确认按钮 + showConfirm: { + type: Boolean, + default: uni.$u.props.calendar.showConfirm + }, + // 日期区间最多可选天数,默认无限制,mode = range时有效 + maxRange: { + type: [Number, String], + default: uni.$u.props.calendar.maxRange + }, + // 范围选择超过最多可选天数时的提示文案,mode = range时有效 + rangePrompt: { + type: String, + default: uni.$u.props.calendar.rangePrompt + }, + // 范围选择超过最多可选天数时,是否展示提示文案,mode = range时有效 + showRangePrompt: { + type: Boolean, + default: uni.$u.props.calendar.showRangePrompt + }, + // 是否允许日期范围的起止时间为同一天,mode = range时有效 + allowSameDay: { + type: Boolean, + default: uni.$u.props.calendar.allowSameDay + }, + // 圆角值 + round: { + type: [Boolean, String, Number], + default: uni.$u.props.calendar.round + }, + // 最多展示月份数量 + monthNum: { + type: [Number, String], + default: 3 + } + } +} diff --git a/node_modules/uview-ui/components/u-calendar/u-calendar.vue b/node_modules/uview-ui/components/u-calendar/u-calendar.vue new file mode 100644 index 0000000..511f993 --- /dev/null +++ b/node_modules/uview-ui/components/u-calendar/u-calendar.vue @@ -0,0 +1,384 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-calendar/util.js b/node_modules/uview-ui/components/u-calendar/util.js new file mode 100644 index 0000000..ca4736b --- /dev/null +++ b/node_modules/uview-ui/components/u-calendar/util.js @@ -0,0 +1,85 @@ +export default { + methods: { + // 设置月份数据 + setMonth() { + // 月初是周几 + const day = dayjs(this.date).date(1).day() + const start = day == 0 ? 6 : day - 1 + + // 本月天数 + const days = dayjs(this.date).endOf('month').format('D') + + // 上个月天数 + const prevDays = dayjs(this.date).endOf('month').subtract(1, 'month').format('D') + + // 日期数据 + const arr = [] + // 清空表格 + this.month = [] + + // 添加上月数据 + arr.push( + ...new Array(start).fill(1).map((e, i) => { + const day = prevDays - start + i + 1 + + return { + value: day, + disabled: true, + date: dayjs(this.date).subtract(1, 'month').date(day).format('YYYY-MM-DD') + } + }) + ) + + // 添加本月数据 + arr.push( + ...new Array(days - 0).fill(1).map((e, i) => { + const day = i + 1 + + return { + value: day, + date: dayjs(this.date).date(day).format('YYYY-MM-DD') + } + }) + ) + + // 添加下个月 + arr.push( + ...new Array(42 - days - start).fill(1).map((e, i) => { + const day = i + 1 + + return { + value: day, + disabled: true, + date: dayjs(this.date).add(1, 'month').date(day).format('YYYY-MM-DD') + } + }) + ) + + // 分割数组 + for (let n = 0; n < arr.length; n += 7) { + this.month.push( + arr.slice(n, n + 7).map((e, i) => { + e.index = i + n + + // 自定义信息 + const custom = this.customList.find((c) => c.date == e.date) + + // 农历 + if (this.lunar) { + const { + IDayCn, + IMonthCn + } = this.getLunar(e.date) + e.lunar = IDayCn == '初一' ? IMonthCn : IDayCn + } + + return { + ...e, + ...custom + } + }) + ) + } + } + } +} diff --git a/node_modules/uview-ui/components/u-car-keyboard/props.js b/node_modules/uview-ui/components/u-car-keyboard/props.js new file mode 100644 index 0000000..3553647 --- /dev/null +++ b/node_modules/uview-ui/components/u-car-keyboard/props.js @@ -0,0 +1,14 @@ +export default { + props: { + // 是否打乱键盘按键的顺序 + random: { + type: Boolean, + default: false + }, + // 输入一个中文后,是否自动切换到英文 + autoChange: { + type: Boolean, + default: false + } + } +} diff --git a/node_modules/uview-ui/components/u-car-keyboard/u-car-keyboard.vue b/node_modules/uview-ui/components/u-car-keyboard/u-car-keyboard.vue new file mode 100644 index 0000000..51175b5 --- /dev/null +++ b/node_modules/uview-ui/components/u-car-keyboard/u-car-keyboard.vue @@ -0,0 +1,311 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-cell-group/props.js b/node_modules/uview-ui/components/u-cell-group/props.js new file mode 100644 index 0000000..350ef40 --- /dev/null +++ b/node_modules/uview-ui/components/u-cell-group/props.js @@ -0,0 +1,14 @@ +export default { + props: { + // 分组标题 + title: { + type: String, + default: uni.$u.props.cellGroup.title + }, + // 是否显示外边框 + border: { + type: Boolean, + default: uni.$u.props.cellGroup.border + } + } +} diff --git a/node_modules/uview-ui/components/u-cell-group/u-cell-group.vue b/node_modules/uview-ui/components/u-cell-group/u-cell-group.vue new file mode 100644 index 0000000..a9508c0 --- /dev/null +++ b/node_modules/uview-ui/components/u-cell-group/u-cell-group.vue @@ -0,0 +1,61 @@ + + + + + + diff --git a/node_modules/uview-ui/components/u-cell/props.js b/node_modules/uview-ui/components/u-cell/props.js new file mode 100644 index 0000000..da03330 --- /dev/null +++ b/node_modules/uview-ui/components/u-cell/props.js @@ -0,0 +1,110 @@ +export default { + props: { + // 标题 + title: { + type: [String, Number], + default: uni.$u.props.cell.title + }, + // 标题下方的描述信息 + label: { + type: [String, Number], + default: uni.$u.props.cell.label + }, + // 右侧的内容 + value: { + type: [String, Number], + default: uni.$u.props.cell.value + }, + // 左侧图标名称,或者图片链接(本地文件建议使用绝对地址) + icon: { + type: String, + default: uni.$u.props.cell.icon + }, + // 是否禁用cell + disabled: { + type: Boolean, + default: uni.$u.props.cell.disabled + }, + // 是否显示下边框 + border: { + type: Boolean, + default: uni.$u.props.cell.border + }, + // 内容是否垂直居中(主要是针对右侧的value部分) + center: { + type: Boolean, + default: uni.$u.props.cell.center + }, + // 点击后跳转的URL地址 + url: { + type: String, + default: uni.$u.props.cell.url + }, + // 链接跳转的方式,内部使用的是uView封装的route方法,可能会进行拦截操作 + linkType: { + type: String, + default: uni.$u.props.cell.linkType + }, + // 是否开启点击反馈(表现为点击时加上灰色背景) + clickable: { + type: Boolean, + default: uni.$u.props.cell.clickable + }, + // 是否展示右侧箭头并开启点击反馈 + isLink: { + type: Boolean, + default: uni.$u.props.cell.isLink + }, + // 是否显示表单状态下的必填星号(此组件可能会内嵌入input组件) + required: { + type: Boolean, + default: uni.$u.props.cell.required + }, + // 右侧的图标箭头 + rightIcon: { + type: String, + default: uni.$u.props.cell.rightIcon + }, + // 右侧箭头的方向,可选值为:left,up,down + arrowDirection: { + type: String, + default: uni.$u.props.cell.arrowDirection + }, + // 左侧图标样式 + iconStyle: { + type: [Object, String], + default: () => { + return uni.$u.props.cell.iconStyle + } + }, + // 右侧箭头图标的样式 + rightIconStyle: { + type: [Object, String], + default: () => { + return uni.$u.props.cell.rightIconStyle + } + }, + // 标题的样式 + titleStyle: { + type: [Object, String], + default: () => { + return uni.$u.props.cell.titleStyle + } + }, + // 单位元的大小,可选值为large + size: { + type: String, + default: uni.$u.props.cell.size + }, + // 点击cell是否阻止事件传播 + stop: { + type: Boolean, + default: uni.$u.props.cell.stop + }, + // 标识符,cell被点击时返回 + name: { + type: [Number, String], + default: uni.$u.props.cell.name + } + } +} diff --git a/node_modules/uview-ui/components/u-cell/u-cell.vue b/node_modules/uview-ui/components/u-cell/u-cell.vue new file mode 100644 index 0000000..b099c90 --- /dev/null +++ b/node_modules/uview-ui/components/u-cell/u-cell.vue @@ -0,0 +1,229 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-checkbox-group/props.js b/node_modules/uview-ui/components/u-checkbox-group/props.js new file mode 100644 index 0000000..2f818a1 --- /dev/null +++ b/node_modules/uview-ui/components/u-checkbox-group/props.js @@ -0,0 +1,82 @@ +export default { + props: { + // 标识符 + name: { + type: String, + default: uni.$u.props.checkboxGroup.name + }, + // 绑定的值 + value: { + type: Array, + default: uni.$u.props.checkboxGroup.value + }, + // 形状,circle-圆形,square-方形 + shape: { + type: String, + default: uni.$u.props.checkboxGroup.shape + }, + // 是否禁用全部checkbox + disabled: { + type: Boolean, + default: uni.$u.props.checkboxGroup.disabled + }, + + // 选中状态下的颜色,如设置此值,将会覆盖parent的activeColor值 + activeColor: { + type: String, + default: uni.$u.props.checkboxGroup.activeColor + }, + // 未选中的颜色 + inactiveColor: { + type: String, + default: uni.$u.props.checkboxGroup.inactiveColor + }, + + // 整个组件的尺寸,默认px + size: { + type: [String, Number], + default: uni.$u.props.checkboxGroup.size + }, + // 布局方式,row-横向,column-纵向 + placement: { + type: String, + default: uni.$u.props.checkboxGroup.placement + }, + // label的字体大小,px单位 + labelSize: { + type: [String, Number], + default: uni.$u.props.checkboxGroup.labelSize + }, + // label的字体颜色 + labelColor: { + type: [String], + default: uni.$u.props.checkboxGroup.labelColor + }, + // 是否禁止点击文本操作 + labelDisabled: { + type: Boolean, + default: uni.$u.props.checkboxGroup.labelDisabled + }, + // 图标颜色 + iconColor: { + type: String, + default: uni.$u.props.checkboxGroup.iconColor + }, + // 图标的大小,单位px + iconSize: { + type: [String, Number], + default: uni.$u.props.checkboxGroup.iconSize + }, + // 勾选图标的对齐方式,left-左边,right-右边 + iconPlacement: { + type: String, + default: uni.$u.props.checkboxGroup.iconPlacement + }, + // 竖向配列时,是否显示下划线 + borderBottom: { + type: Boolean, + default: uni.$u.props.checkboxGroup.borderBottom + } + + } +} diff --git a/node_modules/uview-ui/components/u-checkbox-group/u-checkbox-group.vue b/node_modules/uview-ui/components/u-checkbox-group/u-checkbox-group.vue new file mode 100644 index 0000000..7a6b4fa --- /dev/null +++ b/node_modules/uview-ui/components/u-checkbox-group/u-checkbox-group.vue @@ -0,0 +1,103 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-checkbox/props.js b/node_modules/uview-ui/components/u-checkbox/props.js new file mode 100644 index 0000000..93f4fd9 --- /dev/null +++ b/node_modules/uview-ui/components/u-checkbox/props.js @@ -0,0 +1,69 @@ +export default { + props: { + // checkbox的名称 + name: { + type: [String, Number, Boolean], + default: uni.$u.props.checkbox.name + }, + // 形状,square为方形,circle为圆型 + shape: { + type: String, + default: uni.$u.props.checkbox.shape + }, + // 整体的大小 + size: { + type: [String, Number], + default: uni.$u.props.checkbox.size + }, + // 是否默认选中 + checked: { + type: Boolean, + default: uni.$u.props.checkbox.checked + }, + // 是否禁用 + disabled: { + type: [String, Boolean], + default: uni.$u.props.checkbox.disabled + }, + // 选中状态下的颜色,如设置此值,将会覆盖parent的activeColor值 + activeColor: { + type: String, + default: uni.$u.props.checkbox.activeColor + }, + // 未选中的颜色 + inactiveColor: { + type: String, + default: uni.$u.props.checkbox.inactiveColor + }, + // 图标的大小,单位px + iconSize: { + type: [String, Number], + default: uni.$u.props.checkbox.iconSize + }, + // 图标颜色 + iconColor: { + type: String, + default: uni.$u.props.checkbox.iconColor + }, + // label提示文字,因为nvue下,直接slot进来的文字,由于特殊的结构,无法修改样式 + label: { + type: [String, Number], + default: uni.$u.props.checkbox.label + }, + // label的字体大小,px单位 + labelSize: { + type: [String, Number], + default: uni.$u.props.checkbox.labelSize + }, + // label的颜色 + labelColor: { + type: String, + default: uni.$u.props.checkbox.labelColor + }, + // 是否禁止点击提示语选中复选框 + labelDisabled: { + type: [String, Boolean], + default: uni.$u.props.checkbox.labelDisabled + } + } +} diff --git a/node_modules/uview-ui/components/u-checkbox/u-checkbox.vue b/node_modules/uview-ui/components/u-checkbox/u-checkbox.vue new file mode 100644 index 0000000..6429cca --- /dev/null +++ b/node_modules/uview-ui/components/u-checkbox/u-checkbox.vue @@ -0,0 +1,344 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-circle-progress/props.js b/node_modules/uview-ui/components/u-circle-progress/props.js new file mode 100644 index 0000000..d776cfb --- /dev/null +++ b/node_modules/uview-ui/components/u-circle-progress/props.js @@ -0,0 +1,8 @@ +export default { + props: { + percentage: { + type: [String, Number], + default: uni.$u.props.circleProgress.percentage + } + } +} diff --git a/node_modules/uview-ui/components/u-circle-progress/u-circle-progress.vue b/node_modules/uview-ui/components/u-circle-progress/u-circle-progress.vue new file mode 100644 index 0000000..d1ee286 --- /dev/null +++ b/node_modules/uview-ui/components/u-circle-progress/u-circle-progress.vue @@ -0,0 +1,198 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-code-input/props.js b/node_modules/uview-ui/components/u-code-input/props.js new file mode 100644 index 0000000..0f016ee --- /dev/null +++ b/node_modules/uview-ui/components/u-code-input/props.js @@ -0,0 +1,79 @@ +export default { + props: { + // 键盘弹起时,是否自动上推页面 + adjustPosition: { + type: Boolean, + default: uni.$u.props.codeInput.adjustPosition + }, + // 最大输入长度 + maxlength: { + type: [String, Number], + default: uni.$u.props.codeInput.maxlength + }, + // 是否用圆点填充 + dot: { + type: Boolean, + default: uni.$u.props.codeInput.dot + }, + // 显示模式,box-盒子模式,line-底部横线模式 + mode: { + type: String, + default: uni.$u.props.codeInput.mode + }, + // 是否细边框 + hairline: { + type: Boolean, + default: uni.$u.props.codeInput.hairline + }, + // 字符间的距离 + space: { + type: [String, Number], + default: uni.$u.props.codeInput.space + }, + // 预置值 + value: { + type: [String, Number], + default: uni.$u.props.codeInput.value + }, + // 是否自动获取焦点 + focus: { + type: Boolean, + default: uni.$u.props.codeInput.focus + }, + // 字体是否加粗 + bold: { + type: Boolean, + default: uni.$u.props.codeInput.bold + }, + // 字体颜色 + color: { + type: String, + default: uni.$u.props.codeInput.color + }, + // 字体大小 + fontSize: { + type: [String, Number], + default: uni.$u.props.codeInput.fontSize + }, + // 输入框的大小,宽等于高 + size: { + type: [String, Number], + default: uni.$u.props.codeInput.size + }, + // 是否隐藏原生键盘,如果想用自定义键盘的话,需设置此参数为true + disabledKeyboard: { + type: Boolean, + default: uni.$u.props.codeInput.disabledKeyboard + }, + // 边框和线条颜色 + borderColor: { + type: String, + default: uni.$u.props.codeInput.borderColor + }, + // 是否禁止输入"."符号 + disabledDot: { + type: Boolean, + default: uni.$u.props.codeInput.disabledDot + } + } +} diff --git a/node_modules/uview-ui/components/u-code-input/u-code-input.vue b/node_modules/uview-ui/components/u-code-input/u-code-input.vue new file mode 100644 index 0000000..96241cf --- /dev/null +++ b/node_modules/uview-ui/components/u-code-input/u-code-input.vue @@ -0,0 +1,252 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-code/props.js b/node_modules/uview-ui/components/u-code/props.js new file mode 100644 index 0000000..eaf80d0 --- /dev/null +++ b/node_modules/uview-ui/components/u-code/props.js @@ -0,0 +1,34 @@ +export default { + props: { + // 倒计时总秒数 + seconds: { + type: [String, Number], + default: uni.$u.props.code.seconds + }, + // 尚未开始时提示 + startText: { + type: String, + default: uni.$u.props.code.startText + }, + // 正在倒计时中的提示 + changeText: { + type: String, + default: uni.$u.props.code.changeText + }, + // 倒计时结束时的提示 + endText: { + type: String, + default: uni.$u.props.code.endText + }, + // 是否在H5刷新或各端返回再进入时继续倒计时 + keepRunning: { + type: Boolean, + default: uni.$u.props.code.keepRunning + }, + // 为了区分多个页面,或者一个页面多个倒计时组件本地存储的继续倒计时变了 + uniqueKey: { + type: String, + default: uni.$u.props.code.uniqueKey + } + } +} diff --git a/node_modules/uview-ui/components/u-code/u-code.vue b/node_modules/uview-ui/components/u-code/u-code.vue new file mode 100644 index 0000000..f79a09a --- /dev/null +++ b/node_modules/uview-ui/components/u-code/u-code.vue @@ -0,0 +1,129 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-col/props.js b/node_modules/uview-ui/components/u-col/props.js new file mode 100644 index 0000000..0622251 --- /dev/null +++ b/node_modules/uview-ui/components/u-col/props.js @@ -0,0 +1,29 @@ +export default { + props: { + // 占父容器宽度的多少等分,总分为12份 + span: { + type: [String, Number], + default: uni.$u.props.col.span + }, + // 指定栅格左侧的间隔数(总12栏) + offset: { + type: [String, Number], + default: uni.$u.props.col.offset + }, + // 水平排列方式,可选值为`start`(或`flex-start`)、`end`(或`flex-end`)、`center`、`around`(或`space-around`)、`between`(或`space-between`) + justify: { + type: String, + default: uni.$u.props.col.justify + }, + // 垂直对齐方式,可选值为top、center、bottom、stretch + align: { + type: String, + default: uni.$u.props.col.align + }, + // 文字对齐方式 + textAlign: { + type: String, + default: uni.$u.props.col.textAlign + } + } +} diff --git a/node_modules/uview-ui/components/u-col/u-col.vue b/node_modules/uview-ui/components/u-col/u-col.vue new file mode 100644 index 0000000..8be1517 --- /dev/null +++ b/node_modules/uview-ui/components/u-col/u-col.vue @@ -0,0 +1,162 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-collapse-item/props.js b/node_modules/uview-ui/components/u-collapse-item/props.js new file mode 100644 index 0000000..bd5749b --- /dev/null +++ b/node_modules/uview-ui/components/u-collapse-item/props.js @@ -0,0 +1,59 @@ +export default { + props: { + // 标题 + title: { + type: String, + default: uni.$u.props.collapseItem.title + }, + // 标题右侧内容 + value: { + type: String, + default: uni.$u.props.collapseItem.value + }, + // 标题下方的描述信息 + label: { + type: String, + default: uni.$u.props.collapseItem.label + }, + // 是否禁用折叠面板 + disabled: { + type: Boolean, + default: uni.$u.props.collapseItem.disabled + }, + // 是否展示右侧箭头并开启点击反馈 + isLink: { + type: Boolean, + default: uni.$u.props.collapseItem.isLink + }, + // 是否开启点击反馈 + clickable: { + type: Boolean, + default: uni.$u.props.collapseItem.clickable + }, + // 是否显示内边框 + border: { + type: Boolean, + default: uni.$u.props.collapseItem.border + }, + // 标题的对齐方式 + align: { + type: String, + default: uni.$u.props.collapseItem.align + }, + // 唯一标识符 + name: { + type: [String, Number], + default: uni.$u.props.collapseItem.name + }, + // 标题左侧图片,可为绝对路径的图片或内置图标 + icon: { + type: String, + default: uni.$u.props.collapseItem.icon + }, + // 面板展开收起的过渡时间,单位ms + duration: { + type: Number, + default: uni.$u.props.collapseItem.duration + } + } +} diff --git a/node_modules/uview-ui/components/u-collapse-item/u-collapse-item.vue b/node_modules/uview-ui/components/u-collapse-item/u-collapse-item.vue new file mode 100644 index 0000000..0e1b703 --- /dev/null +++ b/node_modules/uview-ui/components/u-collapse-item/u-collapse-item.vue @@ -0,0 +1,225 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-collapse/props.js b/node_modules/uview-ui/components/u-collapse/props.js new file mode 100644 index 0000000..7ee6d31 --- /dev/null +++ b/node_modules/uview-ui/components/u-collapse/props.js @@ -0,0 +1,19 @@ +export default { + props: { + // 当前展开面板的name,非手风琴模式:[],手风琴模式:string | number + value: { + type: [String, Number, Array, null], + default: uni.$u.props.collapse.value + }, + // 是否手风琴模式 + accordion: { + type: Boolean, + default: uni.$u.props.collapse.accordion + }, + // 是否显示外边框 + border: { + type: Boolean, + default: uni.$u.props.collapse.border + } + } +} diff --git a/node_modules/uview-ui/components/u-collapse/u-collapse.vue b/node_modules/uview-ui/components/u-collapse/u-collapse.vue new file mode 100644 index 0000000..fc188a2 --- /dev/null +++ b/node_modules/uview-ui/components/u-collapse/u-collapse.vue @@ -0,0 +1,90 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-column-notice/props.js b/node_modules/uview-ui/components/u-column-notice/props.js new file mode 100644 index 0000000..4809154 --- /dev/null +++ b/node_modules/uview-ui/components/u-column-notice/props.js @@ -0,0 +1,55 @@ +export default { + props: { + // 显示的内容,字符串 + text: { + type: [Array], + default: uni.$u.props.columnNotice.text + }, + // 是否显示左侧的音量图标 + icon: { + type: String, + default: uni.$u.props.columnNotice.icon + }, + // 通告模式,link-显示右箭头,closable-显示右侧关闭图标 + mode: { + type: String, + default: uni.$u.props.columnNotice.mode + }, + // 文字颜色,各图标也会使用文字颜色 + color: { + type: String, + default: uni.$u.props.columnNotice.color + }, + // 背景颜色 + bgColor: { + type: String, + default: uni.$u.props.columnNotice.bgColor + }, + // 字体大小,单位px + fontSize: { + type: [String, Number], + default: uni.$u.props.columnNotice.fontSize + }, + // 水平滚动时的滚动速度,即每秒滚动多少px(px),这有利于控制文字无论多少时,都能有一个恒定的速度 + speed: { + type: [String, Number], + default: uni.$u.props.columnNotice.speed + }, + // direction = row时,是否使用步进形式滚动 + step: { + type: Boolean, + default: uni.$u.props.columnNotice.step + }, + // 滚动一个周期的时间长,单位ms + duration: { + type: [String, Number], + default: uni.$u.props.columnNotice.duration + }, + // 是否禁止用手滑动切换 + // 目前HX2.6.11,只支持App 2.5.5+、H5 2.5.5+、支付宝小程序、字节跳动小程序 + disableTouch: { + type: Boolean, + default: uni.$u.props.columnNotice.disableTouch + } + } +} diff --git a/node_modules/uview-ui/components/u-column-notice/u-column-notice.vue b/node_modules/uview-ui/components/u-column-notice/u-column-notice.vue new file mode 100644 index 0000000..fc39532 --- /dev/null +++ b/node_modules/uview-ui/components/u-column-notice/u-column-notice.vue @@ -0,0 +1,160 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-count-down/props.js b/node_modules/uview-ui/components/u-count-down/props.js new file mode 100644 index 0000000..d62f025 --- /dev/null +++ b/node_modules/uview-ui/components/u-count-down/props.js @@ -0,0 +1,24 @@ +export default { + props: { + // 倒计时时长,单位ms + time: { + type: [String, Number], + default: uni.$u.props.countDown.time + }, + // 时间格式,DD-日,HH-时,mm-分,ss-秒,SSS-毫秒 + format: { + type: String, + default: uni.$u.props.countDown.format + }, + // 是否自动开始倒计时 + autoStart: { + type: Boolean, + default: uni.$u.props.countDown.autoStart + }, + // 是否展示毫秒倒计时 + millisecond: { + type: Boolean, + default: uni.$u.props.countDown.millisecond + } + } +} diff --git a/node_modules/uview-ui/components/u-count-down/u-count-down.vue b/node_modules/uview-ui/components/u-count-down/u-count-down.vue new file mode 100644 index 0000000..b5e85a6 --- /dev/null +++ b/node_modules/uview-ui/components/u-count-down/u-count-down.vue @@ -0,0 +1,163 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-count-down/utils.js b/node_modules/uview-ui/components/u-count-down/utils.js new file mode 100644 index 0000000..8c75005 --- /dev/null +++ b/node_modules/uview-ui/components/u-count-down/utils.js @@ -0,0 +1,62 @@ +// 补0,如1 -> 01 +function padZero(num, targetLength = 2) { + let str = `${num}` + while (str.length < targetLength) { + str = `0${str}` + } + return str +} +const SECOND = 1000 +const MINUTE = 60 * SECOND +const HOUR = 60 * MINUTE +const DAY = 24 * HOUR +export function parseTimeData(time) { + const days = Math.floor(time / DAY) + const hours = Math.floor((time % DAY) / HOUR) + const minutes = Math.floor((time % HOUR) / MINUTE) + const seconds = Math.floor((time % MINUTE) / SECOND) + const milliseconds = Math.floor(time % SECOND) + return { + days, + hours, + minutes, + seconds, + milliseconds + } +} +export function parseFormat(format, timeData) { + let { + days, + hours, + minutes, + seconds, + milliseconds + } = timeData + // 如果格式化字符串中不存在DD(天),则将天的时间转为小时中去 + if (format.indexOf('DD') === -1) { + hours += days * 24 + } else { + // 对天补0 + format = format.replace('DD', padZero(days)) + } + // 其他同理于DD的格式化处理方式 + if (format.indexOf('HH') === -1) { + minutes += hours * 60 + } else { + format = format.replace('HH', padZero(hours)) + } + if (format.indexOf('mm') === -1) { + seconds += minutes * 60 + } else { + format = format.replace('mm', padZero(minutes)) + } + if (format.indexOf('ss') === -1) { + milliseconds += seconds * 1000 + } else { + format = format.replace('ss', padZero(seconds)) + } + return format.replace('SSS', padZero(milliseconds, 3)) +} +export function isSameSecond(time1, time2) { + return Math.floor(time1 / 1000) === Math.floor(time2 / 1000) +} diff --git a/node_modules/uview-ui/components/u-count-to/props.js b/node_modules/uview-ui/components/u-count-to/props.js new file mode 100644 index 0000000..86873c1 --- /dev/null +++ b/node_modules/uview-ui/components/u-count-to/props.js @@ -0,0 +1,59 @@ +export default { + props: { + // 开始的数值,默认从0增长到某一个数 + startVal: { + type: [String, Number], + default: uni.$u.props.countTo.startVal + }, + // 要滚动的目标数值,必须 + endVal: { + type: [String, Number], + default: uni.$u.props.countTo.endVal + }, + // 滚动到目标数值的动画持续时间,单位为毫秒(ms) + duration: { + type: [String, Number], + default: uni.$u.props.countTo.duration + }, + // 设置数值后是否自动开始滚动 + autoplay: { + type: Boolean, + default: uni.$u.props.countTo.autoplay + }, + // 要显示的小数位数 + decimals: { + type: [String, Number], + default: uni.$u.props.countTo.decimals + }, + // 是否在即将到达目标数值的时候,使用缓慢滚动的效果 + useEasing: { + type: Boolean, + default: uni.$u.props.countTo.useEasing + }, + // 十进制分割 + decimal: { + type: [String, Number], + default: uni.$u.props.countTo.decimal + }, + // 字体颜色 + color: { + type: String, + default: uni.$u.props.countTo.color + }, + // 字体大小 + fontSize: { + type: [String, Number], + default: uni.$u.props.countTo.fontSize + }, + // 是否加粗字体 + bold: { + type: Boolean, + default: uni.$u.props.countTo.bold + }, + // 千位分隔符,类似金额的分割(¥23,321.05中的",") + separator: { + type: String, + default: uni.$u.props.countTo.separator + } + } +} diff --git a/node_modules/uview-ui/components/u-count-to/u-count-to.vue b/node_modules/uview-ui/components/u-count-to/u-count-to.vue new file mode 100644 index 0000000..417b732 --- /dev/null +++ b/node_modules/uview-ui/components/u-count-to/u-count-to.vue @@ -0,0 +1,184 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-datetime-picker/props.js b/node_modules/uview-ui/components/u-datetime-picker/props.js new file mode 100644 index 0000000..20c461a --- /dev/null +++ b/node_modules/uview-ui/components/u-datetime-picker/props.js @@ -0,0 +1,120 @@ +export default { + props: { + // 是否打开组件 + show: { + type: Boolean, + default: uni.$u.props.datetimePicker.show + }, + // 是否展示顶部的操作栏 + showToolbar: { + type: Boolean, + default: uni.$u.props.datetimePicker.showToolbar + }, + // 绑定值 + value: { + type: [String, Number], + default: uni.$u.props.datetimePicker.value + }, + // 顶部标题 + title: { + type: String, + default: uni.$u.props.datetimePicker.title + }, + // 展示格式,mode=date为日期选择,mode=time为时间选择,mode=year-month为年月选择,mode=datetime为日期时间选择 + mode: { + type: String, + default: uni.$u.props.datetimePicker.mode + }, + // 可选的最大时间 + maxDate: { + type: Number, + // 最大默认值为后10年 + default: uni.$u.props.datetimePicker.maxDate + }, + // 可选的最小时间 + minDate: { + type: Number, + // 最小默认值为前10年 + default: uni.$u.props.datetimePicker.minDate + }, + // 可选的最小小时,仅mode=time有效 + minHour: { + type: Number, + default: uni.$u.props.datetimePicker.minHour + }, + // 可选的最大小时,仅mode=time有效 + maxHour: { + type: Number, + default: uni.$u.props.datetimePicker.maxHour + }, + // 可选的最小分钟,仅mode=time有效 + minMinute: { + type: Number, + default: uni.$u.props.datetimePicker.minMinute + }, + // 可选的最大分钟,仅mode=time有效 + maxMinute: { + type: Number, + default: uni.$u.props.datetimePicker.maxMinute + }, + // 选项过滤函数 + filter: { + type: [Function, null], + default: uni.$u.props.datetimePicker.filter + }, + // 选项格式化函数 + formatter: { + type: [Function, null], + default: uni.$u.props.datetimePicker.formatter + }, + // 是否显示加载中状态 + loading: { + type: Boolean, + default: uni.$u.props.datetimePicker.loading + }, + // 各列中,单个选项的高度 + itemHeight: { + type: [String, Number], + default: uni.$u.props.datetimePicker.itemHeight + }, + // 取消按钮的文字 + cancelText: { + type: String, + default: uni.$u.props.datetimePicker.cancelText + }, + // 确认按钮的文字 + confirmText: { + type: String, + default: uni.$u.props.datetimePicker.confirmText + }, + // 取消按钮的颜色 + cancelColor: { + type: String, + default: uni.$u.props.datetimePicker.cancelColor + }, + // 确认按钮的颜色 + confirmColor: { + type: String, + default: uni.$u.props.datetimePicker.confirmColor + }, + // 每列中可见选项的数量 + visibleItemCount: { + type: [String, Number], + default: uni.$u.props.datetimePicker.visibleItemCount + }, + // 是否允许点击遮罩关闭选择器 + closeOnClickOverlay: { + type: Boolean, + default: uni.$u.props.datetimePicker.closeOnClickOverlay + }, + // 各列的默认索引 + defaultIndex: { + type: Array, + default: uni.$u.props.datetimePicker.defaultIndex + }, + immediateChange: { + type: Boolean, + default: uni.$u.props.datetimePicker.immediateChange + } + } +} diff --git a/node_modules/uview-ui/components/u-datetime-picker/u-datetime-picker.vue b/node_modules/uview-ui/components/u-datetime-picker/u-datetime-picker.vue new file mode 100644 index 0000000..986b212 --- /dev/null +++ b/node_modules/uview-ui/components/u-datetime-picker/u-datetime-picker.vue @@ -0,0 +1,361 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-divider/props.js b/node_modules/uview-ui/components/u-divider/props.js new file mode 100644 index 0000000..1fa8359 --- /dev/null +++ b/node_modules/uview-ui/components/u-divider/props.js @@ -0,0 +1,44 @@ +export default { + props: { + // 是否虚线 + dashed: { + type: Boolean, + default: uni.$u.props.divider.dashed + }, + // 是否细线 + hairline: { + type: Boolean, + default: uni.$u.props.divider.hairline + }, + // 是否以点替代文字,优先于text字段起作用 + dot: { + type: Boolean, + default: uni.$u.props.divider.dot + }, + // 内容文本的位置,left-左边,center-中间,right-右边 + textPosition: { + type: String, + default: uni.$u.props.divider.textPosition + }, + // 文本内容 + text: { + type: [String, Number], + default: uni.$u.props.divider.text + }, + // 文本大小 + textSize: { + type: [String, Number], + default: uni.$u.props.divider.textSize + }, + // 文本颜色 + textColor: { + type: String, + default: uni.$u.props.divider.textColor + }, + // 线条颜色 + lineColor: { + type: String, + default: uni.$u.props.divider.lineColor + } + } +} diff --git a/node_modules/uview-ui/components/u-divider/u-divider.vue b/node_modules/uview-ui/components/u-divider/u-divider.vue new file mode 100644 index 0000000..b629da6 --- /dev/null +++ b/node_modules/uview-ui/components/u-divider/u-divider.vue @@ -0,0 +1,116 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-dropdown-item/props.js b/node_modules/uview-ui/components/u-dropdown-item/props.js new file mode 100644 index 0000000..501a1f0 --- /dev/null +++ b/node_modules/uview-ui/components/u-dropdown-item/props.js @@ -0,0 +1,36 @@ +export default { + props: { + // 当前选中项的value值 + value: { + type: [Number, String, Array], + default: '' + }, + // 菜单项标题 + title: { + type: [String, Number], + default: '' + }, + // 选项数据,如果传入了默认slot,此参数无效 + options: { + type: Array, + default() { + return [] + } + }, + // 是否禁用此菜单项 + disabled: { + type: Boolean, + default: false + }, + // 下拉弹窗的高度 + height: { + type: [Number, String], + default: 'auto' + }, + // 点击遮罩是否可以收起弹窗 + closeOnClickOverlay: { + type: Boolean, + default: true + } + } +} diff --git a/node_modules/uview-ui/components/u-dropdown-item/u-dropdown-item.vue b/node_modules/uview-ui/components/u-dropdown-item/u-dropdown-item.vue new file mode 100644 index 0000000..f830291 --- /dev/null +++ b/node_modules/uview-ui/components/u-dropdown-item/u-dropdown-item.vue @@ -0,0 +1,127 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-dropdown/props.js b/node_modules/uview-ui/components/u-dropdown/props.js new file mode 100644 index 0000000..5f8465e --- /dev/null +++ b/node_modules/uview-ui/components/u-dropdown/props.js @@ -0,0 +1,65 @@ +export default { + props: { + // 标题选中时的样式 + activeStyle: { + type: [String, Object], + default: () => ({ + color: '#2979ff', + fontSize: '14px' + }) + }, + // 标题未选中时的样式 + inactiveStyle: { + type: [String, Object], + default: () => ({ + color: '#606266', + fontSize: '14px' + }) + }, + // 点击遮罩是否关闭菜单 + closeOnClickMask: { + type: Boolean, + default: true + }, + // 点击当前激活项标题是否关闭菜单 + closeOnClickSelf: { + type: Boolean, + default: true + }, + // 过渡时间 + duration: { + type: [Number, String], + default: 300 + }, + // 标题菜单的高度 + height: { + type: [Number, String], + default: 40 + }, + // 是否显示下边框 + borderBottom: { + type: Boolean, + default: false + }, + // 标题的字体大小 + titleSize: { + type: [Number, String], + default: 14 + }, + // 下拉出来的内容部分的圆角值 + borderRadius: { + type: [Number, String], + default: 0 + }, + // 菜单右侧的icon图标 + menuIcon: { + type: String, + default: 'arrow-down' + }, + // 菜单右侧图标的大小 + menuIconSize: { + type: [Number, String], + default: 14 + } + } +} diff --git a/node_modules/uview-ui/components/u-dropdown/u-dropdown.vue b/node_modules/uview-ui/components/u-dropdown/u-dropdown.vue new file mode 100644 index 0000000..f830291 --- /dev/null +++ b/node_modules/uview-ui/components/u-dropdown/u-dropdown.vue @@ -0,0 +1,127 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-empty/props.js b/node_modules/uview-ui/components/u-empty/props.js new file mode 100644 index 0000000..78662f8 --- /dev/null +++ b/node_modules/uview-ui/components/u-empty/props.js @@ -0,0 +1,59 @@ +export default { + props: { + // 内置图标名称,或图片路径,建议绝对路径 + icon: { + type: String, + default: uni.$u.props.empty.icon + }, + // 提示文字 + text: { + type: String, + default: uni.$u.props.empty.text + }, + // 文字颜色 + textColor: { + type: String, + default: uni.$u.props.empty.textColor + }, + // 文字大小 + textSize: { + type: [String, Number], + default: uni.$u.props.empty.textSize + }, + // 图标的颜色 + iconColor: { + type: String, + default: uni.$u.props.empty.iconColor + }, + // 图标的大小 + iconSize: { + type: [String, Number], + default: uni.$u.props.empty.iconSize + }, + // 选择预置的图标类型 + mode: { + type: String, + default: uni.$u.props.empty.mode + }, + // 图标宽度,单位px + width: { + type: [String, Number], + default: uni.$u.props.empty.width + }, + // 图标高度,单位px + height: { + type: [String, Number], + default: uni.$u.props.empty.height + }, + // 是否显示组件 + show: { + type: Boolean, + default: uni.$u.props.empty.show + }, + // 组件距离上一个元素之间的距离,默认px单位 + marginTop: { + type: [String, Number], + default: uni.$u.props.empty.marginTop + } + } +} diff --git a/node_modules/uview-ui/components/u-empty/u-empty.vue b/node_modules/uview-ui/components/u-empty/u-empty.vue new file mode 100644 index 0000000..03d6a27 --- /dev/null +++ b/node_modules/uview-ui/components/u-empty/u-empty.vue @@ -0,0 +1,128 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-form-item/props.js b/node_modules/uview-ui/components/u-form-item/props.js new file mode 100644 index 0000000..7b16655 --- /dev/null +++ b/node_modules/uview-ui/components/u-form-item/props.js @@ -0,0 +1,48 @@ +export default { + props: { + // input的label提示语 + label: { + type: String, + default: uni.$u.props.formItem.label + }, + // 绑定的值 + prop: { + type: String, + default: uni.$u.props.formItem.prop + }, + // 是否显示表单域的下划线边框 + borderBottom: { + type: [String, Boolean], + default: uni.$u.props.formItem.borderBottom + }, + // label的位置,left-左边,top-上边 + labelPosition: { + type: String, + default: uni.$u.props.formItem.labelPosition + }, + // label的宽度,单位px + labelWidth: { + type: [String, Number], + default: uni.$u.props.formItem.labelWidth + }, + // 右侧图标 + rightIcon: { + type: String, + default: uni.$u.props.formItem.rightIcon + }, + // 左侧图标 + leftIcon: { + type: String, + default: uni.$u.props.formItem.leftIcon + }, + // 是否显示左边的必填星号,只作显示用,具体校验必填的逻辑,请在rules中配置 + required: { + type: Boolean, + default: uni.$u.props.formItem.required + }, + leftIconStyle: { + type: [String, Object], + default: uni.$u.props.formItem.leftIconStyle, + } + } +} diff --git a/node_modules/uview-ui/components/u-form-item/u-form-item.vue b/node_modules/uview-ui/components/u-form-item/u-form-item.vue new file mode 100644 index 0000000..a2ee2b7 --- /dev/null +++ b/node_modules/uview-ui/components/u-form-item/u-form-item.vue @@ -0,0 +1,235 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-form/props.js b/node_modules/uview-ui/components/u-form/props.js new file mode 100644 index 0000000..f2a629c --- /dev/null +++ b/node_modules/uview-ui/components/u-form/props.js @@ -0,0 +1,45 @@ +export default { + props: { + // 当前form的需要验证字段的集合 + model: { + type: Object, + default: uni.$u.props.form.model + }, + // 验证规则 + rules: { + type: [Object, Function, Array], + default: uni.$u.props.form.rules + }, + // 有错误时的提示方式,message-提示信息,toast-进行toast提示 + // border-bottom-下边框呈现红色,none-无提示 + errorType: { + type: String, + default: uni.$u.props.form.errorType + }, + // 是否显示表单域的下划线边框 + borderBottom: { + type: Boolean, + default: uni.$u.props.form.borderBottom + }, + // label的位置,left-左边,top-上边 + labelPosition: { + type: String, + default: uni.$u.props.form.labelPosition + }, + // label的宽度,单位px + labelWidth: { + type: [String, Number], + default: uni.$u.props.form.labelWidth + }, + // lable字体的对齐方式 + labelAlign: { + type: String, + default: uni.$u.props.form.labelAlign + }, + // lable的样式,对象形式 + labelStyle: { + type: Object, + default: uni.$u.props.form.labelStyle + } + } +} diff --git a/node_modules/uview-ui/components/u-form/u-form.vue b/node_modules/uview-ui/components/u-form/u-form.vue new file mode 100644 index 0000000..fe2dde2 --- /dev/null +++ b/node_modules/uview-ui/components/u-form/u-form.vue @@ -0,0 +1,214 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-gap/props.js b/node_modules/uview-ui/components/u-gap/props.js new file mode 100644 index 0000000..89953e3 --- /dev/null +++ b/node_modules/uview-ui/components/u-gap/props.js @@ -0,0 +1,24 @@ +export default { + props: { + // 背景颜色(默认transparent) + bgColor: { + type: String, + default: uni.$u.props.gap.bgColor + }, + // 分割槽高度,单位px(默认30) + height: { + type: [String, Number], + default: uni.$u.props.gap.height + }, + // 与上一个组件的距离 + marginTop: { + type: [String, Number], + default: uni.$u.props.gap.marginTop + }, + // 与下一个组件的距离 + marginBottom: { + type: [String, Number], + default: uni.$u.props.gap.marginBottom + } + } +} diff --git a/node_modules/uview-ui/components/u-gap/u-gap.vue b/node_modules/uview-ui/components/u-gap/u-gap.vue new file mode 100644 index 0000000..e4429f0 --- /dev/null +++ b/node_modules/uview-ui/components/u-gap/u-gap.vue @@ -0,0 +1,38 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-grid-item/props.js b/node_modules/uview-ui/components/u-grid-item/props.js new file mode 100644 index 0000000..06c3c66 --- /dev/null +++ b/node_modules/uview-ui/components/u-grid-item/props.js @@ -0,0 +1,14 @@ +export default { + props: { + // 宫格的name + name: { + type: [String, Number, null], + default: uni.$u.props.gridItem.name + }, + // 背景颜色 + bgColor: { + type: String, + default: uni.$u.props.gridItem.bgColor + } + } +} diff --git a/node_modules/uview-ui/components/u-grid-item/u-grid-item.vue b/node_modules/uview-ui/components/u-grid-item/u-grid-item.vue new file mode 100644 index 0000000..fc0c7cf --- /dev/null +++ b/node_modules/uview-ui/components/u-grid-item/u-grid-item.vue @@ -0,0 +1,209 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-grid/props.js b/node_modules/uview-ui/components/u-grid/props.js new file mode 100644 index 0000000..87b0f6a --- /dev/null +++ b/node_modules/uview-ui/components/u-grid/props.js @@ -0,0 +1,19 @@ +export default { + props: { + // 分成几列 + col: { + type: [String, Number], + default: uni.$u.props.grid.col + }, + // 是否显示边框 + border: { + type: Boolean, + default: uni.$u.props.grid.border + }, + // 宫格对齐方式,表现为数量少的时候,靠左,居中,还是靠右 + align: { + type: String, + default: uni.$u.props.grid.align + } + } +} diff --git a/node_modules/uview-ui/components/u-grid/u-grid.vue b/node_modules/uview-ui/components/u-grid/u-grid.vue new file mode 100644 index 0000000..b43cc27 --- /dev/null +++ b/node_modules/uview-ui/components/u-grid/u-grid.vue @@ -0,0 +1,97 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-icon/icons.js b/node_modules/uview-ui/components/u-icon/icons.js new file mode 100644 index 0000000..f4d0fe2 --- /dev/null +++ b/node_modules/uview-ui/components/u-icon/icons.js @@ -0,0 +1,214 @@ +export default { + 'uicon-level': '\ue693', + 'uicon-column-line': '\ue68e', + 'uicon-checkbox-mark': '\ue807', + 'uicon-folder': '\ue7f5', + 'uicon-movie': '\ue7f6', + 'uicon-star-fill': '\ue669', + 'uicon-star': '\ue65f', + 'uicon-phone-fill': '\ue64f', + 'uicon-phone': '\ue622', + 'uicon-apple-fill': '\ue881', + 'uicon-chrome-circle-fill': '\ue885', + 'uicon-backspace': '\ue67b', + 'uicon-attach': '\ue632', + 'uicon-cut': '\ue948', + 'uicon-empty-car': '\ue602', + 'uicon-empty-coupon': '\ue682', + 'uicon-empty-address': '\ue646', + 'uicon-empty-favor': '\ue67c', + 'uicon-empty-permission': '\ue686', + 'uicon-empty-news': '\ue687', + 'uicon-empty-search': '\ue664', + 'uicon-github-circle-fill': '\ue887', + 'uicon-rmb': '\ue608', + 'uicon-person-delete-fill': '\ue66a', + 'uicon-reload': '\ue788', + 'uicon-order': '\ue68f', + 'uicon-server-man': '\ue6bc', + 'uicon-search': '\ue62a', + 'uicon-fingerprint': '\ue955', + 'uicon-more-dot-fill': '\ue630', + 'uicon-scan': '\ue662', + 'uicon-share-square': '\ue60b', + 'uicon-map': '\ue61d', + 'uicon-map-fill': '\ue64e', + 'uicon-tags': '\ue629', + 'uicon-tags-fill': '\ue651', + 'uicon-bookmark-fill': '\ue63b', + 'uicon-bookmark': '\ue60a', + 'uicon-eye': '\ue613', + 'uicon-eye-fill': '\ue641', + 'uicon-mic': '\ue64a', + 'uicon-mic-off': '\ue649', + 'uicon-calendar': '\ue66e', + 'uicon-calendar-fill': '\ue634', + 'uicon-trash': '\ue623', + 'uicon-trash-fill': '\ue658', + 'uicon-play-left': '\ue66d', + 'uicon-play-right': '\ue610', + 'uicon-minus': '\ue618', + 'uicon-plus': '\ue62d', + 'uicon-info': '\ue653', + 'uicon-info-circle': '\ue7d2', + 'uicon-info-circle-fill': '\ue64b', + 'uicon-question': '\ue715', + 'uicon-error': '\ue6d3', + 'uicon-close': '\ue685', + 'uicon-checkmark': '\ue6a8', + 'uicon-android-circle-fill': '\ue67e', + 'uicon-android-fill': '\ue67d', + 'uicon-ie': '\ue87b', + 'uicon-IE-circle-fill': '\ue889', + 'uicon-google': '\ue87a', + 'uicon-google-circle-fill': '\ue88a', + 'uicon-setting-fill': '\ue872', + 'uicon-setting': '\ue61f', + 'uicon-minus-square-fill': '\ue855', + 'uicon-plus-square-fill': '\ue856', + 'uicon-heart': '\ue7df', + 'uicon-heart-fill': '\ue851', + 'uicon-camera': '\ue7d7', + 'uicon-camera-fill': '\ue870', + 'uicon-more-circle': '\ue63e', + 'uicon-more-circle-fill': '\ue645', + 'uicon-chat': '\ue620', + 'uicon-chat-fill': '\ue61e', + 'uicon-bag-fill': '\ue617', + 'uicon-bag': '\ue619', + 'uicon-error-circle-fill': '\ue62c', + 'uicon-error-circle': '\ue624', + 'uicon-close-circle': '\ue63f', + 'uicon-close-circle-fill': '\ue637', + 'uicon-checkmark-circle': '\ue63d', + 'uicon-checkmark-circle-fill': '\ue635', + 'uicon-question-circle-fill': '\ue666', + 'uicon-question-circle': '\ue625', + 'uicon-share': '\ue631', + 'uicon-share-fill': '\ue65e', + 'uicon-shopping-cart': '\ue621', + 'uicon-shopping-cart-fill': '\ue65d', + 'uicon-bell': '\ue609', + 'uicon-bell-fill': '\ue640', + 'uicon-list': '\ue650', + 'uicon-list-dot': '\ue616', + 'uicon-zhihu': '\ue6ba', + 'uicon-zhihu-circle-fill': '\ue709', + 'uicon-zhifubao': '\ue6b9', + 'uicon-zhifubao-circle-fill': '\ue6b8', + 'uicon-weixin-circle-fill': '\ue6b1', + 'uicon-weixin-fill': '\ue6b2', + 'uicon-twitter-circle-fill': '\ue6ab', + 'uicon-twitter': '\ue6aa', + 'uicon-taobao-circle-fill': '\ue6a7', + 'uicon-taobao': '\ue6a6', + 'uicon-weibo-circle-fill': '\ue6a5', + 'uicon-weibo': '\ue6a4', + 'uicon-qq-fill': '\ue6a1', + 'uicon-qq-circle-fill': '\ue6a0', + 'uicon-moments-circel-fill': '\ue69a', + 'uicon-moments': '\ue69b', + 'uicon-qzone': '\ue695', + 'uicon-qzone-circle-fill': '\ue696', + 'uicon-baidu-circle-fill': '\ue680', + 'uicon-baidu': '\ue681', + 'uicon-facebook-circle-fill': '\ue68a', + 'uicon-facebook': '\ue689', + 'uicon-car': '\ue60c', + 'uicon-car-fill': '\ue636', + 'uicon-warning-fill': '\ue64d', + 'uicon-warning': '\ue694', + 'uicon-clock-fill': '\ue638', + 'uicon-clock': '\ue60f', + 'uicon-edit-pen': '\ue612', + 'uicon-edit-pen-fill': '\ue66b', + 'uicon-email': '\ue611', + 'uicon-email-fill': '\ue642', + 'uicon-minus-circle': '\ue61b', + 'uicon-minus-circle-fill': '\ue652', + 'uicon-plus-circle': '\ue62e', + 'uicon-plus-circle-fill': '\ue661', + 'uicon-file-text': '\ue663', + 'uicon-file-text-fill': '\ue665', + 'uicon-pushpin': '\ue7e3', + 'uicon-pushpin-fill': '\ue86e', + 'uicon-grid': '\ue673', + 'uicon-grid-fill': '\ue678', + 'uicon-play-circle': '\ue647', + 'uicon-play-circle-fill': '\ue655', + 'uicon-pause-circle-fill': '\ue654', + 'uicon-pause': '\ue8fa', + 'uicon-pause-circle': '\ue643', + 'uicon-eye-off': '\ue648', + 'uicon-eye-off-outline': '\ue62b', + 'uicon-gift-fill': '\ue65c', + 'uicon-gift': '\ue65b', + 'uicon-rmb-circle-fill': '\ue657', + 'uicon-rmb-circle': '\ue677', + 'uicon-kefu-ermai': '\ue656', + 'uicon-server-fill': '\ue751', + 'uicon-coupon-fill': '\ue8c4', + 'uicon-coupon': '\ue8ae', + 'uicon-integral': '\ue704', + 'uicon-integral-fill': '\ue703', + 'uicon-home-fill': '\ue964', + 'uicon-home': '\ue965', + 'uicon-hourglass-half-fill': '\ue966', + 'uicon-hourglass': '\ue967', + 'uicon-account': '\ue628', + 'uicon-plus-people-fill': '\ue626', + 'uicon-minus-people-fill': '\ue615', + 'uicon-account-fill': '\ue614', + 'uicon-thumb-down-fill': '\ue726', + 'uicon-thumb-down': '\ue727', + 'uicon-thumb-up': '\ue733', + 'uicon-thumb-up-fill': '\ue72f', + 'uicon-lock-fill': '\ue979', + 'uicon-lock-open': '\ue973', + 'uicon-lock-opened-fill': '\ue974', + 'uicon-lock': '\ue97a', + 'uicon-red-packet-fill': '\ue690', + 'uicon-photo-fill': '\ue98b', + 'uicon-photo': '\ue98d', + 'uicon-volume-off-fill': '\ue659', + 'uicon-volume-off': '\ue644', + 'uicon-volume-fill': '\ue670', + 'uicon-volume': '\ue633', + 'uicon-red-packet': '\ue691', + 'uicon-download': '\ue63c', + 'uicon-arrow-up-fill': '\ue6b0', + 'uicon-arrow-down-fill': '\ue600', + 'uicon-play-left-fill': '\ue675', + 'uicon-play-right-fill': '\ue676', + 'uicon-rewind-left-fill': '\ue679', + 'uicon-rewind-right-fill': '\ue67a', + 'uicon-arrow-downward': '\ue604', + 'uicon-arrow-leftward': '\ue601', + 'uicon-arrow-rightward': '\ue603', + 'uicon-arrow-upward': '\ue607', + 'uicon-arrow-down': '\ue60d', + 'uicon-arrow-right': '\ue605', + 'uicon-arrow-left': '\ue60e', + 'uicon-arrow-up': '\ue606', + 'uicon-skip-back-left': '\ue674', + 'uicon-skip-forward-right': '\ue672', + 'uicon-rewind-right': '\ue66f', + 'uicon-rewind-left': '\ue671', + 'uicon-arrow-right-double': '\ue68d', + 'uicon-arrow-left-double': '\ue68c', + 'uicon-wifi-off': '\ue668', + 'uicon-wifi': '\ue667', + 'uicon-empty-data': '\ue62f', + 'uicon-empty-history': '\ue684', + 'uicon-empty-list': '\ue68b', + 'uicon-empty-page': '\ue627', + 'uicon-empty-order': '\ue639', + 'uicon-man': '\ue697', + 'uicon-woman': '\ue69c', + 'uicon-man-add': '\ue61c', + 'uicon-man-add-fill': '\ue64c', + 'uicon-man-delete': '\ue61a', + 'uicon-man-delete-fill': '\ue66a', + 'uicon-zh': '\ue70a', + 'uicon-en': '\ue692' +} diff --git a/node_modules/uview-ui/components/u-icon/props.js b/node_modules/uview-ui/components/u-icon/props.js new file mode 100644 index 0000000..71845b7 --- /dev/null +++ b/node_modules/uview-ui/components/u-icon/props.js @@ -0,0 +1,89 @@ +export default { + props: { + // 图标类名 + name: { + type: String, + default: uni.$u.props.icon.name + }, + // 图标颜色,可接受主题色 + color: { + type: String, + default: uni.$u.props.icon.color + }, + // 字体大小,单位px + size: { + type: [String, Number], + default: uni.$u.props.icon.size + }, + // 是否显示粗体 + bold: { + type: Boolean, + default: uni.$u.props.icon.bold + }, + // 点击图标的时候传递事件出去的index(用于区分点击了哪一个) + index: { + type: [String, Number], + default: uni.$u.props.icon.index + }, + // 触摸图标时的类名 + hoverClass: { + type: String, + default: uni.$u.props.icon.hoverClass + }, + // 自定义扩展前缀,方便用户扩展自己的图标库 + customPrefix: { + type: String, + default: uni.$u.props.icon.customPrefix + }, + // 图标右边或者下面的文字 + label: { + type: [String, Number], + default: uni.$u.props.icon.label + }, + // label的位置,只能右边或者下边 + labelPos: { + type: String, + default: uni.$u.props.icon.labelPos + }, + // label的大小 + labelSize: { + type: [String, Number], + default: uni.$u.props.icon.labelSize + }, + // label的颜色 + labelColor: { + type: String, + default: uni.$u.props.icon.labelColor + }, + // label与图标的距离 + space: { + type: [String, Number], + default: uni.$u.props.icon.space + }, + // 图片的mode + imgMode: { + type: String, + default: uni.$u.props.icon.imgMode + }, + // 用于显示图片小图标时,图片的宽度 + width: { + type: [String, Number], + default: uni.$u.props.icon.width + }, + // 用于显示图片小图标时,图片的高度 + height: { + type: [String, Number], + default: uni.$u.props.icon.height + }, + // 用于解决某些情况下,让图标垂直居中的用途 + top: { + type: [String, Number], + default: uni.$u.props.icon.top + }, + // 是否阻止事件传播 + stop: { + type: Boolean, + default: uni.$u.props.icon.stop + } + } +} diff --git a/node_modules/uview-ui/components/u-icon/u-icon.vue b/node_modules/uview-ui/components/u-icon/u-icon.vue new file mode 100644 index 0000000..9340328 --- /dev/null +++ b/node_modules/uview-ui/components/u-icon/u-icon.vue @@ -0,0 +1,234 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-image/props.js b/node_modules/uview-ui/components/u-image/props.js new file mode 100644 index 0000000..2eabb74 --- /dev/null +++ b/node_modules/uview-ui/components/u-image/props.js @@ -0,0 +1,84 @@ +export default { + props: { + // 图片地址 + src: { + type: String, + default: uni.$u.props.image.src + }, + // 裁剪模式 + mode: { + type: String, + default: uni.$u.props.image.mode + }, + // 宽度,单位任意 + width: { + type: [String, Number], + default: uni.$u.props.image.width + }, + // 高度,单位任意 + height: { + type: [String, Number], + default: uni.$u.props.image.height + }, + // 图片形状,circle-圆形,square-方形 + shape: { + type: String, + default: uni.$u.props.image.shape + }, + // 圆角,单位任意 + radius: { + type: [String, Number], + default: uni.$u.props.image.radius + }, + // 是否懒加载,微信小程序、App、百度小程序、字节跳动小程序 + lazyLoad: { + type: Boolean, + default: uni.$u.props.image.lazyLoad + }, + // 开启长按图片显示识别微信小程序码菜单 + showMenuByLongpress: { + type: Boolean, + default: uni.$u.props.image.showMenuByLongpress + }, + // 加载中的图标,或者小图片 + loadingIcon: { + type: String, + default: uni.$u.props.image.loadingIcon + }, + // 加载失败的图标,或者小图片 + errorIcon: { + type: String, + default: uni.$u.props.image.errorIcon + }, + // 是否显示加载中的图标或者自定义的slot + showLoading: { + type: Boolean, + default: uni.$u.props.image.showLoading + }, + // 是否显示加载错误的图标或者自定义的slot + showError: { + type: Boolean, + default: uni.$u.props.image.showError + }, + // 是否需要淡入效果 + fade: { + type: Boolean, + default: uni.$u.props.image.fade + }, + // 只支持网络资源,只对微信小程序有效 + webp: { + type: Boolean, + default: uni.$u.props.image.webp + }, + // 过渡时间,单位ms + duration: { + type: [String, Number], + default: uni.$u.props.image.duration + }, + // 背景颜色,用于深色页面加载图片时,为了和背景色融合 + bgColor: { + type: String, + default: uni.$u.props.image.bgColor + } + } +} diff --git a/node_modules/uview-ui/components/u-image/u-image.vue b/node_modules/uview-ui/components/u-image/u-image.vue new file mode 100644 index 0000000..392159a --- /dev/null +++ b/node_modules/uview-ui/components/u-image/u-image.vue @@ -0,0 +1,232 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-index-anchor/props.js b/node_modules/uview-ui/components/u-index-anchor/props.js new file mode 100644 index 0000000..6d8b59a --- /dev/null +++ b/node_modules/uview-ui/components/u-index-anchor/props.js @@ -0,0 +1,29 @@ +export default { + props: { + // 列表锚点文本内容 + text: { + type: [String, Number], + default: uni.$u.props.indexAnchor.text + }, + // 列表锚点文字颜色 + color: { + type: String, + default: uni.$u.props.indexAnchor.color + }, + // 列表锚点文字大小,单位默认px + size: { + type: [String, Number], + default: uni.$u.props.indexAnchor.size + }, + // 列表锚点背景颜色 + bgColor: { + type: String, + default: uni.$u.props.indexAnchor.bgColor + }, + // 列表锚点高度,单位默认px + height: { + type: [String, Number], + default: uni.$u.props.indexAnchor.height + } + } +} diff --git a/node_modules/uview-ui/components/u-index-anchor/u-index-anchor.vue b/node_modules/uview-ui/components/u-index-anchor/u-index-anchor.vue new file mode 100644 index 0000000..b95ddef --- /dev/null +++ b/node_modules/uview-ui/components/u-index-anchor/u-index-anchor.vue @@ -0,0 +1,91 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-index-item/props.js b/node_modules/uview-ui/components/u-index-item/props.js new file mode 100644 index 0000000..7c11331 --- /dev/null +++ b/node_modules/uview-ui/components/u-index-item/props.js @@ -0,0 +1,5 @@ +export default { + props: { + + } +} diff --git a/node_modules/uview-ui/components/u-index-item/u-index-item.vue b/node_modules/uview-ui/components/u-index-item/u-index-item.vue new file mode 100644 index 0000000..0bc7fb3 --- /dev/null +++ b/node_modules/uview-ui/components/u-index-item/u-index-item.vue @@ -0,0 +1,87 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-index-list/props.js b/node_modules/uview-ui/components/u-index-list/props.js new file mode 100644 index 0000000..354d459 --- /dev/null +++ b/node_modules/uview-ui/components/u-index-list/props.js @@ -0,0 +1,29 @@ +export default { + props: { + // 右边锚点非激活的颜色 + inactiveColor: { + type: String, + default: uni.$u.props.indexList.inactiveColor + }, + // 右边锚点激活的颜色 + activeColor: { + type: String, + default: uni.$u.props.indexList.activeColor + }, + // 索引字符列表,数组形式 + indexList: { + type: Array, + default: uni.$u.props.indexList.indexList + }, + // 是否开启锚点自动吸顶 + sticky: { + type: Boolean, + default: uni.$u.props.indexList.sticky + }, + // 自定义导航栏的高度 + customNavHeight: { + type: [String, Number], + default: uni.$u.props.indexList.customNavHeight + } + } +} diff --git a/node_modules/uview-ui/components/u-index-list/u-index-list.vue b/node_modules/uview-ui/components/u-index-list/u-index-list.vue new file mode 100644 index 0000000..d712618 --- /dev/null +++ b/node_modules/uview-ui/components/u-index-list/u-index-list.vue @@ -0,0 +1,440 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-input/props.js b/node_modules/uview-ui/components/u-input/props.js new file mode 100644 index 0000000..2c50870 --- /dev/null +++ b/node_modules/uview-ui/components/u-input/props.js @@ -0,0 +1,187 @@ +export default { + props: { + // 输入的值 + value: { + type: [String, Number], + default: uni.$u.props.input.value + }, + // 输入框类型 + // number-数字输入键盘,app-vue下可以输入浮点数,app-nvue和小程序平台下只能输入整数 + // idcard-身份证输入键盘,微信、支付宝、百度、QQ小程序 + // digit-带小数点的数字键盘,App的nvue页面、微信、支付宝、百度、头条、QQ小程序 + // text-文本输入键盘 + type: { + type: String, + default: uni.$u.props.input.type + }, + // 如果 textarea 是在一个 position:fixed 的区域,需要显示指定属性 fixed 为 true, + // 兼容性:微信小程序、百度小程序、字节跳动小程序、QQ小程序 + fixed: { + type: Boolean, + default: uni.$u.props.input.fixed + }, + // 是否禁用输入框 + disabled: { + type: Boolean, + default: uni.$u.props.input.disabled + }, + // 禁用状态时的背景色 + disabledColor: { + type: String, + default: uni.$u.props.input.disabledColor + }, + // 是否显示清除控件 + clearable: { + type: Boolean, + default: uni.$u.props.input.clearable + }, + // 是否密码类型 + password: { + type: Boolean, + default: uni.$u.props.input.password + }, + // 最大输入长度,设置为 -1 的时候不限制最大长度 + maxlength: { + type: [String, Number], + default: uni.$u.props.input.maxlength + }, + // 输入框为空时的占位符 + placeholder: { + type: String, + default: uni.$u.props.input.placeholder + }, + // 指定placeholder的样式类,注意页面或组件的style中写了scoped时,需要在类名前写/deep/ + placeholderClass: { + type: String, + default: uni.$u.props.input.placeholderClass + }, + // 指定placeholder的样式 + placeholderStyle: { + type: [String, Object], + default: uni.$u.props.input.placeholderStyle + }, + // 是否显示输入字数统计,只在 type ="text"或type ="textarea"时有效 + showWordLimit: { + type: Boolean, + default: uni.$u.props.input.showWordLimit + }, + // 设置右下角按钮的文字,有效值:send|search|next|go|done,兼容性详见uni-app文档 + // https://uniapp.dcloud.io/component/input + // https://uniapp.dcloud.io/component/textarea + confirmType: { + type: String, + default: uni.$u.props.input.confirmType + }, + // 点击键盘右下角按钮时是否保持键盘不收起,H5无效 + confirmHold: { + type: Boolean, + default: uni.$u.props.input.confirmHold + }, + // focus时,点击页面的时候不收起键盘,微信小程序有效 + holdKeyboard: { + type: Boolean, + default: uni.$u.props.input.holdKeyboard + }, + // 自动获取焦点 + // 在 H5 平台能否聚焦以及软键盘是否跟随弹出,取决于当前浏览器本身的实现。nvue 页面不支持,需使用组件的 focus()、blur() 方法控制焦点 + focus: { + type: Boolean, + default: uni.$u.props.input.focus + }, + // 键盘收起时,是否自动失去焦点,目前仅App3.0.0+有效 + autoBlur: { + type: Boolean, + default: uni.$u.props.input.autoBlur + }, + // 是否去掉 iOS 下的默认内边距,仅微信小程序,且type=textarea时有效 + disableDefaultPadding: { + type: Boolean, + default: uni.$u.props.input.disableDefaultPadding + }, + // 指定focus时光标的位置 + cursor: { + type: [String, Number], + default: uni.$u.props.input.cursor + }, + // 输入框聚焦时底部与键盘的距离 + cursorSpacing: { + type: [String, Number], + default: uni.$u.props.input.cursorSpacing + }, + // 光标起始位置,自动聚集时有效,需与selection-end搭配使用 + selectionStart: { + type: [String, Number], + default: uni.$u.props.input.selectionStart + }, + // 光标结束位置,自动聚集时有效,需与selection-start搭配使用 + selectionEnd: { + type: [String, Number], + default: uni.$u.props.input.selectionEnd + }, + // 键盘弹起时,是否自动上推页面 + adjustPosition: { + type: Boolean, + default: uni.$u.props.input.adjustPosition + }, + // 输入框内容对齐方式,可选值为:left|center|right + inputAlign: { + type: String, + default: uni.$u.props.input.inputAlign + }, + // 输入框字体的大小 + fontSize: { + type: [String, Number], + default: uni.$u.props.input.fontSize + }, + // 输入框字体颜色 + color: { + type: String, + default: uni.$u.props.input.color + }, + // 输入框前置图标 + prefixIcon: { + type: String, + default: uni.$u.props.input.prefixIcon + }, + // 前置图标样式,对象或字符串 + prefixIconStyle: { + type: [String, Object], + default: uni.$u.props.input.prefixIconStyle + }, + // 输入框后置图标 + suffixIcon: { + type: String, + default: uni.$u.props.input.suffixIcon + }, + // 后置图标样式,对象或字符串 + suffixIconStyle: { + type: [String, Object], + default: uni.$u.props.input.suffixIconStyle + }, + // 边框类型,surround-四周边框,bottom-底部边框,none-无边框 + border: { + type: String, + default: uni.$u.props.input.border + }, + // 是否只读,与disabled不同之处在于disabled会置灰组件,而readonly则不会 + readonly: { + type: Boolean, + default: uni.$u.props.input.readonly + }, + // 输入框形状,circle-圆形,square-方形 + shape: { + type: String, + default: uni.$u.props.input.shape + }, + // 用于处理或者过滤输入框内容的方法 + formatter: { + type: [Function, null], + default: uni.$u.props.input.formatter + }, + // 是否忽略组件内对文本合成系统事件的处理 + ignoreCompositionEvent: { + type: Boolean, + default: true + } + } +} diff --git a/node_modules/uview-ui/components/u-input/u-input.vue b/node_modules/uview-ui/components/u-input/u-input.vue new file mode 100644 index 0000000..dac3393 --- /dev/null +++ b/node_modules/uview-ui/components/u-input/u-input.vue @@ -0,0 +1,369 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-keyboard/props.js b/node_modules/uview-ui/components/u-keyboard/props.js new file mode 100644 index 0000000..cfdb00a --- /dev/null +++ b/node_modules/uview-ui/components/u-keyboard/props.js @@ -0,0 +1,84 @@ +export default { + props: { + // 键盘的类型,number-数字键盘,card-身份证键盘,car-车牌号键盘 + mode: { + type: String, + default: uni.$u.props.keyboard.mode + }, + // 是否显示键盘的"."符号 + dotDisabled: { + type: Boolean, + default: uni.$u.props.keyboard.dotDisabled + }, + // 是否显示顶部工具条 + tooltip: { + type: Boolean, + default: uni.$u.props.keyboard.tooltip + }, + // 是否显示工具条中间的提示 + showTips: { + type: Boolean, + default: uni.$u.props.keyboard.showTips + }, + // 工具条中间的提示文字 + tips: { + type: String, + default: uni.$u.props.keyboard.tips + }, + // 是否显示工具条左边的"取消"按钮 + showCancel: { + type: Boolean, + default: uni.$u.props.keyboard.showCancel + }, + // 是否显示工具条右边的"完成"按钮 + showConfirm: { + type: Boolean, + default: uni.$u.props.keyboard.showConfirm + }, + // 是否打乱键盘按键的顺序 + random: { + type: Boolean, + default: uni.$u.props.keyboard.random + }, + // 是否开启底部安全区适配,开启的话,会在iPhoneX机型底部添加一定的内边距 + safeAreaInsetBottom: { + type: Boolean, + default: uni.$u.props.keyboard.safeAreaInsetBottom + }, + // 是否允许通过点击遮罩关闭键盘 + closeOnClickOverlay: { + type: Boolean, + default: uni.$u.props.keyboard.closeOnClickOverlay + }, + // 控制键盘的弹出与收起 + show: { + type: Boolean, + default: uni.$u.props.keyboard.show + }, + // 是否显示遮罩,某些时候数字键盘时,用户希望看到自己的数值,所以可能不想要遮罩 + overlay: { + type: Boolean, + default: uni.$u.props.keyboard.overlay + }, + // z-index值 + zIndex: { + type: [String, Number], + default: uni.$u.props.keyboard.zIndex + }, + // 取消按钮的文字 + cancelText: { + type: String, + default: uni.$u.props.keyboard.cancelText + }, + // 确认按钮的文字 + confirmText: { + type: String, + default: uni.$u.props.keyboard.confirmText + }, + // 输入一个中文后,是否自动切换到英文 + autoChange: { + type: Boolean, + default: uni.$u.props.keyboard.autoChange + } + } +} diff --git a/node_modules/uview-ui/components/u-keyboard/u-keyboard.vue b/node_modules/uview-ui/components/u-keyboard/u-keyboard.vue new file mode 100644 index 0000000..14228cb --- /dev/null +++ b/node_modules/uview-ui/components/u-keyboard/u-keyboard.vue @@ -0,0 +1,164 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-line-progress/props.js b/node_modules/uview-ui/components/u-line-progress/props.js new file mode 100644 index 0000000..a4210bd --- /dev/null +++ b/node_modules/uview-ui/components/u-line-progress/props.js @@ -0,0 +1,28 @@ +export default { + props: { + // 激活部分的颜色 + activeColor: { + type: String, + default: uni.$u.props.lineProgress.activeColor + }, + inactiveColor: { + type: String, + default: uni.$u.props.lineProgress.color + }, + // 进度百分比,数值 + percentage: { + type: [String, Number], + default: uni.$u.props.lineProgress.inactiveColor + }, + // 是否在进度条内部显示百分比的值 + showText: { + type: Boolean, + default: uni.$u.props.lineProgress.showText + }, + // 进度条的高度,单位px + height: { + type: [String, Number], + default: uni.$u.props.lineProgress.height + } + } +} diff --git a/node_modules/uview-ui/components/u-line-progress/u-line-progress.vue b/node_modules/uview-ui/components/u-line-progress/u-line-progress.vue new file mode 100644 index 0000000..4e27931 --- /dev/null +++ b/node_modules/uview-ui/components/u-line-progress/u-line-progress.vue @@ -0,0 +1,144 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-line/props.js b/node_modules/uview-ui/components/u-line/props.js new file mode 100644 index 0000000..2308cc3 --- /dev/null +++ b/node_modules/uview-ui/components/u-line/props.js @@ -0,0 +1,33 @@ +export default { + props: { + color: { + type: String, + default: uni.$u.props.line.color + }, + // 长度,竖向时表现为高度,横向时表现为长度,可以为百分比,带px单位的值等 + length: { + type: [String, Number], + default: uni.$u.props.line.length + }, + // 线条方向,col-竖向,row-横向 + direction: { + type: String, + default: uni.$u.props.line.direction + }, + // 是否显示细边框 + hairline: { + type: Boolean, + default: uni.$u.props.line.hairline + }, + // 线条与上下左右元素的间距,字符串形式,如"30px"、"20px 30px" + margin: { + type: [String, Number], + default: uni.$u.props.line.margin + }, + // 是否虚线,true-虚线,false-实线 + dashed: { + type: Boolean, + default: uni.$u.props.line.dashed + } + } +} diff --git a/node_modules/uview-ui/components/u-line/u-line.vue b/node_modules/uview-ui/components/u-line/u-line.vue new file mode 100644 index 0000000..e0a6d92 --- /dev/null +++ b/node_modules/uview-ui/components/u-line/u-line.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-link/props.js b/node_modules/uview-ui/components/u-link/props.js new file mode 100644 index 0000000..d39353f --- /dev/null +++ b/node_modules/uview-ui/components/u-link/props.js @@ -0,0 +1,39 @@ +export default { + props: { + // 文字颜色 + color: { + type: String, + default: uni.$u.props.link.color + }, + // 字体大小,单位px + fontSize: { + type: [String, Number], + default: uni.$u.props.link.fontSize + }, + // 是否显示下划线 + underLine: { + type: Boolean, + default: uni.$u.props.link.underLine + }, + // 要跳转的链接 + href: { + type: String, + default: uni.$u.props.link.href + }, + // 小程序中复制到粘贴板的提示语 + mpTips: { + type: String, + default: uni.$u.props.link.mpTips + }, + // 下划线颜色 + lineColor: { + type: String, + default: uni.$u.props.link.lineColor + }, + // 超链接的问题,不使用slot形式传入,是因为nvue下无法修改颜色 + text: { + type: String, + default: uni.$u.props.link.text + } + } +} diff --git a/node_modules/uview-ui/components/u-link/u-link.vue b/node_modules/uview-ui/components/u-link/u-link.vue new file mode 100644 index 0000000..c6802a5 --- /dev/null +++ b/node_modules/uview-ui/components/u-link/u-link.vue @@ -0,0 +1,83 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-list-item/props.js b/node_modules/uview-ui/components/u-list-item/props.js new file mode 100644 index 0000000..58ddc49 --- /dev/null +++ b/node_modules/uview-ui/components/u-list-item/props.js @@ -0,0 +1,9 @@ +export default { + props: { + // 用于滚动到指定item + anchor: { + type: [String, Number], + default: uni.$u.props.listItem.anchor + } + } +} diff --git a/node_modules/uview-ui/components/u-list-item/u-list-item.vue b/node_modules/uview-ui/components/u-list-item/u-list-item.vue new file mode 100644 index 0000000..1a25db6 --- /dev/null +++ b/node_modules/uview-ui/components/u-list-item/u-list-item.vue @@ -0,0 +1,116 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-list/props.js b/node_modules/uview-ui/components/u-list/props.js new file mode 100644 index 0000000..25406f4 --- /dev/null +++ b/node_modules/uview-ui/components/u-list/props.js @@ -0,0 +1,76 @@ +export default { + props: { + // 控制是否出现滚动条,仅nvue有效 + showScrollbar: { + type: Boolean, + default: uni.$u.props.list.showScrollbar + }, + // 距底部多少时触发scrolltolower事件 + lowerThreshold: { + type: [String, Number], + default: uni.$u.props.list.lowerThreshold + }, + // 距顶部多少时触发scrolltoupper事件,非nvue有效 + upperThreshold: { + type: [String, Number], + default: uni.$u.props.list.upperThreshold + }, + // 设置竖向滚动条位置 + scrollTop: { + type: [String, Number], + default: uni.$u.props.list.scrollTop + }, + // 控制 onscroll 事件触发的频率,仅nvue有效 + offsetAccuracy: { + type: [String, Number], + default: uni.$u.props.list.offsetAccuracy + }, + // 启用 flexbox 布局。开启后,当前节点声明了display: flex就会成为flex container,并作用于其孩子节点,仅微信小程序有效 + enableFlex: { + type: Boolean, + default: uni.$u.props.list.enableFlex + }, + // 是否按分页模式显示List,默认值false + pagingEnabled: { + type: Boolean, + default: uni.$u.props.list.pagingEnabled + }, + // 是否允许List滚动 + scrollable: { + type: Boolean, + default: uni.$u.props.list.scrollable + }, + // 值应为某子元素id(id不能以数字开头) + scrollIntoView: { + type: String, + default: uni.$u.props.list.scrollIntoView + }, + // 在设置滚动条位置时使用动画过渡 + scrollWithAnimation: { + type: Boolean, + default: uni.$u.props.list.scrollWithAnimation + }, + // iOS点击顶部状态栏、安卓双击标题栏时,滚动条返回顶部,只对微信小程序有效 + enableBackToTop: { + type: Boolean, + default: uni.$u.props.list.enableBackToTop + }, + // 列表的高度 + height: { + type: [String, Number], + default: uni.$u.props.list.height + }, + // 列表宽度 + width: { + type: [String, Number], + default: uni.$u.props.list.width + }, + // 列表前后预渲染的屏数,1代表一个屏幕的高度,1.5代表1个半屏幕高度 + preLoadScreen: { + type: [String, Number], + default: uni.$u.props.list.preLoadScreen + } + // vue下,是否开启虚拟列表 + + } +} diff --git a/node_modules/uview-ui/components/u-list/u-list.vue b/node_modules/uview-ui/components/u-list/u-list.vue new file mode 100644 index 0000000..4447cab --- /dev/null +++ b/node_modules/uview-ui/components/u-list/u-list.vue @@ -0,0 +1,157 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-loading-icon/props.js b/node_modules/uview-ui/components/u-loading-icon/props.js new file mode 100644 index 0000000..c35524e --- /dev/null +++ b/node_modules/uview-ui/components/u-loading-icon/props.js @@ -0,0 +1,59 @@ +export default { + props: { + // 是否显示组件 + show: { + type: Boolean, + default: uni.$u.props.loadingIcon.show + }, + // 颜色 + color: { + type: String, + default: uni.$u.props.loadingIcon.color + }, + // 提示文字颜色 + textColor: { + type: String, + default: uni.$u.props.loadingIcon.textColor + }, + // 文字和图标是否垂直排列 + vertical: { + type: Boolean, + default: uni.$u.props.loadingIcon.vertical + }, + // 模式选择,circle-圆形,spinner-花朵形,semicircle-半圆形 + mode: { + type: String, + default: uni.$u.props.loadingIcon.mode + }, + // 图标大小,单位默认px + size: { + type: [String, Number], + default: uni.$u.props.loadingIcon.size + }, + // 文字大小 + textSize: { + type: [String, Number], + default: uni.$u.props.loadingIcon.textSize + }, + // 文字内容 + text: { + type: [String, Number], + default: uni.$u.props.loadingIcon.text + }, + // 动画模式 + timingFunction: { + type: String, + default: uni.$u.props.loadingIcon.timingFunction + }, + // 动画执行周期时间 + duration: { + type: [String, Number], + default: uni.$u.props.loadingIcon.duration + }, + // mode=circle时的暗边颜色 + inactiveColor: { + type: String, + default: uni.$u.props.loadingIcon.inactiveColor + } + } +} diff --git a/node_modules/uview-ui/components/u-loading-icon/u-loading-icon.vue b/node_modules/uview-ui/components/u-loading-icon/u-loading-icon.vue new file mode 100644 index 0000000..2ede5c3 --- /dev/null +++ b/node_modules/uview-ui/components/u-loading-icon/u-loading-icon.vue @@ -0,0 +1,343 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-loading-page/props.js b/node_modules/uview-ui/components/u-loading-page/props.js new file mode 100644 index 0000000..e239b61 --- /dev/null +++ b/node_modules/uview-ui/components/u-loading-page/props.js @@ -0,0 +1,49 @@ +export default { + props: { + // 提示内容 + loadingText: { + type: [String, Number], + default: uni.$u.props.loadingPage.loadingText + }, + // 文字上方用于替换loading动画的图片 + image: { + type: String, + default: uni.$u.props.loadingPage.image + }, + // 加载动画的模式,circle-圆形,spinner-花朵形,semicircle-半圆形 + loadingMode: { + type: String, + default: uni.$u.props.loadingPage.loadingMode + }, + // 是否加载中 + loading: { + type: Boolean, + default: uni.$u.props.loadingPage.loading + }, + // 背景色 + bgColor: { + type: String, + default: uni.$u.props.loadingPage.bgColor + }, + // 文字颜色 + color: { + type: String, + default: uni.$u.props.loadingPage.color + }, + // 文字大小 + fontSize: { + type: [String, Number], + default: uni.$u.props.loadingPage.fontSize + }, + // 图标大小 + iconSize: { + type: [String, Number], + default: uni.$u.props.loadingPage.fontSize + }, + // 加载中图标的颜色,只能rgb或者十六进制颜色值 + loadingColor: { + type: String, + default: uni.$u.props.loadingPage.loadingColor + } + } +} diff --git a/node_modules/uview-ui/components/u-loading-page/u-loading-page.vue b/node_modules/uview-ui/components/u-loading-page/u-loading-page.vue new file mode 100644 index 0000000..03a78ad --- /dev/null +++ b/node_modules/uview-ui/components/u-loading-page/u-loading-page.vue @@ -0,0 +1,115 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-loadmore/props.js b/node_modules/uview-ui/components/u-loadmore/props.js new file mode 100644 index 0000000..1e67d89 --- /dev/null +++ b/node_modules/uview-ui/components/u-loadmore/props.js @@ -0,0 +1,94 @@ +export default { + props: { + // 组件状态,loadmore-加载前的状态,loading-加载中的状态,nomore-没有更多的状态 + status: { + type: String, + default: uni.$u.props.loadmore.status + }, + // 组件背景色 + bgColor: { + type: String, + default: uni.$u.props.loadmore.bgColor + }, + // 是否显示加载中的图标 + icon: { + type: Boolean, + default: uni.$u.props.loadmore.icon + }, + // 字体大小 + fontSize: { + type: [String, Number], + default: uni.$u.props.loadmore.fontSize + }, + // 图标大小 + iconSize: { + type: [String, Number], + default: uni.$u.props.loadmore.iconSize + }, + // 字体颜色 + color: { + type: String, + default: uni.$u.props.loadmore.color + }, + // 加载中状态的图标,spinner-花朵状图标,circle-圆圈状,semicircle-半圆 + loadingIcon: { + type: String, + default: uni.$u.props.loadmore.loadingIcon + }, + // 加载前的提示语 + loadmoreText: { + type: String, + default: uni.$u.props.loadmore.loadmoreText + }, + // 加载中提示语 + loadingText: { + type: String, + default: uni.$u.props.loadmore.loadingText + }, + // 没有更多的提示语 + nomoreText: { + type: String, + default: uni.$u.props.loadmore.nomoreText + }, + // 在“没有更多”状态下,是否显示粗点 + isDot: { + type: Boolean, + default: uni.$u.props.loadmore.isDot + }, + // 加载中图标的颜色 + iconColor: { + type: String, + default: uni.$u.props.loadmore.iconColor + }, + // 上边距 + marginTop: { + type: [String, Number], + default: uni.$u.props.loadmore.marginTop + }, + // 下边距 + marginBottom: { + type: [String, Number], + default: uni.$u.props.loadmore.marginBottom + }, + // 高度,单位px + height: { + type: [String, Number], + default: uni.$u.props.loadmore.height + }, + // 是否显示左边分割线 + line: { + type: Boolean, + default: uni.$u.props.loadmore.line + }, + // 线条颜色 + lineColor: { + type: String, + default: uni.$u.props.loadmore.lineColor + }, + // 是否虚线,true-虚线,false-实线 + dashed: { + type: Boolean, + default: uni.$u.props.loadmore.dashed + } + } +} diff --git a/node_modules/uview-ui/components/u-loadmore/u-loadmore.vue b/node_modules/uview-ui/components/u-loadmore/u-loadmore.vue new file mode 100644 index 0000000..73c79fe --- /dev/null +++ b/node_modules/uview-ui/components/u-loadmore/u-loadmore.vue @@ -0,0 +1,150 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-modal/props.js b/node_modules/uview-ui/components/u-modal/props.js new file mode 100644 index 0000000..94b3078 --- /dev/null +++ b/node_modules/uview-ui/components/u-modal/props.js @@ -0,0 +1,89 @@ +export default { + props: { + // 是否展示modal + show: { + type: Boolean, + default: uni.$u.props.modal.show + }, + // 标题 + title: { + type: [String], + default: uni.$u.props.modal.title + }, + // 弹窗内容 + content: { + type: String, + default: uni.$u.props.modal.content + }, + // 确认文案 + confirmText: { + type: String, + default: uni.$u.props.modal.confirmText + }, + // 取消文案 + cancelText: { + type: String, + default: uni.$u.props.modal.cancelText + }, + // 是否显示确认按钮 + showConfirmButton: { + type: Boolean, + default: uni.$u.props.modal.showConfirmButton + }, + // 是否显示取消按钮 + showCancelButton: { + type: Boolean, + default: uni.$u.props.modal.showCancelButton + }, + // 确认按钮颜色 + confirmColor: { + type: String, + default: uni.$u.props.modal.confirmColor + }, + // 取消文字颜色 + cancelColor: { + type: String, + default: uni.$u.props.modal.cancelColor + }, + // 对调确认和取消的位置 + buttonReverse: { + type: Boolean, + default: uni.$u.props.modal.buttonReverse + }, + // 是否开启缩放效果 + zoom: { + type: Boolean, + default: uni.$u.props.modal.zoom + }, + // 是否异步关闭,只对确定按钮有效 + asyncClose: { + type: Boolean, + default: uni.$u.props.modal.asyncClose + }, + // 是否允许点击遮罩关闭modal + closeOnClickOverlay: { + type: Boolean, + default: uni.$u.props.modal.closeOnClickOverlay + }, + // 给一个负的margin-top,往上偏移,避免和键盘重合的情况 + negativeTop: { + type: [String, Number], + default: uni.$u.props.modal.negativeTop + }, + // modal宽度,不支持百分比,可以数值,px,rpx单位 + width: { + type: [String, Number], + default: uni.$u.props.modal.width + }, + // 确认按钮的样式,circle-圆形,square-方形,如设置,将不会显示取消按钮 + confirmButtonShape: { + type: String, + default: uni.$u.props.modal.confirmButtonShape + }, + // 弹窗动画过度时间 + duration:{ + type:String | Number, + default: uni.$u.props.modal.duration + } + } +} diff --git a/node_modules/uview-ui/components/u-modal/u-modal.vue b/node_modules/uview-ui/components/u-modal/u-modal.vue new file mode 100644 index 0000000..72e1ed2 --- /dev/null +++ b/node_modules/uview-ui/components/u-modal/u-modal.vue @@ -0,0 +1,228 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-navbar/props.js b/node_modules/uview-ui/components/u-navbar/props.js new file mode 100644 index 0000000..5398de2 --- /dev/null +++ b/node_modules/uview-ui/components/u-navbar/props.js @@ -0,0 +1,84 @@ +export default { + props: { + // 是否开启顶部安全区适配 + safeAreaInsetTop: { + type: Boolean, + default: uni.$u.props.navbar.safeAreaInsetTop + }, + // 固定在顶部时,是否生成一个等高元素,以防止塌陷 + placeholder: { + type: Boolean, + default: uni.$u.props.navbar.placeholder + }, + // 是否固定在顶部 + fixed: { + type: Boolean, + default: uni.$u.props.navbar.fixed + }, + // 是否显示下边框 + border: { + type: Boolean, + default: uni.$u.props.navbar.border + }, + // 左边的图标 + leftIcon: { + type: String, + default: uni.$u.props.navbar.leftIcon + }, + // 左边的提示文字 + leftText: { + type: String, + default: uni.$u.props.navbar.leftText + }, + // 左右的提示文字 + rightText: { + type: String, + default: uni.$u.props.navbar.rightText + }, + // 右边的图标 + rightIcon: { + type: String, + default: uni.$u.props.navbar.rightIcon + }, + // 标题 + title: { + type: [String, Number], + default: uni.$u.props.navbar.title + }, + // 背景颜色 + bgColor: { + type: String, + default: uni.$u.props.navbar.bgColor + }, + // 标题的宽度 + titleWidth: { + type: [String, Number], + default: uni.$u.props.navbar.titleWidth + }, + // 导航栏高度 + height: { + type: [String, Number], + default: uni.$u.props.navbar.height + }, + // 左侧返回图标的大小 + leftIconSize: { + type: [String, Number], + default: uni.$u.props.navbar.leftIconSize + }, + // 左侧返回图标的颜色 + leftIconColor: { + type: String, + default: uni.$u.props.navbar.leftIconColor + }, + // 点击左侧区域(返回图标),是否自动返回上一页 + autoBack: { + type: Boolean, + default: uni.$u.props.navbar.autoBack + }, + // 标题的样式,对象或字符串 + titleStyle: { + type: [String, Object], + default: uni.$u.props.navbar.titleStyle + } + } +} diff --git a/node_modules/uview-ui/components/u-navbar/u-navbar.vue b/node_modules/uview-ui/components/u-navbar/u-navbar.vue new file mode 100644 index 0000000..2b206b7 --- /dev/null +++ b/node_modules/uview-ui/components/u-navbar/u-navbar.vue @@ -0,0 +1,186 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-no-network/props.js b/node_modules/uview-ui/components/u-no-network/props.js new file mode 100644 index 0000000..9f3af62 --- /dev/null +++ b/node_modules/uview-ui/components/u-no-network/props.js @@ -0,0 +1,19 @@ +export default { + props: { + // 页面文字提示 + tips: { + type: String, + default: uni.$u.props.noNetwork.tips + }, + // 一个z-index值,用于设置没有网络这个组件的层次,因为页面可能会有其他定位的元素层级过高,导致此组件被覆盖 + zIndex: { + type: [String, Number], + default: uni.$u.props.noNetwork.zIndex + }, + // image 没有网络的图片提示 + image: { + type: String, + default: uni.$u.props.noNetwork.image + } + } +} diff --git a/node_modules/uview-ui/components/u-no-network/u-no-network.vue b/node_modules/uview-ui/components/u-no-network/u-no-network.vue new file mode 100644 index 0000000..9710729 --- /dev/null +++ b/node_modules/uview-ui/components/u-no-network/u-no-network.vue @@ -0,0 +1,220 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-notice-bar/props.js b/node_modules/uview-ui/components/u-notice-bar/props.js new file mode 100644 index 0000000..7040c29 --- /dev/null +++ b/node_modules/uview-ui/components/u-notice-bar/props.js @@ -0,0 +1,70 @@ +export default { + props: { + // 显示的内容,数组 + text: { + type: [Array, String], + default: uni.$u.props.noticeBar.text + }, + // 通告滚动模式,row-横向滚动,column-竖向滚动 + direction: { + type: String, + default: uni.$u.props.noticeBar.direction + }, + // direction = row时,是否使用步进形式滚动 + step: { + type: Boolean, + default: uni.$u.props.noticeBar.step + }, + // 是否显示左侧的音量图标 + icon: { + type: String, + default: uni.$u.props.noticeBar.icon + }, + // 通告模式,link-显示右箭头,closable-显示右侧关闭图标 + mode: { + type: String, + default: uni.$u.props.noticeBar.mode + }, + // 文字颜色,各图标也会使用文字颜色 + color: { + type: String, + default: uni.$u.props.noticeBar.color + }, + // 背景颜色 + bgColor: { + type: String, + default: uni.$u.props.noticeBar.bgColor + }, + // 水平滚动时的滚动速度,即每秒滚动多少px(px),这有利于控制文字无论多少时,都能有一个恒定的速度 + speed: { + type: [String, Number], + default: uni.$u.props.noticeBar.speed + }, + // 字体大小 + fontSize: { + type: [String, Number], + default: uni.$u.props.noticeBar.fontSize + }, + // 滚动一个周期的时间长,单位ms + duration: { + type: [String, Number], + default: uni.$u.props.noticeBar.duration + }, + // 是否禁止用手滑动切换 + // 目前HX2.6.11,只支持App 2.5.5+、H5 2.5.5+、支付宝小程序、字节跳动小程序 + disableTouch: { + type: Boolean, + default: uni.$u.props.noticeBar.disableTouch + }, + // 跳转的页面路径 + url: { + type: String, + default: uni.$u.props.noticeBar.url + }, + // 页面跳转的类型 + linkType: { + type: String, + default: uni.$u.props.noticeBar.linkType + } + } +} diff --git a/node_modules/uview-ui/components/u-notice-bar/u-notice-bar.vue b/node_modules/uview-ui/components/u-notice-bar/u-notice-bar.vue new file mode 100644 index 0000000..a06eb39 --- /dev/null +++ b/node_modules/uview-ui/components/u-notice-bar/u-notice-bar.vue @@ -0,0 +1,101 @@ + + + + diff --git a/node_modules/uview-ui/components/u-notify/props.js b/node_modules/uview-ui/components/u-notify/props.js new file mode 100644 index 0000000..57a9d71 --- /dev/null +++ b/node_modules/uview-ui/components/u-notify/props.js @@ -0,0 +1,49 @@ +export default { + props: { + // 到顶部的距离 + top: { + type: [String, Number], + default: uni.$u.props.notify.top + }, + // 是否展示组件 + // show: { + // type: Boolean, + // default: uni.$u.props.notify.show + // }, + // type主题,primary,success,warning,error + type: { + type: String, + default: uni.$u.props.notify.type + }, + // 字体颜色 + color: { + type: String, + default: uni.$u.props.notify.color + }, + // 背景颜色 + bgColor: { + type: String, + default: uni.$u.props.notify.bgColor + }, + // 展示的文字内容 + message: { + type: String, + default: uni.$u.props.notify.message + }, + // 展示时长,为0时不消失,单位ms + duration: { + type: [String, Number], + default: uni.$u.props.notify.duration + }, + // 字体大小 + fontSize: { + type: [String, Number], + default: uni.$u.props.notify.fontSize + }, + // 是否留出顶部安全距离(状态栏高度) + safeAreaInsetTop: { + type: Boolean, + default: uni.$u.props.notify.safeAreaInsetTop + } + } +} diff --git a/node_modules/uview-ui/components/u-notify/u-notify.vue b/node_modules/uview-ui/components/u-notify/u-notify.vue new file mode 100644 index 0000000..30adb72 --- /dev/null +++ b/node_modules/uview-ui/components/u-notify/u-notify.vue @@ -0,0 +1,211 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-number-box/props.js b/node_modules/uview-ui/components/u-number-box/props.js new file mode 100644 index 0000000..fb0fa94 --- /dev/null +++ b/node_modules/uview-ui/components/u-number-box/props.js @@ -0,0 +1,109 @@ +export default { + props: { + // 步进器标识符,在change回调返回 + name: { + type: [String, Number], + default: uni.$u.props.numberBox.name + }, + // 用于双向绑定的值,初始化时设置设为默认min值(最小值) + value: { + type: [String, Number], + default: uni.$u.props.numberBox.value + }, + // 最小值 + min: { + type: [String, Number], + default: uni.$u.props.numberBox.min + }, + // 最大值 + max: { + type: [String, Number], + default: uni.$u.props.numberBox.max + }, + // 加减的步长,可为小数 + step: { + type: [String, Number], + default: uni.$u.props.numberBox.step + }, + // 是否只允许输入整数 + integer: { + type: Boolean, + default: uni.$u.props.numberBox.integer + }, + // 是否禁用,包括输入框,加减按钮 + disabled: { + type: Boolean, + default: uni.$u.props.numberBox.disabled + }, + // 是否禁用输入框 + disabledInput: { + type: Boolean, + default: uni.$u.props.numberBox.disabledInput + }, + // 是否开启异步变更,开启后需要手动控制输入值 + asyncChange: { + type: Boolean, + default: uni.$u.props.numberBox.asyncChange + }, + // 输入框宽度,单位为px + inputWidth: { + type: [String, Number], + default: uni.$u.props.numberBox.inputWidth + }, + // 是否显示减少按钮 + showMinus: { + type: Boolean, + default: uni.$u.props.numberBox.showMinus + }, + // 是否显示增加按钮 + showPlus: { + type: Boolean, + default: uni.$u.props.numberBox.showPlus + }, + // 显示的小数位数 + decimalLength: { + type: [String, Number, null], + default: uni.$u.props.numberBox.decimalLength + }, + // 是否开启长按加减手势 + longPress: { + type: Boolean, + default: uni.$u.props.numberBox.longPress + }, + // 输入框文字和加减按钮图标的颜色 + color: { + type: String, + default: uni.$u.props.numberBox.color + }, + // 按钮大小,宽高等于此值,单位px,输入框高度和此值保持一致 + buttonSize: { + type: [String, Number], + default: uni.$u.props.numberBox.buttonSize + }, + // 输入框和按钮的背景颜色 + bgColor: { + type: String, + default: uni.$u.props.numberBox.bgColor + }, + // 指定光标于键盘的距离,避免键盘遮挡输入框,单位px + cursorSpacing: { + type: [String, Number], + default: uni.$u.props.numberBox.cursorSpacing + }, + // 是否禁用增加按钮 + disablePlus: { + type: Boolean, + default: uni.$u.props.numberBox.disablePlus + }, + // 是否禁用减少按钮 + disableMinus: { + type: Boolean, + default: uni.$u.props.numberBox.disableMinus + }, + // 加减按钮图标的样式 + iconStyle: { + type: [Object, String], + default: uni.$u.props.numberBox.iconStyle + } + } +} diff --git a/node_modules/uview-ui/components/u-number-box/u-number-box.vue b/node_modules/uview-ui/components/u-number-box/u-number-box.vue new file mode 100644 index 0000000..69211c5 --- /dev/null +++ b/node_modules/uview-ui/components/u-number-box/u-number-box.vue @@ -0,0 +1,416 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-number-keyboard/props.js b/node_modules/uview-ui/components/u-number-keyboard/props.js new file mode 100644 index 0000000..5e3bf55 --- /dev/null +++ b/node_modules/uview-ui/components/u-number-keyboard/props.js @@ -0,0 +1,19 @@ +export default { + props: { + // 键盘的类型,number-数字键盘,card-身份证键盘 + mode: { + type: String, + default: uni.$u.props.numberKeyboard.value + }, + // 是否显示键盘的"."符号 + dotDisabled: { + type: Boolean, + default: uni.$u.props.numberKeyboard.dotDisabled + }, + // 是否打乱键盘按键的顺序 + random: { + type: Boolean, + default: uni.$u.props.numberKeyboard.random + } + } +} diff --git a/node_modules/uview-ui/components/u-number-keyboard/u-number-keyboard.vue b/node_modules/uview-ui/components/u-number-keyboard/u-number-keyboard.vue new file mode 100644 index 0000000..4f505c6 --- /dev/null +++ b/node_modules/uview-ui/components/u-number-keyboard/u-number-keyboard.vue @@ -0,0 +1,196 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-overlay/props.js b/node_modules/uview-ui/components/u-overlay/props.js new file mode 100644 index 0000000..e6974df --- /dev/null +++ b/node_modules/uview-ui/components/u-overlay/props.js @@ -0,0 +1,24 @@ +export default { + props: { + // 是否显示遮罩 + show: { + type: Boolean, + default: uni.$u.props.overlay.show + }, + // 层级z-index + zIndex: { + type: [String, Number], + default: uni.$u.props.overlay.zIndex + }, + // 遮罩的过渡时间,单位为ms + duration: { + type: [String, Number], + default: uni.$u.props.overlay.duration + }, + // 不透明度值,当做rgba的第四个参数 + opacity: { + type: [String, Number], + default: uni.$u.props.overlay.opacity + } + } +} diff --git a/node_modules/uview-ui/components/u-overlay/u-overlay.vue b/node_modules/uview-ui/components/u-overlay/u-overlay.vue new file mode 100644 index 0000000..92de4e9 --- /dev/null +++ b/node_modules/uview-ui/components/u-overlay/u-overlay.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/node_modules/uview-ui/components/u-parse/node/node.vue b/node_modules/uview-ui/components/u-parse/node/node.vue new file mode 100644 index 0000000..73e30fd --- /dev/null +++ b/node_modules/uview-ui/components/u-parse/node/node.vue @@ -0,0 +1,499 @@ +