Skip to content

Releases: ramonmcros/skeletor-syntax

0.3.2

25 Jun 15:14
Compare
Choose a tag to compare

Atom

  • Improve Markdown syntax highlighting
    • Set:
.comment.quote.gfm {
  color: @light-blue;
}

.support.quote.gfm {
  color: @blue-gray;
  background: @blue-gray;
}

0.3.1

09 Jun 19:09
Compare
Choose a tag to compare

Atom

  • Improve Markdown syntax highlighting
    • Set .mention.gfm and username.gfm to @orchid
    • Set .table.gfm .border to @blue

Prism

  • Add prism-skeletor.scss file
  • Set .language-markdown .token.list.punctuation to @blue
  • Change Markdown link colors.

0.3.0

23 May 16:49
Compare
Choose a tag to compare

Atom

  • Set .punctuation.definition.parameters and .punctuation.definition.array to @light-blue*
  • Set .punctuation.separator.key-value.yaml to @light-blue
  • Change !important color to @orchid

Prism

  • Add Prism theme

0.2.11

21 May 21:05
Compare
Choose a tag to compare

Atom

  • Improve SCSS syntax highlighting
    • Set .entity.name.function.scss to @purple

0.2.10

20 May 11:56
Compare
Choose a tag to compare

Atom

  • Improve Ruby syntax highlighting
    • Set .entity.name.function.ruby to @purple

0.2.9

12 May 21:36
Compare
Choose a tag to compare

Atom

  • Add CriticMarkup syntax highlighting

0.2.8

02 May 02:04
Compare
Choose a tag to compare

Atom

  • Add increased font sizes for Markdown headers

0.2.7

20 Apr 08:56
Compare
Choose a tag to compare

Atom

  • Improve PHP, SQL and JSON syntax highlighting

0.2.6

12 Apr 08:30
Compare
Choose a tag to compare

Atom

  • Improve PHP syntax highlighting

0.2.5

04 Apr 12:31
Compare
Choose a tag to compare

Atom

  • Set colors for:
    • .constant.character
    • .storage.type.class
    • .indent.guide
    • .invisible.character