language-danger

WARNING/ERROR highlighting support in Atom

Epigene

411

1

Bug Reports

1.2.0

MIT

GitHub

DANGER support in Atom

Adds syntax highlighting to WARNING, ALERT, DANGER, ERROR and BUG in comments and text in Atom.

Adapted from Atom's language-todo.

This is a good idea:

.storage.type.class.danger {
  color: @red;
}

Contributions are appreciated. Fork this repository and open a pull request to add snippets, make grammar tweaks, etc.