https://github.com/nfour/atom-null-syntax
https://github.com/nfour/atom-null-syntax
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nfour/atom-null-syntax
- Owner: nfour
- License: gpl-2.0
- Created: 2016-01-03T08:23:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T12:05:39.000Z (over 9 years ago)
- Last Synced: 2025-08-24T06:28:16.358Z (11 months ago)
- Language: CSS
- Size: 33.2 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Null Syntax
A syntax theme for Atom. Fades out structural elements, highlights control flow elements.

- 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.