]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update _syntax.scss (#32117)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 23 Nov 2020 19:34:38 +0000 (21:34 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Nov 2020 19:34:38 +0000 (21:34 +0200)
* Update _syntax.scss with the latest chroma selectors

* Sort selectors

* Remove no longer needed chroma workaround

* remove comments

site/assets/scss/_syntax.scss

index bca6aad83bb7c297591ed9c3be95f318f2e9bfb1..8120bbef2c74b91c3ef372fbe4c84787fe89450f 100644 (file)
@@ -1,33 +1,33 @@
 // stylelint-disable comment-empty-line-before, declaration-block-single-line-max-declarations, selector-class-pattern
 
-/* NEW Background .chroma { background-color: #f0f0f0; } */
-/* NEW Error .chroma .err { } */
-/* NEW LineTableTD .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } */
-/* NEW LineTable .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; } */
-/* NEW LineHighlight .chroma .hl { display: block; width: 100%; background-color: #ffffcc; } */
-/* NEW LineNumbersTable .chroma .lnt { margin-right: .4em; padding: 0 .4em; } */
-/* NEW LineNumbers .chroma .ln { margin-right: .4em; padding: 0 .4em; } */
+/* Background .chroma { background-color: #f0f0f0; } */
+/* Other .chroma .x { } */
+/* Error .chroma .err { } */
+/* LineTableTD .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } */
+/* LineTable .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; } */
+/* LineHighlight .chroma .hl { display: block; width: 100%; background-color: #ffffcc; } */
+/* LineNumbersTable .chroma .lnt { margin-right: .4em; padding: 0 .4em; } */
+/* LineNumbers .chroma .ln { margin-right: .4em; padding: 0 .4em; } */
 
-/* LiteralStringDelimiter */ .chroma .dl { color: #4070a0; } /* NEW */
 /* Comment */ .chroma .c { color: #727272; }
-/* CommentMultiline */ .chroma .c1 { color: #727272; }
-/* CommentHashbang */ .chroma .ch { font-style: italic; color: #60a0b0; } /* NEW */
+/* CommentHashbang */ .chroma .ch { font-style: italic; color: #60a0b0; }
 /* CommentMultiline */ .chroma .cm { color: #727272; }
 /* CommentPreproc */ .chroma .cp { color: #008085; }
-/* CommentPreprocFile */ .chroma .cpf { color: #007020; } /* NEW */
+/* CommentPreprocFile */ .chroma .cpf { color: #007020; }
+/* CommentSingle */ .chroma .c1 { color: #727272; }
 /* CommentSpecial */ .chroma .cs { color: #727272; }
+/* Generic .chroma .g { } */
 /* GenericDeleted */ .chroma .gd { background-color: #fcc; border: 1px solid #c00; }
 /* GenericEmph */ .chroma .ge { font-style: italic; }
+/* GenericError */ .chroma .gr { color: #f00; }
 /* GenericHeading */ .chroma .gh { color: #030; }
 /* GenericInserted */ .chroma .gi { background-color: #cfc; border: 1px solid #0c0; }
-/* GenericUnderline */ .chroma .gl { text-decoration: underline; } /* NEW */
 /* GenericOutput */ .chroma .go { color: #aaa; }
 /* GenericPrompt */ .chroma .gp { color: #009; }
-/* GenericError */ .chroma .gr { color: #f00; }
-/* GenericStrong */ .chroma .gs { font-weight: 700; } /* NEW */
-/* GenericTraceback */ .chroma .gt { color: #9c6; }
+/* GenericStrong */ .chroma .gs { font-weight: 700; }
 /* GenericSubheading */ .chroma .gu { color: #030; }
-/* LiteralNumberIntegerLong */ .chroma .il { color: #c24f19; }
+/* GenericTraceback */ .chroma .gt { color: #9c6; }
+/* GenericUnderline */ .chroma .gl { text-decoration: underline; }
 /* Keyword */ .chroma .k { color: #069; }
 /* KeywordConstant */ .chroma .kc { color: #069; }
 /* KeywordDeclaration */ .chroma .kd { color: #069; }
 /* KeywordPseudo */ .chroma .kp { color: #069; }
 /* KeywordReserved */ .chroma .kr { color: #069; }
 /* KeywordType */ .chroma .kt { color: #078; }
+/* Literal .chroma .l { } */
+/* LiteralDate .chroma .ld { color: #c24f19 } */
 /* LiteralNumber */ .chroma .m { color: #c24f19; }
+/* LiteralNumberBin */ .chroma .mb { color: #40a070; }
 /* LiteralNumberFloat */ .chroma .mf { color: #c24f19; }
-/* LiteralNumberBin */ .chroma .mb { color: #40a070; } /* NEW */
 /* LiteralNumberHex */ .chroma .mh { color: #c24f19; }
 /* LiteralNumberInteger */ .chroma .mi { color: #c24f19; }
+/* LiteralNumberIntegerLong */ .chroma .il { color: #c24f19; }
 /* LiteralNumberOct */ .chroma .mo { color: #c24f19; }
+/* LiteralString */ .chroma .s { color: #d73038; }
+/* LiteralStringAffix */ .chroma .sa { color: #4070a0; }
+/* LiteralStringBacktick */ .chroma .sb { color: #c30; }
+/* LiteralStringChar */ .chroma .sc { color: #c30; }
+/* LiteralStringDelimiter */ .chroma .dl { color: #4070a0; }
+/* LiteralStringDoc */ .chroma .sd { font-style: italic; color: #c30; }
+/* LiteralStringDouble */ .chroma .s2 { color: #c30; }
+/* LiteralStringEscape */ .chroma .se { color: #c30; }
+/* LiteralStringHeredoc */ .chroma .sh { color: #c30; }
+/* LiteralStringInterpol */ .chroma .si { color: #a00; }
+/* LiteralStringOther */ .chroma .sx { color: #c30; }
+/* LiteralStringRegex */ .chroma .sr { color: #337e7e; }
+/* LiteralStringSingle */ .chroma .s1 { color: #c30; }
+/* LiteralStringSymbol */ .chroma .ss { color: #fc3; }
+/* Name .chroma .n { } */
 /* NameAttribute */ .chroma .na { color: #006ee0; }
 /* NameBuiltin */ .chroma .nb { color: #366; }
+/* NameBuiltinPseudo .chroma .bp { } */
 /* NameClass */ .chroma .nc { color: #168174; }
+/* NameConstant */ .chroma .no { color: #360; }
 /* NameDecorator */ .chroma .nd { color: #6b62de; }
+/* NameEntity */ .chroma .ni { color: #727272; }
 /* NameException */ .chroma .ne { color: #c00; }
 /* NameFunction */ .chroma .nf { color: #b715f4; }
-/* NameEntity */ .chroma .ni { color: #727272; }
+/* NameFunctionMagic .chroma .fm { } */
 /* NameLabel */ .chroma .nl { color: #6b62de; }
 /* NameNamespace */ .chroma .nn { color: #007ca5; }
-/* NameConstant */ .chroma .no { color: #360; }
+/* NameOther .chroma .nx { } */
+/* NameProperty .chroma .py { } */
 /* NameTag */ .chroma .nt { color: #2f6f9f; }
 /* NameVariable */ .chroma .nv { color: #033; }
+/* NameVariableClass .chroma .vc { } */
+/* NameVariableGlobal .chroma .vg { } */
+/* NameVariableInstance .chroma .vi { } */
+/* NameVariableMagic .chroma .vm { } */
 /* Operator */ .chroma .o { color: #555; }
 /* OperatorWord */ .chroma .ow { color: #000; }
-/* LiteralString */ .chroma .s { color: #d73038; }
-/* LiteralStringSingle */ .chroma .s1 { color: #c30; }
-/* LiteralStringDouble */ .chroma .s2 { color: #c30; }
-/* LiteralStringAffix */ .chroma .sa { color: #4070a0; } /* NEW */
-/* LiteralStringBacktick */ .chroma .sb { color: #c30; }
-/* LiteralStringChar */ .chroma .sc { color: #c30; }
-/* LiteralStringDoc */ .chroma .sd { font-style: italic; color: #c30; }
-/* LiteralStringEscape */ .chroma .se { color: #c30; }
-/* LiteralStringHeredoc */ .chroma .sh { color: #c30; }
-/* LiteralStringInterpol */ .chroma .si { color: #a00; }
-/* LiteralStringRegex */ .chroma .sr { color: #337e7e; }
-/* LiteralStringSymbol */ .chroma .ss { color: #fc3; }
-/* LiteralStringOther */ .chroma .sx { color: #c30; }
+/* Punctuation .chroma .p { } */
 /* TextWhitespace */ .chroma .w { color: #bbb; }
 
 .chroma {
       content: "$ ";
       user-select: none;
     }
-
-    // This is just to work around a Chroma bug;
-    // should be removed when fixed upstream
-    .m {
-      color: inherit;
-    }
   }
 
   .language-powershell::before {