All Downloads are FREE. Search and download functionalities are using the official Maven repository.

@kie-tools.dashbuilder-client.dist.org.dashbuilder.DashbuilderRuntime.less.syntax-highlighting.less Maven / Gradle / Ivy

There is a newer version: 0.32.0
Show newest version
//
// Syntax Highlighting for google-code-prettify
// --------------------------------------------------

.prettyprint {
  .atn,
  .com,
  .fun,
  .var {
    color: @syntax-3;
  }

  .atv,
  .str {
    color: @syntax-1;
  }

  .clo,
  .dec,
  .kwd,
  .opn,
  .pln,
  .pun {
    color: @syntax-2;
  }

  .lit,
  .tag,
  .typ {
    color: @syntax-4;
  }

  ol.linenums {
    margin-bottom: 0;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy