All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- This is the initial release.
- It identifies and colors keywords, identifiers, operators, strings, literals and comments.
- The pipe operator | is identified as punctuation.pipe.jq; you can add that to your color theme to give it a distinct color.
- Allow underscore in variable names (thanks https://github.com/RossHammer)
- Add the elif keyword (thanks https://github.com/connesc)