Prevent certain syntax themes from highlighting class bodies wrong…

…in Ruby.
This commit is contained in:
Andrew Dupont 2023-09-20 14:59:59 -07:00
parent 69038a1c4c
commit bfe8ce4e81
4 changed files with 4 additions and 4 deletions

View File

@ -186,7 +186,7 @@
}
.syntax--meta {
&.syntax--class {
&.syntax--class:not(.syntax--block) {
color: @yellow;
&.syntax--body {

View File

@ -186,7 +186,7 @@
}
.syntax--meta {
&.syntax--class {
&.syntax--class:not(.syntax--block) {
color: @yellow;
&.syntax--body {

View File

@ -210,7 +210,7 @@
}
.syntax--meta {
&.syntax--class {
&.syntax--class:not(.syntax--block) {
color: @hue-6-2;
&.syntax--body {

View File

@ -210,7 +210,7 @@
}
.syntax--meta {
&.syntax--class {
&.syntax--class:not(.syntax--block) {
color: @hue-6-2;
&.syntax--body {