Skip to content

Commit

Permalink
moving 'planned features' to a proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
Danfs64 committed May 9, 2022
1 parent 863e750 commit dd8fe29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ and its versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.

## [Unreleased]

- Check edge-cases for matches that don't use `\b` as delimiters;
- Make highlighting togglable by category (Constructors, Operators);
- If I can make that, put back variables, with highlighting disabled by default;
- Modularize the grammar in multiple files - Doesn't look possible?;

## [0.3.0] - 2022-04-21

### Added
Expand Down
6 changes: 6 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# TODO

- Check edge-cases for matches that don't use `\b` as delimiters;
- Make highlighting togglable by category (Constructors, Operators);
- If I can make that, put back variables, with highlighting disabled by default;
- Modularize the grammar in multiple files - Doesn't look possible?;

0 comments on commit dd8fe29

Please sign in to comment.