Skip to content

Commit

Permalink
Update the change log.
Browse files Browse the repository at this point in the history
This commit updates the change log to explain the features & bug fixes
in v1.0.4
  • Loading branch information
UltraInstinct05 committed May 12, 2021
1 parent 4e606d1 commit bc14b1e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Updated numeric literals to having the `meta.number` scopes.
- Fixed scoping for the `endif` & `endfor` tags
- Removed the non needed settings file.
- Removed the non needed settings file.

## [1.0.4] - 2021-05-12
### Fixed
- Cleaned up the syntax definition a bit and added more tests.
- Ternary operators not highlighting.
- More specific language constant scopes.
- Quoted string escapes not highlighting.
- Better scoping of builtin tests.

### Added
- Additional keybindings for interpolation & to come out of empty statements/expression blocks.

0 comments on commit bc14b1e

Please sign in to comment.