This changelog format is based on Keep a Changelog and its versioning follows Semantic Versioning.
- Strings using backticks
- Organizing
hvm.tmLanguage.json
a bit
- Matching Operators, such as
=
and>>
. If they are highlighted or not will depend on the theme you're using; - Matching Keywords
dup
,@
andλ
; - Matching Characters - any single character enclosed by single quotes
- Constructor matching will match a full constructor name even if it is divided by dots;
- Variables are no longer matched;
- Matching:
- Constructors;
- Line comments;
- Strings;
- Numerals;
- Keywords (
let
); - Variables;
- Initial release, freshly generated from Yeoman;