An open API service indexing awesome lists of open source software.

https://github.com/nfour/atom-null-syntax


https://github.com/nfour/atom-null-syntax

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Null Syntax

A syntax theme for Atom. Fades out structural elements, highlights control flow elements.

![Screenshot](http://i.imgur.com/GOyYFou.png)

- Reds correspond with operators, built-ins and keyword operators.
- Orange with functions and function-calls.
- Yellows/Gold for constants and built-in constants like `this`, `false`.
- Yellow/Greens for entities, classes.
- Blues for integers, regexp, strings and keys.
- Gray/Purple for comments
- Gray for braces, parens, semicolons, commas and storage keywords like `let`, `async`
- Whites for everything else, such as general variables.

Language Focus:
- Javascript with `language-babel`
- JSON, Yaml
- PHP, Rust
- JSX, HTML, XML
- CSS, Less, Sass, Stylus
- Markdown

### Be aware
Most language grammars aren't as rich as `language-babel`, thus many elements cannot be targeted.
This is what allows for syntax themes like this.